Live data from Hacker News

Ask HN: What tools are you using for AI-assisted code review?

news.ycombinator.com

11–20 of 50 posts

Re: Ask HN: What tools are you using for AI-assisted code review?

#15
Claude-Code and Codex in combination, combined with an IDE such as Google Antigravity or VisualStudio-Code are very powerful tools, if your company can invest in hardware the new Mac Studio and MacBook Pro allow optimized local inference through open-source tools such as: https://github.com/antirez/ds4

Re: Ask HN: What tools are you using for AI-assisted code review?

#16
Built my own using Claude Code; inside a gitlab job we call Claude Code headless. This works well. There is a tiny mcp server exposed to Claude so it can post inline comments. All existing comments are fed into the reviewer to avoid double posting. The quality of feedback is high. Most complexity is in the SHA management. For example after a rebase. Luckily LLMs understand git very well otherwise it would have been impossible for me.

Re: Ask HN: What tools are you using for AI-assisted code review?

#17

/review in claude code - the skill pulls the PR from remote and review it. Can post comments also.

Honestly I get awful results using this skill. The output is way better when I simply ask it to review the changes on my branch compared to origin/main
Post reply on HN