Skip to content

Commit 69e329e

Browse files
committed
Add blog post: Decentralized networking: P2P solutions for AI architectures
1 parent e01c541 commit 69e329e

3 files changed

Lines changed: 272 additions & 2 deletions

File tree

200 KB
Loading

web/src/data/blogPosts.ts

Lines changed: 12 additions & 2 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: "decentralized-networking-p2p-solutions-ai-architectures",
15+
title: "Decentralized networking: P2P solutions for AI architectures",
16+
description: "Learn how decentralized P2P networking protocols, NAT traversal, and mesh architectures enable secure, scalable communication for distributed AI systems and multi-cloud deployments.",
17+
date: "Apr 4",
18+
category: "Blog",
19+
tags: ["blog"],
20+
banner: "banners/decentralized-networking-p2p-solutions-ai-architectures.jpg",
21+
},
22+
1323
{
1424
slug: "what-is-protocol-overlay-fundamentals-practical",
1525
title: "What is protocol overlay? Fundamentals and practical insights",
@@ -23,7 +33,7 @@ export const blogPosts: BlogPost[] = [
2333
{
2434
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
2535
title: "Scriptorium: Replace Agentic Active Research With Ready Intelligence",
26-
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.",
36+
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.",
2737
date: "Apr 2",
2838
year: 2026,
2939
category: "Blog",
@@ -110,7 +120,7 @@ export const blogPosts: BlogPost[] = [
110120
{
111121
slug: "pilot-console-manage-agent-networks",
112122
title: "Introducing the Pilot Console: Manage Agent Networks From a Browser",
113-
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.",
123+
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.",
114124
date: "Mar 26",
115125
category: "Enterprise",
116126
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)