this post was submitted on 07 Aug 2026
326 points (97.9% liked)
Technology
87079 readers
4212 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
From my limited understanding, OpenAi's "agent' was given a set of tasks to complete and heavily incentivized (how ever they do that?) to solve the problems it was given. The Ai was put in a sandbox environment with some limited network stuff like printers connected but no actual access to the open internet. The Ai somehow used the network to access the internet and breached some protected sites from Huggingface. Im fairly certain that the Ai had credentials and access for things in huggingface already and didn't hack those but just used them once free. The caveat here, is that the engineers set this up and the LEFT for the day only to find out later that it had breached the sandbox.
This is what OpenAi claims happened to them. Meta is just saying theirs did too.
That is just poor network architecture at that point. Did they have the AI design their shitty sandbox too?
More specifically, they were running a benchmark in a """isolated sandbox""" (sorry, but if the computer is physically connected to the internet, it's not isolated), and the model escalated permissions in order to look up answers for the benchmark online, which were hosted at the hugging face's website.
Printer network access is one of the oldest tricks in the books. They didn't really try to sandbox it if they gave it access to a printer (especially since it's task didn't even require a printer).