this post was submitted on 28 Aug 2025
569 points (99.8% liked)

Technology

74598 readers
4628 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
you are viewing a single comment's thread
view the rest of the comments
[–] iglou@programming.dev -2 points 22 hours ago (1 children)

Of course the "understanding" of an LLM is limited. Because the entire technology is new, and it's far from being anywhere close to being able to understand to the level of a human.

But I disagree with your understanding of how an LLM works. At its lower level, it's a bunch on connected artifical neurons, not that different from a human brain. Now please don't read this as me saying it's as good as a human brain. It's definitely not, but its inner workings are not so far. As a matter of fact, there is active effort to make artificial neurons behave as close as possible to a human neuron.

If it was just statistics, it wouldn't be so difficult to look at the trained model and identify what does what. But just like the human brain, it is incredidbly difficult to understand that. We just have a general idea.

So it does understand, to a limited extent. Just like a human, it won't understand what it hasn't been exposed to. And unlike a human, it is exposed to a very limited set of data.

You're putting the difference between a human's "understanding" and an LLM's "understanding" in the meaning of the word "understanding", which is just a shortcut to say that they can't be compared. The actual difference is in the scope of understanding.

A lot of the efforts in the AI fields gravitate around imitating a human brain. Which makes sense, as it is the only thing we know that is capable of doing what we want an AI to do. LLMs are no different, but their scope is limited.

[–] Perspectivist@feddit.uk 1 points 14 hours ago* (last edited 2 hours ago)

I think comparing an LLM to a brain is a category mistake. LLMs aren’t designed to simulate how the brain works - they’re just statistical engines trained on language. Trying to mimic the human brain is a whole different tradition of AI research.

An LLM gives the kind of answers you’d expect from something that understands - but that doesn’t mean it actually does. The danger is sliding from “it acts like” to “it is.” I’m sure it has some kind of world model and is intelligent to an extent, but I think “understands” is too charitable when we’re talking about an LLM.

And about the idea that “if it’s just statistics, we should be able to see how it works” - I think that’s backwards. The reason it’s so hard to follow is because it’s nothing but raw statistics spread across billions of connections. If it were built on clean, human-readable rules, you could trace them step by step. But with this kind of system, it’s more like staring into noise that just happens to produce meaning when you ask the right question.

I also can’t help laughing a bit at myself for once being the “anti-AI” guy here. Usually I’m the one sticking up for it.