this post was submitted on 28 Aug 2026
560 points (97.6% liked)

Technology

87649 readers
2948 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ifmu@lemmy.world 9 points 18 hours ago (2 children)

They fired their QA department in 2015 relying on telemetry of users to diagnose issues. Then last year they boasted a third of all their code is AI generated. You don’t have millions of lines of code over 2+ decades and have a high quality standard of a third of that was generated in 2 years.

[–] ShankShill@sh.itjust.works 2 points 13 hours ago

They merged their QA department with Bethesda, raising the head count to 0.

[–] eronth@lemmy.dbzer0.com 2 points 14 hours ago (1 children)

I wager the "third of code is AI generated" was perhaps a twist of the truth to advertise for AI in general.

That said, an OS on AI generated code is not a good thing, and it shows regardless of what % is actually AI generated.

[–] JasonDJ@lemmy.zip 1 points 14 hours ago* (last edited 14 hours ago)

Well now Idk about that...it's assumedly trained on the entire Microsoft archive of code. Probably also trained on everything in GitHub, too.

I wouldn't doubt an LLM's ability to churn out lots of lines of code and add-on half the original LOC's in random Windows Crap.

Also, have you seen Windows 11? Damn near unrecognizable from Windows 10 20H2, let alone 1507. And a lot of that is absolute crap updates like hiding the original legacy tools and putting in worthless apps that look nice but can't do half the crap that they could before (looking at you, ncpa.cpl)...but at least the original tools are just "hidden", not removed. Yet.

I will say, I do like PowerShell lately. Probably more than bash (as in, all other things equal, I can either turn on a Windows PC to write a shell script, or a Linux PC to write a shell script, to do the same thing...the only reason I'd prefer bash would be because I wouldn't have to use Windows...). Not as much as Python, but that's kinda apples/oranges.