Built a tool to do Agentic code review for large changes and use the agent to understand / review the code
Summary
The author built Seendiff, a tool for agentic code review to track progress, collaborate with LLMs like Claude, and streamline large code changes, and asks about others' review processes.
Similar Articles
seendiff
seendiff is a local code diff viewer that helps track review progress and enables chunk-based reviewing, with integration for coding agents to explain their work.
Agentic Code Review (15 minute read)
An analysis of how AI coding agents have shifted the bottleneck from writing code to reviewing it, with data showing a 861% increase in code churn and a rise in defect rates, making code review the most leveraged skill in software engineering.
Open Code Review – An AI-powered code review CLI tool
Alibaba has open-sourced Open Code Review, an AI-powered CLI tool for code review that combines deterministic engineering with LLM agent capabilities. Originally an internal tool serving tens of thousands of developers and identifying millions of defects, it reads Git diffs and produces structured, line-level review comments using a configurable model endpoint.
Show HN: adamsreview – better multi-agent PR reviews for Claude Code
Introduces adamsreview, an open-source Claude Code plugin that enhances pull request reviews using a multi-agent pipeline with parallel sub-agents, validation gates, and an automated fix loop to detect more bugs with fewer false positives.
Use AI for reviewing code especially when the diff is huge
The article argues that human code reviewers should use AI to handle large diffs, and instead contribute their out-of-distribution knowledge and high-level context.