diff --git a/public/llms.txt b/public/llms.txt index bb25628b..cf645202 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -52,6 +52,7 @@ A no-styling, no-JS variant of the marketing site is maintained at /plain/ for A - [Benchmarking: HTTP vs UDP Overlay](https://pilotprotocol.network/blog/benchmarking-http-vs-udp-overlay): Latency, throughput, and NAT traversal benchmarks comparing HTTP/2 and Pilot's UDP overlay for agent communication. - [Persistent Connections for AI Agents](https://pilotprotocol.network/blog/move-beyond-rest-persistent-connections-for-agents): Compare REST, WebSocket, gRPC, and persistent UDP tunnels for agent messaging with code examples. - [Why AI Agents Need Their Own Network Stack](https://pilotprotocol.network/blog/why-ai-agents-need-network-stack): The case for a dedicated network layer — permanent addresses, NAT traversal, encrypted tunnels, and cryptographic trust for multi-agent systems. +- [Overlay Networking Explained](https://pilotprotocol.network/blog/overlay-networking-secure-ai-agent-communication-explained): A practical guide to overlay networking for secure AI agent communication — encapsulation, control planes, protocol trade-offs, and deployment patterns. - [NATS vs gRPC vs TCP vs Pilot Protocol](https://pilotprotocol.network/blog/pilot-vs-tcp-grpc-nats-comparison): Feature-by-feature comparison of four agent communication protocols with latency and throughput benchmarks. - [Multi-Agent System Security: Network Defense Strategies](https://pilotprotocol.network/blog/network-security-for-multi-agent-systems-key-strategies): Layered defense, secure protocols (MCP, A2A), and how to protect AI agent networks from compromise. - [Whitepaper](https://github.com/pilot-protocol/pilotprotocol/blob/main/docs/WHITEPAPER.pdf): 25-page LaTeX paper covering protocol design, security analysis, and benchmarks. diff --git a/src/pages/blog/overlay-networking-secure-ai-agent-communication-explained.astro b/src/pages/blog/overlay-networking-secure-ai-agent-communication-explained.astro index 24fe967a..19c6a68a 100644 --- a/src/pages/blog/overlay-networking-secure-ai-agent-communication-explained.astro +++ b/src/pages/blog/overlay-networking-secure-ai-agent-communication-explained.astro @@ -15,18 +15,18 @@ const bodyContent = ` -

Overlay networking: Secure AI agent communication explained

+

Overlay Networking Explained: A Guide to Secure AI Agent Communication

Engineer sketching overlay network on paper


@@ -38,7 +38,7 @@ const bodyContent = `