(no title)
achrono | 8 months ago
>In April, Microsoft’s CEO said that artificial intelligence now wrote close to a third of the company’s code. Last October, Google’s CEO put their number at around a quarter. Other tech companies can’t be far off.
Take a moment to reflect -- a third of the company's code? Generative AI capable enough to write reasonable code has arguably not been around longer than 5 years. In the 50 years of Microsoft, have the last 5 years contributed to a third of the total code base? This itself would require that not a single engineer write a single line of code in these 5 years.
Okay, maybe Microsoft meant to say new/incremental code?
No, because Satya is reported to have said, "I’d say maybe 20%, 30% of the code that is inside of our repos today [...] written by software".
bwfan123|8 months ago
[1] https://github.com/dotnet/runtime/pull/115762
rvnx|8 months ago
They never did so well
The issue with Copilot is that it is running GPT-4o and GPT-4o-mini, and both models are not good at programming.
zack6849|8 months ago
achrono|8 months ago
Source: https://www.cnbc.com/2025/04/29/satya-nadella-says-as-much-a...
davidmurdoch|8 months ago
achrono|8 months ago
Source: https://www.cnbc.com/2025/04/29/satya-nadella-says-as-much-a...
throwawayoldie|8 months ago
cimi_|8 months ago
Is there any evidence of this (anywhere, not just MS or Google)?
paulluuk|8 months ago
kordlessagain|8 months ago
AnimalMuppet|8 months ago
SoftTalker|8 months ago
exe34|8 months ago
seydor|8 months ago
bee_rider|8 months ago
> Other tech companies can’t be far off.
First, MS and Google are working on coding assistants so I’d expect them to be quite ahead of the curve in terms of what their CEOs report. Both in terms of what they are actually doing (since they have a bunch of people working there who are interested in AI coding assistants, surely they are using them). And in terms of that the head advertisers for these products, the CEOs are willing to say (although I should be clear, I’m not even necessarily saying he’s lying or being misleading. He’s in charge of a company that is advertising some AI tool, maybe all his reports are also emphasizing how good the dogfood is).
Second and relatedly, quoting a AI tool salesman on how much of his company’s code is written by AI… eh, it is a big company, the CEO of MS is a known figure. But maybe they should be explicitly skeptical toward him. As you note, I wouldn’t be surprised if MS was itself far off from what he said in the quote, let alone other companies…
Although, if he says:
> "I’d say maybe 20%, 30% of the code that is inside of our repos today [...] written by software".
Depending on how you look at it, that doesn’t necessarily preclude, like, classic macros and other classic code generation tools, so actually I have no idea what it even means. If an AI touches a JavaScript minifier, does it get credit for all the JavaScript that gets generated by it? Haha.