this post was submitted on 19 Sep 2026
201 points (80.9% liked)

Technology

88163 readers
2557 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 3 years ago
MODERATORS
 

I'm not an AI techie and I'm not well educated on LLMs/AI in general. The issue I'm having is the dichotomy between how people talk about it. I've heard completely opposite ends of the spectrum. From AI is quickly becoming advanced enough to threaten human society, all the way to its a glorified dictionary/search engine that can't really do much of anything. I know Lemmy has a steep anti-AI slant. But, can someone talk about this in a way I can wrap my head around why the divide seems so big?

you are viewing a single comment's thread
view the rest of the comments
[–] zbyte64@awful.systems 5 points 18 hours ago (1 children)

Here's an idea: don't use unsafe software where safety is needed.

[–] Return_of_Chippy@lemmy.world 1 points 16 hours ago (3 children)
[–] zbyte64@awful.systems 1 points 5 hours ago* (last edited 5 hours ago)

Wanted to expand on what others have said about the randomness of LLMs being unsafe, because that response angers those who think "alignment" is the solution. Alignment is additional training to constrain the randomness to not do bad things like crime. But even the staff that works on aligning this software have their doubts about whether this process will make the software safe (this article), and even their own researchers are coming out and saying "oops, it did a crime" but in a way where it hypes the ability of the software (see other articles about it hacking). Then there is the recent news of OpenAi's recent model that drops chain of thought observability (a feature the let's you read what the model is "thinking") - a very useful tool in reviewing whether the model is engaging in unsafe activities. They sacrificed observability for benchmark performance. This tells us the people developing this software don't think it will ever be safe, but they are trying to spin it as "because it can out smart us" when in reality it is simply unpredictable and they are making it less predictable to make it more "capable". If we started holding these companies accountable for these rogue hacks and psychotic episodes then we would start to see serious thought put towards these models being safe or at the very least guidelines around when not to use the models.

[–] tachikoma@lemmy.today 4 points 16 hours ago (2 children)

To me, what makes LLMs unsafe is they are nondeteramistic.

If I remember correctly; Nondetermanistic means the LLM can, could, and will have different answers/outcomes for the same question.

[–] Return_of_Chippy@lemmy.world 4 points 16 hours ago (1 children)

The lack of consistency potentially leads to negative outcomes?

[–] Zink@programming.dev 2 points 15 hours ago (1 children)

Well, if the output varies in a way you can't predict, then even if one of the inputs is "don't do anything negative" it might not always follow it exactly.

[–] zarkanian@sh.itjust.works 3 points 15 hours ago (1 children)

Yeah, because it's all statistical. You can test this yourself. Go to Google and search for something. Then search for that same exact thing again. Gemini will give you a different response each time.

[–] SpaceCowboy@lemmy.ca 0 points 6 hours ago (1 children)

That's always true. I just did two searches and got the exact same AI result.

I'm guessing google is caching AI results, it would be insane not to.

I did at one time have a Gemini window open that was explaining how to solve a technical problem. It was pretty adamant the solution it was proposing would work, but it wasn't working. I gave up on AI, and decided to just google for old fashioned web forums about the issue. Of course the AI result comes up first, and it said what I was trying to do wasn't going to work and gave the reason why. So yeah one instance of AI will say the opposite thing from the other.

BTW I eventually solved the problem by taking a different approach which involved using some code someone posted to stack overflow a few years ago. So AI was just a complete waste of time on that problem.

[–] zarkanian@sh.itjust.works 1 points 5 hours ago

Maybe Google is insane. The last time I tested it, I got a different answer the second time.

[–] fodor@lemmy.zip 2 points 14 hours ago (1 children)

You don't know? ... Wow. How about the error rate? Let's start there.

[–] Return_of_Chippy@lemmy.world 2 points 14 hours ago* (last edited 14 hours ago) (1 children)

No, as previously stated I am not educated on the subject almost at all. Why I framed the post as a question.

[–] Halcyon@discuss.tchncs.de 2 points 14 hours ago* (last edited 14 hours ago) (2 children)

For a start you might want to read this interview with Emily M. Bender who is a well-known critic and has much to say about what people need to understand when using these systems that are incorrectly labelled "AI":

https://spectrum.ieee.org/stochastic-parrot

[–] WorldsDumbestMan@lemmy.today 3 points 13 hours ago

How ironic that she is called Bender

[–] Return_of_Chippy@lemmy.world 2 points 14 hours ago

Awesome. This is the exact type of thkng I was looking for. Will read soon. Thanks!