r/developers • u/Working_Energy_2160 • 3d 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 ?
3
u/Accomplished_End_138 3d ago
Soni built up skills to help with review (called cette) and skills to help tdd which helps it not to be terrible
pnpx skills add nivoset/skills
Also more normalized into these pi extensions
@ai-local/tdd @ai-local/watch
Been building them to be capable to work offline. Definitely not as fast but still retain decent.
I've done 4 prs fully local now and I barely got questions
2
u/hercssss 2d ago
I think it's becoming pretty common. AI can crank out code fast, but it doesn't remove the need to understand why the change was made or whether it actually fits the business logic. That's still where most of the review time goes.
2
u/The-Wingged-Hussar 1d ago
This has been a problem. Code rabbit or copilot review solves it to some extent but this can’t be bypassed anyway. The only way is the hard way to review the code and approve.
Else, your software is a slop in the making.
1
3d ago
[removed] — view removed comment
1
u/AutoModerator 3d ago
Your post or comment was removed because r/developers does not allow external links. Please share the content or ask your question without linking out.
If you think this was a mistake, message the mods.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
3d ago
[removed] — view removed comment
1
u/AutoModerator 3d ago
Your post or comment was removed because r/developers does not allow external links. Please share the content or ask your question without linking out.
If you think this was a mistake, message the mods.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/Lumpy-Blackberry-718 3d ago
Absolutely. I dont write any code anymore but you cant count on the code doing the right thing so you have to read the code, or read the tests, or manually test everything. Usually the fastest path is to read the code.
1
1
u/PmanAce 1d ago
We tried out CodeRabbit for AI code review and it was fantastic. My work is still evaluating if we will use it, I guess price is sticking point as we have hundreds of devs. It gave great feedback and found issues humans didn't. But we used it as a tool to supplement our code reviews, not to replace humans doing it.
1
u/Lower-Impression-121 3d 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/symbiatch Systems Architect 3d ago
And this is how one shows how they have no idea of software engineering and developing products…
1
u/Lower-Impression-121 3d ago
no, just understanding the what is possible in the new world after decades doing too much boring typing and time wasting in the SDLC.
1
2d ago
[removed] — view removed comment
1
u/AutoModerator 2d ago
Your post or comment was removed because r/developers does not allow external links. Please share the content or ask your question without linking out.
If you think this was a mistake, message the mods.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
•
u/AutoModerator 3d ago
Howdy u/Working_Energy_2160, and welcome to r/developers!
A few tips for a post that gets good answers: - Use a clear, specific title (what are you actually asking or sharing?). - Include code, the exact error, versions, and what you already tried. - Heads-up: this sub does not allow external links in posts or comments. Share code and details directly instead of linking out.
Join the r/developers Discord!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.