🔍Open Code Review
alibaba/open-code-review · homepage ↗
Fast, efficient, battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in multi-language ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.
⭐ Very popular: 21k stars, gaining about 1k a week
View on GitHub ↗repo profile
momentum
durability
bus factor = how many people it takes to cover more than half the commits (6 months). 1 is a solo project; higher means the work is spread across a team. top-author share is the single busiest author's slice of those commits.
why it's a big deal
- Beats general-purpose agents on precision and F1 across 200 real PRs, at roughly a ninth of the token cost.
- Delegation mode runs the review with your own agent’s model, no separate API key needed.
- Validated at Alibaba’s internal scale against millions of real defects before being open-sourced.
under the hood
- Hybrid architecture: deterministic engineering (file selection, bundling, rule matching) handles what must not go wrong, an LLM agent handles the rest.
- ocr scan reviews whole files or directories with no diff needed, useful for auditing unfamiliar codebases.
- Built-in ruleset covering NPE, thread-safety, XSS, and SQL injection, compatible with OpenAI and Anthropic models.
our take from PR#40, 2026-08-12
star history
- PR#40 20k 2026-08-12
- now 21k + 337 since first covered
curve is sampled from GitHub's star history, plus our own daily readings since we covered it; the dashed stretch is before we first covered it, the solid line since. figures at coverage are the numbers we printed then (approx.), current count is live.
understory
Output and attention are roughly in balance.
- output, commits & releases
- clout, star velocity
output = commits & releases; clout = star velocity, both 0 to 100 monthly indices; the gap where output runs above clout is the understory. The understory →
covered in
-
Alibaba’s internal reviewer, now open source
similar projects
compare these →- 🦌 DeerFlow
Python · 3.9× the stars
An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.
80k ACTIVE - 📊 TradingAgents
Python · 4.8× the stars
TradingAgents: Multi-Agents LLM Financial Trading Framework
98k ACTIVE - 🌊 Ruflo
TypeScript · 3.3× the stars
🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
68k ACTIVE
comments
Sign in with GitHub to add your blip on Open Code Review.