Search papers, labs, and topics across Lattice.
This study investigates the effectiveness of progressive disclosure in long-document question answering by comparing it to traditional raw-document navigation and hybrid retrievers across multiple agent harnesses and model families. The findings reveal that while progressive disclosure is beneficial for agents struggling with raw document navigation, its advantages diminish when agents are already proficient at retrieving information. Notably, as the corpus size increases, progressive disclosure outperforms raw-document navigation, highlighting its utility in managing extensive information efficiently.
Progressive disclosure can significantly enhance long-context agents' performance, especially when navigating large corpora, while traditional methods falter.
Long-document question answering usually forces a choice between loading the whole document into the context window and bolting on a separate retriever. Agentic AI suggests a broader option, giving the agent the document path and letting it decide how and what to read. Agent Skills, a standard for packaging expertise into folders an agent loads on demand, supply a ready mechanism: progressive disclosure, which exposes only what a query needs, from a short description down to the specific passages. Practitioners rapidly adopted this pattern for book-length understanding tasks, but the evidence to support such choices has been anecdotal. We run the first controlled study of the pattern, comparing raw-document navigation and several designs of Agent Skills packs against a classical hybrid retriever across three agent harnesses and three model families on InfiniteBench. On a single book, the gain depends on the harness, running large when the agent navigates the raw document poorly but near zero when a strong agent harness already divides and retrieves on its own. When scaling up to tasks that span many books, raw-document navigation collapses while one-level progressive disclosure degrades more slowly and pulls ahead. A second, deeper routing level never helps and sometimes breaks accuracy outright, so one level is enough. Progressive disclosure buys context, not intelligence: it is redundant while a strong agent can locate the right passages itself, and decisive once the corpus grows too large to navigate by reading.