The current state of code generated by AI is sketchy at best. I often get plain wrong answers because the model tries to derive. It comes up with calls to functions and properties that just do not exist.
"You are right, I made a mistake. Here is a better answer." Continues to give wrong answers.
Apart from that, apps that are glued together from AI generated code are not maintainable at all. What if there is a bug somewhere and you so not comprehend what is actually happening? Ask AI to fix it? Yeah good luck with that.
I do use AI for simple questions, and it works fairly well for that, but this claim by MS is just marketing bullshit.
He used the words "written by software". This is ambiguous and doesn't mean AI, for example, using annotations for variables and generating the getters and setters would count. Right click and create function body for interface function definitions also.
They're exaggerating to pretend their AI is more useful than it is.
So the CEO is trying to tell investors that they are saving money by not paying employees. But to me it sounds more like: we are letting our sub-par products continue to enshitify, and any other company using AI to program will be equal competition.
I bet they’re counting code written while someone had an AI plugin installed as “written by AI” and I bet that accounts for almost all of that 30%. On top of that, I’m betting that they made it mandatory to have such a plug in, and the other 70% is just code written before they mandated this.
Everybody saying this is why their products are shit are really confusing me. It's not like Microsoft just started being terrible. They've been terrible for a real long time. Way before AI was a thing. This is just a symptom of Microsoft's awfulness not a reason for it.
This is my own experience but the past few years Windows has been extremely dependable for me and then in the last few months the updates they’ve have been terrible. I’ve seen more blue screens recently than I have in a lot of years.
All this to say that if it is 30% AI code being used then it’s very telling!
If they mean “30% of the code we wrote last month” then I might believe it. Though I bet it is not across the board but deep in one or two areas. Still, it’s a crazy number.
But he said something like “30% of the code in our repositories” which would mean everything, including their entire legacy of code. And that I simply do not believe.
Code written by software doesn't mean AI unless you ignore compilers
Executives lie to boost profits and justify their decisions, I doubt MS execs even know how much of their code is AI generated just like the ad sales company exec they were talking to in the article
Windows hate train looks fun, but as someone who works in the industry, most of that code is probably just unit tests and boilerplate stuff.
Copilot is decent at quickly writing huge amounts of mostly correct, tedious unit test code, depending on your language/framework. And since Microsoft works with languages like C# and .NET for their native apps, and likely backend too, there is quite a bit of verbosity that Copilot can take care of. Also, documentation might count as well.
No real code is AI-generated. He's just saying shit like this to keep idiot investors happy.
Satya Nadella has given an evasive answer there and both Zuckerberg and the journalists have been taken in.
It is common in programming languages that have a lot of boilerplate to use code generation, where you take some information about data and generate code automatically, like code that translates data between formats (for example reading and writing xml for saving to disk or json to send over the network). Being very routine to write and easy to deduce logically from other information, this process has been automated for years and years, long before AI existed.
Microsoft's flagship software such as operating systems, office software, is unbelievably vast and complex, far beyond the complexity of most business software, and has been developed over decades. They absolutely have not replaced 30% of their code since the very recent advent of useful AI. I can believe that 30% of it is automatically generated, but not by AI.
Fun fact: Nadella has been replaced with an AI agent a couple of months ago and nobody has noticed yet. "Copilot, while I'm away, generate bs on AI adoption and fire a bunch of employees, ok?"
Copilot. Piloting you towards effortless bugs, and with all the telemetry, we don’t need to test our patches and updates. You, the user are doing that for us.
Sincerely, Microsoft.
If this were true there would massive databreaches. AI is really bad at keeping private keys private. Not to even mention the default credentials it would use because it doesnt have commen sense to change them
Eww. Maybe it’s not really true and Microsoft just wants to remind us that big corporate AI is so legit that all the software you use all day was “helped” by it.
But really for me the issue is the company, not the AI. If I read an article about AI generated code making it into the Linux kernel or some gnu/kde/etc utilities, I don’t think I would worry much because those changes will be reviewed by cranky old nerds who care about the functionality of the software first. I have no such confidence in Microsoft’s processes.