
Coasty
Computer Using Agents on Secure Cloud VMs That Run Forever
86 followers
Computer Using Agents on Secure Cloud VMs That Run Forever
86 followers
Most agent infrastructure runs workloads in shared environments, one compromised agent affects everything else. Coasty gives every AI agent its own isolated VM. No shared processes, no noisy neighbors, no blast radius. Each agent spins up sandboxed and tears down cleanly. True isolation. Not a container in a shared pool, a dedicated VM. Undercuts AWS & GCP. Built for agents, not retrofitted compute. Running code execution, browser automation, or multi-agent pipelines? Visit coasty.ai







AgentReady
That's a really nice idea! aren't you worried about the costs of this cloud pc's? have you tryed or looking to implement technologies like agentready.cloud and their TokenCut feature to reduce token costs for your end users? are they using their API key's for LLM's or is the platform giving their's? Thank you, Really really great product by the way, so simple yet so usuful :)
The isolation angle is smart. Most agent sandboxing today is just containers with a fancy wrapper, not real VM-level separation. Curious about the network egress controls -- do you support fine-grained rules per agent (like allowing only specific API endpoints)? That would be huge for enterprise use cases where agents need to call external services but you still want strict blast radius control.
The 'runs forever' framing is what got me - most CUA setups die when the session expires and you're back to square one. How do you handle state between tasks on the same VM? Wondering if the agent carries over modified state or if you snapshot/reset between runs - that's usually where isolation gets tricky.
Starnus
nice, congrats! great infra for security of agents