# PoC: persistent sandbox — fast-qwen build → save image → close → reload **Goal of the video beat:** prove that a hack-house Docker sandbox is *durable on demand*. A local, CPU-only **fast qwen coder** writes & runs code inside an ephemeral Docker sandbox; we snapshot it to an image with `/sbx save`; we **fully close the session** (container is purged on teardown); we relaunch the client and `/sbx load` the snapshot — the code the model wrote is **still there**. This is the headline pitch: *sandboxes are RAM-only/ephemeral by default, but you can freeze a moment of work into an image and thaw it later — nothing leaks to the server, the image lives only on the owner's box.* ## Why this is non-obvious / worth showing - `/sbx stop` and client-quit both run `sbx::teardown` → `docker rm -f hack-house`. The container is **gone**. Normally the work would be gone too. - `/sbx save