Alibaba Open Sources OpenCodeReview for AI-Assisted Code Review
Alibaba open-sourced OpenCodeReview, an Apache-2.0 Go-based CLI that combines deterministic pipelines for file selection, bundling, and rule matching with an LLM agent for dynamic code analysis, achieving higher precision and F1 than Claude Code at one-ninth the token cost. Used internally by tens of thousands of Alibaba developers for two years, it supports OpenAI/Anthropic models and integrates with GitHub, GitLab, Gerrit, VS Code, MCP, and coding agents like Claude Code and Cursor. However, its deterministic dispatch limits recall to ~20%, making it a trade-off between precision and comprehensive defect discovery.