Open-source coding agent octomind chooses persistent cloud machines over per-session sandboxes
donk8r · reddit · 2026-07-23
Persistent machines vs. ephemeral sandboxes for long-running coding agents
The team behind octomind, an open-source coding agent, says they moved to persistent machines in the cloud instead of rebuilding an ephemeral sandbox for every session.
Their reasoning:
- Pros: warm code index and memory, long-running tasks survive laptop closures, and the environment can evolve like a real dev machine.
- Cons: higher cost while active and, more importantly, environment drift.
To reduce nondeterminism, they preinstall a known-good image containing the agent, code index, memory, and Docker. But they still lack a fully locked versioning model once users upgrade beyond that image.
Because the project is bootstrapped and invite-only while they buy hardware, they’re asking others how they handle long-lived agents in practice: persistent boxes or rebuild-per-session, and how they control drift.
More from coding & agent
- ColGrep adds Kimi Code agent integration with install and uninstall skills — IgorCarron · 2026-07-23
- Developers ask which OpenAI API changes will hard-break on the 28th — benjamistan · 2026-07-23
- Developer says Sol burns through usage in hours, asks how teams afford $10K-$20K/month — Dan_Jeffries1 · 2026-07-23
- The Next Token’s third episode shows Dillon Mulroy’s agentic engineering workflow — threepointone · 2026-07-23
- AI agents should share only governed knowledge, not everything they know — rvp · 2026-07-23
- A meme contrasts happy vibe coding with miserable vibe debugging — miniapeur · 2026-07-23