this post was submitted on 19 Nov 2025
633 points (99.1% liked)

Technology

76917 readers
3402 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 2 points 12 hours ago* (last edited 12 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.