Slipstream: Trajectory-Grounded Compaction Validation for Long-Horizon Agents
Zhuofu Chen, Rui Pan, Yinwei Dai, Ravi Netravali

TL;DR
Slipstream introduces an asynchronous, trajectory-grounded compaction system for long-horizon agents that improves accuracy and reduces latency by validating summaries independently of agent execution.
Contribution
The paper presents Slipstream, a novel asynchronous compaction method with a judge-based validation that preserves agent intent and key facts, addressing structural validation gaps.
Findings
Improves task accuracy by up to 8.8 percentage points.
Reduces end-to-end latency by up to 39.7%.
Effective on long-horizon coding and web-browsing workloads.
Abstract
To cope with the large contexts that long-horizon LLM agents produce, modern frameworks increasingly rely on compaction -- invoking an LLM to rewrite the accumulated trajectory into a shorter summary that the agent resumes from. Today, compaction runs synchronously on the critical path of agent execution but this can unpredictably degrade accuracy due to a structural validation gap: the compactor must condense context but is fundamentally unaware of precisely what information the agent will need later. Further, because post-compaction agent steps are conditioned on the new summary, targeted validation criteria do not exist and errors silently propagate through coherent but incorrect behavior. Our key insight is that asynchronous compaction efficiently addresses this gap: by running the compactor in parallel with continued agent execution on the original context, the candidate summary…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
