Back to News
Advertisement
ppavitrabhalla about 4 hours ago 1 commentsRead Article on superserve.ai
Hey HN, I built Superserve, a compute layer that lets AI agents live inside isolated Firecracker microVMs with no session time limits.

The problem I kept running into: most sandbox providers kill your agent after 24 hours. If you're running something autonomous that needs to work for days β€” refactoring a codebase, running tests in a loop β€” you're constantly fighting timeouts and rebuilding state.

Superserve lets you snapshot a running VM at any point, fork it into parallel branches, and resume exactly where you left off. Each agent gets its own VM, no shared kernels. There's also a credentials broker so agents never touch raw API keys directly, and egress is locked to URLs you specify.

You bring your own agent (Claude Code, Codex, etc.). We handle the durable compute underneath. TypeScript and Python SDKs, MCP support, open-source and self-hostable.

Would love to hear feedback, especially from anyone building long-running agents.

Advertisement

Discussion (1 Comments)Read Original on HackerNews

kvisnerβ€’about 2 hours ago
How does it handle chron jobs or waking from a messaging app?