this post was submitted on 14 Mar 2026
124 points (97.7% liked)
Technology
82621 readers
2620 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- 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
view the rest of the comments
That doesn't seem like a solvable thingy.
People tend to make stuff up, too. The difference being that the bluff is revealed in non-verbal communication.
Yeah, but we’ve known that about people since forever. Computers are expected to be reliable.
If hallucinations aren’t a solvable problem, then either AI is impossible, or we’re going about it the wrong way.
AI is pretty much possible, we are thinking about it the wrong way.
We are expecting AI to have the 3 bests of both worlds.
So we only get 1 best of the other world. In turn for some of this (person) world, we have to deal with 1 worst of the computer world. We lose determinism, because we rely upon the model being a higher level of fuzzy.
Of course, I don't mean "determinism" in the exact and full meaning. The LLM is still made on top of a computer, so for the same internal saved state and the same external input (including any randomising functions that might be used), the output will still be the same. But you can't get the kind of logical determinism that you expect from normal computer operations.
A dumbed down example to get my thoughts across: You can use either of
a + borADD(A,B)orSUM(A:B)and will still get the same result.