skillfed

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 retrieval

Agent 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 QA0.26
Flat disclosure, 20-book English QA0.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

ultraqa UltraQA automates quality assurance by cycling through test execution, failure diagnosis, and targeted fixes until your specified goal succeeds. It supports tests, builds, linting, type checking, or custom verification patterns, with a maximum of five cycles and early exit on repeated failures. The workflow coordinates diagnosis and remediation across multiple agents to streamline the path to passing quality gates.★ 38,122 creator-content-auditor This skill automates the review process for creator-submitted content, comparing each piece against your established brand guidelines and campaign parameters. It helps marketing teams catch misalignments early, maintain consistent brand voice across influencer partnerships, and streamline approval workflows before content goes live.★ 2,469 Rtk Rtk helps you set up and troubleshoot Rust Token Killer, a CLI tool that rewrites shell commands into token-efficient versions for AI agents. Install via Homebrew, script, or Cargo, then initialize RTK for your specific agent—Claude Code, Codex, Gemini CLI, Cursor, Copilot, Windsurf, Cline, or OpenCode. Use direct `rtk` commands like `rtk git status` or `rtk read` when automatic hooks aren't available.★ 38 Ios Mcp Routing This skill enables iOS applications to efficiently route Model Context Protocol (MCP) messages and coordinate request handling across device components. It provides the infrastructure needed to manage bidirectional communication patterns and ensure reliable message delivery in mobile environments.★ 24

Related notes

References

  1. Yifeng He, Yinzhe Zhao, Jicheng Wang, and Hao Chen. 2026. Is Progressive Disclosure All You Need for Long-Context Agents? arXiv:2607.17598.
  2. Anthropic. 2025. Equipping agents for the real world with agent skills. Anthropic Engineering Blog.
  3. Xinrong Zhang et al. 2024. ∞Bench: Extending long context evaluation beyond 100K tokens. ACL 2024.
  4. Xiangyi Li et al. 2026. SkillsBench: Benchmarking how well agent skills work across diverse tasks. arXiv:2602.12670.
  5. 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).