Community coverage notes Alibaba open-sourced its internal AI code-review assistant as Open Code Review (github.com/alibaba/open-code-review; npm @alibaba-group/open-code-review at 1.12.0). The CLI reads Git diffs, uses a tool-using agent for line-level structured comments, supports ocr scan for whole-file audits, and plugs into Claude Code, Codex, and Cursor. Official bench: 50 repos / 200 PRs / 10 languages with 1,505 annotated issues; same base model yields higher Precision and F1 than general-purpose Claude Code at ~1/9 the tokens, trading some recall for less noise.

Key Takeaways

  • Alibaba open-sourced Open Code Review (alibaba/open-code-review); npm @alibaba-group/open-code-review at 1.12.0.
  • Line-level diff review plus ocr scan; works with Claude Code, Codex, and Cursor.
  • AACR-Bench: higher Precision/F1 vs Claude Code at ~1/9 tokens (recall traded for precision).
ADSponsored