And it’s coming soon, I already use AI to generate shell scripts and python and it gets me 90% of the way there…
Jensen Huang believes coding languages are a thing of the past
www.techradar.com
Not really. Anyone who actually is a software engineer knows it has limitations. Sometimes significant limitations. It's never been promoted that it will be able to write complex pieces of software itself. Always promoted as helping software engineers become more efficient by taking the grunt work out of coding by writing boilerplate code, tedious code, unit tests and documentation.
We use GitHub CoPilot at work integrated into our IDE's. There is zero chance this will be taking over for me anytime soon when it comes to understanding context of what you are trying to do and/or complex things with nuances to them. It's pretty bad at it. Often times sending you on wild goose chases no matter how specific the prompts are you write to get it to give you better results.
As I like to say, it's great at navigating you cross country between places, like if you were driving from NYC to Seattle, it is great at telling you how to get there. Not very good once you get to Seattle and ask it to get you to places within the city and ask for detailed things.
There is a massive difference in writing a basic shell script versus writing big applications by orders of magnitude. That would fall under things it's good at. I have it write Terraform code for me too that is usually quite good for our Continuous Build and Deploy Pipelines on Azure.
What is accurate is that software engineers who don't use it will be replaced by ones who do use it.