Hot take: The AI code review tool made me a worse reviewer
Got feedback from a senior dev last Tuesday after I flagged a false positive that the AI caught. He said I was leaning on the tool instead of reading the pull request context, which was 100% right. I started using an AI assistant to scan for style issues and security gaps, but it made me skim past the logic flow and edge cases, the stuff that matters. I stopped using auto-summaries for two weeks and forced myself to trace the data paths manually, and I caught a race condition the AI missed. Anyone else found that AI review tools push you toward lazy habits if you don't set hard rules for yourself?