this post was submitted on 19 Aug 2026
-50 points (14.3% liked)

Technology

87402 readers
5806 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
 

Do LLMs "think" in a similar way to humans? Or is it totally different?

Maybe it's a good idea to listen to someone who publishes papers on this very subject, and is a professor of both philosophy and psychiatry and directs an Institute for Cognitive Science. That person is Dr. Chandra Sripada and his insights are fascinating.

Sean Carroll (interviewer, scientist and science communicator) says this interview made him lean towards the answer being "yes, they think like humans" whereas previously he favored the opposite view.

you are viewing a single comment's thread
view the rest of the comments
[–] wrinkle2409@lemmy.cafe 4 points 1 day ago* (last edited 1 day ago) (1 children)

Doesn't load for me. I work with ANNs solving problems and compare it with animals doing a similar thing for my PhD. You can see a lot of similarities, and can model some animal behavior after it. However, even with the presence of similarities you can't completely say it thinks "the same", but you can say it is functionally equivalent: If you have two functions that give the same output for the same inputs, then they are the same function for that domain, same goes for brains.

Just to be clear, LLMs have some similar thinking patterns with what we know about the neural activity of animal brains, but I wouldn't say it is the same, and saying they think "like humans" is very subjective.

One thing that is easier to notice is that they struggle with problems that require some form of recursive thinking, which is something a human can do. They can't simply go back to correct their beliefs, once they spit something out it stays there, so they have to commit to it.

[–] nymnympseudonym@piefed.social 1 points 7 hours ago

They can’t simply go back to correct their beliefs

Backtracking is a common and integral part of the reasoning learned by what used to be called Large Reasoning Models but today is part of almost any modern model design, much like Mixture-of-Experts