| ▲ | dbmikus 6 hours ago | |||||||
Understand that it is annoying to spin up a heavyweight VM whenever running Claude Desktop, but I actually think per-app + agent virtualization is the future. Next version of an app is:
Then the agent is totally sandboxed at the hardware virtualization level. It can use the software tools on the VM or write its own. VM can control which software is "frozen" and which is open to agent modification. And VM can also control which services are exposed outside the VM through sockets, HTTP server, X window system, whateverIt's self-modifying apps that are sealed off from touching parts of the computer they shouldn't. | ||||||||
| ▲ | danudey 5 hours ago | parent | next [-] | |||||||
Not sure if this is deliberate or not but you're describing Docker Sandbox extremely closely. https://www.docker.com/products/docker-sandboxes/ | ||||||||
| ||||||||
| ▲ | sudosteph 6 hours ago | parent | prev [-] | |||||||
Yep, I've been using a local vm-centric agent setup for about 3 months, and it works great. I think there is also value in the fact that with a local VM, you can have the same public IP address, so you're not relying on an EC2 EIP that may be blacklisted somewhere. | ||||||||
| ||||||||