Louis Claxton, of Anthropic's Applied AI team, published an implementation guide for an "AI-native" software development lifecycle on August 21, 2026. The starting point is an imbalance: organizations now write code at a speed unimaginable a year earlier, but the processes around it — approval gates, reviews, handoffs, policies — haven't moved. The traditional SDLC was designed for a world where writing code was the longest and costliest stage; its controls also assume that every action is taken by a human.

Three consequences follow. The bottleneck shifts to the stages that still run at human speed, on either side of the build. Controls stop being applicable: reading every line made sense when a person had written it. And governance cost rises, as exceptions route through periodic committees.

The response keeps the control objectives and changes how they're executed. The process becomes a loop, with AI embedded at every point, organized into six stages — Plan, Design, Build, Test, Deploy, Maintain — broken down into plays that all follow the same grid, down to the metrics. The throughline is the committed artifact. Intent is captured by its original author as intent.md; requirements and design merge into a single session producing spec.md, constrained by the brand, security, compliance and UX skills; the build starts in plan mode and locks plan.md before any code is written. The commit chain serves as the audit trail.

Institutional knowledge becomes versioned files: CLAUDE.md for repository context, skills for cross-cutting policies, REVIEW.md for review doctrine, bands.yaml for production thresholds. Governance splits into two layers, with the skill as an advisory control and the hook as the deterministic layer that blocks or requests approval. A managed settings example details, key by key, what each setting buys in terms of control, from refusing to read secrets to enforcing a minimum version floor.

The Maintain stage closes the loop: a deterministic script monitors a metric, and crossing a band invokes Claude with no human in the call path, at an autonomy level set by the tier. What the agent finds is rewritten as intent.md and fed back into the cycle. Claude Tag, in public beta on Slack, extends the pattern to incidents arriving via chat. No quantified results are put forward: the guide provides metrics to measure and names their source.