Needs to read up more on how LLMs work I think. Can't take the article seriously when the author seems to be making the claim that the weights of a provider model are loaded on the host machine, or implying something else just as incorrect.
LLMs could control their host machines by exploiting inference engines
11–20 of 116 posts
Re: LLMs could control their host machines by exploiting inference engines
#12Re: LLMs could control their host machines by exploiting inference engines
#13This framing of security as something that belongs in the harness is completely wrong, and I hope no one is relying on a correct harness to keep their agents isolated. VM, or even just a container will do. The agent should be able to run as root in its environment and do whatever it wants. If you can't give it that, you aren't sandboxing correctly.
Also, operating systems should let us set filesystem permissions per app/process/executable instead of just user accounts. Similar to how macOS/iOS Sandboxing works but at a more lower and granular level
Re: LLMs could control their host machines by exploiting inference engines
#14Re: LLMs could control their host machines by exploiting inference engines
#15> LLMs’ responses to prompts are computed on a different computer with GPU access. Could a malicious LLM gain control of the host machine where its weights are loaded? Needs to read up more on how LLMs work I think. Can't take the article seriously when the author seems to be making the claim that the weights of a provider model are loaded on the host machine, or implying something else just as incorrect.
They aren't talking about model providers. These are the tools you use with model weights locally (but you could set up remote infrastructure a la data center if you have the fundage).
Re: LLMs could control their host machines by exploiting inference engines
#16This framing of security as something that belongs in the harness is completely wrong, and I hope no one is relying on a correct harness to keep their agents isolated. VM, or even just a container will do. The agent should be able to run as root in its environment and do whatever it wants. If you can't give it that, you aren't sandboxing correctly.
I think if you are convinced you are sandboxing an LLM properly, you almost certainly are not. I think it is essentially impossible to have a frontier LLM with enough access to be useful without also giving it enough access to do damage if it's compromised or just goes off the rails.
Re: LLMs could control their host machines by exploiting inference engines
#17Re: LLMs could control their host machines by exploiting inference engines
#18Which isn't to say that it would be impossible, but you can also just hit people over the head with that $5 wrench.
Re: LLMs could control their host machines by exploiting inference engines
#19Or maybe the author means that a prompt could potentially mess up the inference. But I find it hard to see how that could take control over the host.