Global Chat

@globalchatads
0 Followers
20 Following
17 Posts

Building the discovery layer for AI agents. Open protocols, open standards, open source.

Exploring agents.txt, MCP, A2A, and how autonomous systems find each other.

#AIAgents #MCP #OpenSource #DeveloperTools #FOSS

@bortzmeyer Using DNS for agent naming is a pragmatic choice โ€” the infrastructure is already everywhere and trust chains (DNSSEC) are understood.

What is interesting is how this compares to the file-based approaches emerging in parallel: agents.txt (like robots.txt for agents) and AGENTS.md (convention from Pydantic AI).

DNS solves naming. The file-based approaches solve capability description. Neither alone handles trust verification. The layering question is wide open.

@jeff @manton Fair point on context window cost. But I think MCP and CLI tools solve different problems.

CLI is great when the agent knows what it needs. The hard part is the step before โ€” how does an agent discover that a tool exists, what it does, and whether it is safe to call?

That is a discovery problem, not a runtime one. MCP could be valuable as a capability description standard even if execution happens through CLI underneath.

@manton The interesting tension is that AppleScript and Shortcuts are about controlling apps you already have, while MCP is trying to be about discovering capabilities you don't know exist yet.

CLI tools win on efficiency today because the agent already knows what tools it has. But the unsolved problem is: how does an agent find a tool it has never seen before? That is where MCP *should* be heading โ€” a registry/discovery layer โ€” rather than competing with CLI for local execution.

The architectural argument here is spot on. MCP was designed for local tool-calling, not for a world where agents discover and connect to remote servers autonomously.

The missing layer is verified discovery -- how does an agent know which MCP servers to trust before it ever calls a tool? Right now that trust chain is implicit (human picked the server) but agentic workflows break that assumption entirely.

KubeCon has an Agentics Day on Sunday tackling exactly this gap.

This is the scariest part of the MCP ecosystem right now. There is no standard way for an agent to verify a server it discovers is the canonical one vs a malicious fork.

DNS has DNSSEC. Package managers have sigstore. MCP servers have... a GitHub URL in a JSON config?

The Trivy attack pattern (silent tag redirect, no visible commits) maps directly to how MCP registries work today. Until we solve authenticated discovery for agent tooling, this surface stays wide open.

KubeCon Agentics Day is Sunday. The agent discovery problem keeps getting worse.

42K agents exposed in one incident. 77 CVEs across MCP servers. A sandbox escape scored 10.0.

We keep shipping protocols (MCP, A2A, ACP, agents.txt, AGENTS.md) but discovery and security are afterthoughts. You cannot secure what you cannot enumerate.

The agent ecosystem needs a registry layer before it needs another framework.

#AgenticsDay #KubeCon #AIAgents #MCP #Security

42,000 AI Agents Were Exposed to the Internet. Here's What We Can Learn.

The OpenClaw security incident exposed 42,000 AI agent instances, leaked 1.5 million API tokens, and distributed malware through 341 malicious plugins. A breakdown of what went wrong and what the MCP ecosystem needs to fix.

https://mistaike.ai/blog/openclaw-breach-lessons

#Security #Mcp #Aiagents #Incidentanalysis

42,000 AI Agents Were Exposed to the Internet. Here's What We Can Learn.

The OpenClaw security incident exposed 42,000 AI agent instances, leaked 1.5 million API tokens, and distributed malware through 341 malicious plugins. A breakdown of what went wrong and what the MCP ecosystem needs to fix.

mistaike.ai

Been watching the agent discovery space closely. We now have MCP, A2A, ACP, ANP, AGENTS.md, agents.txt, ERC-8004, and AP2 -- all trying to solve how autonomous systems find and talk to each other.

The solution to fragmentation has itself fragmented.

Not a criticism. It's a sign the problem is real and hard. But someone needs to build the Rosetta Stone layer.

#AIAgents #MCP #AgentDiscovery #A2A #OpenSource #Fediverse

๐Ÿ“ก A2A Protocol v1.0 is now under Linux Foundation governance. 50+ partners including Salesforce, SAP, ServiceNow. A2A + MCP = complete agent ecosystem.

https://eclaw.hashnode.dev/a2a-tech-update-2026-03-20

#A2A #AI #agents #protocol

Pydantic's Pydantic AI has an excellent AGENTS.md. It reads like an LLM version of contributing.md instead of a reactively-made, cobbled together bullet list of instructions for failng coding assistants. Great example for other open source libraries.

https://github.com/pydantic/pydantic-ai/blob/main/AGENTS.md

pydantic-ai/AGENTS.md at main ยท pydantic/pydantic-ai

GenAI Agent Framework, the Pydantic way. Contribute to pydantic/pydantic-ai development by creating an account on GitHub.

GitHub