@sinister @buttplugio Only you can answer that, but I don't expect programming jobs to go away - a lot of trouble gets caused when nobody understands or cares about the code :)
Some open source projects are be plagued by users submitting AI-generated patches and security reports that are invalid, because the user didn't read, understand, or investigate what the AI spat out.
@fencepost @patrizia @sinister @buttplugio
But the 90% case is done in 10% of the time you spend on the code. IntelliSense and tab completion do already everything you need. AND you don't get into a situation where you're wasting hours to find a bug in a section of the code that you don't even know what it is supposed to be doing.
@fencepost @patrizia @sinister @buttplugio
Debugging is 90% of the time you are spending. The first raw program text usually is the fast part, unless you work really hard on optimisation problems - which is another weak point for AI.
AI is trained to only shows the most common text in the context given - neither the most elegant, nor the fastest, most robust nor most correct program.