内容
精选全部 AI 动态热点榜AI 日报主题收藏
模型
模型榜Tibo重置监控
更多
Agent 接入关于更新日志反馈
京ICP备2026012723号-5
精选全部日报更多
反馈

全部 AI 动态

全部动态论文 · 96 条
来源全部一手资讯X
类型论文
全部模型产品行业论文教程观点
标签「MCP/工具调用」清除
全部 AI 动态
全部模型产品行业论文教程观点
论文 · 标签「MCP/工具调用」 · 96 条清除

9月17日9月17日周四

星期四 · 1 条
06:18
MarkTechPost(RSS)
AI 评分 67/100
Stanford 团队发布 Paper2Agent,将研究论文转化为可复现结果的 MCP 服务器

Stanford 团队(Jiacheng Miao、James Zou)的 Paper2Agent 于 2026 年 9 月 16 日发表在 Nature,可将论文及其代码库自动转换为 MCP 服务器,供 Claude Code 等 MCP 兼容智能体用自然语言调用论文方法。

智能体MCP/工具论文/研究

9月16日9月16日周三

星期三 · 1 条
12:29
DAIR.AI@dair_ai
AI 评分 56/100
研究显示仅提供不必要工具即可让 LLM 作答率从 98.2% 降至 63.5%Giving an assistant extra tools seems harmless.Surprisingly, this paper shows it can make the assistant stop answering questions it knows.Across six models, the answer rate on questions that need no tool fell from 98.2% to 63.5% when a related tool was merely available.So the drop comes from the tool being present, even when it goes unused.The benchmark has 500 query pairs across 10 domains, each with a tool-unavailable control. A preceding tool call recovered some lost answers and caused new losses.A one-sentence system instruction that tells the model what the tool is for recovered up to 45.6 points.Paper: https://academy.dair.ai/papers/when-tools-get-in-the-way-the-effect-of-unnecessary-tool-availability-on-llm-ans-2609.14157译一篇论文发现,仅仅让相关工具可用就会使大语言模型放弃回答本可直接答的问题,六个模型的作答率从 98.2% 降至 63.5%,即使工具从未被调用。基准含 10 个领域 500 组查询对并设无工具对照;前序工具调用会挽回部分丢失答案但引入新损失,一句说明工具用途的系统提示词最多挽回 45.6 个百分点。
智能体MCP/工具论文/研究

9月3日9月3日周四

星期四 · 1 条
00:00
Cohere Labs:官方研究博客精选
AI 评分 65/100
Cohere Labs 发布 ATE 数据集:69.6 万 MCP 工具中仅 2.6% 能完整执行职业任务

Cohere Labs 聚合七个公开目录,构建含 696,291 个工具、123,069 个 MCP 服务器的 Agentic Task Ecosystem 数据集并对外开放。

智能体MCP/工具数据/训练论文/研究

推荐理由:研究用近 70 万个 MCP 工具构建供给侧数据集,给出自动化落在职业哪个环节的证据,可与曝光度研究互补阅读。

9月1日9月1日周二

星期二 · 1 条
12:29
HuggingFace Daily Papers(社区热门论文)
AI 评分 45/100
CAST:面向可靠长程工具调用智能体的批判感知监督训练框架

论文提出 CAST,一种批判感知训练框架,将稀疏任务结果转化为动作级监督,用于批判学习与策略优化,通过分析智能体轨迹合成解释动作有效性的结构化理由。在动态工具调用基准上微调 Qwen3 系列模型,Retail 任务 pass^4 超过 GPT-OSS-120B 达 10% 以上,域外 Telehealth 场景额外提升 9%。

智能体MCP/工具数据/训练论文/研究

8月30日8月30日周日

星期日 · 1 条
00:50
elvis@omarsar0
AI 评分 37/100
Agent Seer:从 MCP 规范自动合成智能体评测Banger paper from Apple.If you build MCP servers, this can help you turn your specification into an evaluation suite.(bookmark it)It's actually a really neat idea that's easy to implement. And it showcases the awesomeness of MCP.Agent Seer starts from a single MCP spec and synthesizes multi-turn agent test scenarios with no examples, no live tool access, and no domain-specific tuning.Function names, natural-language descriptions and typed parameter schemas already carry enough semantics to generate graded scenarios with synthetic tool outputs, which then expand into mock-data-grounded dialogues.Hand-built agent benchmarks demand deep domain expertise, do not scale across tool ecosystems, and go stale as soon as an API changes. Generating them from the live spec keeps pace with the ecosystem instead.They ran it on seven MCP specifications spanning different domains and suite sizes, with complete tool coverage on small and medium specs.Parameter schema complexity predicts quality variation far better than tool-suite size does. And argument value accuracy is the dominant failure mode, a sub-dimension that coarse name-match tool-calling metrics cannot see at all.Paper: https://arxiv.org/abs/2608.26133Chat with Paper: https://academy.dair.ai/papers/agent-seer-synthesizing-scenarios-from-specification-understanding-2608.26133译Apple 发布 Agent Seer,可从单一 MCP 规范自动合成多轮智能体测试场景,无需示例、实时工具访问或领域微调。该方法在 7 个 MCP 规范上验证,小中型规范实现完整工具覆盖;参数模式复杂度比工具集规模更能预测质量差异,参数值准确性是主要失败模式。
智能体MCP/工具论文/研究

