Comment Re:cool and all but.... (Score 1) 55
because aside from the core GNU/Linux stuff, there's not a lot of C++ out there compared to TS/JS and shell (or even Python and perl and php).
C++ coding is rarely just 'raw'. usually the bulk of what you're doing is integrating multiple libraries together. How do you talk to your database? How do you create an API and/or a webpage and/or a UI? Each of these decisions requires integration that isn't published as well as the thousands of examples out there on stackoverflow for an AI to gobble up.
So internally, a team might start using AI to expand on its own code-base...but nobody is going to use AI to create a project from scratch in C++ unless speed is the #1 concern...and usually if you're heading to AI, speed of the product is not the #1 concern: speed of getting it out the door is. The AI is not going to know how to use the libraries a complex C++/C# system needs to integrate with because those are generally paid and proprietary (again, outside of GNU/Linux and Linux open source systems like gnome/gtk or kde).
we'll see within a year if AI starts getting involved in making linux desktop apps, but most windows developers will more likely use copilot for C# as Microsoft keeps training it.