Fetching from the wire…
Top 5 · 2026-05-29 · source-backed
AI-assisted coding at Meta grew lines per diff by 105.9% year over year. Agentic AI drove over 80% of that growth. The problem: timely review share declined. Code is being generated faster than humans can read it. Meta's answer is RADAR, and every team scaling AI-assisted development should study it.
RADAR is a risk-stratified automation layer for code review. Instead of treating every diff the same, it scores changes on risk dimensions and routes low-risk diffs through automated approval while escalating high-risk ones to human reviewers. This isn't just a faster rubber stamp. It's an admission that the old model of "every line gets a human set of eyes" doesn't work when your codebase is 80% machine-written.
The math is stark. If your team doubled code output but kept the same number of reviewers, review latency doubled. If agentic AI is writing 80% of that code, your humans are spending most of their review time reading machine output. That's an expensive use of senior engineer hours. And those hours aren't elastic. You can't just hire more reviewers fast enough.
What I find interesting about RADAR's approach is the risk calibration piece. Not all code changes are equal. A CSS color change carries different risk than a database migration. A utility function refactor is different from an auth flow modification. Rating risk computationally and routing accordingly is something every team can implement, even without Meta's infrastructure budget. You could start with file-path heuristics: changes to /auth, /payments, or /migrations get mandatory human review. Everything else gets a lighter touch.
The bigger implication: we need to stop pretending code review scales linearly with code output. It doesn't. The review bottleneck is the next thing that breaks as AI-generated code volume keeps climbing. Meta built the first production system to address it. If you're running a team with AI coding tools and your PR queue is growing, RADAR's approach is the template.
Start simple. Tag your high-risk directories. Route low-risk changes through automated checks. Save your senior engineers' review bandwidth for the diffs that actually need human judgment.
[Source: arXiv]
Each link below shares sources, entities, or timing with this story.
Meta released Meta AI / Shared entity: Meta / Shared topic / What happened next / Tension
Linked by a graph relationship (Meta released Meta AI); both cover Meta; overlapping topics (code, meta).
Meta partners with Google / Shared entity: CSS / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Meta partners with Google); both cover CSS; overlapping topics (agentic, code).
Meta released Llama / Shared entity: Code / Same source domain / Earlier coverage
Linked by a graph relationship (Meta released Llama); both cover Code; reported by the same outlet (arxiv.org).
Linked by a graph relationship (Meta released Llama); both cover Code; reported by the same outlet (arxiv.org).
Meta partners with Google / Shared entities / Earlier coverage
Linked by a graph relationship (Meta partners with Google); both cover Code, CSS; earlier Code coverage from 2026-03-19.
Meta criticizes OpenClaw / Shared entity: Meta / Earlier coverage / Tension
Linked by a graph relationship (Meta criticizes OpenClaw); both cover Meta; earlier Meta coverage from 2026-03-19.
Meta partners with Broadcom / Shared entity: Meta / What happened next / Tension
Linked by a graph relationship (Meta partners with Broadcom); both cover Meta; picks up the Meta thread on 2026-07-13.
Meta partners with Google / Shared entity: Code / Shared topic / What happened next
Linked by a graph relationship (Meta partners with Google); both cover Code; overlapping topics (chang, code).