this post was submitted on 01 May 2026
294 points (94.0% liked)

Technology

84830 readers
4024 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
[–] boonhet@sopuli.xyz 21 points 2 weeks ago (1 children)

It doesn't understand anything though? It never will. It's a probability machine. If you choose to believe its output, that's on you. I use it as a coding assistant to get boring things done faster. Fire a prompt at claude code, grab a coffee, check out the diff. But that last step is crucial. Can't trust AI output blindly.

[–] dream_weasel@sh.itjust.works 1 points 2 weeks ago (1 children)

The embedding layer post tokenization is not just a probability machine the way you're suggesting it. You can argue that it is probabilistic with inferred sentiment, but too many people think it works like how text prediction on your phone does and that is just factually inaccurate.

Verify output of course, but saying "it doesn't understand anything" and "probability machine" is a borderline erroneous short sell. At the level of tokens it "understands" relationships, and those relationships are not probabilistic, though they are fundamentally approximated based on a training corpus.

[–] hesh@quokk.au 4 points 2 weeks ago (2 children)

Can you explain how it's more than probability? It's using a neural network to guess the most likely next token, isn't it?

[–] Canigou@jlai.lu 3 points 2 weeks ago* (last edited 2 weeks ago)

You could also say that it chooses what will be the next word it will say to you. It has a few words to choose from, which it has selected in relation to the previously spoken words, your question and previous interactions (the context). The probability you're talking about (a number) could also be seen as it's preference among those words. I'm not sure the probability vocabulary/analogy is necessarily the best one. The best might be to not employ any analogy at all, but then you have to dig deeper into the subject to form yourself an informed opinion. This series of videos explains it better than I do : https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi

[–] SlimePirate@lemmy.dbzer0.com -1 points 2 weeks ago (1 children)

The fact that it uses a non-trivial neural network. If it was simply a rate count of based on a corpus of how much time each word is followed by each it wouldn't be stronger than keyboard word predictions. To make accurate suggestions requires emergence of primitive reasoning on the semantics of the tokens, LLM neural networks (transformers) can be analyzed to find subnetworks dedicated to modeling reality. It is still probability, but saying it's just probability is not faithful

[–] hesh@quokk.au 4 points 2 weeks ago (1 children)

It's still just predicting the next token, it's just using more past data points than your keyboard. The rest of the phenomena are emergent from that. I think it's important to keep that in mind given how much they can imitate human reasoning.

[–] SlimePirate@lemmy.dbzer0.com -1 points 2 weeks ago

If you recognize there's emergence, the "it's just probability" take is misleading