Comment Re: 25,000 lines of code (Score 1) 78
As far as I've seen, the AI fanatic's answer is "don't care about the code".
I'm not an AI fanatic, I work for a major tech company and have been forced into being "AI Native" to keep my job. I *like* writing the code, and often disagree with how CC does it, but "don't care about the code" is pretty much right and not a fanatic's point of view.
All of these arguments already happened when "high-level" languages like C first appeared. "How can I trust the assembly produced by the compiler?" "I can do register optimization better!" "If I don't practice managing operands on the fpu stack I'll lose that skill!"
English is just the next high-level programming language. If you don't like the code being produced, write a skill or update your personal context.md to explain why. Ask CC to do code reviews that catch and fix the bad patterns.
Maybe not today, but ultimately saying "I need to always read every line" is going to turn out like trying to verify the assembly produced by compilers.