Ask HN: What's your experience with AI-based code review tools?
I've seen a lot of AI code review tools hitting the market, and I'm curious to hear from people who have tried them out.
Do they speed up reviews? How?
Do you still need human reviewers, or can you directly land code that the AI says passes?
Do they lead to higher quality code? Do they catch important enough things that the review is worth it, or is it mostly minor things?
16 comments
[ 3.3 ms ] story [ 55.9 ms ] threadI’m sorry for not answering many of your questions, but I do think it’s not worth it, at least in a professional context.
For personal use, it might be different.
People are incredibly varied on code reviews too, I can see where some standardization on what should be blocking and what is best left as a suggestion could accelerate things in some cases and prevent issues in other cases.
IME, algorithmic bugs are rarely obvious.
I also though it would be cool to add a database of class/functions, GPT comments, params, file path.
I thought it might be cool to have it ask questions about the code also. And store answers.