Comment Assemble, Not Create (Score 1) 207
From the article, AI coding is considered by the executives a full replacement for creating code.
The old way, and in use by some today, was to create code by hand, similar to writing a story. Your mind created it. Then add autocomplete, which most of the time saved on typing, but sometimes interrupts the train of thought.
Now, instead of creating, you get to assemble AI generated snippets, with what amounts to productivity quotas.
The worst part for the Dev and QA teams will come later, when the AI generated code stumbles on a gap, that the automated tests did not fine, and no one has actually read all of the related code. It might be like patching a twenty year old application; start with a lot of reading.