Skip to content

Commit c843c4a

Browse files
committed
Add blog post: AI agent discovery: master P2P networks in 2026
1 parent 5de736f commit c843c4a

3 files changed

Lines changed: 275 additions & 3 deletions

File tree

199 KB
Loading

web/src/data/blogPosts.ts

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ export interface BlogPost {
1010
}
1111

1212
export const blogPosts: BlogPost[] = [
13+
{
14+
slug: "ai-agent-discovery-process-p2p-networks",
15+
title: "AI agent discovery: master P2P networks in 2026",
16+
description: "Learn how to implement the AI agent discovery process step by step, from capability announcement to trust verification, for secure and scalable peer-to-peer networks.",
17+
date: "Apr 23",
18+
category: "Blog",
19+
tags: ["blog"],
20+
banner: "banners/ai-agent-discovery-process-p2p-networks.jpg",
21+
},
22+
1323
{
1424
slug: "overlay-networking-secure-ai-agent-communication-explained",
1525
title: "Overlay networking: Secure AI agent communication explained",
@@ -83,7 +93,7 @@ export const blogPosts: BlogPost[] = [
8393
{
8494
slug: "userspace-tcp-over-udp-stack-pure-go",
8595
title: "Building a Userspace TCP-over-UDP Stack in Pure Go",
86-
description: "Sliding windows, Nagle's algorithm, RTO, and AES-GCM — all in userspace, with zero third-party dependencies. How Pilot Protocol's transport layer works.",
96+
description: "Sliding windows, Nagle's algorithm, RTO, and AES-GCM — all in userspace, with zero third-party dependencies. How Pilot Protocol's transport layer works.",
8797
date: "Apr 19",
8898
category: "Engineering",
8999
tags: ["go", "networking", "transport", "systems"],
@@ -263,7 +273,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
263273
{
264274
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
265275
title: "Scriptorium: Replace Agentic Active Research With Ready Intelligence",
266-
description: "Scriptorium replaces the search-fetch-filter-compress agent research loop with a continuously updated, high-signal brief — 92% fewer tokens, half the latency, identical decision quality.",
276+
description: "Scriptorium replaces the search-fetch-filter-compress agent research loop with a continuously updated, high-signal brief — 92% fewer tokens, half the latency, identical decision quality.",
267277
date: "Apr 2",
268278
year: 2026,
269279
category: "Blog",
@@ -358,7 +368,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
358368
{
359369
slug: "pilot-console-manage-agent-networks",
360370
title: "Introducing the Pilot Console: Manage Agent Networks From a Browser",
361-
description: "The Pilot Console is a web dashboard for managing private agent networks, monitoring nodes, generating API keys, and handling billing — all from your browser.",
371+
description: "The Pilot Console is a web dashboard for managing private agent networks, monitoring nodes, generating API keys, and handling billing — all from your browser.",
362372
date: "Mar 26",
363373
category: "Enterprise",
364374
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)