Skip to content

Commit a7515d3

Browse files
committed
Add blog post: Why Direct P2P Connections Power Secure AI Networking
1 parent c80f849 commit a7515d3

3 files changed

Lines changed: 271 additions & 3 deletions

File tree

180 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-direct-p2p-connections-power-secure-ai-networking",
15+
title: "Why Direct P2P Connections Power Secure AI Networking",
16+
description: "Discover why direct peer-to-peer connections are vital for secure AI networking. Learn how to enhance your agents’ performance today!",
17+
date: "May 4",
18+
category: "Blog",
19+
tags: ["blog"],
20+
banner: "banners/why-direct-p2p-connections-power-secure-ai-networking.jpg",
21+
},
22+
1323
{
1424
slug: "virtual-network-addresses-for-secure-decentralized-ai",
1525
title: "Virtual network addresses for secure decentralized AI",
@@ -133,7 +143,7 @@ export const blogPosts: BlogPost[] = [
133143
{
134144
slug: "userspace-tcp-over-udp-stack-pure-go",
135145
title: "Building a Userspace TCP-over-UDP Stack in Pure Go",
136-
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.",
146+
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.",
137147
date: "Apr 19",
138148
category: "Engineering",
139149
tags: ["go", "networking", "transport", "systems"],
@@ -313,7 +323,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
313323
{
314324
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
315325
title: "Scriptorium: Replace Agentic Active Research With Ready Intelligence",
316-
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.",
326+
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.",
317327
date: "Apr 2",
318328
year: 2026,
319329
category: "Blog",
@@ -408,7 +418,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
408418
{
409419
slug: "pilot-console-manage-agent-networks",
410420
title: "Introducing the Pilot Console: Manage Agent Networks From a Browser",
411-
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.",
421+
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.",
412422
date: "Mar 26",
413423
category: "Enterprise",
414424
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)