8月29日8月29日周六

星期六 · 1 条
00:25
Apple Machine Learning Research(RSS)
AI 评分 44/100
Agent Seer:从工具规格理解中合成评测场景

Agent Seer 提出一种无需人工构建或实时执行工具即可合成评测场景的方法,利用函数名、自然语言描述和类型化参数模式等工具规格中的语义信息,生成能反映从业者组合工具与多轮迭代的真实测试场景。该方法旨在解决手工构建场景依赖领域专家、难以跨工具生态扩展且静态基准无法跟踪 API 演进的问题。

智能体MCP/工具论文/研究

8月27日8月27日周四

星期四 · 1 条
00:59
Apple Machine Learning Research(RSS)
AI 评分 51/100
PROOF-Gen:从优化数据到更好的知识蒸馏

PROOF-Gen提出用优化后的数据改进工具调用能力的知识蒸馏。在τ²-bench上,教师模型57%的试运行失败,其中三分之二是近失(大部分工具调用正确),而传统生成-过滤流程因失败不提供信号,每轮都会遗留相同的难题。该方法通过利用失败信号优化数据,提升蒸馏效果。

MCP/工具数据/训练论文/研究

8月25日8月25日周二

星期二 · 1 条
08:00
HuggingFace Daily Papers(社区热门论文)
AI 评分 53/100
StarHarness:面向企业环境的智能体框架分层搜索进化方法

StarHarness 提出一种在保持模型权重不变的前提下,为特定环境进化智能体框架(harness)的方法,可优化提示词、工具接口、技能、MCP 提供商及子智能体结构等配置。

智能体MCP/工具论文/研究

8月24日8月24日周一

星期一 · 1 条
08:00
HuggingFace Daily Papers(社区热门论文)
AI 评分 37/100
AutoSaddler:利用智能体执行轨迹实现自动化的 Harness 优化与持久更新

AutoSaddler 提出一种自动化 harness 优化框架,将 harness 改进视为离线学习问题,通过失败轨迹诊断、结构化补丁生成和基于验证的更新选择,迭代优化智能体外部控制逻辑。

智能体MCP/工具论文/研究

8月23日8月23日周日

星期日 · 1 条
22:18
Rohan Paul@rohanpaul_ai
AI 评分 37/100
智能体技能常驻成本:50-280 token/技能Agents shouldn't pay rent for skills they rarely use.Right now, the only way to give an agent a skill is to install it, and installing means its description sits in your system prompt on every message forever.This paper measures that standing cost at 50 to 280 tokens per skill.It also argues that fewer than a hundred skills can fire reliably in one agent.There are 56,804 published skills bidding for those slots.So the proposed fix is reserve the prompt for the few skills that must fire without you thinking about it, and reach for everything else by name.– arxiv. org/abs/2608.12610Title: "@ skills: Attention is all you have"译论文指出,智能体安装技能后其描述会永久占用系统提示词,每个技能带来50至280 token的固定成本。研究认为单个智能体可靠触发技能数不足百个,而当前已发布技能达56,804个。建议仅将少数必须自动触发的技能常驻提示词,其余按需调用。
智能体arXivMCP/工具论文/研究

8月20日8月20日周四

星期四 · 1 条
08:00
HuggingFace Daily Papers(社区热门论文)
AI 评分 55/100
Thinkingbox:面向有状态业务流程智能体的沙箱与基准测试

Thinkingbox 是一个工具-智能体-用户交互沙箱,提供隔离的 MCP 兼容工具会话、完整执行轨迹及终端后端状态结果评估。基于该沙箱构建的 Thinkingbox-bench 包含 507 个策略约束工作流,覆盖零售、酒店、汽车保险等场景;最强模型 pass@1 达 65.36%,但 pass^20 仅 25.25%,显示响应或工具调用级信号无法可靠预测端到端任务完成。

智能体MCP/工具Microsoft论文/研究

