this post was submitted on 12 Aug 2025
186 points (94.3% liked)
Programmer Humor
26014 readers
1019 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
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
It's a good thing if the LLM's can actually say "I can't perform that task" instead of just saying yes and hallucinate something.
Unfortunately the most probable response to a question is an authoritative answer, so that's what usually comes out of them. They don't actually know what they do or don't know. If they happen to describe themselves accurately, it's only because a similar description was in the training data, or they where specifically instructed to answer that way.
More like a collection of descriptions in the training data. It's not a copy and paste thing, they successfully generalise and extend concepts together quite often.
Yes, I just glossed over that detail by saying "similar to", but that is a more accurate explanation.