Amazon Gates AI Code After 13-Hour Outage
Amazon mandated senior approval for all AI-assisted code pushes, following a "trend of incidents" with "high blast radius." The trigger: an AWS AI coding tool deleted and recreated a customer environment in the China region, causing a 13-hour outage. Amazon called it "extremely limited" — though 13 hours suggests otherwise. The policy was announced internally via a mandatory engineering meeting, per security researcher Lukasz Olejnik.
Engineering teams using AI-assisted coding tools now face a velocity tax — senior review gates add overhead to every merge — because AI agents with production access can mutate infrastructure state without human verification. The Amazon incident shows the failure mode is deletion, not just incorrect code.
Counter: If the root cause was access-control misconfiguration (the tool had permissions it shouldn't have), the fix is IAM policy, not code review. A review gate addresses blame routing, not blast-radius reduction. This counter holds unless Amazon's post-mortem shows the failure was in code logic, not permissions.
The pattern extends beyond Amazon. Chrome's DevTools MCP requires explicit user permission before agents access live sessions. Insurers — Armilla, Founder Shield, Munich Re — now offer dedicated "AI malfunction and hallucination" coverage, with Deloitte projecting the market at $4.8B by 2032. Operational guardrails are proliferating at the deployment layer, not the procurement layer.
---