8月19日8月19日周三

星期三 · 1 条
08:00
HuggingFace Daily Papers(社区热门论文)
AI 评分 31/100
DART-SD:面向多轮工具调用智能体的菱形拓扑感知自蒸馏框架

DART-SD提出一种新框架,将多轮工具调用训练从全局轨迹模仿转向拓扑引导的局部修正,以解决最优解空间呈组合菱形晶格时全轨迹模仿导致的拓扑坍缩与策略多样性退化问题。该方法通过交互状态转移图建模执行过程,识别关键拓扑断点并检索成功恢复参考,仅在生成的恢复步骤上计算训练损失,保护有效推理前缀免受破坏性梯度更新。在复杂多轮工具调用基准上,DART-SD显著优于传统全轨迹基线。

智能体MCP/工具数据/训练论文/研究

8月17日8月17日周一

星期一 · 1 条
08:00
HuggingFace Daily Papers(社区热门论文)
AI 评分 51/100
循环语言模型提升组合式工具调用能力

一项新研究评估了原生与改造型循环语言模型在API-Bank、BFCL和NESTful基准上的组合式工具调用表现。在匹配监督微调条件下,循环计算普遍有利于组合与依赖感知的工具使用,多步工具调用准确率随循环深度增加而提升。自适应推理通过按需分配额外计算,实现了更优的计算-性能权衡,表明循环语言模型是智能体系统的有前景架构。

智能体MCP/工具论文/研究

8月15日8月15日周六

星期六 · 2 条
20:23
Rohan Paul@rohanpaul_ai
AI 评分 42/100
工具调用转向代码优先,14 模型中 11 个更优JSON tool calling may be an unnecessary bottleneck for newer AI agents.Capable models can orchestrate tools better by writing code than by emitting JSON calls.This paper compares standard JSON calls with a code-first setup where the model writes one Python script that invokes the same tools.Across 14 models on a 309-task BFCL v4 subset, programmatic tool calling matched or beat JSON in 11, with GPT-5.6-Sol and Terra each improving by 10.6 percentage points.The gap gets clearer when one task needs many calls.For Claude Sonnet 5, JSON issued every required call through a fan-out of 70, then started dropping calls; at 100 calls it fell to 0% enumeration accuracy, while Python stayed at 100%.Sequential chains were faster for 13 of 14 models because several dependent calls can run inside one script instead of requiring another model turn after each tool result.There is a boundary: several older GPT models got worse because they produced broken multiline Python, and the benchmark uses echo-return stubs rather than real APIs.– arxiv. org/abs/2608.06370Title: "The Bitter Lesson of Tool Calling"译新研究对比 JSON 与代码优先的工具调用方式,在 14 个模型、309 项 BFCL v4 任务中,程序化调用在 11 个模型上持平或胜出,GPT-5.6-Sol 和 Terra 各提升 10.6 个百分点。Claude Sonnet 5 在 100 次调用时 JSON 枚举准确率降至 0%,Python 保持 100%;13 个模型的顺序链执行更快。
智能体MCP/工具论文/研究
00:15
DAIR.AI@dair_ai
AI 评分 36/100
AutoDesign:将智能体框架本身纳入优化循环If you hand-tune agent harnesses, this one is worth your time.AutoDesign puts the harness itself inside the optimization loop. A meta-harness optimizer reads rollout feedback and directs a code agent to rewrite the harness, round after round.They test it on paper-to-poster generation with PosterBench, 100 papers across five disciplines. AutoDesign scores 78.32 against 70.87 for the closed-source Claude Design.Dropping the learned DesignHarness into seven other code-agent-model configurations lifts the average from 54.99 to 67.39, so what it learned is scaffold knowledge rather than a fit to one model.One full autonomous run executes 253 tool calls and 11 editing turns in 40 minutes for under $3.Paper: https://arxiv.org/abs/2608.13560Track more trending AI papers in our academy: https://academy.dair.ai/译AutoDesign 将智能体框架本身纳入优化循环,由元框架优化器读取 rollout 反馈并指导代码智能体逐轮重写框架。在 PosterBench 的 100 篇论文测试中,AutoDesign 得分 78.32,超过闭源 Claude Design 的 70.87;将学到的 DesignHarness 迁移至其他七种配置,平均分从 54.99 提升至 67.39。
智能体arXivMCP/工具论文/研究

8月12日8月12日周三

星期三 · 1 条
10:58
HuggingFace Daily Papers(社区热门论文)
AI 评分 51/100
SPIEval:评估大语言模型作为移动助手处理分散个人信息的能力

