Comment Re: "tedious old chores" (Score 1, Insightful) 34
> In neither case do you need to check from scratch. You already know what you wanted. Did it do it or not? That's easy to verify.
Just to be clear, you're suggesting the way to test a program is to just run it once and see if it did what you wanted?
Have you ever done software development? Because that's not how it works. In the real world we do unit testing, code reviews, and other things to try to catch every bug. And, believe me, it's a hell of a lot easier to do those things if you already understand what the code was trying to do than when you get it given to you by a third party that doesn't even understand how to write understandable code.
Basically AI made the chore part harder and the fun part non-existent.