this post was submitted on 07 Mar 2026
964 points (97.4% liked)

Technology

82378 readers
4193 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
[–] artyom@piefed.social 1 points 19 hours ago (2 children)

You can code this into it's training all you want, but it will find a way around it. This is one of many problems with AI.

[–] thebestaquaman@lemmy.world 4 points 19 hours ago (1 children)

Nah, you can run it in a box and limit its ability to interact with anything outside the box to certain white-listed endpoints. Depending on what you want to achieve, that can be more than safe enough.

[–] artyom@piefed.social 1 points 19 hours ago (1 children)

But isn't the whole point of "agentic" AI like this to let it out of the box?

[–] thebestaquaman@lemmy.world 3 points 18 hours ago

Yes, absolutely, but there's a huge span from completely removing the box to having "just" a chatbot.

For example, at my company, we've set up an agent that can work with certain design-files that engineers typically work with through a rather complex GUI. We've built a bunch of endpoints that ensures the agent can only make valid changes to the files, and that it can never delete or modify anything without approval. This saves people a bunch of time, because they can make the agent do "batch jobs" that take maybe 10 min in about 10 s. It's not possible for this agent to mess up our database or anything like that, because all interactions it has with anything are through endpoints where we verify that files, access permissions, change logs, etc. are valid.

[–] markz@suppo.fi 2 points 18 hours ago (1 children)

I thought this was about restricting the thing's access and not training?

[–] artyom@piefed.social -2 points 18 hours ago

It finds a way around your restrictions.