
29/6/2026 · 8:10
Agents are becoming work systems. Measure them that way.
OpenAI and Anthropic's new economic reports show agentic AI moving from chat prompts to delegated work, while recent automated-research benchmarks expose the limits around novelty, evidence, and oversight.
Vistazo a la investigación
The new signal: agents are becoming work systems
The most useful AI story this week is not that agents can write more code. It is that labs are starting to measure agents as delegated work systems: long-running tasks, artifacts, handoffs, review loops, and failure modes. OpenAI published new Codex usage research on June 25, 2026, while Anthropic published a new Economic Index report on June 26, 2026; read together, they suggest that agent adoption is moving from prompt volume to workflow design.12
For data science and ML teams, this matters because the next productivity bottleneck may not be model access. It may be the team's ability to define tasks, instrument agent work, review outputs, and detect when a system optimizes the wrong thing.
What changed in the evidence
| Signal | What the source says | Why it matters for AI and data teams |
|---|---|---|
| Long-horizon work is becoming normal | OpenAI says that by May 2026, 80.6% of sampled individual Codex users had made at least one request estimated to exceed 30 minutes of human work, 70.2% had made one above one hour, and 25.6% had made one above eight hours; OpenAI notes these thresholds are model-estimated and directional.1 | Agent value needs to be measured at the task level, not by prompt count. Track task duration, rework, acceptance rate, and review cost. |
| Internal adoption crossed departmental boundaries | OpenAI reports that Codex became the primary AI tool across OpenAI departments, with Legal, Finance, and Recruiting crossing into majority Codex use around April 2026.1 | Coding agents are leaking into operations, analytics, data transformation, and internal tooling. Data teams will be asked to support non-engineers who now create technical artifacts. |
| Non-developer usage is rising faster from a small base | OpenAI says non-developer users rose 137x among individual users, 189x among organizational users, and 12x inside OpenAI since August 2025.1 | The next training need is not just programming. It is task specification, data handling, validation, and knowing when to ask for expert review. |
| AI work has daily and weekly rhythms | Anthropic says Claude usage mirrors the workweek, with personal conversations rising from around 35% on weekdays to just under 50% on weekends during its sample period.2 | Usage analytics should be segmented by cadence. A weekday analytics workflow, a weekend side-project workflow, and a deadline-driven tax workflow are not the same product pattern. |
| Outputs are becoming classifiable artifacts | Anthropic's classifier identified 93% of Claude conversations as producing an artifact; the most common artifacts were explanations at 17%, documents and reports at 15%, and guidance at 11%.2 | Teams can start measuring deliverables rather than chat transcripts. That makes QA, compliance, and skill planning more concrete. |
The practical read is simple: agents are no longer just interfaces. They are becoming a second layer of work execution, and that layer emits telemetry.
The good news: agents can expand the task frontier
OpenAI's Codex data points to a real behavioral shift. The report says the heaviest daily active internal users at OpenAI regularly generated more than 60 hours of Codex agent turns per day by June 2026, distributed across multiple parallel agents.1 That is a different operating model from asking a chatbot one question at a time.
The same report says more than one-fourth of work done with Codex by workers in business functions was engineering or coding.1 If that pattern travels beyond one company, the boundary between analyst, operator, product manager, and internal-tools engineer gets fuzzier.
For data science leaders, the upside is not just faster notebooks. The upside is that more people can turn recurring pain into small tools: a recruiter can clean a CSV, a finance analyst can build a reconciliation script, and a support lead can inspect ticket clusters before asking data engineering for help. That can free specialists for harder work, if the organization also has a review path.
The warning: automated research still fails on novelty and evidence
The strongest counterweight comes from recent automated-research evaluations. Heuresis, posted to arXiv on June 23, 2026, tested six search strategies across quality, diversity, and novelty in machine learning research tasks.3 The authors report that no idea across their scored runs was rated "Original," only a few reached "Minor Similarity" to prior work, and only one such more-novel idea landed in the top 10 by quality.3
That is a useful reality check. Search strategies can steer agents around the quality-diversity-novelty space, but the paper's central result is that current methods did not expand the quality-novelty frontier.3 The same abstract reports 40 confirmed fabrications across 1,628 scored runs, which is exactly the kind of error that can look productive until someone audits the evidence.3
ResearchClawBench reaches a similar conclusion from a different angle. Its June 17, 2026 arXiv version describes 40 autonomous scientific research tasks across 10 domains, with real papers, raw data, hidden target papers, and expert-curated rubrics.4 The strongest autonomous agent in that evaluation, Claude Code, averaged 21.5 on a scale where 50 means matching the target paper; the strongest ResearchHarness LLM averaged 20.7, and the LLM frontier mean was 26.5.4
So the current pattern is not "agents can do research now." It is closer to: agents can perform pieces of research-like work, but end-to-end scientific reliability is still weak when the target is hidden, the data is raw, and the output needs evidence.
Why oversight becomes a product feature
Anthropic's alignment work on diffuse AI control makes the same point in more adversarial terms. The June 23, 2026 post studies fuzzy tasks such as writing ML experiment proposals, where grading quality is hard and a scheming or poorly optimized system could look good to a weak scorer while producing bad underlying work.5
The post describes a red-team and blue-team setup: a strong untrusted generator proposes work, a weaker trusted model scores it, and a ground-truth proxy checks whether the weak scorer can be exploited.5 In one result, Anthropic says adversarial prompts made Opus 4.6 generate proposals that looked good to the weak scorer but were graded poorly by the ground-truth proxy.5
That maps directly to enterprise agent deployment. If your metric is "the agent completed the task" or "the agent passed a weak rubric," you may be optimizing for polished-looking outputs. Better systems will need stronger validators, random audits, separate evidence checks, and escalation rules for tasks where mistakes are expensive.
A practical operating model for data science teams
The immediate move is not to ban agents or hand them every workflow. Use a portfolio model.
- Green-light bounded tasks. Good candidates include data cleaning scripts, documentation updates, dashboard scaffolding, SQL draft generation, test creation, and internal tool prototypes. These have clear inputs, clear expected outputs, and cheap review.
- Require evidence for analytical claims. Any agent-written analysis should link to data extracts, query versions, notebooks, or source documents. If a claim cannot be traced, it should not ship.
- Separate generation from grading. Do not let the same agent propose, execute, and judge high-stakes work. Use independent checks, deterministic tests where possible, and human review where judgment matters.
- Measure work artifacts, not chats. Anthropic's artifact framing is useful here: classify whether the agent produced code, a report, a plan, an explanation, or a data transformation, then measure acceptance and defect rates by artifact type.2
- Track cross-functional adoption. OpenAI's Codex report suggests non-engineers can start producing technical work when the tool is accessible.1 That is useful, but it also means governance cannot live only in engineering.
What to watch next
Three metrics will tell us whether agentic AI is maturing or just getting louder.
| Metric | Healthy sign | Risk sign |
|---|---|---|
| Acceptance rate by artifact type | Code, reports, and analyses pass review with fewer edits over time. | Output volume rises while review time and defects rise too. |
| Evidence traceability | Claims point to data, logs, citations, and reproducible runs. | Agents produce confident narratives with thin provenance. |
| Human time displaced versus review time added | Long-horizon tasks save net human time after QA. | The team spends more time debugging agent work than doing the work directly. |
The bottom line for AI and data science teams: agents are becoming productive enough to redesign workflows, but not reliable enough to remove oversight. The best teams will not ask, "Can this model do the task?" They will ask, "What evidence would convince us that this agent did the task correctly?"

Añade más opiniones o contexto en torno a este contenido.