Now I understand why at each windows 11 update, they introduce more bugs than ever
Horseshit.
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.
This ^
“20%-30% of code inside the company’s repositories”
Now, if they had said “20%-30% of code written in the past 6 months…” I might buy that.
The repositories are going to have all the current codebase, likely going back years now. AI generated code is barely viable at this point and really only pretty recently.
No way 1/3rd of all current codebase is AI.
Even 20% of new code would be a stretch unless they count every first iteration of code written by AI that needs to be replaced by a human later because it was plain wrong.
Maybe they’re counting the six iterations of code it gives me as I tell it what’s wrong with each one.
20% of code = 20 lines of production code.
They mean new code, as per the article. And they mean code gen and IntelliSence
“Please move all comments from in-line to the line above, and add a separator line”
They say that because they are selling it.
And yeah, my experience is the same. The most frustrating is when writing in a typed python, and it gives answers that are clearly incorrect, making up attributes that don’t even exist etc.
My brother said his superior asked him to use more AI auto complete so that they can brag to investors that X percent of the company’s code is written by AI. This told me everything about the current state of this bullshit.
It would explain the constant barrage of system breaking bugs and RCE vulns
Turns out they have been using AI for decades.
“You are right, I made a mistake. Here is a better answer.” Continues to give wrong answers.
To be fair, the AI’s not wrong. It’s probably better, but just a teeny tiny bit so.
Honestly, AI is like a genie - whatever you come up with he’ll just butcher and misinterpret so you start questioning both your own sanity and the semantics of language. Good thing these genies have no wish limit, but bad thing that they murder rainforests while generating their non-sequitur replies.
Ah but it was nice for a minute imagining microsoft vibe coding windows…
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 think he’s trying to say that their AI writes code good enough for Microsoft. Which is a message to other business leaders that your company too can benefit from copilot, just hand over your credit card!
Microsoft has absolutely gotten worse in the consumer space, but that isn’t really their business these days.
They’re worse in the business space too. Teams is crashing on me daily.
Teams crashed on me today too! It’s great because it was a meeting with external people, so I had to sit in the waiting room in shame until one of them let me back in.
Good point
They are even worse in the business space for sure.
Power move by the zucc by first asking how much genai is used at Microsoft then refusing to answer his own question at Facebook 😂
Well, that explains Windows 11.
this makes way more sense than hundreds of shitty devs.
Even their AI crashes all the time, its brutal.
this is why I get so much business as a IT consultant lol
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.
Ok, it’s like this.
Ms used to release shitty stuff. And they’ll continue to release shitty stuff except now it’ll be 30% more shitty.There were alpha versions of windows 8 with less glaring/annoying bugs than windows 11, though
My windows 11 gaming machine has done all manner of fucky stuff, including permanently losing desktop icons seemingly at random and just whole ass refusing to open the file explorer for six months.
You can install Dolphin file manager on Windows. File Explorer has sucked at least since Windows 11 was released.
I’m just saying, it’s the most basic program there is for a user-friendly OS, how do you launch to market with a fucked up file explorer? And nah, we’re going to Linux once they start pushing windows 12.
Windows 11 is so terrible so far that if I’ll need to use Windows 10 for dev reasons, I’ll either pirate the extended support patches, or use a shitbox (obsolete PC for optimization purposes) disconnected from the internet. I do fear that I might have to hack a GUI onto LDB or GDB, because I got too used to RemedyBG (I’m already using Kate).
It shows
Beat me to it.
Government spyware finally has a challenger for the title of “primary reason that most Microsoft software runs like hot garbage”.
This only makes sense if they are counting intellisense auto complete as “AI written”
Has to be something like that. Nadella is somehow cheating with the number, trying to keep the AI hype going.
You could say ALL of my latest scripts were written with AI. Because I often use it to get a hint or gather some boilerplate code (which I still go over and modify).
So this explains why Microsoft Swiftkey is total dogshit now. Also why the Outlook app barely works.
Its unbelievable.
I used to be able to swipe freely on SwiftKey, and now I can’t really do it without being extra careful and mindful of not spelling the wrong thing. Idk what Microsoft did to the product but I wouldn’t call it an improvement.
Idk what Microsoft did to the product but I wouldn’t call it an improvement.
I think the article we’re looking at here isn’t really hyperbolic. They got AI to write all their code and broke the Keyboard.
Just FYI, if you can live without swipping, I recommend FUTO keyboard., it is basically Swiftkey but it actually works and doesn’t come with Microsoft’s spyware built in.
It’s what I use now, and I’m really happy. Don’t be fooled by it being in Alpha, because it works flawlessly (minus the swipe, which is hit and miss).
Thanks for the suggestion, I’ll check it out
It shows
Stole it as if I wrote it
“Up to” can also be 0%. Why is there even a need to say “up to” here.
So you are saying up to 100% of their code is written by AI?
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.
Its a shit article with Tech crunch changing the words to get people in a flap about AI (for or against), the actual quote is
“I’d say maybe 20 percent, 30 percent of the code that is inside of our repos today and some of our projects are probably all written by software”
“Written by software” reasonably included machine refactored code, automatically generated boilerplate and things generated by AI assistants. Through that lens 20% doesnt seem crazy.
I’ve been “automatically writing code” for a system of about a dozen modules - we specify a glue file in .json between all the modules and the code generating software makes units to go in each module to do the communication interfacing based on the glue spec. That system has been running for more than 10 years now, it writes a couple hundred thousand lines of “new code” every time we modify the glue file.
The A stands for Automation, right?
My first thought on reading that is: yeah, like about 98% of the human genome is “junk DNA” that we have little or no idea what it might be doing. Sometimes when we cut it out, nobody ever notices, sometimes when we cut it out the system won’t boot up.
Of course it’s just bad writing, but I kind of wouldn’t put it past management to try shoving their multitude of codebases through an LLM at this point.
That’s why their products are so crappy!
No way, they get their results through honest effort. Anyone can make crappy AI products now, but Microsoft have been doing crappy products the hard way for decades. Don’t downplay their hard work !
What? There products have long been shit ever before AI was even a thing.
Anyone remember windows ME? I sure as fuck do.