this post was submitted on 24 May 2026
650 points (98.1% liked)
Fuck AI
7478 readers
425 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'm a professional that works with software dev and I can say that LLMs and all the agent stuff keeps flipping between "surprised at what it can do" and "oh another big sign that it's just a really fancy text predictor".
At best, it has reduced the number of times I reach out to colleagues for a problem I solve myself in the process of explaining it and has helped me find obscure settings to fix obscure issues. For coding, I'm still not sure whether or not it saves time. It can write things quickly but it embeds all kinds of assumptions in there and might not even follow instructions.
Like it's safer to think of it as a conversation partner who can pretend to be many different people, including experts in the topics you discuss, but also has ADHD so severe it can switch what it is pretending to be mid-sentence. Even when you ask it to explain what happened after the fact, it just makes up more bullshit because it doesn't have thoughts or awareness, it just predicts tokens.
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".