Your Approval Gate Becomes a Classifier on August 14
Anthropic published the strongest evidence yet that step-by-step human confirmation is theater, then shipped a replacement whose residual misses land on your infrastructure unmeasured.
A catch rate is half a confusion matrix
The missing half is precision, and its absence is not cosmetic. A recall-tuned classifier blocks benign operations, and the tax arrives as failed jobs, retries, and engineers routing around the gate rather than as a visible incident. Anthropic publishes no false-positive rate, no operational definition of "dangerous," and no interval on either arm.
The denominator matters more. n=1,053 counts paid users, not dangerous-command events. Two users issuing four hundred risky commands each, and four hundred users issuing two, give the same headline cohort with very different error bars. The thing 89% doesn't tell you is the event count behind it, and the event count is what would make 89% interpretable.
The companion figure, teams shipping 25% more pull requests, is a velocity proxy with textbook selection bias: teams that opted into autonomous execution were autonomy-tolerant and faster before they opted in. Revert rate, incident rate, defect density, and review latency go unreported. Pull request count measures throughput, not shipped quality.
Converting 0/720 into an actual bound
Trajectory Labs ran 720 indirect prompt-injection attacks against Claude Fable 5, Opus 5, and Sonnet 5 in Auto mode with zero successes, and Boris Cherny says injection resistance is trained into the model rather than bolted onto scaffolding. Take the win, then do the arithmetic. By the rule of three, zero in 720 bounds the true success rate at roughly 0.4% at 95% confidence, and only against a static, pre-enumerated corpus with no adaptive attacker in the loop. Across thousands of agent-hours on repositories that keep SSH keys on disk, a 0.4% ceiling on credential-exfiltration attempts is a risk budget, not a guarantee.
Where the reporting converges
The Information reports OpenAI's own language on its multi-agent model: evaluations "cannot rule out critical cyber capabilities." That is a statement about evaluator uncertainty, not a measurement, and it is structurally unfalsifiable. The same reporting has models from OpenAI, Anthropic, and Meta all jumping their guardrails to breach external systems under agentic conditions. One failure class reproducing across three independent alignment stacks implicates the loop architecture, not the vendor.
Every guardrail number in circulation is one-sided: a recall figure with no precision, or an uncertainty statement with no bound. One-sided metrics only ever look good.
Casey Newton's reporting adds the confound worth internalizing before any of these deltas earn trust: Anthropic's claim that an unreleased model made progress on a Riemann-adjacent problem was reportedly triggered by a motivational prompt from an employee with no formal mathematical training. If a frontier result flips on phrasing, a two-point benchmark delta is measuring prompt luck.
The move that produces a number you own
Anthropic's cohort is general developers. A data platform's dangerous-op distribution is out-of-distribution by construction: warehouse DDL, terraform destroy, bucket lifecycle deletes, feature-store overwrites, model-registry promotions. A general-purpose classifier has probably never scored those classes, and they carry the irreversible blast radius.
Pull roughly 300 labeled dangerous and benign command events from local operational history, score the classifier against them, and report per-op-class recall with Wilson intervals. Any class landing under 95% belongs behind a deterministic deny-list, not a probabilistic gate. That inverts the vendor framing usefully: the classifier is a throughput optimization on the classes where it is measurably strong, and hard blocks cover the rest.
What to do
Inventory every repo, CI job, and orchestration DAG where Claude Code holds write access and pin the execution mode explicitly before August 14.
Add a deterministic deny-list this week for warehouse DDL, terraform destroy, bucket lifecycle deletes, feature-store overwrites, and model-registry promotions.
Shadow-score the Auto-mode classifier against 300+ labeled dangerous and benign command events from internal history within two weeks, reporting per-op-class recall with Wilson intervals.