|
|
|
|
|
by dbmikus
6 days 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: 1. micro VM
2. agent on the VM
3. software bundled into the VM
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. |
|