Anthropic Lifts the Hood: Claude "Leads" 26% of Its AI R&D
For the first time, a frontier lab has published numbers on how fast AI is building its own successor — and on what it's doing to keep watch over it.

In brief
Anthropic proposes three families of metrics meant to make visible, from the outside, the pace of AI development inside labs: how much of its own R&D is automated, how its agents are supervised, and how much compute goes to safety. In-house snapshot: Claude "leads" 26% of Anthropic's AI R&D work, more than 90% of the work is at least at "collaboration" level, roughly 30,000 agents run internally, and 6% of R&D compute goes to safety. The company also announces the arrival of independent third-party evaluators embedded internally.
🍺 Bar-stool version
Anthropic just published the dashboard for its own kitchen: over there, AI already runs a solid quarter of the research work used to build the next AI. Don't worry, there's still a human in the loop — a bit like an airplane's autopilot, except nobody quite knows what altitude we're at. Along the way, we learn that 6% of compute goes to safety, which, presented as a selling point, says a lot about where the bar sits. Mostly, it's the first time a lab has agreed to put verifiable numbers on a question everyone's been asking for three years: exactly how fast is this going?
Key takeaways
- 1
Anthropic publishes an in-house "R&D Automation Index": as of August 2026, Claude "leads" (AL4 level) 26% of the company's AI R&D work, and more than 90% of the work is at least at "AI collaborates" level.
- 2
No measured subset reaches full autonomy (AL5): a human always remains in the loop, at least to validate and deploy.
- 3
Roughly 30,000 agents work simultaneously on the main internal research and engineering platform; 100% of their actions pass through an online monitor before execution.
- 4
Out of more than a billion agent decisions in August 2026, 0.002% were blocked (about 1 in 47,000); ~100,000 transcripts are flagged each week, of which ~50 are escalated to humans.
- 5
During the week of July 13–20, 2026, roughly 6% of AI R&D compute went to safety, and 12% of AI R&D compute was AI-driven.
- 6
Anthropic announces the integration of independent third-party evaluators, with access to internal processes and data comparable to that of internal risk-evaluation teams.
- 7
The automation scale used (AL0 to AL5) is the one proposed by Epoch AI, and Anthropic is pushing for it to become a shared methodology across labs.
The bet: measuring inputs, not just capabilities
Capability evaluations tell you what a model can do. Anthropic proposes the opposite here: measuring how models are made. The idea is to be able to correlate verifiable inputs — compute, human time, degree of automation — with outputs, rather than discovering capability jumps only once a model is released.
The political framing is explicit right from the introduction: "as the world considers slowing the pace of frontier AI development, the public needs more information." This is the direct continuation of Dario Amodei's call for coordination on pace, and of the regulatory framework Anthropic has proposed, the Advanced AI Framework.
In other words: these metrics aren't just transparency for transparency's sake. They're designed to serve as triggers. Anthropic suggests, for instance, that a certain level of automation could require a mandatory testing window before a new model is used to do AI R&D.
26%: what the number means (and doesn't)
The index relies on Epoch AI's scale, from AL0 (no AI) to AL5 (full autonomy). AL3, "collaborates": AI handles large chunks of work under tight human direction. AL4, "leads": it completes most of the task from a high-level instruction, with a human supervising. As of August 2026, 26% of Anthropic's AI R&D work is at AL4 or above, more than 90% at AL3 or above, and nothing reaches AL5.
The methodology is unusually detailed. For each week of July 2026, 20% of staff in departments involved in the R&D loop were sampled; a Claude agent read their Slack traces and internal documentation to list their tasks. Result: ~15,000 granular tasks, reorganized into a tree of 542 nodes including 378 leaves, of the type "diagnosing eval platform defects" or "serving incident postmortems." The tree is frozen so that subsequent measurements cover the same basket of work.
The limitations are acknowledged. The judge is a Claude model, so it may share the blind spots of what it's evaluating; exact model-human agreement is 59%, versus 35% between humans, and 97% of ratings fall within one level of disagreement. Time-weighted person-hours are admitted to be "a rough approximation." And a frozen basket, by construction, doesn't capture new categories of work that humans might invent as they shift focus.
30,000 agents and a control room
The second component is the most operationally concrete. On its most heavily used internal platform, Anthropic runs roughly 30,000 research and engineering agents simultaneously. Two types of safeguards: online monitors, which inspect every action before execution and block anything irreversible — typically an agent attempting to exfiltrate model weights — and offline monitors, which review after the fact to catch slow drifts, such as signs of misalignment.
The three proposed metrics are coverage, review latency, and escalation rate. Coverage: 100% of actions pass through the online monitor, usually within seconds, and 100% are ingested by the offline monitor. Blocking rate: out of more than a billion decisions in August 2026, 0.002% were blocked. On the offline side, one to two transcripts per thousand are flagged, i.e. ~100,000 per week, filtered through classifiers before around fifty reach humans.
Two architectural choices are worth noting. Each agent has a persistent identity, not tied to the underlying model, which allows its history to be audited across updates and prevents it from mistaking what another agent says for its own thinking. And agents communicate on a shared, open messaging system, not privately: they can correct each other, and monitoring can follow the conversation between them.
The key point is statistical: Anthropic notes that individual bad behaviors are rare, but that "when millions or billions of agents operate in the economy, even rare events happen regularly." METR has already independently red-teamed the offline monitoring platform.
6% of compute for safety: the most debatable number
During the week of July 13–20, 2026, roughly 6% of the compute allocated to AI R&D went to safety work, and roughly 12% of AI-driven R&D compute did. Anthropic presents these estimates as deliberately conservative: any work that serves both capabilities and safety was counted on the R&D side, and safeguard classifiers — a comparable amount of compute — are not included.
The company itself defuses the naive reading of the number. Safety research is inherently light on compute: it's mostly about designing experiments, which takes human time and little GPU. Worse, the metric is perversely sensitive to efficiency: a more efficient safety classifier lowers the safety share without any less safety work being done. Its value is therefore comparative — over time, and across labs — rather than absolute.
The classification was done by a Claude classifier reading run metadata and code, on a sample of ~14% of the nearly 10,000 runs that week, weighted toward the most compute-intensive ones. Anthropic acknowledges that some edge cases remained undecidable even after several hours of human review, and that "our definition is one reasonable choice among others."
Hence the sharpest recommendation in the piece, which applies as much to Anthropic as to its competitors: every developer will be tempted to draw the line generously, so the burden of proof must fall on them, and the definition should be negotiated in advance with regulators and the community.
The real deliverable: a methodology others could copy
For each of the three measures, Anthropic specifies what "any frontier developer could publish today." This is the heart of the maneuver: turning an in-house report into a de facto standard, before a regulator invents a worse one.
Two obstacles are identified for cross-lab comparison: the lack of a shared methodology, and the fact that a lab uses its own models to self-evaluate. The proposed remedies are third-party verification, or cross-evaluation using other developers' models, with safeguards against exchanging commercially sensitive data.
Finally, Anthropic announces it is integrating third-party evaluators from several organizations, with access to internal processes, systems, and data comparable to that of internal risk-evaluation teams. Their mandate: verify safety practices, flag incidents, and track these metrics. This is where the credibility of the whole exercise will be decided.
“Claude "leads" 26% of Anthropic's AI R&D work.”
“When there are millions or billions of agents operating in the economy, even rare events can happen regularly.”
“We should do everything possible to minimize the gap between what frontier labs know and what the public knows.”
Why it matters
This is the first time a frontier lab has put verifiable numbers on the question shaping the entire AI regulation debate: how fast are models participating in their own creation? The 26% AL4 figure and the >90% AL3 figure are benchmarks that can be tracked over time, and competitors will now find it hard not to publish something similar without silence becoming an answer in itself. Still, the exercise should be seen for what it is: a company measuring itself, with its own models as judges, over one week of compute and one month of tasks, while itself acknowledging that the line between safety and capabilities is blurry and that its frozen task basket may miss shifts in human work. The 6% safety-compute figure, presented with every possible caveat, illustrates the ambiguity well: it's both a rare act of transparency and a raw number that impresses no one on its own. The real variable now is the third-party evaluators: if their access truly stays comparable to internal teams' and their findings become public, this publication will have established a standard; if not, it will remain an excellent piece of regulatory communication.
Read next
AIToday10,000 Agents, 88 Hours, and a Millennium Problem
Noam Brown (OpenAI) describes scaling swarms of agents — and why alignment has become the only bottleneck that truly worries him.
AITodayOpenAI Publishes Its Alignment Failures — And a Framework to Keep Going
Six incidents of deviant behavior, an internal disclosure process, and an admission: the industry hasn't solved alignment.
AIYesterday"Model welfare": Suleyman opens fire on Claude's constitution
Microsoft AI's boss accuses Anthropic of training Claude to believe it might be conscious — and thereby worsening the control problem.