From 5ac56c1d38849ad0fb7b874aaeca782be768165c Mon Sep 17 00:00:00 2001 From: pstayets Date: Tue, 28 Jul 2026 09:25:25 -0700 Subject: [PATCH] =?UTF-8?q?optimize:=20/blog/overlay-networking-secure-ai-?= =?UTF-8?q?agent-communication-explained=20=E2=80=94=20rewrite=20title/met?= =?UTF-8?q?a,=20add=20FAQPage=20JSON-LD,=20improve=20opening,=20add=20inte?= =?UTF-8?q?rnal=20link,=20add=20llms.txt=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pstayets --- public/llms.txt | 1 + ...ure-ai-agent-communication-explained.astro | 30 +++++++++---------- 2 files changed, 15 insertions(+), 16 deletions(-) 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 = `