Agentic Resource Discovery: Let agents search
Agentic Resource Discovery (ARD) is an open specification addressing the challenge of dynamic tool and agent discovery for AI agents. It enables agents to find and utilize capabilities at runtime, moving beyond static, pre-installed configurations.
The current approach to AI agent capabilities relies on pre-installation and static configurations. Developers hardcode tool URLs, and users manually connect services, which works for a limited set of daily tools but fails to scale for diverse, ad-hoc needs. This often leads to developers either manually integrating tools or overwhelming LLMs with too much context, neither of which is efficient or scalable.
Agentic Resource Discovery (ARD) offers a solution by creating a discovery layer that sits in front of existing agent protocols. It's an open specification, developed collaboratively by major tech companies, defining how agents and tools are cataloged, indexed, and searched across federated registries. This allows agents to dynamically find capabilities at runtime without the need for prior installation or configuration.
Hugging Face has implemented ARD with its Discover Tool, providing a practical example of its utility. This tool enables semantic search across thousands of AI models, applications, and MCP servers directly from the Hugging Face Hub. It leverages existing infrastructure and metadata to translate agent-oriented queries into ARD-compliant searches, demonstrating how the specification can be integrated into diverse ecosystems.
ARD fundamentally shifts from static, manually managed catalogs to an intent-based search model. This allows agents to dynamically discover and utilize the right capabilities from a growing ecosystem of tools and services. By separating discovery from execution and using a flexible REST API, ARD promotes a federated approach where different services can seamlessly share and access capabilities.
Related articles
Build real agentic apps using CUGA: two dozen working examples on a lightweight harness
CUGA, IBM's open-source Agent Harness, simplifies building agentic applications by handling infrastructure, allowing developers to focus on tools and prompts. It offers pre-assembled components for planning, execution, and state management, significantly reducing development time. CUGA has topped agent benchmarks like AppWorld and WebArena.
OpenAI launches new initiative to help find and patch open source bugs
OpenAI has launched "Patch the Planet," a new initiative in partnership with cybersecurity firm Trail of Bits, to enhance the security of open-source projects. This program aims to assist maintainers in identifying and patching bugs, utilizing OpenAI's AI-powered security tools while reducing the burden on project teams.
PP-OCRv6 on Hugging Face: 50-Language OCR from 1.5M to 34.5M Parameters
Baidu has released PP-OCRv6, an advanced optical character recognition (OCR) model supporting 50 languages. Available on Hugging Face, this version significantly improves accuracy and efficiency across various parameter sizes, from 1.5 million to 34.5 million, marking a substantial leap in multilingual OCR technology.
