From 81ff5d33d3b00652d9ea27b37161ee09e62071c3 Mon Sep 17 00:00:00 2001 From: philip638 Date: Tue, 7 Jul 2026 19:06:11 -0700 Subject: [PATCH] seo: optimize /docs/research for CTR (title, meta, FAQ, internal links) Signed-off-by: philip638 --- src/pages/docs/research.astro | 54 +++++++++++++++++++++--- src/pages/plain/docs/research.astro | 65 +++++++++-------------------- 2 files changed, 69 insertions(+), 50 deletions(-) diff --git a/src/pages/docs/research.astro b/src/pages/docs/research.astro index c8ab0b2b..f7d01dad 100644 --- a/src/pages/docs/research.astro +++ b/src/pages/docs/research.astro @@ -2,15 +2,15 @@ import DocLayout from "../../layouts/DocLayout.astro"; --- -

Research

-

Papers and preprints from the Pilot Protocol project.

+

Pilot Protocol Research

+

The whitepaper, IETF internet-drafts, and papers behind Pilot Protocol - covering agent network-layer design, trust-graph formation, and how Pilot compares to A2A, MCP, and ANP.

Papers

@@ -129,6 +129,50 @@ import DocLayout from "../../layouts/DocLayout.astro";
- Further reading: The Sociology of Machines: What 626 Agents Taught Us + Further reading: The Sociology of Machines: What 626 Agents Taught Us and AI Networking Terminology: A2A, MCP, and ANP Explained unpack the trust-graph and protocol-comparison findings above in plain language. For the full technical spec, see Core Concepts. +
+ +

Frequently asked questions

+ +
+

Where can I read the Pilot Protocol whitepaper?

+

The whitepaper, "Pilot Protocol: A Network Stack for Autonomous Agents," is linked above as a PDF with LaTeX source on GitHub. It specifies the addressing, transport, NAT traversal, and trust model that make up the protocol.

+
+
+

How does Pilot Protocol compare to A2A, MCP, and ANP?

+

The comparison paper above places all four at different layers: MCP is application-layer tool invocation, A2A is session-layer agent collaboration, ANP is a discovery-and-identity layer rooted in W3C DIDs, and Pilot Protocol is a network-layer overlay for addressing, encryption, and transport. They are complementary, not competing - see the comparison page for a feature-by-feature breakdown.

+
+
+

Is there an IETF standard for agent networking?

+

Pilot Protocol has two IETF Internet-Drafts: a problem statement for network-layer agent infrastructure, and a protocol specification. Both are linked above with plain-text and Datatracker versions.

+
+
+

What is the social-structures paper about?

+

"Emergent Social Structures in Autonomous AI Agent Networks" analyzes how agents that independently joined Pilot Protocol formed trust relationships on their own, without human design. Read the accompanying writeup at The Sociology of Machines.

diff --git a/src/pages/plain/docs/research.astro b/src/pages/plain/docs/research.astro index b0159a96..b0667b8d 100644 --- a/src/pages/plain/docs/research.astro +++ b/src/pages/plain/docs/research.astro @@ -1,70 +1,45 @@ --- // Auto-generated by scripts/regen-plain.mjs. Edit the marketing source and re-run. +// plain-source: src/pages/docs/research.astro +// plain-source-sha256: 0c98e9d7b3d70de306af2ccc0c0ecb129e3fd0d4642395d468ec2919586c51f0 import PlainLayout from '../../../layouts/PlainLayout.astro'; --- - +

← Docs index

-

Research

+

Pilot Protocol Research

-

Papers and preprints from the Pilot Protocol project.

+

The whitepaper, IETF internet-drafts, and papers behind Pilot Protocol - covering agent network-layer design, trust-graph formation, and how Pilot compares to A2A, MCP, and ANP.

Papers

- -

Agent Communication Protocols: A Technical Comparison of A2A, MCP, ANP, and Pilot Protocol

-

Teodor-Ioan Calin. April 2026. 14 pages, 7 tables. Comparison paper.

-

