logoalt Hacker News

cpncrunchtoday at 2:42 AM1 replyview on HN

Sorry, I didn't realise you weren't the OP. I was really asking the OP as they said they had large productivity gains from using AI to code. But if you're a professional developer, the same question can be answered by you: do you specifically review all AI generated production code?

In my own case 100% of my code is reviewed by humans (generally me), and that IMO is the only sensible option, and has been the standard since I started coding commercially 33 years ago. I don't use AI to generate code though, other than a few experiments, as I don't really need to write much code these days.


Replies

bmd1905today at 6:54 AM

This resonates completely—AI coding assistants are flooding queues with high volumes of code, simply shifting the bottleneck from writing to reviewing. Human reviewers get burned out trying to catch subtle security misconfigurations or performance regressions hidden in AI-generated PRs. We built CloudThinker's code review module to act as a rigorous first pass, catching those vulnerabilities with 96% accuracy so developers only spend time reviewing architectural decisions.

show 2 replies