Now I understand why at each windows 11 update, they introduce more bugs than ever
If they start with those products today with zero marketing budged and zero user base nobody would use it. Those CEOs are just clowns.
Submitted 2 weeks ago by Wispy2891@lemmy.world to technology@lemmy.world
Now I understand why at each windows 11 update, they introduce more bugs than ever
If they start with those products today with zero marketing budged and zero user base nobody would use it. Those CEOs are just clowns.
Even worse, whenever a good new technology does pop up they buy it and ruin it.
Windows is 95 percent pure bloat now imo, an os just needs to handle my hardware and launch my programs anything else is just eating my resources.
I don’t need any assistance from anything while my phasers and quantums aren’t doing anything. I don’t need AI doing anything when I finally get the proper setup for crashing a Tomcat into a big old mountain that only a fool would miss. I don’t need any bloat while I’m ripping off an old cartoon character for a D&D campaign.
50% of my code is written by Intellisense…
We can tell
Honestly, I’m not surprised.
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.
Well that explains a lot
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.
They’re attempting to make excuses for their inability to create functional software
They’re lying about using AI to write software, they probably have required all their programmers to have an AI plugin installed, and are thus counting any code they make as “written by AI”, and then are counting any minor edit to existing code as the entire thing being “written by AI”.
The software is bad because it’s written to serve the infinite growth imperative. The reason they claim they’re writing code with AI is because that being true is the only hope that they have for achieving the infinite growth imperative. It’s a con, it’s a cult, they are extracting as much value as they can before everything falls apart.
How much of Linux is?
If you count all of my contributions, 0%.
None of my contributions have been included. I am a terrible programmer.
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.
??? No it’s not! Can investors sue because this is such an obvious lie? Pls I have 0.3 Microsoft shares
Are they including code generated to test their own models capability maybe?
Yikes
Wonder how much of Windows 10 was written by Stack Exchange?
Not suprised
Fun fact: Nadella has been replaced with an AI agent a couple of months ago and still nobody has noticed. “Copilot, while I’m away, generate bs on AI adoption and fire a bunch of employees, ok?”
Year of the Linux desktop
(Amusing sidenote: my autocomplete’s first suggestion after ‘Linux’ was ‘propaganda’.)
I think it might actually start coming to fruition now that a lot of games have native support.
One of the only things stopping me from taking the plunge at this point is laziness to soft through all my data and make sure what i need is backed up before firmatting (i know, i need a good backup solution; open to suggestions here)
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
I disagree. It feels like your making this assumption from the point of view that people using AI to develop turn their whole brain off and let AI take the wheel. Any dev I know using AI uses it as a time saving measure, i.e. advanced autocomplete, or to assist with troubleshooting as a form of advanced search engine. Also you would have no need to give the AI the actual key itself, at most you would give it the title of the variable the key is saved as. Also major companies tend to have fail safes in place in their pipelines checking to see if private codes are ever made public and then they just change the code.
I find it hard to believe because I work at an adjacent company who has made similar claims and it is complete bullshit.
I do think there is some about of “AI provided a smart complete and the developer hit ‘tab’ to take the changes” equalling “this code was written by AI” in some metrics that go to the execs. And since the execs mandated high AI use everyone is fine just saying they have high AI use regardless of how true it is.
Likely a lot of manpower were focused on that, and/or the employees rather wrote their own code then lied about the AI use (heard a lot about it).
And its all Teams.
Are they including stuff written by intellisence and boiler plate for legacy code?
They include tab complete of github copilot which is often as much as a single dot. Same thing they’ve done with all github copilot stats.
And how many times was all that code rewritten?
Would be interesting to see how they measured that metric. Are they tagging individual lines as AI generated?
What those lines are too would be interesting,AI as auto complete is less dangerous than complete generation, but probably also less dangerous.
AI as auto complete is exactly what I was thinking.
I’ve seen lots of cases where AI appears as an auto complete suggestion and I can just hit <TAB> and it finishes the current line. It’s essentially filling in the boilerplate text. Heck in some cases it isn’t even right, but it’s close enough that I can change a few values.
I also want to point out that this isn’t particularly new technology. This existed before AI. It has perhaps expanded more, but it isn’t a revolutionary improvement, it’s an incremental one. So when we talk about usefulness, I think it is actually more useful.
Now if it could do all the magic planning and thinking, that would be more useful, but we’re not there yet.
I hope that that’s inclusive of something like lines of documentation.
Is the part that handles images in word
Does that mean that Microsoft shares are gonna crash?
Sure as hell feels like it!
KairuByte@lemmy.dbzer0.com 2 weeks ago
“Written by software” does not inherently mean AI.
petrol_sniff_king@lemmy.blahaj.zone 2 weeks ago
I highlighted part of the article for you.
urandom@lemmy.world 2 weeks ago
Code generators being a prime and ancient example
Bongles@lemm.ee 2 weeks ago
I vaguely remember talk about companies like Google having software that fixes/writes code and that was ages before LLMs.