Signal Brief

Is Progressive Disclosure All You Need for Long-Context Agents?

研究者发现在知识库过大时Agent skills可提升检索效率,20本书的英语开放问题准确率从0.257(原始导航)升至0.462(一级技能布局),而单本书时无增益。

twitter关注列表 Rohan Paul (@rohanpaul_ai) 发布 2026-07-24 收录 2026-07-24 观察

一句话判断

研究实测表明一级技能布局在大型库中优于深层层级结构,且强代理在语料库足够大前无需技能索引。

核心信息

研究者发现在知识库过大时Agent skills可提升检索效率,20本书的英语开放问题准确率从0.257(原始导航)升至0.462(一级技能布局),而单本书时无增益。

原始内容

Agent skills do not make models smarter; they help models avoid wasting context while finding the right text. i.e. agent skills are not a universal replacement for search or stronger reasoning. They matter most when the knowledge base becomes too large for an agent to browse efficiently, and the simplest 1-level layout worked best overall. When an agent can search 1 book well, progressive disclosure adds little, but it helps across large libraries. A single routing layer preserves context better than deeper skill hierarchies across large document libraries. The team compared raw navigation, flat and deeper skill layouts, and a standard retriever across several agent setups. On 1 book, strong agents already searched well, so the flat skill brought almost no accuracy gain. With 20 books, English open-question accuracy rose from 0.257 under raw navigation to 0.462 with the flat skill. Strong agents gain little from prepared skill indexes until the corpus becomes too large to navigate. --- – arxiv. org/abs/2607.17598 Title: "Is Progressive Disclosure All You Need for Long-Context Agents?" ![photo](https://pbs.twimg.com/media/HN-XHgDbgAAyLj3.png)

相关动态

02

ISO: RLVR原生优化栈

Hanqing Zhu团队提出ISO,一个RLVR-native优化栈,包含ISO-Merger(无需数据、回滚或OPD即可合并RL专家)和ISO-Optimizer(作为AdamW/Muon的即插即用包装,在Qwen3-8B-Base上匹配AdamW精度,步骤减少约2.7倍)。

twitter关注列表2026-07-24#技术#研究#技术报告
观察
04

When Do Multi-Agent Systems Help? An Information Bottleneck Perspective

该论文通过信息瓶颈视角,在5个基准测试、3种模型大小、18个测试中,比较了单agent、单agent遵循任务拆分、多agent系统的性能。发现多agent系统在信息传递紧凑完整时有效,尤其对弱模型,但当后续步骤需要精确早期细节时优势减弱或逆转。

twitter关注列表2026-07-24#AI#技术#分析
观察
05

AI代码库知识图谱方法分享

Mark Ajzenstadt 分享一个团队通过先构建知识图谱再使用AI的方法,在3.5个月内完成FedEx供应商平台重建,AI生成90%代码,合并122个PR,计算成本200美元/月。

twitter关注列表2026-07-23#技术#分析#AI
观察