Papers
Topics
Authors
Recent
Assistant
AI Research Assistant
Well-researched responses based on relevant abstracts and paper content.
Custom Instructions Pro
Preferences or requirements that you'd like Emergent Mind to consider when generating responses.
Gemini 2.5 Flash
Gemini 2.5 Flash 134 tok/s
Gemini 2.5 Pro 41 tok/s Pro
GPT-5 Medium 27 tok/s Pro
GPT-5 High 27 tok/s Pro
GPT-4o 84 tok/s Pro
Kimi K2 192 tok/s Pro
GPT OSS 120B 434 tok/s Pro
Claude Sonnet 4.5 37 tok/s Pro
2000 character limit reached

Lost in the Maze: Overcoming Context Limitations in Long-Horizon Agentic Search (2510.18939v1)

Published 21 Oct 2025 in cs.CL

Abstract: Long-horizon agentic search requires iteratively exploring the web over long trajectories and synthesizing information across many sources, and is the foundation for enabling powerful applications like deep research systems. In this work, we show that popular agentic search frameworks struggle to scale to long trajectories primarily due to context limitations-they accumulate long, noisy content, hit context window and tool budgets, or stop early. Then, we introduce SLIM (Simple Lightweight Information Management), a simple framework that separates retrieval into distinct search and browse tools, and periodically summarizes the trajectory, keeping context concise while enabling longer, more focused searches. On long-horizon tasks, SLIM achieves comparable performance at substantially lower cost and with far fewer tool calls than strong open-source baselines across multiple base models. Specifically, with o3 as the base model, SLIM achieves 56% on BrowseComp and 31% on HLE, outperforming all open-source frameworks by 8 and 4 absolute points, respectively, while incurring 4-6x fewer tool calls. Finally, we release an automated fine-grained trajectory analysis pipeline and error taxonomy for characterizing long-horizon agentic search frameworks; SLIM exhibits fewer hallucinations than prior systems. We hope our analysis framework and simple tool design inform future long-horizon agents.

Summary

  • The paper presents Slim, a framework that separates search and browse functions with regular summarization to overcome context limitations in long-horizon tasks.
  • It shows superior performance on benchmarks like BrowseComp and HLE by reducing tool calls and overall costs compared to existing systems.
  • The study also introduces a trajectory-level error taxonomy, offering insights into failure modes such as hallucinations and unfocused search results.

Introduction

The paper "Lost in the Maze: Overcoming Context Limitations in Long-Horizon Agentic Search" addresses a critical challenge faced by agentic search frameworks: the ability to scale searches over long trajectories while managing the context effectively. The authors introduce a new framework named Slim, which separates retrieval tasks into distinct search and browse tools, coupled with periodic summarization, aiming to keep contexts concise and focused while enabling longer search processes.

Problem Statement

Agentic search frameworks are pivotal for complex applications like deep research systems, which require synthesizing information across extended web trajectories. Existing systems often encounter context limitations, accumulating noisy content that fills the context window, hits tool budgets, or ends prematurely. These limitations significantly affect performance in long-horizon tasks such as those tested on benchmarks like BrowseComp.

Slim Framework

Slim is introduced as a straightforward yet effective framework comprising three core components: search, browse, and summarization.

  • Search Tool: Unlike existing frameworks that bundle search and browse functionalities, Slim’s search tool returns a concise snippet from the top-ranked search results, minimizing context noise and enabling focus on relevant information.
  • Browse Tool: The browse tool complements the search functionality by allowing deeper exploration of promising search results, selectively retrieving sections of web content most relevant to the query.
  • Summarization Module: To efficiently manage context size over long trajectories, Slim periodically compresses the agent's context history into concise summaries, allowing scalability in trajectory length. Figure 1

    Figure 1: With o3 as the base model, Slim achieves better performance than existing frameworks on both BrowseComp and HLE while using more than 4-6x fewer tool calls and lower overall costs, which account for LLM token usage and tool costs.

Experimental Results

Experiments demonstrate Slim's superior performance across multiple benchmarks and base models. When using o3 as the base model, Slim outperforms existing open-source frameworks like Search-o1, achieving higher scores on BrowseComp and HLE benchmarks while incurring substantially fewer tool calls and overall costs. Figure 2

Figure 2: With o4-mini as the base model, Slim consistently outperforms other baselines on BrowseComp while using fewer tool calls and lower overall costs. On HLE, Slim can achieve overall higher performance and use fewer tool calls.

Trajectory-Level Error Analysis

The research paper also introduces a novel trajectory-level error taxonomy and an automated analysis pipeline, allowing for fine-grained characterization of failure modes in agentic search frameworks. This analysis highlights Slim’s robustness to errors such as hallucinations and unfocused searches, providing insights into common pitfalls of other systems. Figure 3

Figure 3: Examples of each trajectory-level failure mode on a BrowseComp sample.

Implications and Future Work

The work presented in this paper informs future developments in long-horizon agentic search systems by emphasizing streamlined tool designs and efficient context management strategies. The Slim framework serves as a promising baseline for further exploration in overcoming limitations inherent in existing systems. Future research could focus on enhancing the effectiveness of long-horizon search contexts and addressing limitations such as high abstention rates in certain scenarios.

Conclusion

"Lost in the Maze: Overcoming Context Limitations in Long-Horizon Agentic Search" successfully tackles the context management challenges of long-horizon search tasks. Through its simplified, innovative framework, Slim exemplifies improved performance metrics and tool efficiency, paving the way for more effective and scalable agentic search systems in complex applications. The analytical tools developed could serve as valuable resources for systematically understanding and improving upon existing limitations in agentic search technologies.

Dice Question Streamline Icon: https://streamlinehq.com

Open Problems

We found no open problems mentioned in this paper.

List To Do Tasks Checklist Streamline Icon: https://streamlinehq.com

Collections

Sign up for free to add this paper to one or more collections.

X Twitter Logo Streamline Icon: https://streamlinehq.com

Tweets

This paper has been mentioned in 10 tweets and received 38 likes.

Upgrade to Pro to view all of the tweets about this paper:

Don't miss out on important new AI/ML research

See which papers are being discussed right now on X, Reddit, and more:

“Emergent Mind helps me see which AI papers have caught fire online.”

Philip

Philip

Creator, AI Explained on YouTube