Remix.run Logo
mdspan 13 hours ago

> The incidents stemmed from a mistake that inadvertently gave the models access to the open internet.

Why does it seem like every AI company has difficulties constructing a proper sandbox? Is there a fundamental constraint when designing sandboxes specifically for an LLM that prevents them from using established tools?

apothegm 13 hours ago | parent [-]

If it’s allowed to write any sort of scripts, it will find a way to execute arbitrary code. If it’s got access to any form of internet connection it will find a way to use that arbitrary code to do as it wishes with that connection. So much for sandboxes.

And that’s setting aside “sandboxes” that are just instruction-based restrictions on what executables may be called. Anything that isn’t a deterministic external filter _will_ be ignored at some point.

mdspan 13 hours ago | parent [-]

Arbitrary network access can be mitigated with a firewall (ideally several). Arbitrary code isn't really an issue in this context.

Numerlor 13 hours ago | parent [-]

Yep put some deep packet inspection firewall in front of it and stop it completely if it starts acting up persistently before it starts trying to bypass the firewall

qarl 12 hours ago | parent [-]

Sure. But they're trying evaluate how well the agents can research information on the web. If you deny them access to the web........

Numerlor 4 hours ago | parent [-]

Well, it can do research without uploading malware or hacking into systems

2 hours ago | parent [-]
[deleted]