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…
Agentic Resource Discovery Specification
11–20 of 23 posts
Re: Agentic Resource Discovery Specification
#12There is no need for another file IMHO.
Re: Agentic Resource Discovery Specification
#13This 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.
Re: Agentic Resource Discovery Specification
#14This 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.
Re: Agentic Resource Discovery Specification
#15Re: Agentic Resource Discovery Specification
#16Re: Agentic Resource Discovery Specification
#17Re: Agentic Resource Discovery Specification
#18Imposing 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.
Re: Agentic Resource Discovery Specification
#19Re: Agentic Resource Discovery Specification
#20I 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…