Skip to content

Commit d68c433

Browse files
committed
Add blog post: Protocol wrapping for secure peer-to-peer AI systems
1 parent 69e329e commit d68c433

3 files changed

Lines changed: 245 additions & 2 deletions

File tree

171 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: "protocol-wrapping-secure-peer-to-peer-ai-systems",
15+
title: "Protocol wrapping for secure peer-to-peer AI systems",
16+
description: "Learn how protocol wrapping powers secure P2P AI networks. Covers VXLAN, Geneve, UDP overlays, anonymity wrappers, and real-world benchmarks for distributed systems engineers.",
17+
date: "Apr 5",
18+
category: "Blog",
19+
tags: ["blog"],
20+
banner: "banners/protocol-wrapping-secure-peer-to-peer-ai-systems.jpg",
21+
},
22+
1323
{
1424
slug: "decentralized-networking-p2p-solutions-ai-architectures",
1525
title: "Decentralized networking: P2P solutions for AI architectures",
@@ -33,7 +43,7 @@ export const blogPosts: BlogPost[] = [
3343
{
3444
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
3545
title: "Scriptorium: Replace Agentic Active Research With Ready Intelligence",
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.",
46+
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.",
3747
date: "Apr 2",
3848
year: 2026,
3949
category: "Blog",
@@ -120,7 +130,7 @@ export const blogPosts: BlogPost[] = [
120130
{
121131
slug: "pilot-console-manage-agent-networks",
122132
title: "Introducing the Pilot Console: Manage Agent Networks From a 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.",
133+
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.",
124134
date: "Mar 26",
125135
category: "Enterprise",
126136
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)