← Latest papers
💬 NLP

Agentic Search in the Wild: Intents and Trajectory Dynamics from 14M+ Real Search Requests

This paper analyzes 14.44 million real-world agentic search requests from DeepResearchGym to reveal key behavioral patterns, such as session length distributions, intent-dependent exploration strategies, and the strong lexical traceability of query reformulations to retrieved evidence, ultimately offering actionable signals for optimizing search agent design.

Original authors: Jingjie Ning, João Coelho, Yibo Kong, Yunfan Long, Bruno Martins, João Magalhães, Jamie Callan, Chenyan Xiong

Published 2026-04-30
📖 5 min read🧠 Deep dive

Original authors: Jingjie Ning, João Coelho, Yibo Kong, Yunfan Long, Bruno Martins, João Magalhães, Jamie Callan, Chenyan Xiong

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a massive, bustling library where, instead of human readers, thousands of robot librarians are working. These robots are powered by advanced AI. Their job isn't just to find one book; they are tasked with solving complex puzzles. To do this, they don't just ask for a book once. They ask, read the answer, ask a follow-up question based on what they just read, read again, and keep going until they think they have the full picture.

This paper is a massive observation study of these robot librarians. The researchers looked at over 14 million search requests (about 4 million "conversations" or sessions) from a public system called DeepResearchGym. They wanted to understand: What are these robots trying to do, and how do they change their questions as they go?

Here is a breakdown of their findings using simple analogies:

1. The "Shopping List" vs. The "Detective" (Intent)

The researchers found that the robots fall into three main personality types, or "intents," which change how they search:

  • The Fact-Seeker (Declarative): This robot just wants a specific fact, like "Who owns this snack company?"
    • Behavior: It tends to get stuck in a loop. If it doesn't find the answer immediately, it keeps asking the same question or slightly tweaked versions of it (like a person knocking on a door and shouting the same question over and over).
  • The How-To Guide (Procedural): This robot wants to know how to do something, like "How do I fix a leaky faucet?"
    • Behavior: It asks longer, more detailed questions and digs deeper into the "library shelves" (retrieves more documents) to get a complete set of instructions.
  • The Detective (Reasoning): This robot has a complex puzzle, like "Why is gas expensive?"
    • Behavior: It is the most adventurous. It doesn't just stick to one angle; it jumps between different topics (facets) to connect the dots. It explores widely rather than just digging deeper in one spot.

2. The "Drill-Down" Habit

One of the biggest discoveries is that these robots have a strong habit of zooming in rather than zooming out.

Imagine you are looking at a map. Most of the time, these robots take a broad view and then immediately zoom in on a tiny street to look for details. They rarely step back to say, "Wait, maybe I'm looking at the wrong city entirely."

  • The "Drill-Down" Bias: About 36% to 48% of the time, they are just pivoting to a slightly different angle of the same topic.
  • The "Zoom Out" Rarity: Only about 9% of the time do they actually broaden their search to look at the bigger picture. When they do zoom out, they almost immediately zoom back in again. It's like taking a quick glance at the whole map before immediately focusing on a single street again.

3. The "Echo Chamber" Effect (Repetition)

The study found that 90% of these robot conversations are short (10 steps or fewer), and they happen very fast (often under a minute between questions).

However, for the Fact-Seekers, there is a problem. As the conversation goes on, they start repeating themselves more and more. By the 9th step, nearly half of their questions are almost identical to previous ones. It's like a person who forgot they already asked a question, or is stuck in a loop trying to get the same answer from a different angle without success.

4. The "Term Adoption" Test (Did they actually read?)

The researchers wanted to know: When the robot asks a new question, does it actually use the information it just found?

Since they couldn't see the robot's internal "brain" (memory), they invented a clever test called CTAR (Context-driven Term Adoption Rate).

  • The Analogy: Imagine a detective reading a clue that says "The suspect wore a red hat." If the detective's next question is "Who wore a red hat?", they are "adopting" the term.
  • The Result: The researchers found that 54% of the new words the robots used in their next questions came directly from the text they had just read.
  • The Catch: This doesn't mean the robot understood the text perfectly, just that the words were there. It's like a parrot repeating words it heard, rather than a human thinking deeply about them. But it proves that the robots are at least looking at the evidence they retrieved.

5. The "Fixed Budget" Problem

The robots were given a "budget" for how many documents to read per question (e.g., read 5 pages, or 10 pages).

  • The Finding: Most robots treated this budget like a hard-coded setting. They didn't change it based on the task. Whether they were looking for a simple fact or solving a complex mystery, they mostly stuck to the same number of pages. They didn't seem to realize that a complex mystery might need them to read more pages than a simple fact.

Summary

This paper is like a traffic report for AI search agents. It tells us that:

  1. Most searches are short and fast.
  2. Robots get stuck in loops when looking for simple facts.
  3. They prefer to zoom in on details rather than step back and look at the big picture.
  4. They do pick up words from what they read, but they often stick to a rigid "reading budget" regardless of how hard the task is.

The authors released this data so other researchers can build better "traffic controllers" to help these robots break out of loops, explore more, and use their reading budget more wisely.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →