logoalt Hacker News

Agentic Resource Discovery Specification

70 pointsby damicklast Wednesday at 5:03 PM18 commentsview on HN

https://developers.googleblog.com/en/announcing-the-agentic-...


Comments

gavinrayyesterday at 7:45 PM

I work at a company with an LLM-adjacent tool.

The best solution we could find for this problem was a combination of a Wiki + "Saved Programs" (executable scripts).

When you ask a question, the system does a fuzzy Wiki search to see if any topic has relevant info. Wiki links serve as "graph edges" that form a Knowledge Graph.

So lets say I ask "What products from the FOOBAR API sold least last month?"

The agent would look up "FOOBAR API", and then write a script to call the "products" endpoint with a date range + SQL fetch from "sales" DB and do whatever it needs to do.

If none of this info exists (URL to FOOBAR, location of "sales" data), the agent asks for more info and offers to update the wiki for future.

show 1 reply
gavinrayyesterday at 7:55 PM

It feels like there's a lot of overlap with the existing MCP "Resources" [0] concept, and that "Searchable Registry" + multi-protocol (MCP/A2A, etc) is the main difference?

Too many protocols got created (MCP, A2A, etc) and so now you've got to create a new standard that can consume them all, and Google being a search index would like to index them, please =)

[0]: https://modelcontextprotocol.io/specification/2025-11-25/ser...

show 1 reply
nostreboredtoday at 2:54 AM

Building an ontology of how people think of and organize information, processes, and actions is not solved via markdown. It’s not well solved intra company much less inter. The systems that do solve some of this are optimizing for unstructured retrieval and will continue to.

Imposing a structure on this unstructured discovery feels like it ignores all progress in IR, and imposes a farcical structure that doesn’t have a tangible benefit.

_pdp_yesterday at 10:07 PM

Why not ask the agent to read .well-known/agent.md (or better yet something.com/agent.md) and do a bootstrap if it is allowed! to do so. It can download skills, configure mcps, etc.

There is no need for another file IMHO.

myaccountonhntoday at 10:06 AM

I thought the point of AI was that you wouldn't need stuff like this.

iandanforthyesterday at 8:19 PM

This is search. Please don't reinvent search with a new acronym.

Agents can use Google. They can also see all the same signals humans do to judge quality. Maybe there's a need for a specialized directory, but does it need a spec or an acronym? No.

show 3 replies
ivanbelenkytoday at 12:28 AM

for the internal use at my company we created a tool to partially solve this issue by building a manifest that MAY contain tags and other metadata for agentic resources lookup.

https://theta.tamarillo.ai

khaledhtoday at 12:03 AM

This is reminiscent of Web Services Discovery (UDDI).

wslhyesterday at 7:40 PM

This seems useful as a standard interface, but, again, doesn’t solve the harder discovery problem. Once there is value in appearing in the top results, the system inherits the same adversarial dynamics as SEO/app stores, spam, scams, etc.

show 1 reply
10cmdyesterday at 8:56 PM

[dead]