May 29, 2026
Merge request? More like drama request
Orchestrating AI code review at scale
Cloudflare unleashed seven AI code critics and the comments instantly turned into a brawl
TLDR: Cloudflare built an AI review system that sends code through multiple bot specialists and can even stop risky changes before they go live. Commenters were split between “this is a huge win” and “keep unpredictable AI far away from official checks,” with bonus jokes about Cloudflare buying the tool outright.
Cloudflare just revealed it has been using a small army of AI reviewers to scan code changes before they go through, with up to seven specialist bots checking for security problems, performance issues, missing docs, and rule-breaking. The company says this system has already looked at tens of thousands of internal code changes, can wave through clean work, and can even block releases when it spots something serious. Sounds futuristic, right? The comments section immediately replied: cool story, but are we sure this belongs in the official pipeline at all?
That was the big fight. Several readers argued this kind of AI should stay local and optional, more like a spellcheck before you hit send, not a gatekeeper that can hold up the whole team. One commenter flat-out said non-deterministic AI is basically the opposite of what a reliable automated check should be. Others wanted it moved earlier, like a pre-commit or pre-push tool, to make feedback faster and less noisy. On the flip side, some people were fully sold on the idea and said the return on investment is so huge they’d happily pay for the fanciest model available if it means fewer bugs and less waiting around.
And then came the comedy. One reader joked about the odds of Cloudflare simply buying OpenCode and hopefully keeping it open source. Another chimed in on the painfully relatable problem of AI appearing to “think” forever, turning code review into a suspense thriller where everyone wonders if the job is stuck or just being dramatic. In other words: the product launch was interesting, but the real show was the community asking whether these robot reviewers are heroes, hall monitors, or just very expensive nitpickers.
Key Points
- •Cloudflare found traditional code review valuable but slow, with median wait times for first reviews often measured in hours across internal projects.
- •Existing AI code review tools were considered insufficiently flexible for Cloudflare’s organizational scale and requirements.
- •A naive approach of feeding git diffs to a large language model produced noisy and unreliable review output, including hallucinated errors.
- •Cloudflare built a CI-native orchestration system around OpenCode that uses up to seven specialized AI reviewers plus a coordinator agent.
- •The system has been used internally across tens of thousands of merge requests and can approve code, flag bugs, and block merges on serious issues or vulnerabilities.