Alibaba released Open Code Review, an open-source command-line tool that reviews code changes before a teammate does. Install it with npm, point it at any model (Claude, GPT, Qwen, DeepSeek, or your own endpoint), and run ocr review in a repository. It reads the Git diff, bundles related files into one review unit, and pins each comment to an exact line. It started as an internal Alibaba tool that the company says served tens of thousands of developers over two years. The design splits the job: ordinary program logic picks the files, matches the rules and verifies the line numbers, while the model only reasons over what it is handed.
Alibaba’s public benchmark of 200 pull requests across 10 languages shows why that matters. Against Claude Code on the same Claude model, Open Code Review scored 33.9% precision against 7.2%, and 25.1% F1 against 11.6%, using about a ninth of the tokens. Recall went the other way: 20% against 28.9%, so it misses more real defects. An HCLTech engineer notes that at 20% recall, roughly 80% of expert-flagged issues go unfound. One outside test measured about 12% precision, which the maintainers blamed on a tool-call bug and fixed, with no independent retest published since.
The gain comes from architecture, not a smarter model. Outside reviews agree the improvement comes from limiting what the agent may do and checking its comments independently, and the project openly advertises the recall it gives up. Expect more narrow tools to trade completeness for output a human will actually read.
Read More: DeepSeek’s harness made the same bet: the scaffolding, not the model, is the product
Sources:
- alibaba/open-code-review (GitHub)
- Open Code Review benchmark and quick start
- AACR-Bench: Evaluating Automatic Code Review with Holistic Repository-Level Context (arXiv)
- AACR-Bench dataset (Hugging Face)
- Alibaba Open Sources OpenCodeReview for AI-Assisted Code Review (InfoQ)
Disclaimer: For information only. Accuracy or completeness not guaranteed. Illegal use prohibited. Not professional advice or solicitation. Read more: /terms-of-service
Reuse
Citation
@misc{kabui2026,
author = {{Kabui, Charles}},
title = {Alibaba’s {Open} {Code} {Review:} {Fewer} {False} {Alarms,} a
{Ninth} of the {Tokens}},
date = {2026-09-22},
url = {https://toknow.ai/posts/alibaba-open-code-review-deterministic-agent-fewer-tokens/},
langid = {en-GB}
}
