Search papers, labs, and topics across Lattice.
This paper investigates the marginal value of context in long-horizon research agents, focusing on how context management can reduce token costs and improve efficiency. Through a systematic comparison of various pruning strategies at different stages of the research pipeline, the authors reveal that early pruning significantly enhances end-to-end performance, while later pruning primarily fine-tunes the synthesis context. The study shows that lightweight heuristics can achieve up to 73% token reduction with minimal impact on output quality, providing actionable insights for optimizing deep research agents.
Early context pruning can slash token usage by 73% without sacrificing quality, reshaping how we design efficient research agents.
Long-horizon research agents solve open-ended tasks through iterative retrieval, aggregation, and synthesis, but context grows rapidly while the marginal value of additional evidence often declines. This leads to unnecessary token cost, higher latency, and noisier inputs for final report generation. We study marginal value estimation for context management in deep research agents and present the first systematic stage-aware comparison of pruning strategies across the pipeline. We evaluate lightweight heuristic criteria and a learned value model at pre-retrieval, post-retrieval, and pre-synthesis stages. Our results show that pruning effectiveness depends more on where pruning is applied than on the specific scoring rule: early pruning yields the largest end-to-end savings, while later pruning mainly refines the final synthesis context. Lightweight heuristics reduce token usage by up to 73% with little quality degradation, learned pruning remains competitive on selected trade-offs, and no single method dominates across quality, efficiency, and faithfulness. These findings provide practical guidance for designing efficient long-horizon agentic systems.