Comment Re: Expect major IT incidents in their future then (Score 1) 66
I agree about AI generated code requiring competent review. I disagree that in the hands of a competent reviewer, AI generated code is slower. It's incredibly fast to build out a well-speced function.
And reviewing one function should be pretty easy for a skilled coder. Especially if you wrote the specs.
So I would never unleash an AI to build an entire application from top to bottom (although I've heard of some promising techniques that involve generating requirement documents, running them through multiple AIs, refining those, and then turning over the fully fleshed out specifications to an AI for generation; I'm still skeptical on this, and need to see it to believe it).
But if I can spec out one function at a time and have AI generate each one in seconds with a minute or two of review by me, I will do that over and over again all day long.