Definition
Plain language
A sandbox runtime that lets AI agents save and rewind their whole environment in milliseconds.
As stated in the literature
A sandbox checkpoint/rollback system combining DeltaFS (layered filesystem) and DeltaCR (fork-plus-CRIU memory snapshots) with inference-masking to deliver ~15ms checkpoint and ~5ms restore for stateful LLM agents.
Why it matters: Cheap, fast rollback turns destructive actions from catastrophic mistakes into low-cost exploration, which changes how aggressively agents can be allowed to act.
For example, a coding agent runs 'rm -rf /' inside a DeltaBox sandbox, hits a checkpoint, and is rolled back five milliseconds later as if nothing happened.
Heard on the show
“The paper we're digging into is "DeltaBox: Scaling Stateful AI Agents with Millisecond-Level Sandbox Checkpoint/Rollback," from a group at Shanghai Jiao Tong University and Huawei.”Episode 068 — The OS Trick That Makes Tree Search Practical for Coding Agents