this post was submitted on 19 Nov 2025
566 points (99.0% liked)

Technology

76917 readers
3327 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
 

Microsoft's AI CEO, Mustafa Suleyman, has shared his opinion after recent pushback from users online that are becoming frustrated with Copilot and AI on Windows. In a post on X, Suleyman says he's mind blown by the fact that people are unimpressed with the ability to talk fluently with an AI computer.

His post comes after Windows president Pavan Davuluri was recently met with major backlash from users online for posting about Windows evolving into an agentic OS. His post was so negatively received that he was forced to turn off replies, though Davuluri did later respond to reassure customers that the company was aware of the feedback.

you are viewing a single comment's thread
view the rest of the comments
[–] floofloof@lemmy.ca 37 points 16 hours ago* (last edited 16 hours ago) (1 children)

It's impressive, just not particularly useful, and certainly not something most people consider a priority.

Windows still takes forever to delete files, has a search indexer that makes laptops too hot to touch, steals focus while you're typing in a password, takes much longer than Linux to open a web browser, turns apps white and "Not responding" for no apparent reason, has an ugly and slow Start menu that doesn't foreground the things you want, pops up needless crap like stock tickers and news stories while you're trying to get on with other things, sneakily turns on settings you deliberately turned off, and hassles you continually to agree to things you already said no to. And it spies on you.

Microsoft, if you're looking to please users, those are all higher priorities for real users than any AI. But you're not looking to please users, are you? Because Windows is for Microsoft, not for users.

[–] rudyharrelson@lemmy.radio 3 points 12 hours ago* (last edited 11 hours ago) (1 children)

It’s impressive, just not particularly useful,

I will have to disagree with this. I have found LLMs to be remarkably useful in a variety of circumstances because they are pretty good at regurgitating API documentation and man pages in a relatively small context (effectively making them a very efficient google search).

For example, last week I accidentally deleted a partition from a USB drive. I asked an LLM how I might recover my data using GNU/Linux tools and it pointed me in the direction of ddrescue (and subsequently, gddrescue) and showed me how I could use the recovered disk image to recover my lost files.

I was already aware of 'dd' as a tool for disk management, but was wholly ignorant of ddrescue or gddrescue because I haven't had a data recovery use case in over 15 years. It was a fairly simple affair, and it was much easier than asking StackOverflow.

[–] floofloof@lemmy.ca 2 points 10 hours ago* (last edited 10 hours ago)

I agree that they are useful for this. In fact, as a programmer I find them quite useful whenever I need a bit of a guided start on something that otherwise I'd have to trawl the internet to find. Once the LLM has given a pointer it's easier to follow up with appropriate resources. And the LLM is useful for writing code when the code is predictable and you know reasonably precisely what you need, where the LLM really just saves you some typing and you know how to review it for correctness. Outside of these cases you have to be pretty careful how you use them.

But I don't think LLMs are as useful a tool as the business people want them to be. Programming is unusual in that it involves very predictable patterns, and the aim is to find the most appropriate pattern for the task. And software documentation too follows very predictable patterns. Where an LLM has seen the exact same pattern many times, it will be good at producing it on demand. So programming and explaining software is a good use case for LLMs. But not many areas of activity are like this, and when you get out into all the nuance and complexity of other less formal domains, LLMs are so prone to slipping up that they're much less useful.

I've tried getting LLMs to summarize notes for talks on complex topics, and they are not good at it. I've tried getting them to tidy documents and they're not good at it. I've tried getting them to explain complex topics for someone who knows nothing, and they can be good at it but they can also be misleading, and you don't know which one you're getting unless you go to other sources you could have checked in the first place.

So I think they're most useful for a quick orientation on a topic that points you to further sources, or for very highly formalized activities like programming. But they can't be trusted for math or physics or law or medicine or literature or philosophy or complex decision making or psychology or any number of other areas.