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.
Muse Image, from Alexandr Wang's lab, generates and edits from text, writes and runs code to produce accurate plots and QR codes, and searches the web to ground outputs. It launched free in Meta AI, WhatsApp, and Instagram Stories, and immediately drew pushback for training on...
1. Defend Against Vibeware DDoD — Behavioral process monitoring for AI-generated polyglot malware. Monitor Living Off Trusted Services patterns. Bitdefender 2. OS-Level Agent Sandbox — Kernel-level sandboxing (Seatbelt/Bubblewrap/AppContainer) for agentic workflows. Applicatio...
Google launched agentic video understanding across Gemini 3.7 Flash, 3.6 Flash and 3.5 Flash-Lite (Google). Instead of scanning a video start to finish at a fixed sample rate, the model runs an internal loop deciding what to watch, at what speed, and through which channel: fra...
SEPO argues API-only prompt optimizers are inspectable only after the fact, since each iteration rewrites the prompt as one opaque string. Instead it edits stable typed units in a two-layer schema, links each edit to the examples it newly fixes or breaks, and carries that line...
The leaderboard says first place. The methodology says you should check your own bill. Qwen3.8 Max now ranks first on Artificial Analysis' agentic index, scoring 86.1 on OSWorld-Verified ahead of GPT-5.6 Sol Max at 83.2 and Fable 5 at 85.0, priced at $2.00/M input and $6.00/M...
LLM-Stats logged a cluster of coding-model releases on June 12 alone, continuing the month's heavy cadence. Chinese labs keep pushing fast, cheaper, code-specialized checkpoints into the same week as OpenAI's GPT-5.5 family and Google's Gemini 3.1 line. The practical effect: t...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.