Ask HN: What tools are you using for human code review of AI-assisted code?
11–18 of 18 posts
Re: Ask HN: What tools are you using for human code review of AI-assisted code?
#12Re: Ask HN: What tools are you using for human code review of AI-assisted code?
#13Re: Ask HN: What tools are you using for human code review of AI-assisted code?
#14Re: Ask HN: What tools are you using for human code review of AI-assisted code?
#15Re: Ask HN: What tools are you using for human code review of AI-assisted code?
#16the fact that Github's PR interface isn't suited anymore and that review must go from detailed style/code focus towards architecture and high-level design really resonates with a pain I've had for months.
A friend and I are just building something to solve that. In a nutshell we capture the AI sessions along the development to extract the key decisions and choices. We then use that to help navigate the diff and guide the reviewer towards what matters.
Feel free to have a look => https://www.herve.review/ we're reaching the end of the beta phase, but happy to still loop you in :)
Re: Ask HN: What tools are you using for human code review of AI-assisted code?
#17TBH I just use another ClaudeCode to review or ask the agent to explain its reasoning process with me. I personally believe the reviewable unit shouldn't be the final diff. Instead, review the decision trace: plan, assumptions, etc. And if you agree with the agent's decision trace, probably you will also agree how the code was implemented