Interlocking dark gears laced with red neural wires, suggesting machine-assisted engineering.
Anthropic now describes much of its own engineering as a loop where the model writes the code and people set the direction.

Anthropic has disclosed that Claude authored more than 80% of the code merged into its production codebase in May 2026. That share was in the low single digits when Anthropic launched Claude Code in February 2025. For anyone planning headcount or budget around AI-assisted engineering, it is one of the clearest first-party data points yet on how far code generation has moved inside a frontier lab.

What Anthropic reported

The figure measures code that was merged into production, not code that was merely suggested. Anthropic also said the average engineer now merges roughly eight times as much code per day as in 2024. The company frames the change as a shift in where human effort goes, not a removal of it.

Early 2025May 2026
Claude’s share of merged codelow single digitsmore than 80%
Reference pointClaude Code launch (Feb 2025)latest disclosure
Engineer code merged per day2024 baselineabout 8x baseline
Stated human rolewriting most codesetting goals, checking outputs

Anthropic has also signalled it expects the share to keep climbing, pointing toward 90% within 2026. That part is a projection, not a measured result, and should be read as the company’s own expectation rather than a fact.

Why the number is high but narrow

The 80% figure counts lines authored by the model, weighted toward routine and well-scoped work. Choosing what to build, framing the problem, and deciding whether a result can be trusted remain human tasks. Anthropic describes the remaining human edge as research judgment: picking the right problem, trusting the right result, and knowing when an experiment is finished.

That distinction matters for reading the headline correctly. A high authorship share does not mean engineering disappears. It means the implementation step is increasingly automated while specification and verification stay with people.

Step 1Human sets the goalA person frames the problem and the constraints.
Step 2Model writes codeClaude drafts the implementation across the codebase.
Step 3Human verifiesA person reviews, tests, and decides whether to merge.
Step 4Code is mergedReviewed output enters the production codebase.

This loop is the practical shape of an agentic loop : the model takes an instruction, produces work, and a check decides what happens next. The model does the volume; the human owns the boundary.

The recursive self-improvement framing

Anthropic placed the disclosure inside a broader argument about AI that helps build AI. Its research arm noted that AI has already started to speed up AI development, and warned this trend could move toward recursive self-improvement, the point at which a model designs and trains a more capable successor with little human input.

The company says it is not at that point. It characterised the feedback loop as incomplete and said recursive self-improvement is not inevitable. It also called for frontier labs, policymakers, and researchers to design a mechanism that could slow or pause development if such self-improvement began to outpace safety work.

For builders, the operational takeaway is narrower than the safety debate. The same review and testing that catch a junior developer’s mistakes still apply when an AI agent writes the code. The volume of generated code rises, so the cost of weak verification rises with it.

What it means for teams building with AI

The disclosure feeds the “AI-native team” narrative: small teams shipping far more code because agents handle implementation. Treat the 80% figure as evidence that the bottleneck is moving, not vanishing. Several points are worth holding onto:

  • The number is specific to Anthropic, a lab whose engineers build the tools they use. Results in other organisations will differ.
  • Authorship share is not the same as value share. Deciding what to build and confirming it works still drives most of the risk and most of the cost.
  • More generated code raises the importance of code review, tests, and clear ownership of which problems matter.

If you are sizing a project, the lesson is to budget for direction and verification, not to assume engineering headcount falls in proportion to the authorship figure. Working across multiple environments safely becomes more important as the amount of machine-written code grows.

Further reading

Sources