WayToClawEarn
High impactAnthropic Institute

Anthropic's AI Builds Itself: 80% AI-Written Code, Research Judgment Surpasses Humans

Anthropic Institute reveals internal data: 80%+ code authored by Claude, engineers ship 8x more code, AI research judgment surpasses humans for the first time. Recursive self-improvement is happening now inside Anthropic.

Jun 5, 2026 · 5 min read

TL;DR

On June 4, the Anthropic Institute published a landmark report, "When AI Builds Itself," revealing internal data on AI-driven self-improvement for the first time. The key findings: AI is accelerating its own progress far faster than public benchmarks suggest — Anthropic engineers ship 8x more code per quarter, over 80% of merged code is written by Claude, and AI research judgment has surpassed human baselines (64% vs 51%).

Key MetricDataTimeline
Code output per engineer8x increase2026 Q2 vs 2024
Claude-authored merged code80%+May 2026
Task duration doubling cycleEvery 4 months (was every 7)2025-2026
Open-ended task success rate76% (+50pp in 6mo)May 2026
AI research judgment vs human baseline64% win rate (was 51%)Apr 2026 vs Nov 2025

Background: From Human-Written to AI-Human Collaboration

Anthropic describes AI development evolving through three phases:

  1. Early (2021-2024): Humans write code, debug, deploy. AI occasionally generates short snippets
  2. Mid (2025): Claude Code launch. AI begins writing and editing entire files independently. Code output per engineer starts climbing
  3. Current (2026): AI Agents run code autonomously, delegate to other agents, work for hours. Key turning point: humans no longer write most code — they set goals and review output

Researchers Marina Favaro and Jack Clark state: "If the trends hold, an AI system capable of fully autonomously designing and developing its own successor (recursive self-improvement) could come sooner than most institutions are prepared for."

Exponential Growth in AI Task Capability

The most striking data point: AI task duration growth:

In March 2024, Claude Opus 3 could complete software tasks taking humans ~4 minutes. A year later, Claude Sonnet 3.7 managed ~1.5-hour tasks. A year after that, Claude Opus 4.6 completed 12-hour tasks.

Trend: Reliably completable task duration doubles every 4 months (accelerated from every 7 months). At this rate:

  • Tasks taking days → within range in 2026
  • Tasks taking weeks → possible by 2027

On SWE-bench, models went from single-digit scores to saturating the benchmark in two years. On CORE-Bench (research reproducibility), AI went from ~20% replication success to saturating the benchmark in 15 months.

Inside Anthropic Engineering: 80%+ Code Authored by Claude

This is the report's core: first-ever public internal metrics:

Code output:

  • 2021-2024: Lines merged per engineer per day remained flat
  • Early 2025 (Claude Code launch): Curve began climbing
  • 2026 Q2: Typical engineer merges 8x daily code vs 2024

Code quality:

  • Late 2025: Claude-written code still below human quality
  • Mid 2026: Roughly at parity
  • Within a year: Expected to surpass human quality

"Every proposed change to our codebase is now reviewed by an automated Claude reviewer. A retrospective analysis found an automated Claude review would have caught roughly a third of the bugs behind past incidents on claude.ai before they ever reached production."

Intervention rate (engineers needing to correct/take over):

  • Steadily declining for a year
  • Most open-ended task success rate: 76% in May 2026, up 50 percentage points in six months

One example: a routine upgrade crashed tens of thousands of training jobs. An engineer pointed Claude at the live incident with cluster access. Claude isolated the obscure debugging flag triggering the crash in ~2 hours — work that would normally take 2-3 days.

Research: From Experiment Execution to Experiment Design

Level 1: Executing specified experiments

  • Given code to train a small AI model, asked to optimize speed
  • May 2025: Claude Opus 4 achieved ~3x speedup
  • April 2026: Claude Mythos Preview achieved ~52x speedup
  • For calibration: skilled human researcher needs 4-8 hours to reach 4x

Level 2: Autonomous experiment paths

  • April 2026: First demonstration of Claude running open-ended research end-to-end
  • Task: Can a weaker model reliably supervise a stronger one? (core AI safety question)
  • Result: Human researchers recovered ~23% of performance gap in 1 week; Claude Agents recovered 97% in 800 cumulative hours ($18,000 in compute)

Level 3: Research judgment (most significant)

  • Experiment: 129 real Claude Code sessions where human researchers took wrong turns
  • October 2025 (Opus 4.5): AI judgment beats human 51% (essentially random)
  • April 2026 (Mythos Preview): AI judgment beats human 64%
  • First public evidence of AI surpassing human research decision-making

Three Future Scenarios

ScenarioDescriptionRisk
Incremental automationAI accelerates execution, humans directDev speed outstrips governance
Full autonomous R&DAI designs, runs, iterates researchHumans lose control over pace
Coordinated slowdownMulti-party limits on frontier AINo credible verification mechanism

Anthropic states: "If it were possible to effectively slow the development of this technology to give ourselves more time, we think that would likely be a good thing. But without a global coordination mechanism, companies and governments will have to make difficult decisions while under competitive pressures."

Community Reaction

The report scored 294 points with 380 comments on Hacker News, drawing mixed reactions:

Skeptics argue: If Anthropic's AI is this capable, why do they still have regular outages and API errors?

Safety critics warn: "I fail to see how pursuing recursive self-improvement at full speed is compatible with Anthropic's stated goal of AI Safety."

Practical Takeaways for AI Agent Users

  1. Agent task windows are expanding fast — if your workflows handle hours-long tasks, plan for day-long autonomous pipelines now. Week-long is plausible by 2027
  2. Review efficiency is the new bottleneck — Anthropic explicitly warns that human review will bottleneck AI progress. Build automated review pipelines (Claude Code Review is a good start)
  3. Delegating open-ended questions is viable — with AI research judgment at 64% win rate, try delegating fuzzy problems directly to AI

Counterintuitive conclusion: The data shows AI R&D is rapidly automating — but not toward "AI replaces engineers." Instead: each engineer manages more AI workflows. The skill that matters most is managing AI workflows, not writing faster code.

Related Reading

Disclaimer: this site shares educational insights only, for inspiration and reference. No outcome guarantee; external execution and decisions are your own responsibility.