Perplexity Details SPACE Sandbox for Computer Agents
AravSrinivas · x · 2026-07-16
The Perplexity team introduced SPACE, a sandbox system built for their Computer agent.
Because a Computer session can last for days and needs to pause while waiting for user input, keeping the VM constantly online wastes massive amounts of memory and compute; however, relying solely on the file system for recovery would result in losing process and memory states. To solve this, they designed two types of snapshots:
- Disk snapshots: Run at high frequencies without pausing the VM, used to roll back file system changes.
- Full checkpoints: Generated at low frequencies when paused, capturing the complete VM state, including memory and processes.
When a session is suspended, the full checkpoint is uploaded to object storage, and the session is only marked as recoverable after all artifacts are flushed to disk. Afterward, any node can pull the file system increments and restore the session.
Related event: Perplexity Unveils SPACE, a Sandbox Built for Long-Running Agents(8 posts)→
More from coding & agent
- Dev builds interactive 3D product experience with GPT-6 Astra + Hyper3D Rodin — nikola_mr64990 · 2026-09-11
- Codex tip: use Sol with Astra and Luna sub-agents to save usage — pvncher · 2026-09-11
- agents-best-practices: a provider-neutral Agent Skill for designing and auditing agentic harnesses — tom_doerr · 2026-09-11
- Cognition's SWE-2 uses a KKT duality argument in RL to shift the effort Pareto curve — YouJiacheng · 2026-09-11
- First-ever Three.js Conference lands in Paris, with a panel on AI-shortened design workflows — OdinLovis · 2026-09-11
- Data engineering, not agent frameworks, is the real bottleneck for enterprise AI agents — dhruv2038 · 2026-09-11