this post was submitted on 24 May 2026
804 points (98.8% liked)
Fuck AI
7146 readers
1128 users here now
"We did it, Patrick! We made a technological breakthrough!"
A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.
AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.
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

I ask a question, they give me the wrong answer. I tell them they gave me the wrong answer. They apologize, and then repeat the same mistake in the next answer. Or they give me a different wrong answer. I eventually give up and solve it with a web search.
I don't know if my questions are about really obscure stuff or what, but it's really annoying. Like, I know that they're only predicting tokens, but how hard is it to program them to go "Okay, we've already established that this pattern of tokens is wrong, so I'm not going to include it in the next answer".
They have no sense of "truth", it's a complex graph and weights that predict the most likely next token. You can change the output by doing training or adjusting the context by changing the prompt (also temperature that affects the randomness).
The training data affects what it will predict, but if the training data includes a debate, then both sides get encoded into the weights and the context is what determines what "side" of the debate your response gets. It can't determine the truth; the truth doesn't even factor in to what its output is (even if it "talks" about the truth in that output).