Is Progressive Disclosure All You Need for Long-Context Agents?
This paper presents the first controlled study of progressive disclosure in long-context agents, revealing that while it offers limited benefits when agents already possess strong retrieval capabilities, it becomes decisive for scaling to multi-book tasks where raw document navigation fails, though adding more than one disclosure level provides no additional advantage.
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 you are trying to find a specific fact inside a library that contains millions of books. You have two main ways to tackle this. The first way is to try to memorize the entire library at once, hoping your brain is big enough to hold every single page. The second way is to hire a librarian who doesn't know the books by heart but has a card catalog; you ask the librarian for a keyword, they pull a few relevant pages, and you read those. For a long time, computer scientists have debated which of these two methods works best for artificial intelligence (AI).
However, a third, newer idea has emerged: giving the AI the whole library but teaching it how to use a map. Instead of forcing the AI to read everything or relying on an external librarian, you give the AI a "skill pack." This is like handing the AI a table of contents that describes what each chapter is about. The AI can look at the descriptions, decide which chapter sounds useful, and only then open that specific book to read the details. This method is called "progressive disclosure." It's a bit like a detective who is given a massive case file but is first shown a summary of each folder, allowing them to pick the right folder before diving in. The big question is: does this map actually help the detective solve the case faster and better, or is it just extra paperwork that slows them down?
This paper sets out to test that exact question. The researchers built a digital playground called "LOONGDOC" where they could watch AI agents try to answer questions about long books. They tested three different strategies: letting the AI wander through the raw text with no help, giving it a single-level map (a simple table of contents), and giving it a deep, multi-level map (where every single chapter has its own detailed summary). They ran these tests on different types of AI "brains" and with libraries ranging from one book to twenty books.
The results were surprising and very specific. When the AI was dealing with just one book, the fancy maps didn't really help if the AI was already smart enough to find its way around on its own. For example, one of the AI models they tested (Codex) was so good at scanning text that it could find the right answers just by "grepping" (searching) for keywords, making the map completely unnecessary. In fact, for this smart AI, adding a complex, multi-level map actually made things worse, confusing the system and lowering its accuracy. The researchers found that a simple, single-level map was enough; adding a second layer of depth never helped and sometimes broke the system entirely.
However, the story changes completely when you scale up to a library of twenty books. Here, the "raw" approach where the AI wanders blindly collapses. The AI gets lost, burns through its memory trying to read the wrong books, and fails to answer questions. But the AI with the simple, single-level map? It kept its cool. It used the map to quickly identify the right book, then read only what it needed. In this crowded library scenario, the map didn't just help; it was the difference between success and failure. The researchers conclude that progressive disclosure doesn't make the AI smarter; it just gives it better context. It's a tool that is useless when the AI is already a genius navigator, but absolutely essential when the library gets too big to explore without a guide. Ultimately, the paper suggests that for long documents, a single layer of "progressive disclosure" is the sweet spot, while deeper, more complex hierarchies are usually a waste of time.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.