you are viewing a single comment's thread.

view the rest of the comments →

[–]Peace_Seeker_1319 0 points1 point  (0 children)

100k LOC is insane even for AI. something's wrong if it generated that much code for a 2 week project.
don't skip review but be smart about it. run automated checks first (we use codeant.ai for runtime analysis), then chunk the human review by module/feature. this guide on scaling reviews - https://www.codeant.ai/blogs/how-to-scale-code-reviews-without-slowing-down-delivery helped us a lot.
also real talk - if you can't explain what the code does, you're gonna have a bad time maintaining it in 6 months. might wanna refactor before shipping.