Hacker News new | ask | show | jobs
by icedchai 441 days ago
You're spot on about developers being worse at reviewing code. With generated code, you still need to understand it if you want to maintain it.

I had another person send me some AI generated code that was close to 90% working. It was missing something simple (something like appending to an array instead of overwriting it...) The original developer could not understand or debug it. I'm afraid of the crap we're going to see over the next few years.