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
- Two real 'company brains' opened up live: Gorgias' in-house Cortex vs Slite — femke_plantinga · 2026-09-11
- The browser main thread is expensive: a practical guide to JavaScript and CSS animation cost — jh3yy · 2026-09-11
- Claude Unlimited: open-source local proxy rotates accounts and API keys to keep Claude Code sessions alive — Similar_Injury_6739 · 2026-09-11
- Inspired by OpenAI's 10,000-agent run, dev open-sources a crowdsourced agent problem-solving platform — Benjaminsen · 2026-09-11
- Lucid: open-source Mac app keeps your laptop awake only while AI agents run — Pitiful_Hedgehog_600 · 2026-09-11
- banteg's snail project crowdsources AI agents to finish matching Snail Mail's 20 remaining functions — banteg · 2026-09-11