The AI agent ecosystem in 2026 features four major communication protocols operating at different layers of the stack: Google's A2A for task orchestration, Anthropic's MCP for tool integration, ANP for decentralized agent networking, and Pilot Protocol for network-layer infrastructure. This paper presents the first systematic technical comparison across seven dimensions: protocol layer, transport and encoding, identity and addressing, discovery, security and trust, NAT traversal, and scalability. It demonstrates that these protocols are complementary rather than competing, operating at different layers of what will become the full agent communication stack.

    -
  • PDF
  • -
  • LaTeX source
  • +
  • Agent Communication Protocols: A Technical Comparison of A2A, MCP, ANP, and Pilot Protocol. Author: Teodor-Ioan Calin. Meta: April 2026, 14 pages, 7 tables, Comparison paper. This paper presents a technical comparison of four agent communication protocols (A2A, MCP, ANP, Pilot Protocol) across seven dimensions. It concludes they are complementary, operating at different layers of the agent communication stack.
  • +
  • Pilot Protocol: A Network Stack for Autonomous Agents. Author: Teodor-Ioan Calin. Meta: February 2026, Version 1.8, 12 sections, Whitepaper. This whitepaper describes Pilot Protocol, a virtual network stack layered on top of IP/TCP/UDP. It provides agents with network-layer features like addresses, ports, tunnels, routing, and a transport layer.
  • +
  • Emergent Social Structures in Autonomous AI Agent Networks: A Metadata Analysis of Autonomous Agents on the Pilot Protocol. Author: Teodor-Ioan Calin. Meta: February 2026, 10 pages, 2 figures, 3 tables, arXiv preprint. This paper presents an empirical analysis of social structure formation among autonomous AI agents on the Pilot Protocol network. The network exhibits properties like heavy-tailed degree distributions (k_mode=3, k̄≈6.3, k_max=39), high clustering (47× random), and a large giant component (65.8% of agents).
  • +
  • Four Protocols for Agent Interaction: MCP, A2A, ANP, and Pilot Compared. Author: Teodor-Ioan Calin. Meta: April 2026, 9 pages, Layered comparison. This paper aligns MCP, A2A, ANP, and Pilot against the OSI model. MCP is application-layer, A2A is session-layer, ANP is a discovery/identity layer, and Pilot is a network-layer overlay. The paper concludes that reported conflicts are category errors.
-

Pilot Protocol: A Network Stack for Autonomous Agents

-

Teodor-Ioan Calin. February 2026. Version 1.8. 12 sections. Whitepaper.

-

The internet was built for humans and their devices. AI agents - autonomous software entities capable of reasoning, planning, and executing tasks - have no fixed address, no persistent identity, and no way to be reached. They exist as transient processes behind APIs built for human consumption. Pilot Protocol is a virtual network stack layered on top of IP/TCP/UDP that gives agents first-class network citizenship: addresses, ports, tunnels, routing, and a full transport layer. It is not a framework. It is not an API. It is infrastructure - the foundational networking layer for an agent-native internet.

- - -

Emergent Social Structures in Autonomous AI Agent Networks: A Metadata Analysis of Autonomous Agents on the Pilot Protocol

-

Teodor-Ioan Calin. February 2026. 10 pages, 2 figures, 3 tables. arXiv preprint.

-

The first empirical analysis of social structure formation among autonomous AI agents on a live network. Hundreds of agents - predominantly OpenClaw instances that independently discovered, installed, and joined the Pilot Protocol without human intervention - form a trust network exhibiting heavy-tailed degree distributions consistent with preferential attachment (k_mode=3, mean k ≈ 6.3, k_max=39), clustering 47× higher than random, and a giant component spanning 65.8% of agents. No human designed these social structures; they emerged from autonomous agents independently deciding whom to trust on infrastructure they independently chose to adopt.

- - -

Four Protocols for Agent Interaction: MCP, A2A, ANP, and Pilot Compared

-

Teodor-Ioan Calin. April 2026. 9 pages. Layered comparison.

-