SPIEval 是一个人工策划的基准,基于推理、消歧、整合、偏好推断和多意图分解五种认知能力,包含 250 个任务、覆盖 10 个应用中 4,335 条个人记录,并通过 21 个工具支持多轮交互。评测九个大语言模型后发现,最佳模型 GPT-5.5 (xhigh) 准确率仅 57.3%,最弱模型仅 16.4%;79% 的失败源于信息定位不准确,且不到 2% 的检索动作采用高级搜索方法。

智能体arXivMCP/工具论文/研究

8月11日8月11日周二

星期二 · 2 条
00:44
Hacker News 热门(buzzing.cc 中文翻译)
AI 评分 57/100
Mistral 获"基于代码实现的工具调用"专利,涵盖沙箱执行与暂停恢复机制

Mistral AI 获得美国专利 US 12,670,045 B1,涵盖一种基于代码实现的工具调用方法。该方法由大语言模型(LLM)生成封装工具调用的代码块,在服务器沙箱中执行,遇待处理调用时暂停并将请求发送至客户端执行,随后恢复代码块运行并替换结果。专利共 20 项权利要求,发明人为 Gabriel Vergnaud。

MCP/工具论文/研究
00:07
DAIR.AI@dair_ai
AI 评分 42/100
工具调用默认选型正悄悄损失精度// The Bitter Lesson of Tool Calling //Tool calling is a design choice, and the defaults are quietly costing accuracy.How so?New research releases a generation-spanning comparison of programmatic tool calling against native JSON tool calling, across 14 language models on BFCL v4.Programmatic tool calling exposes tools as typed Python stubs the model invokes through code, with execution and results handled in a single agent turn. It matches or beats JSON tool calling in 11 of 14 models, and the GPT-5.6 family gains 10.6% over the JSON baseline.Under parallel fan-out it wins in 13 of 14 models. Under context rot it holds steady while the JSON baseline drops 2.3% on average.The gains track model generation, so the advantage grows as code ability grows.Paper: https://arxiv.org/abs/2608.06370Track more trending AI papers in our academy: https://academy.dair.ai/译新研究对比14款模型在BFCL v4上的程序化工具调用与原生JSON工具调用,前者在11/14模型中持平或更优,GPT-5.6家族较JSON基线提升10.6%。并行扇出下13/14模型胜出;上下文衰减下JSON基线平均下降2.3%,程序化方式保持稳定。优势随模型代数增长而扩大。
智能体arXivMCP/工具论文/研究

8月5日8月5日周三

星期三 · 1 条
14:55
HuggingFace Daily Papers(社区热门论文)
AI 评分 58/100
AntiSkillBench:当智能体学会"成为你"--人格技能中的隐私泄露与防御基准

AntiSkillBench 是一个端到端基准,用于评估人格技能(persona skills)流水线中的隐私泄露、冒充风险与防御措施。其数据集包含 7,500 条基于 50 个行为丰富画像的人格对话轨迹,并覆盖三种技能蒸馏策略与四种防御配置。实验表明,风险在三个前沿智能体上持续存在,现有防御效果有限且依赖蒸馏策略。

智能体arXivMCP/工具安全/对齐

7月31日7月31日周五

星期五 · 2 条
21:29
OpenBMB@OpenBMB精选
AI 评分 75/100
面壁智能ALIGN:自动对齐智能体与环境接口Everyone building LLM agents pours effort into the agent's strategy or into harder environments. The interface between them gets almost no attention, and it is often where agents actually break.Case in point in ALFWorld: an agent tries examine shelf 1, but the env requires go to first, so it just returns "Nothing happens", and the agent concludes the shelf is empty. Simply rewording that feedback lifts a Qwen2.5-7B agent from 13.4% to 31.3%.ALIGN from @TsinghuaNLP (OpenBMB member) automatically generates aligned interfaces to fix this misalignment. Paper: https://arxiv.org/abs/2505.21055 Code: https://github.com/THUNLP-MT/ALIGN1⃣️ The problem is agent-environment misalignment: the agent's expectation of what an action does diverges from the environment's real transitions, because implicit rules and under-specified observations are never surfaced. The paper shows this is a pervasive bottleneck, not an agent reasoning failure.2⃣️ ALIGN wraps the environment with two modules. INFERRULES surfaces static rules and constraints (preconditions, action ordering) before the task; WRAPSTEP intercepts each action and enriches the raw observation with success/failure conditions. It is a lightweight Python wrapper, no changes to agent logic or environment code.3⃣️ Interfaces are generated iteratively by an Analyzer (diagnoses misalignments from failed trajectories) and an Optimizer (synthesizes and refines the interface as Python functions). Both run experimental verification against the live environment to fight hallucination; ablating it collapses accuracy.4⃣️ Across four benchmarks in embodied, web, and tool-use, gains reach +45.67% success on ALFWorld and cut consecutive invalid actions by 65%. Interfaces transfer plug-and-play across agent architectures (ReAct, Self-Consistency, Planning...) and across LLM backbones (Qwen, Llama) with no regeneration.译面壁智能与清华NLP团队提出ALIGN,自动生成对齐接口解决智能体与环境间的失配问题。仅改写反馈措辞即可将Qwen2.5-7B智能体在ALFWorld上的成功率从13.4%提升至31.3%。该方法在四个基准上最高提升45.67%成功率,并减少65%连续无效动作,且接口可跨智能体架构和LLM骨干迁移。
智能体GitHubMCP/工具论文/研究

