Fetching from the wire…
Public story · 2026-09-14 · source-backed
alibaba/open-code-review cut v1.12.1 at 11:23 UTC this morning. It's a Go CLI that ran as Alibaba's internal review assistant for two years before the May 2026 open-source release, and it's at 24,596 stars with 443 added today.
The architecture explains the claimed numbers. It runs deterministic rule pipelines first for the classes that don't need a model at all (null pointer dereferences, thread-safety violations, XSS, SQL injection), then hands an LLM agent the cases that need judgment, with the ability to read full files and search the codebase for context. On its own AACR-Bench it reports 33.90% precision with Claude-4.6-Opus against 7.23% for Claude Code on the identical model. Token cost per review: 385K against 5,664K.
Same model, 4.7x the precision, a fourteenth of the tokens. If that holds outside the vendor's own benchmark, it's the largest cost-quality gap I've seen published this quarter.
Now the caveat, and it's load-bearing. AACR-Bench is Alibaba's benchmark, measuring Alibaba's tool. That's not disqualifying, plenty of good tools ship with a self-authored eval because nothing else exists, but a 4.7x delta on a self-designed test is exactly the shape you'd expect from a benchmark that encodes the author's definition of a finding. Claude Code isn't a code-review product, it's a general coding agent being scored on a review task it wasn't shaped for. The comparison is real but it isn't fair, and the honest version of the claim is narrower: a purpose-built review pipeline beats a general agent at review, which is what you'd guess.
The token number is the one I trust most, because it's mechanical. Deterministic rules catching the boring 80% means the model never sees most of the diff. That's architecture, not benchmarking.
Today's release fixes OpenCode 2.x support by moving to native tools and commands (#1213), validates that the git binary on PATH is safe before invoking it (#865), and posts findings against the reviewed commit rather than whatever HEAD happens to be (#1230). That last one matters more than it sounds. A review comment attached to the wrong commit is worse than no comment. Rules routing now sends Python stub files to the Python rules, and a stale alias pointing at deepseek-flash was removed. Eight-plus commits in the 24 hours around the release, so this is a fast cycle, not a quarterly drop.
If you're paying per-token for agent code review right now, run both against the same 50 PRs and count findings you'd actually act on. The two-year production history before open-sourcing gives this more weight than most repos with a benchmark table in the README, and the deterministic-first shape is copyable even if you don't adopt the tool.
Each link below shares sources, entities, or timing with this story.
A paper from Xiao Yu, Baolin Peng, and Ruize Xu makes a claim that seems obvious once stated and is genuinely new as a training methodology: modern agents are inseparable from their inference harnesses, so training them in stripped-down RL sandboxes produces a train/serve mism...
Everyone spent yesterday arguing about benchmark numbers. Tencent quietly published data suggesting the numbers belong to your infrastructure, not the model. The WorkBuddy Bench leaderboard reports every model under two different agent harnesses — CodeBuddy Code and Claude Cod...
43.3% on Frontier-Bench v0.1. Opus 4.8 scored 18.7%. That's not an incremental bump, that's the same benchmark with a different shape of answer. Anthropic released Claude Opus 5 on July 24 at $5/$25 per million input/output tokens, exactly half of Fable 5's $10/$50, while matc...
$3,054 against $38,370. Same benchmark, better score. Praxist (arXiv 2608.25955, submitted August 26) replaces per-attempt agent memory with a typed evidence graph of findings, plus lane-structured frontiers and agendas, so later attempts inherit validated mechanisms rather th...
alibaba/open-code-review is 67 days old at 12,587 stars, +1,066 today, #2 on daily trending. The Go tool splits review into a deterministic engineering pipeline (file selection, comment positioning) and an LLM agent (dynamic decisions, context retrieval), on the explicit argum...
Anthropic released Claude Fable 5.1 on September 1. Claude Code v2.1.257 made it the default Fable model at 17:53 UTC that day, with a 1M-token context window, $10 per million input tokens, $50 per million output, and $0.25 per million on cache reads (claude-code CHANGELOG). B...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.