Flat skill packs lift 20-book QA accuracy from 0.26 to 0.46 — a second routing level erases the gain
Notes on Is Progressive Disclosure All You Need for Long-Context Agents? (arXiv:2607.17598) — Yifeng He, Yin Zhao, Jicheng Wang, Hao Chen · July 2026
Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made
AI-assisted notes · reviewed by SkillFed Skill retrievalAgent Skills packs — the folder-based standard for handing an agent on-demand expertise — expose only a short description until a task matches it, then load an indexed body, then the specific passages: that's progressive disclosure. The first controlled test of the idea pits raw-document navigation against flat and hierarchical skill-pack designs, plus a classical hybrid retriever, across three agent harnesses (Codex, Pi, Claude-Code) and three model families. The benchmark itself is new: LoongDoc turns the ∞Bench long-document set into a live environment where agents navigate a sandboxed file system instead of a fixed context window, testing single books and libraries of 5, 10, and 20 books stitched together.
The payoff hinges entirely on how well the underlying harness already navigates raw text. On a single book, flat disclosure lifts the weaker navigators — Pi, Claude-Code — but adds nothing under Codex, whose bare agent already greps for the entities a question names and reads only the matched passages. Push one level deeper into a hierarchical pack, where every chunk becomes its own skill under a meta-router, and the picture gets worse: one Pi/model pairing sees multiple-choice accuracy collapse from 0.91 to 0.64. Once the corpus grows to 20 books, the ranking flips — raw navigation's accuracy on English open-book QA falls to 0.26 while flat disclosure holds at 0.46, a rescue that reproduces across two harnesses and two model families. The hierarchical pack never reproduces it.
Key numbers
| Raw navigation, 20-book English QA | 0.26 |
| Flat disclosure, 20-book English QA | 0.46 |
| Hierarchical collapse, En.MC (Pi harness) | 0.91 → 0.64 |
| Single-book gain under a strong harness (Codex) | ~0, ties within error |
| Hybrid-RAG vs. flat disclosure, En.QA (qwen3.6-27b) | 0.54 vs 0.69 |
Skills related to this research
Related notes
- Progressive Disclosure Triples Resource Touches — Pass Rate Moves Just 4 Points →
- 8/10 → 3/10: a 300K-character context collapses a code-audit skill's pass rate — relevant or not →
- 23% of Agent Skills Already Bundle Executable Code, Not Just Prompts →
- Remove the curriculum and Voyager's item discovery collapses 93% →
References
- Yifeng He, Yinzhe Zhao, Jicheng Wang, and Hao Chen. 2026. Is Progressive Disclosure All You Need for Long-Context Agents? arXiv:2607.17598.
- Anthropic. 2025. Equipping agents for the real world with agent skills. Anthropic Engineering Blog.
- Xinrong Zhang et al. 2024. ∞Bench: Extending long context evaluation beyond 100K tokens. ACL 2024.
- Xiangyi Li et al. 2026. SkillsBench: Benchmarking how well agent skills work across diverse tasks. arXiv:2602.12670.
- Yiqun Sun, Pengfei Wei, and Lawrence B. Hsieh. 2026. Don't retrieve, navigate: Distilling enterprise knowledge into navigable agent skills for QA and RAG. First Workshop on Agent Skills (ACM CAIS 2026).