Daily Delta · the full list
Thanks for commenting "REVIEW" — here's everything from the post in one place: what each tool actually does, its real free tier, and where it falls short.
Went through free-for-dev — the internet's biggest curated list of free dev tools, built by 1,600+ contributors — looking for what's genuinely AI-powered in code review, not just "automated." Only 4 tools on the entire list qualified. Most of what gets labeled "automated code review" out there (Codacy, CodeFactor, DeepSource, sonarcloud.io, and others on the same list) is static analysis with no AI in the loop — useful, but a different category.
01 · CodeRabbit
CodeRabbit reads every PR, summarizes what changed, flags likely bugs, and suggests one-click fixes directly in the review thread.
CodeRabbit cites "6M repositories analyzed, 75M defects found" on its site — the vendor's own number, not independently verified here.
02 · What The Diff
What The Diff reads the diff and writes the pull request description, changelog entries, and a plain-language summary for non-technical stakeholders — so reviewers get context without the author having to write it.
03 · Pullflow
Pullflow isn't itself an AI reviewer — it's a collaboration layer that pulls other tools' AI reviews (GitHub Copilot, CodeRabbit, Greptile) plus human review status into one shared view across GitHub, Slack, and VS Code.
Pullflow cites "~15% of PRs had AI agent participation in 2025, up from ~2.6% in 2024" and "merge PRs 4x faster" — both vendor-cited figures, not independently verified here.
04 · Zenable
Zenable combines static analysis with AI review to catch security issues and enforce your team's own coding standards on AI-generated output (Cursor, Copilot, Claude Code) before it merges.
The catch
None of these replace a senior engineer's judgment on whether a feature is actually right. They catch bugs, style issues, and drift from your standards — not bad product decisions. Use them to clear the small stuff so human reviewers can spend their time on the part that actually needs a human.