this post was submitted on 24 Feb 2026
464 points (96.8% liked)

Technology

81797 readers
4488 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
 

you are viewing a single comment's thread
view the rest of the comments
[–] aesthelete@lemmy.world 5 points 4 hours ago* (last edited 3 hours ago)

Even with little usage it was fairly obvious to me that the probability that an LLM will output at least one very strange response over time approaches 100%.

By themselves, they're just sophisticated chatbots and only stream out some characters or binary in response to a prompt.

Those working in agentic AI frameworks with things like "MCP Servers" provide these things with "tools" that enable them to do things like execute shell commands and go through your inbox the same as if it were chatting with a person or another bot: with the same prompt and response paradigm.

That's where it seems extremely obvious to me that the proper approach is to code these tools -- which in any sane framework are built using regular code -- with the governance in place to prevent these things from doing bullshit like this.

The LLM is formatting your computer or deleting your inbox because some dumb fuck thought it was a great idea to code up tools that hand a chatbot a root-capable shell or complete access to your email system instead of the doing the obviously safer thing and coding the tools with the governance or safety in them so the chatbot going haywire isn't any kind of emergency at all.

This is the 2026 equivalent of running Windows XP with its abundance of open ports in its default configuration on the Internet by running a cable modem directly into the computer with no router or firewall in between to protect it.

It's pure slop, pure recklessness, and any company that produces tool chains that function this way should be ridiculed until the end of time.