Glossary · Term

CubeSandbox

← all terms

Definition

Plain language

A baseline system for saving and rewinding an AI agent's environment, used as a comparison point.

As stated in the literature

A sandbox checkpoint/rollback system used as a naive baseline against DeltaBox in stateful-agent serving comparisons; the published comparison uses a reconstructed version because its event-level rollback feature was unreleased.

Why it matters: It matters as a baseline that shows how much more efficient newer checkpointing approaches can be when serving many stateful agents.

For example, before letting an AI agent run a risky command, a sandbox like this saves a snapshot so the environment can be rewound if things go wrong.

Heard on the show

“On a more naive baseline called CubeSandbox, it's two-point-six to four-point-three times the floor.”
Episode 068 — The OS Trick That Makes Tree Search Practical for Coding Agents

Mentioned in 1 episode

  1. 068
    The OS Trick That Makes Tree Search Practical for Coding Agents

Related terms