qvib.pro
RU

Google, Microsoft and GitHub unveil ARD for AI agents

Google, Microsoft and GitHub unveil ARD for AI agents

What happened

Eleven leading technology companies, among them Google, Microsoft, GitHub, Hugging Face, Cisco, NVIDIA and Databricks, have jointly introduced a new open specification called Agentic Resource Discovery (ARD). Published under the Apache 2.0 licence, the spec tackles the problem of discovering the tools and services AI agents can use to get their work done. ARD defines a standardised way for agents to find the resources they need on the internet by talking to various catalogues and registries.

Mechanically, ARD expects organisations to publish ai-catalog.json files at a standard path on their domains. Those files list the available MCP servers, tools, skills and agents the organisation offers. Dedicated registrars periodically crawl these catalogues, index the information and answer AI agent queries phrased in natural language. Domain ownership serves as the primary verification of the publisher, and production systems can layer on cryptographic trust metadata for a higher level of confidence.

Why it matters

The ARD spec is an important step toward a more integrated and functional ecosystem for AI agents. By solving resource discovery, ARD lets agents act more autonomously and efficiently, since they no longer have to rely on a predefined set of tools or manual configuration. That opens the door to more complex, adaptive AI systems that can handle a wide range of tasks by dynamically assembling the components they need.

Having giants like Google, Microsoft and GitHub involved in ARD's development all but guarantees broad adoption and support. GitHub has already built agent discovery into Copilot, and Hugging Face has shipped a comparable Discover Tool. That says the industry is actively converging on a standard for how AI agents interact with external resources, which will accelerate the development of AI platforms and applications.

What it means for vibe coding

For developers who practise vibe coding, ARD means new ways to build smarter, more independent AI assistants. An AI agent can now not only write code but also, say, go find the libraries, APIs or even specialised AI services it needs to solve the task at hand. That lets developers focus on the high-level design and logic while delegating the search for and integration of tools to the AI.

In a vibe coding context, ARD can simplify building complex AI systems where different agents and tools have to work together. You describe the result you want, and the AI agent, using ARD, finds and wires up every component needed to get there. It brings us closer to the idea of a smart workspace where AI assistants flexibly adapt to shifting tasks and requirements, picking the best solutions from the available arsenal of tools.

Sources

More on «Tools»

Go deeper