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

The restitution is faithful. Three baseline 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 framed 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 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 rests on a four-part anaphora. Without an SDLC, the gains do not arrive: multiplying code volume by 8 multiplies nothing if review stays sequential — Anthropic did not gain by distributing agents but by identifying the blocking stage, Test, and rebuilding it; "you do not optimize a bottleneck you have not mapped." Without an SDLC, security has no anchor: a gate is by definition a control placed between two stages. Without an SDLC, no FinOps token policy can be formulated: scanning is billed on consumption and grows with code throughput, so risk-based tiering is the FinOps policy — it decides where three agent passes are paid for and where a SAST suffices; otherwise "token spend is not steered, it is observed at month-end." Without an SDLC, there is nothing to measure: the shift from 16% to 54% of PRs commented on presupposes a stage where a counter can be placed; absent that, one produces only usage figures, silent on quality and risk.

Two contributions outside 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.