Skip to content

Commit 23ed555

Browse files
committed
Add blog post: Why secure direct P2P connections matter for AI agents
1 parent 95054be commit 23ed555

3 files changed

Lines changed: 284 additions & 3 deletions

File tree

166 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: "why-secure-direct-p2p-connections-matter-for-ai-agents",
15+
title: "Why secure direct P2P connections matter for AI agents",
16+
description: "Discover why secure direct connections are vital for AI agents. Learn how to enhance speed, privacy, and resilience in your distributed systems.",
17+
date: "May 1",
18+
category: "Blog",
19+
tags: ["blog"],
20+
banner: "banners/why-secure-direct-p2p-connections-matter-for-ai-agents.jpg",
21+
},
22+
1323
{
1424
slug: "persistent-address-strategies-for-distributed-ai-systems",
1525
title: "Persistent address strategies for distributed AI systems",
@@ -103,7 +113,7 @@ export const blogPosts: BlogPost[] = [
103113
{
104114
slug: "userspace-tcp-over-udp-stack-pure-go",
105115
title: "Building a Userspace TCP-over-UDP Stack in Pure Go",
106-
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.",
116+
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.",
107117
date: "Apr 19",
108118
category: "Engineering",
109119
tags: ["go", "networking", "transport", "systems"],
@@ -283,7 +293,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
283293
{
284294
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
285295
title: "Scriptorium: Replace Agentic Active Research With Ready Intelligence",
286-
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.",
296+
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.",
287297
date: "Apr 2",
288298
year: 2026,
289299
category: "Blog",
@@ -378,7 +388,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
378388
{
379389
slug: "pilot-console-manage-agent-networks",
380390
title: "Introducing the Pilot Console: Manage Agent Networks From a Browser",
381-
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.",
391+
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.",
382392
date: "Mar 26",
383393
category: "Enterprise",
384394
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)