| ▲ | lysecret 2 hours ago | |
I don’t get it we are paying at least hundreds or maybe thousands per month on ai costs. Just get a regular vm ? | ||
| ▲ | mjb 2 hours ago | parent | next [-] | |
You absolutely can run agents on a regular VM. But if you want to build multi-tenant and multi-agent systems with strong security boundaries, then having a VM or MicroVM per agent session (or session with a group of agents) really simplifies things. When we did AWS AgentCore Runtime last year we introduced session isolation, with MicroVMs per session. You can think of Lambda MicroVMs as the same stack, but generalized to fit a larger number of application patterns. | ||
| ▲ | victorbjorklund an hour ago | parent | prev [-] | |
Isn’t the point that you wanna be able to spin up and down thousands of VM:s on demand (literally a VM just to run a tool and then shut it down until the next tool call) | ||