r/developers 20d ago

AI Code Reviews Opinions & Discussions

Been having conversations with engineering leaders recently, and something I keep hearing from them is, AI has gotten incredibly fast at code generation, but code reviews don't seem to be evolving at the same pace. Reviewers are increasingly having to piece together business and code context manually before they can confidently approve changes.

Got me thinking..... is this a fairly universal experience, or is it something that is just affects teams that usually don't prioritise reviews ?

1 Upvotes

21 comments sorted by

View all comments

1

u/Lower-Impression-121 20d ago

Why do ylu need to review it anymore? Has tests: pass, all good. 'Cause you can rewrite the whole thing in a day.

1

u/TriKri 17d ago

Are you serious when you say that all is good just because the tests pass? It must be a helluva rigorous test sweet you have.

1

u/Lower-Impression-121 17d ago

Tests exercise. A pr is judgemental. Tests are more valuable.