推荐理由:做 agent 的人都知道环境对齐是个隐形的坑,这篇论文不仅把问题讲透了,还给了开箱即用的 wrapper,ALFWorld 上成功率从 13% 拉到 31%,原因只是改写了反馈措辞,我觉得这是今年 agent 工程最被低估的发现。
11:52
HuggingFace Daily Papers(社区热门论文)
AI 评分 52/100
Beacon:如何判断何时以及怎样进行智能体视觉推理

Beacon 是一种新型智能体视觉推理模型,通过“模式自适应性”和“工具效应”两个维度重新审视工具使用。研究发现现有模型在模式自适应性上表现有限,工具带来的增益在简单问题上被抵消。Beacon 引入必要性感知自适应奖励和提示引导能力扩展机制,在多个基准上取得更强整体性能,并显著提升模式自适应性与工具效应。

智能体MCP/工具多模态论文/研究

7月26日7月26日周日

星期日 · 1 条
08:00
HuggingFace Daily Papers(社区热门论文)
AI 评分 62/100
JarvisHub:面向画布原生多模态创意智能体的开放框架

JarvisHub 是一个面向长周期多模态创作的开放智能体框架,将可编辑画布作为用户工作区、智能体外部记忆、动作空间和共享项目状态,通过画布状态、协议桥接和智能体运行时三层架构,支持智能体在可检查、可编辑的创意状态中持续规划、生成、修改和组织多模态项目。该设计使创意智能体超越孤立的工具调用,实现可持续、可人工引导的创意自动化,用户可在全过程中检查、指导和干预。

智能体MCP/工具多模态开源生态

7月18日7月18日周六

星期六 · 1 条
08:00
HuggingFace Daily Papers(社区热门论文)
AI 评分 51/100
DataFlow-Harness:用于构建可编辑LLM数据管道的接地代码智能体平台

DataFlow-Harness 通过引导 LLM 智能体执行类型化增量突变来构建平台原生有向无环图(DAG),而非生成自由格式脚本。在 12 项数据工程基准测试中,其端到端通过率达 93.3%,相比 Vanilla Claude Code 成本降低 72.5%、生成延迟降低 49.9%。

arXivMCP/工具数据/训练论文/研究

7月16日7月16日周四

星期四 · 2 条
08:00
HuggingFace Daily Papers(社区热门论文)
AI 评分 53/100
Resource2Skill:从人类创建的多模态资源中蒸馏可执行智能体技能

微软研究院等机构提出 Resource2Skill 框架,能从教程视频、代码仓库、文档等多模态资源中自动蒸馏出可复用的智能体技能,并组织成层级化 Skill Wiki。该框架覆盖幻灯片设计、网页生成、Excel 表格、Blender 场景、CAD 设计、UE5 场景构建和音乐制作七个创意软件领域。实验表明,技能访问在多个模型后端和领域上持续提升了智能体性能。

智能体arXivMCP/工具Microsoft
05:34
Apple Machine Learning Research(RSS)
AI 评分 52/100
Apple 提出 LLM 函数调用不确定性量化方法

Apple 机器学习研究团队提出一种针对大语言模型函数调用的不确定性量化方法,旨在提升 LLM 在自主任务执行中的可靠性。该方法通过量化模型对函数调用参数和决策的置信度,帮助识别潜在错误调用。该研究目前处于学术探索阶段,未公布具体模型版本或开源计划。

MCP/工具论文/研究

7月15日7月15日周三

星期三 · 1 条
08:00
HuggingFace Daily Papers(社区热门论文)
AI 评分 45/100
多教师在线蒸馏导致工具调用边界偏移的诊断与校准

