Microsoft CEO says up to 30% of the company's code was written by AI | TechCrunch

https://lemmy.world/post/28897929

Microsoft CEO says up to 30% of the company's code was written by AI | TechCrunch - Lemmy.World

Now I understand why at each windows 11 update, they introduce more bugs than ever

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 tedious unit test code, requiring minimal tweaks. 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.

No real code is AI-generated. He’s just saying shit like this to keep idiot investors happy.

Isn’t that the problem tho. He’s the CEO of Microsoft which is supposed to be a bight end technology firm saying bullshit

Operations are one thing, but investors are another. The latter don’t know the sector, but they want profits.

So you have to convince them not to interfere with your activities, because they can make things worse.

I appreciate this explanation. But it doesn’t make it right, does it?
Thanks for the context
I’d guess it’s mostly the AI autocomplete stuff. I.e. you keep on typing until the AI guesses it right then press tab to save keystrokes. LLMs are really bad at making test cases in my experience; they, ironically, can’t do the simple but nuanced computations needed to figure out what the output should be given the inputs, or to recognize and test the edge cases.
Oh yeah it can’t do anything complicated, only on simple modules. And I usually give it pretty detailed instructions on my expected I/O. It just converts a few sentences of English to dozens of lines of code.