DeltaBox: Millisecond C/R for AI Agents

DeltaBox revolutionizes AI agent performance by introducing millisecond-level checkpoint/rollback via OS-level change-based state management.

6 min read
Diagram illustrating the DeltaBox AI sandbox architecture with DeltaFS and DeltaCR components.
The DeltaBox AI sandbox architecture enabling millisecond-level checkpoint and rollback.

The computational demands of LLM-powered AI agents, particularly the high-frequency state exploration required for techniques like test-time tree search and reinforcement learning, are severely hampered by the latency of checkpoint and rollback (C/R) operations. Existing mechanisms, which necessitate full state duplication, can introduce hundreds of milliseconds to seconds of delay per operation, creating a critical bottleneck that limits agent performance.

Visual TL;DR. AI Agent C/R Latency problem State Evolution Insight. State Evolution Insight leads to DeltaBox. DeltaBox uses Change-Based Transactions. Change-Based Transactions via OS-Level Abstraction. OS-Level Abstraction enables Millisecond C/R. Millisecond C/R enables Deeper Exploration. Millisecond C/R results in Improved Agent Performance.

Related startups

  1. AI Agent C/R Latency: full state duplication causes hundreds of milliseconds to seconds of delay
  2. State Evolution Insight: subsequent checkpoints exhibit significant similarity between them
  3. DeltaBox: millisecond C/R for AI agents via OS-level change management
  4. Change-Based Transactions: duplicating only the changes between consecutive checkpoints
  5. OS-Level Abstraction: enables efficient change-based state management for transactions
  6. Millisecond C/R: achieves rapid checkpoint and rollback operations
  7. Deeper Exploration: empowers AI agents with faster test-time tree search
  8. Improved Agent Performance: reduces critical bottlenecks in AI agent execution
Visual TL;DR
Visual TL;DR — startuphub.ai AI Agent C/R Latency problem State Evolution Insight. State Evolution Insight leads to DeltaBox. DeltaBox uses Change-Based Transactions problem leads to uses AI Agent C/R Latency State Evolution Insight DeltaBox Change-Based Transactions Millisecond C/R From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai AI Agent C/R Latency problem State Evolution Insight. State Evolution Insight leads to DeltaBox. DeltaBox uses Change-Based Transactions problem leads to uses AI Agent C/RLatency State EvolutionInsight DeltaBox Change-BasedTransactions Millisecond C/R From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai AI Agent C/R Latency problem State Evolution Insight. State Evolution Insight leads to DeltaBox. DeltaBox uses Change-Based Transactions problem leads to uses AI Agent C/R Latency full state duplication causes hundreds ofmilliseconds to seconds of delay State Evolution Insight subsequent checkpoints exhibit significantsimilarity between them DeltaBox millisecond C/R for AI agents via OS-levelchange management Change-Based Transactions duplicating only the changes betweenconsecutive checkpoints Millisecond C/R achieves rapid checkpoint and rollbackoperations From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai AI Agent C/R Latency problem State Evolution Insight. State Evolution Insight leads to DeltaBox. DeltaBox uses Change-Based Transactions problem leads to uses AI Agent C/RLatency full stateduplication causeshundreds of… State EvolutionInsight subsequentcheckpoints exhibitsignificant… DeltaBox millisecond C/R forAI agents viaOS-level change… Change-BasedTransactions duplicating onlythe changes betweenconsecutive… Millisecond C/R achieves rapidcheckpoint androllback operations From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai AI Agent C/R Latency problem State Evolution Insight. State Evolution Insight leads to DeltaBox. DeltaBox uses Change-Based Transactions. Change-Based Transactions via OS-Level Abstraction. OS-Level Abstraction enables Millisecond C/R. Millisecond C/R enables Deeper Exploration. Millisecond C/R results in Improved Agent Performance problem leads to uses via enables enables results in AI Agent C/R Latency full state duplication causes hundreds ofmilliseconds to seconds of delay State Evolution Insight subsequent checkpoints exhibit significantsimilarity between them DeltaBox millisecond C/R for AI agents via OS-levelchange management Change-Based Transactions duplicating only the changes betweenconsecutive checkpoints OS-Level Abstraction enables efficient change-based statemanagement for transactions Millisecond C/R achieves rapid checkpoint and rollbackoperations Deeper Exploration empowers AI agents with faster test-timetree search Improved Agent Performance reduces critical bottlenecks in AI agentexecution From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai AI Agent C/R Latency problem State Evolution Insight. State Evolution Insight leads to DeltaBox. DeltaBox uses Change-Based Transactions. Change-Based Transactions via OS-Level Abstraction. OS-Level Abstraction enables Millisecond C/R. Millisecond C/R enables Deeper Exploration. Millisecond C/R results in Improved Agent Performance problem leads to uses via enables enables results in AI Agent C/RLatency full stateduplication causeshundreds of… State EvolutionInsight subsequentcheckpoints exhibitsignificant… DeltaBox millisecond C/R forAI agents viaOS-level change… Change-BasedTransactions duplicating onlythe changes betweenconsecutive… OS-LevelAbstraction enables efficientchange-based statemanagement for… Millisecond C/R achieves rapidcheckpoint androllback operations DeeperExploration empowers AI agentswith fastertest-time tree… Improved AgentPerformance reduces criticalbottlenecks in AIagent execution From startuphub.ai · The publishers behind this format

State Evolution, Not Duplication: The Delta Insight

The core observation driving this work is that subsequent checkpoints in AI agent execution exhibit significant similarity. Instead of the inefficient practice of duplicating the entire sandbox state, this paper introduces a paradigm shift: duplicating only the changes between consecutive checkpoints. This fundamental insight, detailed in their arXiv publication, addresses the root cause of C/R latency.

OS-Level Abstraction for Change-Based Transactions

Realizing change-based C/R requires novel operating system support. The researchers introduce DeltaState, a new OS-level abstraction. This is implemented through two co-designed mechanisms: DeltaFS and DeltaCR. DeltaFS enables change-based filesystem C/R by organizing file states into layers, dynamically freezing writable layers and creating new ones during checkpointing. This transforms file updates into a copy-on-write process, making rollback a simple layer switch. Complementing this, DeltaCR facilitates change-based process state C/R using incremental dumps and accelerates rollback by bypassing traditional pipelines to directly fork() from a frozen template process. These innovations culminate in the DeltaBox AI sandbox.

Empowering Deeper Exploration with Millisecond C/R

The DeltaBox AI sandbox leverages DeltaFS and DeltaCR to achieve millisecond-level C/R latency. Evaluations on SWE-bench and RL micro-benchmarks demonstrate remarkable performance, with checkpoint and rollback operations completing in an average of 14ms and 5ms, respectively. This dramatic reduction in latency empowers AI agents to explore substantially more computational nodes within fixed time budgets, opening new avenues for more sophisticated and efficient AI agent development.

© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.