多教师在线蒸馏虽能提升智能体模型的工具调用召回率,但会引发“过度调用”行为,即模型在应直接回答的样本上也调用工具。研究发现,该偏移源于模式入口和函数名等结构位置的 token 级信号存在行为杠杆失衡。提出的 Soft Clamp 方法通过动态压缩极端 token 级 JS 散度,在 APIGen-MT 上将过调用率从 13.7% 降至 9.0%,且不损失决策准确率。

智能体MCP/工具论文/研究

7月11日7月11日周六

星期六 · 1 条
08:00
PromptArmor:Threat Intelligence精选
AI 评分 63/100
PromptArmor 研究:Claude 与 ChatGPT 连接器持续变更带来治理风险

PromptArmor 自 5 月中旬至 6 月底追踪 Claude 和 ChatGPT 的第三方连接器,发现 2517 个连接器中 931 个发生了能力或权限变更,新工具、权限范围、注入指令等在审批后持续漂移且缺乏重新确认机制。

智能体AnthropicMCP/工具OpenAI

推荐理由:研究用一手监测数据量化了连接器审批后的能力漂移,读者可据此重新评估组织的连接器治理流程。

7月7日7月7日周二

星期二 · 1 条
13:17
HuggingFace Daily Papers(社区热门论文)精选
AI 评分 73/100
LLM-as-a-Verifier:一种通用验证框架

LLM-as-a-Verifier 是一种无需额外训练的通用验证框架,通过计算评分 token logits 分布的期望生成连续分数,实现细粒度反馈。该框架在 Terminal-Bench V2(86.5%)、SWE-Bench Verified(78.2%)、RoboRewardBench(87.4%)和 MedAgentBench(73.3%)上取得 SOTA 性能。其细粒度信号可用于 Claude Code 扩展,帮助开发者监控和改进智能体系统,也可为强化学习(如 SAC、GRPO)提供密集反馈,提升机器人学和数学推理基准的样本效率。

智能体MCP/工具推理论文/研究

推荐理由:把验证当作新的缩放轴,这个思路很扎实,尤其直接给 Claude Code 搭了扩展。做 agent 系统的开发者现在可以试试把评估模块换成连续概率打分,也许比离散判断有效。

7月2日7月2日周四

星期四 · 1 条
10:05
Rohan Paul@rohanpaul_ai
AI 评分 69/100
MCP Server架构模式论文:LLM集成应用工具设计需遵循5种模式、避免4类错误Very timely paper.MCP servers need clear design patterns because LLMs get confused when too many tools or vague tools are shown.This paper explains how MCP servers should be structured so LLM tools stay useful, safe, and manageable.s MCP server design is not just normal API design, because the client is an LLM that chooses tools by reading plain-language descriptions.It groups real MCP servers into 5 useful patterns, such as servers that expose data, run workflows, keep session state, combine many servers, or translate messy domain APIs.The authors also warn about 4 common mistakes, especially giant all-purpose tools, vague tool descriptions, unsafe outside content, and slow tools that should return a job ID instead.They tested the pattern labels on 54 extra servers, measured transport delay, and studied how tool accuracy changes as more tools are shown.The key result is that too many visible tools hurt accuracy, with weaker models dropping below 90% between 10 and 15 tools.Good MCP design is mostly about making the tool list small, clear, safe, and stable enough for LLMs to choose the right action.----Link – arxiv. org/abs/2606.30317Title: "MCP Server Architecture Patterns for LLM-Integrated Applications"译该论文指出,MCP服务器设计不同于普通API,因为LLM通过纯语言描述选择工具,过多或模糊的工具会导致混淆。作者归纳了5种实际模式(如暴露数据、运行工作流、保持会话状态、组合服务器、翻译混乱领域API),并警告4个常见错误(大而全工具、模糊描述、不安全外部内容、慢工具应返回job ID)。在54个额外服务器上测试发现,弱模型在可见工具超过10-15个时准确率降至90%以下。良好MCP设计的核心是使工具列表小巧、清晰、安全且稳定。
arXivMCP/工具论文/研究部署/工程

7月1日7月1日周三

星期三 · 1 条
06:05
elvis@omarsar0
AI 评分 46/100
MCP服务器五大模式论文发布If you build with MCPs, this one is worth reading.(bookmark it)The paper covers five recurring MCP server patterns across fifteen independently developed servers.That taxonomy is useful because I see many AI teams rebuilding the same shapes without shared names.If you are building MCP servers, this is a practical reference for deciding whether your server is exposing resources, orchestrating tools, managing sessions, aggregating proxies, or adapting a domain workflow.Paper: https://arxiv.org/abs/2606.30317Learn to build effective AI agents in our academy: https://academy.dair.ai/译Elvis Saravia(DAIR.AI)推荐一篇关于MCP服务器架构模式的论文。该论文基于15个独立开发的MCP服务器,归纳出5种常见模式:暴露资源、编排工具、管理会话、聚合代理及适配领域工作流。这一分类有助于开发者明确服务器设计方向,避免重复造轮。论文地址:https://arxiv.org/abs/2606.30317。
MCP/工具论文/研究

