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

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] BananaOnionJuice@lemmy.dbzer0.com 31 points 2 weeks ago (1 children)

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.

[–] EpeeGnome@feddit.online 11 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

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.

[–] CanadaPlus@lemmy.sdf.org 7 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

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.

[–] EpeeGnome@feddit.online 4 points 2 weeks ago

Yes, I just glossed over that detail by saying "similar to", but that is a more accurate explanation.