Are AI coding tools making code review harder for anyone else?
This might just be me, but AI coding tools have made some PRs weirdly harder to review.
The code usually looks clean at first glance, but then you find small logic issues, overcomplicated helpers, weird edge cases, or tests that pass but don’t really prove anything. It feels less like reviewing someone’s thought process and more like trying to guess what the tool assumed.
I still use AI for coding, so this is not an anti-AI rant. It’s just that review feels different now.
Anyone else noticing this? How are you changing your review process?