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:

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.

Original post →

More from coding & agent

coding & agent channel →