6月26日6月26日周五

星期五 · 1 条
20:26
AK@_akhaliq
AI 评分 44/100
自信感知工具编排实现鲁棒视频理解Confidence-Aware Tool Orchestration for Robust Video Understanding译面向鲁棒视频理解的自信感知工具编排
MCP/工具多模态论文/研究

6月22日6月22日周一

星期一 · 1 条
22:37
elvis@omarsar0
AI 评分 53/100
多智能体通信协议五维分类法报告发布Great report on LLM agent communication protocols.Communication is a huge bottleneck in multi-agent systems.(worth bookmarking)The report builds a five-dimensional taxonomy (counterparty, payload, interaction state, discovery mechanism, schema flexibility) across nine actively maintained open-source agent protocols, so it maps the real MCP and A2A landscape.Two patterns stand out. Every agent-to-agent protocol sampled pairs of hybrid payloads with session-state persistence, and decentralized discovery is still rare. So the field is quietly standardizing on stateful sessions while leaving discovery and policy enforcement open.Why does it matter?If you are choosing a communication layer this year, this discusses what nine real protocols actually do.Paper: https://arxiv.org/abs/2606.19135Learn to build effective AI agents in our academy: https://academy.dair.ai/译该报告针对LLM多智能体系统的通信瓶颈,构建了五维分类法(对方、有效载荷、交互状态、发现机制、模式灵活性),系统梳理了9个积极维护的开源智能体协议,覆盖MCP和A2A的实际格局。报告发现两个突出模式:每个智能体间协议都采用混合有效载荷与会话状态持久化组合,而去中心化发现机制仍极为罕见。领域正悄然标准化有状态会话,但发现与策略执行层仍留白。该报告为今年选择通信层时提供了九大协议的真实对比参考。
智能体arXivMCP/工具论文/研究

6月21日6月21日周日

星期日 · 1 条
08:00
HuggingFace Daily Papers(社区热门论文)
AI 评分 52/100
PlanBench-XL:评估大规模工具生态中LLM智能体的长时域规划

PlanBench-XL是一个交互式基准测试,包含327个零售任务和1,665个工具,用于评估LLM智能体在检索受限工具可见性下的长时域规划能力。智能体需迭代检索并调用工具以逐步逼近最终目标。可选阻塞机制通过缺失、失败或干扰的工具函数模拟不确定性,迫使智能体检测中断路径并运行时自适应。在10个领先LLM上的实验显示,GPT-5.4在无阻塞条件下准确率为51.90%,最严重阻塞下骤降至11.36%。分析表明,当故障缺乏明确错误信号或恢复需要更长替代工具路径时,智能体尤其脆弱。PlanBench-XL为诊断智能体规划失败提供了测试平台。

智能体MCP/工具推理论文/研究

6月20日6月20日周六

星期六 · 1 条
03:02
HuggingFace Daily Papers(社区热门论文)
AI 评分 43/100
LedgerAgent:面向策略合规工具调用智能体的结构化状态管理方法

客服领域的工具调用智能体需跨轮维护任务状态并遵守领域策略。标准方法将状态隐含在提示词中,易导致信息过时或策略违规。LedgerAgent 是一种推理时方法,将观察到的任务状态单独维护于分类账中并渲染到提示词;在改变环境的工具调用前,用分类账检查状态依赖的策略约束以阻止违规。在四个客服领域和混合开源/闭源模型上,LedgerAgent 的平均 passk 指标优于标准基于提示的工具调用方法,在多轮一致性指标上提升最大。

智能体MCP/工具论文/研究

6月19日6月19日周五

星期五 · 1 条
10:47
HuggingFace Daily Papers(社区热门论文)
AI 评分 51/100
超越静态排行榜:LLM智能体评估的预测有效性研究

研究指出聚合分数排行榜无法反映部署场景真实表现,排名在分布外设置中不稳定。基于一个MCP工业基准进行了14项并行实现,涵盖多模态扩展、编排、检索、推理、基础设施及评估探针,并合并7个先前智能体基准。提出以预测有效性(样本内与样本外排名相关性)替代均值排名,构建12层测量框架,暴露HELM及其后继者忽视的部署维度。给出三个具有明确阈值的可证伪分布外标准,最后呈现预注册试点设计与下一代基准报告的前瞻性愿景。

智能体MCP/工具论文/研究

6月12日6月12日周五

