Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/22 04:00:00
AI Tool Discovery at Scale: All You Need is DNS
AI 中文解读
科学家们最近提出一个颠覆性方案:给AI装上一套“DNS导航系统”,就能在数百万工具中瞬间找对目标。这项研究认为,无需新建复杂网络,只需改造互联网最基础的域名系统(DNS),就像给每个工具贴上智能标签并分类存放,AI只需报出功能需求,DNS就能像导航一样直接指向正确位置。测试中,该方法将每次查询的搜索空间压缩了95%以上,速度比传统方式快几个数量级,准确率却不输顶尖方案。
这意味着未来的AI助手调用各种在线服务会像查域名一样简单快速。比如你告诉AI“帮我订一份比萨”,它不用费力逐个筛选订餐工具,而是瞬间定位到最佳服务商,响应速度大幅提升。开发者也能更轻松地让不同AI工具协同工作,推动智能家居、自动驾驶等场景变得更流畅可靠。对普通人来说,这或许意味着AI将真正实现“随时随地无缝调用”,不再有等待和卡顿。
arXiv:2607.18242v1 Announce Type: new
Abstract: The coming era of autonomous AI agents demands a discovery mechanism capable of navigating millions of tools, yet existing solutions buckle under O(N) complexity and centralized governance. Instead of building another fragile overlay, we propose ToolDNS, a radical framework that retrofits semantic tool discovery onto the Internet's most resilient substrate: the Domain Name System (DNS). By embedding functional intent and organizational trust into a hierarchical namespace, ToolDNS transforms an expensive semantic search into a series of lightweight, O(log N) name resolutions. We introduce three protocol-compliant enhancements to enable decentralized governance and semantic pruning: partially unfolded names, EDNS0 intent payloads, and logical subdomains. To rigorously evaluate this approach across the fragmented tooling landscape, we construct and release a large-scale heterogeneous benchmark comprising 33,688 real-world tools spanning MCP, A2A, RESTful, and Skill protocols. On this dataset, ToolDNS slashes the per-query search space by 95.26% while matching state-of-the-art retrieval accuracy. Furthermore, its UDP-native design reduces discovery latency by orders of magnitude compared to HTTP-based registries. Our work demonstrates that scalable AI interoperability requires not more middleware, but a smarter utilization of the infrastructure already beneath our feet.
分享
阅读原文 ↗