this post was submitted on 30 Apr 2025
650 points (95.5% liked)

Technology

69491 readers
6005 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 2 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 20 points 23 hours ago* (last edited 23 hours ago) (3 children)

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 mostly correct, tedious unit test code, depending on your language/framework. 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. Also, documentation might count as well.

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

[–] [email protected] 4 points 8 hours ago (1 children)

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.

[–] [email protected] 1 points 3 hours ago

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.

[–] [email protected] 1 points 12 hours ago

Thanks for the context

[–] [email protected] 2 points 19 hours ago (1 children)

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

[–] [email protected] 2 points 12 hours ago (1 children)

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.

[–] [email protected] 1 points 6 hours ago

I appreciate this explanation. But it doesn’t make it right, does it?