And more and more engineers use genAI to generate code. Hell, even I do, because it's superb at getting the boilerplate ready from standard definitions, allowing me to focus on the important bits.
LLMs are also pretty great at extrapolating a good working document from basic requirements.
They're really just a quite knowledgeable but inexperienced intern, and any software engineer that refuses to utilise them to some extent will be left behind - just like those who refused to move to IDEs with syntax highlighting, autocomplete and other helper tools.
echodot@feddit.uk 3 hours ago
Autocomplete isn’t AI. It’s string recognition which predates AI by about 35 years.
T9 predictive texting definitely didn’t contain AI, but was absolutely a thing for a really long time.
Rooster326@programming.dev 4 minutes ago
There are 2 versions these days.
One powered by AI that can complete the rest of your function, and regular that is typically only the word you are working on.