Comment And this too shall pass (Score 1) 130
Early computers were purpose built and sometimes hard wired to do the job they needed to do. They were replaced with machines that could easily be reprogrammed with punch cards and writing code in machine language, rendering the skills of a whole generation of computer technicians that did that hand wiring largely obsolete.
Once human friendly programming languages made their debut I am sure there was much and wringing about the decline of machine language skills and dumbing down of coding, not to mention bloat.
Then came scripting languages - that increased the bloat and dumbed down programming even more, but made programming more accessible to many.
AI used in coding is really just another progression of this - it will probably create more bloat, certainly increase accessibility. At the same time, the inner workings of how the programs work becomes a bit more obscure, hidden below layers that aren't very scrutable to the guy giving the instructions.
One thing these all have in common is you still need someone to define what the program is supposed to do, and to get useful results, that description has to be detailed and a good fit for whatever underlying problem the machine is being used to solve - this part of the job won't change - only the means of doing so will.