Risk-calibrated auto-approval lane for low-risk diffs
Teams with growing AI-generated diff queues can build a narrow auto-approval lane for low-risk changes. The useful shape is concrete: source eligibility rules, a per-diff risk score, scope exclusions, content blocklists, LLM review, deterministic validation, daily caps, and denylists for sources with incidents or sensitive targets.
RADAR is the clearest production case. At Meta, significant lines of code per human-landed diff grew 105.9% year over year, diff volume per developer grew 51%, and agentic AI accounted for more than 80% of that increase. RADAR reviewed more than 535K diffs and landed more than 331K. Its reviewed diffs had one-third the revert rate and one-fiftieth the production incident rate of non-RADAR diffs.
A practical first rollout is a dry-run gate on recent low-risk diffs. Score each diff, run the automated checks, withhold landing authority, and compare approve rate, reviewer latency, revert rate, and incident rate against human-reviewed changes. Landing authority should start with small allowlisted sources and explicit caps.