this post was submitted on 19 Aug 2025
438 points (96.0% liked)

Technology

74292 readers
4817 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
 

“I literally lost my only friend overnight with no warning,” one person posted on Reddit, lamenting that the bot now speaks in clipped, utilitarian sentences. “The fact it shifted overnight feels like losing a piece of stability, solace, and love.”

https://www.reddit.com/r/ChatGPT/comments/1mkumyz/i_lost_my_only_friend_overnight/

you are viewing a single comment's thread
view the rest of the comments
[–] Eggyhead@lemmings.world 67 points 2 days ago (13 children)

It annoys me that Chat GPT flat out lies to you when it doesn’t know the answer, and doesn’t have any system in place to admit it isn’t sure about something. It just makes it up and tells you like it’s fact.

[–] lichtmetzger@discuss.tchncs.de 1 points 10 hours ago* (last edited 10 hours ago)

And depending on how OpenAI tweaked it this time it will either realize its mistake after being made aware of it or double down even harder on it.

I only use it for coding and it once told me my code not working was due to a bug in Webkit, so I asked it which bug specifically. It created links to bug reports but rewrote the titles of them. So initially it looked like it had numerous sources that backed up its statement but when I clicked on them those were bugs about totally different things.

It would not back down even after I specifically told it "You just made all of this shit up and even rewrote the titles" and got stuck in a loop of "I'm sorry, but you're wrong and I am 100% sure I haven't made a mistake".

Kinda creepy. Especially when you think about the system rewriting reality when it comes to much more important things. Let's just reinvent some history, that would be a good idea, right?

[–] frog_brawler@lemmy.world 2 points 23 hours ago* (last edited 23 hours ago)

It’s pretty much the same shit that sales people do when they’re put on the spot.

[–] Awkwardparticle@programming.dev 2 points 23 hours ago

It is a system that outputs an answer that is the most probably correct one from what it processes from the inputs. It does not have the concept of creating a lie. It is just a probability machine.

[–] kadup@lemmy.world 42 points 2 days ago (2 children)

LLMs don't have any awareness of their internal state, so there's no way for them to see something as a gap of knowledge.

[–] Doorknob@lemmy.world 34 points 2 days ago* (last edited 2 days ago) (1 children)

Took me ages to understand this. I'd thought "If an AI doesn't know something, why not just say so?“

The answer is: that wouldn't make sense because an LLM doesn't know ANYTHING

[–] Electricd@lemmybefree.net 1 points 19 hours ago* (last edited 19 hours ago)

Thinking model can realize their prediction doesn’t make sense if they really know nothing to an extent but yea, it’s not always accurate

[–] figjam@midwest.social 0 points 2 days ago (3 children)

Wouldn't it make sense for an ai to provide a confidence level though?

I've got 3 million bits of info on this topic but only 4 of them lead to this solution. Confidence level =1.5%

[–] Electricd@lemmybefree.net 2 points 19 hours ago (1 children)

It doesn’t store bits of information. All it has are neurons that form a weighted network

[–] figjam@midwest.social 1 points 18 hours ago (1 children)

Got it do there is nothing resembling context. Thx.

[–] Electricd@lemmybefree.net 2 points 4 hours ago* (last edited 4 hours ago)

Well, the conversation you had previously with it is sent, that's the only real stored memory it has

[–] kadup@lemmy.world 24 points 2 days ago (1 children)

It doesn't have "3 million bits of info" on a specific topic, or even if it did, it wouldn't be able to directly measure it. It's worth reading a bit about how LLMs work behind the hood, because although somewhat dense if you're new to the concepts, you come out knowing a lot more about what to expect when using them, what the limitations actually are and how to use them better if you decide to go that route.

[–] TechLich@lemmy.world 2 points 1 day ago (1 children)

You could do this with logprobs. The language model itself has basically no real insight into its confidence but there's more that you can get out of the model besides just the text.

The problem is that those probabilities are really "how confident are you that this text should come next in this conversation" not "how confident are you that this text is true/accurate." It's a fundamental limitation at the moment I think.

[–] sobchak@programming.dev 1 points 23 hours ago

I think I read the RLHF kind of makes these logprobs completely unusable too.

[–] JustTesting@lemmy.hogru.ch 8 points 1 day ago (1 children)

It's always funny to me when people do add 'confidence scores' to LLMs, because it always amounts to just adding 'say how confident you are with low, medium or high in your response' to th prompt, and then you have made up confidences for made up replies. And you can tell clients that it's just made up and not actual confidence, but they will insist that they need it anyways…

