You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/data/blogPosts.ts
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,16 @@ export interface BlogPost {
10
10
}
11
11
12
12
exportconstblogPosts: 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.",
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.",
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.",
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.",
0 commit comments