2/17/2026 at 12:15:48 AM
Would it really become a bottleneck ? Only if we force a human in the loop when it may not be really necessary.If there are well defined contracts for the software, and the software behaves correctly, is it really necessary for understanding the code entirely ? We seem to develop on many abstractions already ignoring how the code actually executes on the hardware without any issues.
Secondly, wouldn't AI help in understanding the codebase and make that easier as well ? Debugging must also immensely benefit from AI assisted tools.
So i'm less concerned overall with the auto-generated code as long as the code thats landing is reviewed by an AI bot that's aggressively prompting to ensure the code is as simple as it could be.
by svpyk
2/17/2026 at 12:55:51 AM
>If there are well defined contracts for the software, and the software behaves correctly [...]But how would you ever know if this assumption is true?
by dodu_
2/17/2026 at 2:05:18 AM
yeah, this is exactly AI helping you understand the codebasebut not using plain text -- it uses diagrams/execution flows/animations etc
it's easier to parse
i think working at a fast-moving startup can make you understand this problem more
by baijan