[–] Eggyhead@lemmings.world 1 points 1 day ago (1 children)

And you can tell clients that it's just made up and not actual confidence, but they will insist that they need it anyways…

That doesn’t justify flat out making shit up to everyone else, though. If a client is told information is made up but they use it anyway, that’s on the client. Although I’d argue that an LLM shouldn’t be in the business of making shit up unless specifically instructed to do so by the client.

[–] JustTesting@lemmy.hogru.ch 1 points 1 day ago

I'm not really sure I follow.

Just to be clear, I'm not justifying anything, and I'm not involved in those projects. But the examples I know concern LLMs customized/fine-tuned for clients for specific projects (so not used by others), and those clients asking to have confidence scores, people on our side saying that it's possible but that it wouldn't actually say anything about actual confidence/certainty, since the models don't have any confidence metric beyond "how likely is the next token given these previous tokens" and the clients going "that's fine, we want it anyways".

And if you ask me, LLMs shouldn't be used for any of the stuff it's used for there. It just cracks me up when the solution to "the lying machine is lying to me" is to ask the lying machine how much it's lying. And when you tell them "it'll lie about that too" they go "yeah, ok, that's fine".

And making shit up is the whole functionality of LLMs, there's nothing there other than that. It just can make shit up pretty well sometimes.

[–] Evotech@lemmy.world 46 points 2 days ago

It doesn't admit anything, it's a language machine

[–] CosmoNova@lemmy.world 25 points 2 days ago

It doesn‘t know that it doesn‘t know because it doesn‘t actually know anything. Most models are trained on posts from the internet like this one where people rarely ever just chime in to admit they don‘t have an answer anyway. If you don‘t know something you either silently search the web for an answer or ask.

So since users are the ones asking ChatGPT, the LLM mimics the role of a person that knows the answer. It only makes sense AI is a „confidently wrong“ powerhouse.

[–] bestboyfriendintheworld@sh.itjust.works 28 points 2 days ago (1 children)

Chat GPT makes up everything it says. It’s just good at guessing and bullshitting.

[–] Lodespawn@aussie.zone 13 points 2 days ago

It's literally a guess machine ..

[–] BlueCanoe@lemmy.ca 3 points 1 day ago (1 children)

That’s actually one thing that got significantly improved with GPT-5, fewer hallucinations. Still not perfect of course

[–] Eggyhead@lemmings.world 4 points 1 day ago (1 children)

I’m more inclined to believe it’s gotten better at being convincing.

[–] Electricd@lemmybefree.net 1 points 19 hours ago

Did you try it though?

[–] Squizzy@lemmy.world 9 points 2 days ago (1 children)

It wouldnt finish a lyric for me yesterday because it was copyrighted. I sid it was public domain and it said "You are absolutely right, given its release date it is under copyright protection"

Wtf

[–] int32@lemmy.dbzer0.com 11 points 2 days ago (1 children)

yeah, there are guardrails but for copyright, not for bullshit. ig they think copyrighted content is worse than bullshit.

[–] Electricd@lemmybefree.net 1 points 19 hours ago* (last edited 19 hours ago)

From a legal standpoint, yes. Look at trump

[–] WanderingThoughts@europe.pub 10 points 2 days ago

In the end it's a word generator that has been trained so much it uses facts often enough to be convincing. That's its basic architecture.

You can ask it to give a confidence level to have an indication of how sure it is of the answer.

[–] melroy@kbin.melroy.org 7 points 2 days ago (1 children)

It's a feature. Not a bug of LLMs.

[–] Electricd@lemmybefree.net 2 points 19 hours ago* (last edited 19 hours ago) (1 children)

It’s neither. It’s a design flaw. They’re not designed to be able to handle this type of situation correctly

You out there spreading misinformation, saying they’re a manipulation tool. No, they were never invented for this.

[–] melroy@kbin.melroy.org 1 points 14 hours ago (1 children)

Llm is just next word prediction. The Ai doesn't know whether the output is correct or not. If it's wrong or right. Or fact or a lie.

So no I'm not spreading misinformation. The only thing that might spread misinformation is the AI here.

[–] Electricd@lemmybefree.net 1 points 5 hours ago

Saying it’s a "feature" makes it seem like it was intended which is clearly not true.

[–] JayGray91@piefed.social 7 points 2 days ago

Someone I know (not close enough to even call an "internet friend") formed a sadistic bond with chatGPT and will force it to apologize and admit being stupid or something like that when he didn't get the answer he's looking for.

I guess that's better than doing it to a person I suppose.

Chat GPT makes up everything it says. It’s just good at guessing and bullshitting.