每日 Harness 开源 · Source
返回本期 · Back to 2026-06-19

论文 · Papers2026-06-19 · Friday, June 19, 2026

Decoupling Search from Reasoning: A Vendor-Agnostic Grounding Architecture for LLM Agents

arxiv.org原文 ↗

Decoupling Search from Reasoning: A Vendor-Agnostic Grounding Architecture for LLM Agents
DSG 把实时搜索 grounding 从模型供应商边界里抽出来,做成 MCP-compatible gateway,单独控制 provider routing、source-aware context rendering、fallback、retrieval depth 和缓存。实验显示它在 SimpleQA 上 86.1% 对 87.7% 几乎追平 native search,同时搜索成本低 91%;在生产电商 QIU workload 上搜索成本降幅超过 98%。它值得看的地方是把 grounding 当成可优化系统边界,而不是模型自带黑盒功能。
浏览

评论 · Comments