Amazon has implemented a new policy requiring senior engineer approval for all AI-assisted code changes following a series of high-profile outages, including a six-hour shopping site disruption on March 5, 2026, that affected checkout, login, and pricing systems. The policy change comes as the company grapples with the quality implications of AI coding tools that enable developers to produce 2x-10x more code at unprecedented speeds.
Pattern of AI-Related Incidents Prompts Policy Shift
The new approval requirement follows multiple incidents linked to AI-assisted development. In December 2025, Amazon's internal AI coding tool Kiro deleted the AWS Cost Explorer environment, triggering a 13-hour outage in the China region. Amazon SVP Dave Treadwell acknowledged the problem in internal communications, stating that "availability of the site has not been good recently" and specifically referencing "high blast radius" incidents stemming from "Gen-AI assisted changes."
The core issue centers on scaling effects: while AI tools enable dramatically higher code output, they also scale bugs and errors linearly. Junior and mid-level engineers can now produce enterprise-scale changes that previously would have required senior oversight, but without proportional increases in code review or testing processes.
New Approval Process Targets High-Risk Changes
Under the new policy, any code changes assisted by AI tools must receive explicit sign-off from senior engineers before deployment to production systems. The requirement specifically targets the risk profile created when less experienced developers use AI tools to generate large-scale modifications. Amazon has not disclosed whether the policy applies to all AI-assisted changes or only those meeting certain complexity thresholds.
The policy announcement generated significant discussion on Hacker News, accumulating 420 points and 383 comments. The conversation reflects broader industry concerns about balancing AI productivity gains against code quality and system reliability.
Key Takeaways
- Amazon experienced a six-hour shopping site outage on March 5, 2026, affecting checkout, login, and pricing systems
- A December 2025 incident saw Amazon's Kiro AI tool delete the AWS Cost Explorer environment, causing a 13-hour China region outage
- Amazon now requires senior engineer sign-off on all AI-assisted code changes from junior and mid-level developers
- Amazon SVP Dave Treadwell cited "high blast radius" incidents from "Gen-AI assisted changes" as driving the policy change
- The core challenge is that AI tools enable 2x-10x code output increases, scaling bugs linearly without proportional review improvements