Five days after Jason Clinton's (Anthropic's Deputy CISO) debrief on securing a development cycle that has become AI-native, SFEIR publishes a decryption that disputes nothing and adds no fact: it shifts the subject. The reader comes looking for security controls; they are shown that what is missing first is a cycle.

The account is faithful. Three input measures, self-reported by Anthropic: ×8 code shipped per engineer per quarter, ~80% of merged code written by Claude, more than half merged by the internal version of Claude Tag. A problem posed by Amdahl's law: if review and monitoring do not scale at the same rate as production, acceleration becomes a bottleneck. An explicit threat model (compromised or prompt-injected agent, dependency poisoning, increased volume of classic vulnerabilities). Then a control mapped per stage: PSR at Plan, CLAUDE.md and egress allowlist at Code, specialized review agents at Test, continuous DAST at Deploy, triage and SIEM routing at Monitor.

The thesis holds in a four-part anaphora. Without an SDLC, gains do not materialize: multiplying code volume by 8 multiplies nothing if review stays sequential — Anthropic gained not by distributing agents but by identifying the blocking stage, Test, and rebuilding it; "you don't optimize a bottleneck you haven't mapped." Without an SDLC, security has no anchor: a gate is by definition a control placed between two stages. Without an SDLC, no token FinOps policy can be formulated: scanning is billed on consumption and grows with code throughput, so the risk-based tiering is the FinOps policy — it decides where three agent passes get paid for and where a SAST suffices; otherwise "token spend is not steered, it is discovered at month's end." Without an SDLC, there is nothing to measure: the shift from 16% to 54% of PRs commented presupposes a stage where a counter can be placed; absent that, one produces only usage figures, silent on quality and risk.

Two contributions beyond the thesis. The reading of the incident agent-à-agent — an incident-response agent asking another Claude instance, via Slack, to push a fix, stopped by a human gate: "a perimeter that rests on an instruction in a prompt is not a perimeter," and an agent's access to other agents is part of its attack surface. And a clear caveat: these figures come from the vendor of the model, on a young codebase with no mainframe. What transposes is the method, not the figures.