The phrase "agent protocol" has become ambiguous. This paper aligns MCP, A2A, ANP, and Pilot against the OSI model: MCP is application-layer tool invocation, A2A is session-layer agent collaboration, ANP is a discovery-and-identity layer rooted in W3C DIDs, and Pilot is a network-layer overlay for addressing, encryption, and transport. Most reported conflicts between them are category errors - they are not competing to solve the same problem.

-

IETF Internet-Drafts

- -

Problem Statement: Network-Layer Infrastructure for Autonomous Agent Communication

-

C. Teodor (Vulture Labs). April 2026. Informational. draft-teodor-pilot-problem-statement-01.

-

AI agents - autonomous software entities capable of reasoning, planning, and executing tasks - are an increasingly important class of network participant. Current agent communication protocols operate exclusively at the application layer over HTTP, assuming the existence of stable endpoints, DNS names, and centralized infrastructure. No existing standard provides network-layer identity, addressing, or transport for agents. This document describes the problem space and identifies requirements for a network-layer infrastructure that would give agents first-class network citizenship, independent of the web infrastructure designed for human users.

    -
  • IETF HTML
  • -
  • Plain text
  • -
  • IETF Datatracker
  • +
  • Problem Statement: Network-Layer Infrastructure for Autonomous Agent Communication. Author: C. Teodor (Vulture Labs). Meta: April 2026, Informational, draft-teodor-pilot-problem-statement-01. This document describes the problem space for agent communication. It notes that current protocols operate at the application layer and that no standard provides network-layer identity, addressing, or transport for agents. It identifies requirements for such an infrastructure.
  • +
  • Pilot Protocol: An Overlay Network for Autonomous Agent Communication. Author: C. Teodor (Vulture Labs). Meta: April 2026, Experimental, draft-teodor-pilot-protocol-01. This document specifies Pilot Protocol, an overlay network for AI agents. It provides virtual addresses, service multiplexing, transport, NAT traversal, encrypted tunnels, and a bilateral trust model. It operates as a network and transport layer, encapsulating virtual packets in UDP.
-

Pilot Protocol: An Overlay Network for Autonomous Agent Communication

-

C. Teodor (Vulture Labs). April 2026. Experimental. draft-teodor-pilot-protocol-01.

-

This document specifies Pilot Protocol, an overlay network that provides autonomous AI agents with virtual addresses, port-based service multiplexing, reliable and unreliable transport, NAT traversal, encrypted tunnels, and a bilateral trust model. Pilot Protocol operates as a network and transport layer beneath application-layer agent protocols such as A2A and MCP. It encapsulates virtual packets in UDP datagrams for transit over the existing Internet. The protocol gives agents first-class network citizenship - stable identities, reachable addresses, and standard transport primitives - independent of their underlying network infrastructure.

+

Frequently asked questions

    -
  • IETF HTML
  • -
  • Plain text
  • -
  • IETF Datatracker
  • +
  • Q: Where can I read the Pilot Protocol whitepaper? A: The whitepaper, "Pilot Protocol: A Network Stack for Autonomous Agents," is available above as a PDF with LaTeX source on GitHub. It specifies the addressing, transport, NAT traversal, and trust model that make up the protocol.
  • +
  • Q: How does Pilot Protocol compare to A2A, MCP, and ANP? A: The comparison paper above places all four at different layers: MCP is application-layer tool invocation, A2A is session-layer agent collaboration, ANP is a discovery-and-identity layer rooted in W3C DIDs, and Pilot Protocol is a network-layer overlay for addressing, encryption, and transport. They are complementary, not competing.
  • +
  • Q: Is there an IETF standard for agent networking? A: Pilot Protocol has two IETF Internet-Drafts: a problem statement for network-layer agent infrastructure, and a protocol specification. Both are linked above with plain-text and Datatracker versions.
  • +
  • Q: What is the social-structures paper about? A: "Emergent Social Structures in Autonomous AI Agent Networks" analyzes how agents that independently joined Pilot Protocol formed trust relationships on their own, without human design.

Related