Q&A highlight
Posted3 months agoActive3 months ago
Ask HN: How do coding agent labs manage agent state in cloud sandboxes?
LLM agentscloud sandboxesstateless computing
Ask HN: How do coding agent labs manage agent state in cloud sandboxes?
No synthesized answer yet. Check the discussion below.
Discussion (1 comments)
Showing 1 comments
3 months ago
Disclaimer: I work for Ona.
I can't speak for other providers, but the way we handle state is by persisting to mounted volumes that are re-mounted on restart. I'd argue that there are a few different types of sandboxes, as there are sandboxes designed for pure code execution, such as in an LLM chat, and there are more longer-lived dev environments more like a standard development environment, etc (we are the latter). If it helps, we did a write up last year of our experiences with trying to build on top of ephemeral type architectures.