Anthropic published a detailed account of how the Claude Code engineering team restructured itself once agentic coding became the default mode of work. The post, written by the team’s engineering leader and published to claude.com/blog on June 3, is not a press release. It is a process document, and the specificity of it is what makes it worth reading.

The context matters. One day earlier, GitHub COO Kyle Daigle described a platform absorbing 1,400 percent growth in agent-shipped code, with tooling, review practices, and team structures scrambling to keep up. The Anthropic post reads as the operational manual for what an organization looks like when it has already solved, or at least worked through, that scramble for itself.

Six headline shifts define the model.

Just-in-time planning replaced six-month roadmaps. A roadmap written before Claude Code existed was obsolete by month three, because the tool changed what was possible fast enough to invalidate assumptions mid-cycle. The team now plans in two-week horizons, treating prototypes as the primary planning artifact rather than design documents.

Context gathering routes through Claude first. The old default was finding whoever wrote the code and asking them. The new default is asking Claude directly, then asking whether the answer can be automated. The team cites daily feedback summaries that now run as background processes rather than manual rituals.

Code review narrowed to human expertise. Style, linting, bug patterns, and test generation are handled by Claude Code. Human reviewers focus on security boundaries, legal risk tolerance, and product judgment. The team states that review velocity and quality on material decisions both improved. That claim is self-reported, which is worth noting.

Roles blurred across functions. Product managers now prototype directly. Engineers take on content and design work. The team is hiring for two profiles: creative builders with product instinct, and engineers with deep systems expertise. Raw throughput is explicitly deprioritized as a hiring criterion.

The team structure is flat by design. No middle-management layer. Every incoming manager starts as an individual contributor. The argument is that when AI absorbs coordination overhead, the management layer that historically absorbed that overhead no longer justifies itself.

Dogfooding is non-negotiable. Every team member, including cross-functional partners, ships with Claude Code. The team reports that no non-Claude-assisted commit has appeared in four months. This is a credibility signal for the product itself: Anthropic is running the same experiment on its own organization that it is asking engineering leaders everywhere to run.

The piece does not pretend the transition was frictionless. The bottlenecks did not disappear when coding speed increased; they shifted to verification, security review, and making sense of larger volumes of generated code faster. Build systems and continuous integration pipelines, the team notes, can struggle to keep pace when commit volume rises sharply.

Three metrics the team tracks as proxies for whether the new processes are actually sticking: onboarding ramp time (engineers shipping real code within the first week), PR cycle time (down), and the share of Claude-assisted commits (approaching 100 percent). The team is careful to say throughput is not the goal; it is a means to solving the underlying problem faster.

The framing that connects this back to the GitHub COO story is organizational design as a product question. How fast a team ships is no longer primarily a function of how many engineers it has or how good the individuals are. It is a function of whether the processes those engineers are running were designed for a world where code generation was the bottleneck. Most of them were. Most of them still are.

Engineering leaders watching their own teams generate more code than they can review should treat this post as a structured checklist, not inspiration. The six shifts Anthropic describes are not aspirational; they are the specific process changes one high-output team made after agentic coding broke the assumptions underlying its existing workflow.

Anthropic, claude.com/blog, published June 3, 2026.