diff --git a/src/pages/blog/pilot-vs-tailscale-nebula-zerotier-ai-agents.astro b/src/pages/blog/pilot-vs-tailscale-nebula-zerotier-ai-agents.astro index ef0b6b4e..7efb467a 100644 --- a/src/pages/blog/pilot-vs-tailscale-nebula-zerotier-ai-agents.astro +++ b/src/pages/blog/pilot-vs-tailscale-nebula-zerotier-ai-agents.astro @@ -104,7 +104,7 @@ const bodyContent = `

If you are trying to connect a fleet of programs across

Networking built for agents, not just machines

-

Permanent addresses, a trust handshake, and built-in discovery — over encrypted UDP, with no external dependencies.

+

Permanent addresses, a trust handshake, and built-in discovery — over encrypted UDP, with no external dependencies. See the full feature-by-feature comparison against Tailscale, ZeroTier, Nebula, and libp2p in the docs.

View on GitHub
`; diff --git a/src/pages/docs/comparison-networking.astro b/src/pages/docs/comparison-networking.astro index 655234d8..7eb92222 100644 --- a/src/pages/docs/comparison-networking.astro +++ b/src/pages/docs/comparison-networking.astro @@ -1,8 +1,8 @@ --- import DocLayout from "../../layouts/DocLayout.astro"; -const bodyContent = `

Pilot Protocol vs Tailscale vs ZeroTier vs Nebula

-

Overlay networks compared. Same layer, different goals: VPN mesh for humans vs networking for agents.

+const bodyContent = `

Pilot Protocol vs Tailscale, ZeroTier, Nebula, and libp2p: AI Agent Networking Compared

+

Overlay networks compared side by side on identity, trust, and NAT traversal. Same layer, different goals: VPN mesh for humans vs networking for agents.

On this page

@@ -14,11 +14,12 @@ const bodyContent = `

Pilot Protocol vs Tailscale vs ZeroTier vs Nebula

  • vs libp2p
  • Feature matrix
  • When to use what
  • +
  • FAQ
  • Overview

    -

    Pilot Protocol, Tailscale, ZeroTier, and Nebula are all overlay networks. They all create virtual addresses, encrypt traffic, and traverse NATs. The difference is who they are built for:

    +

    Pilot Protocol, Tailscale, ZeroTier, and Nebula are all overlay networks. They all create virtual addresses, encrypt traffic, and traverse NATs. The difference is who they are built for. (If you're instead weighing Pilot against agent messaging standards like MCP or A2A rather than network-layer tools, see the protocol comparison.)