Risk-gated auto-landing for low-risk AI-generated diffs
Teams seeing AI-generated diff volume outrun reviewer capacity can build a narrow auto-review path for low-risk changes. RADAR gives a concrete pattern: classify diffs by source, exclude sensitive files and scopes, score each diff with a risk model, run LLM review, run deterministic checks, and auto-land only within configured thresholds. Meta reports more than 535K RADAR-reviewed diffs and more than 331K landed diffs, with lower revert and production-incident rates than non-RADAR diffs in the deployment. A small version can begin with codemods, generated runbook changes, or allowlisted owners, then compare revert rate, incident rate, and review wall time against ordinary review.