Pre-Merge Blast Radius Detection for AI-Generated Code Changes
Amazon's 'high blast radius' outages from AI-assisted code changes exposed a critical gap: no tool tells you what breaks DOWNSTREAM of a PR before you merge it. Developers and SREs want automated impact analysis that maps how a diff ripples through services, dependencies, and infrastructure before it hits production.
The trap is building another static analysis tool. The real value is mapping runtime dependencies and deployment topology, not just import graphs. Teams that can ingest OpenTelemetry traces to build a live service map and overlay PR diffs onto it will own this space.
landscape (4 existing solutions)
Infrastructure blast radius tools exist for Terraform but application-level cross-service impact analysis at PR time is essentially unserved. Amazon's response of mandatory two-person approvals is a human workaround for a tooling gap.