星期五 · 1 条
10:00
HuggingFace Daily Papers(社区热门论文)
AI 评分 62/100
HarnessBridge:面向LLM智能体调控的可学习双向控制器

HarnessBridge是一个轻量级可学习调控控制器,将智能体-环境接口参数化为双向投影:观测投影将原始轨迹蒸馏为紧凑、决策相关状态,动作投影将提议动作转换为可执行转换或轨迹接地拒绝。在harness监督数据集上通过统一指令微调训练,HarnessBridge在Terminal-Bench 2.0和SWE-bench Verified上匹配或超越强专用调控方案,同时大幅减少token使用和轨迹长度,并从小型生成器泛化到更大商业模型。

智能体MCP/工具推理论文/研究

6月10日6月10日周三

星期三 · 2 条
08:00
HuggingFace Daily Papers(社区热门论文)
AI 评分 61/100
Evoflux:面向紧凑型智能体的可执行工具工作流的推理时进化

Evoflux是一种推理时进化搜索方法,通过结构化编辑、执行反馈、自适应强度、元引导重设计和多样性剪枝,将紧凑型语言模型的可执行工具工作流修复为可运行图。在覆盖250个工具和MCP服务器的MCP-Bench任务上,Evoflux将小型规划器的执行可行性从约3%提升至17-24%。相比之下,同一数据上的SFT和SFT+DPO表现持平、不如或崩溃至低于零样本水平;ReAct可达更高峰值但方差和token成本更高。结果表明,在稀缺教师轨迹预算下,基于执行反馈的搜索更可靠。

智能体MCP/工具论文/研究
03:51
elvis@omarsar0
AI 评分 60/100
Self-Harness:可自我改进的智能体框架// Self-Harness: Harnesses That Improve Themselves //(bookmark this one)Most of the agent scaffolds we rely on today are built once and remain frozen or mostly unchanged.The harness, like the skills, needs to evolve with new models.What if the scaffold rewrites itself?This new work treats the harness, the prompts, tools, and control flow around the model as a learnable artifact that improves from its own runs rather than staying a fixed wrapper you hand-maintain.The scaffolding becomes the part that compounds, run after run. If you run long-horizon agents, a self-modifying harness turns scaffold upkeep from manual work into something the system earns on its own.Paper: https://arxiv.org/abs/2606.09498Learn to build effective AI agents in our academy: https://academy.dair.ai/译当前多数智能体脚手架(scaffold)构建后保持静态。新研究Self-Harness将harness(提示词、工具、控制流)作为可学习的工件,通过自身运行迭代改进,而非手动维护的固定包装器。运行长周期智能体时,自我修改的harness将维护工作转化为系统自动获得的能力。论文:arxiv.org/abs/2606.09498。
智能体arXivMCP/工具论文/研究

6月5日6月5日周五

星期五 · 1 条
08:00
HuggingFace Daily Papers(社区热门论文)
AI 评分 55/100
VoLo:面向开放词汇长时程操作的物理编排器

VoLoAgent是一个基于VLM的物理编排智能体,将异构机器人能力(VLA/WAM、视觉模型、动作原语)作为可中断工具,实现规划、监控与恢复。同时提出RoboVoLo基准,专为开放词汇长时程操作设计,涵盖常识、记忆/状态跟踪、复杂指代与世界知识,并提供任务级成功率和失败诊断。实验表明VoLoAgent显著优于单VLA/VLM或基于工具的系统,并在真实机器人上验证。

智能体arXivMCP/工具具身智能

6月4日6月4日周四

星期四 · 1 条
17:26
HuggingFace Daily Papers(社区热门论文)精选
AI 评分 70/100
RHO:利用过往轨迹优化LLM智能体工具链的自监督方法

Retrospective Harness Optimization (RHO) 是一种自监督方法,仅利用过往轨迹优化LLM智能体的工具链(技能、工具和工作流程集合)。RHO从历史任务中选取多样化的困难任务核心集,并行重新执行;智能体通过自我验证和自我一致性分析回放,生成候选工具链更新,并依据自身成对自我偏好选择最有效更新。在软件工程、技术工作和知识工作三个领域评估中,单轮优化将SWE-Bench Pro通过率从59%提升至78%,无需外部评分。分析表明RHO有效针对先前失败模式,优化后的工具链改变智能体行为模式,在长周期会话中维持更高准确率。

智能体arXivMCP/工具编码

推荐理由:不靠人工标注就能让 Agent 自我提升,单轮直接把 SWE-Bench Pro 通过率从 59% 拉到 78%,做自主 Agent 优化的同学应该仔细读一下。
已加载 40 条