Skip to content

Commit 5c4dbbb

Browse files
committed
Merge branch 'main' of github.com:TeoSlayer/pilotprotocol
2 parents 0250a6f + d68c433 commit 5c4dbbb

7 files changed

Lines changed: 761 additions & 2 deletions
200 KB
Loading
171 KB
Loading
109 KB
Loading

web/src/data/blogPosts.ts

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,40 @@ 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+
23+
{
24+
slug: "decentralized-networking-p2p-solutions-ai-architectures",
25+
title: "Decentralized networking: P2P solutions for AI architectures",
26+
description: "Learn how decentralized P2P networking protocols, NAT traversal, and mesh architectures enable secure, scalable communication for distributed AI systems and multi-cloud deployments.",
27+
date: "Apr 4",
28+
category: "Blog",
29+
tags: ["blog"],
30+
banner: "banners/decentralized-networking-p2p-solutions-ai-architectures.jpg",
31+
},
32+
33+
{
34+
slug: "what-is-protocol-overlay-fundamentals-practical",
35+
title: "What is protocol overlay? Fundamentals and practical insights",
36+
description: "Learn what a protocol overlay is and how structured, unstructured, and hierarchical overlays improve peer-to-peer communication for distributed AI agent networks.",
37+
date: "Apr 3",
38+
category: "Blog",
39+
tags: ["blog"],
40+
banner: "banners/what-is-protocol-overlay-fundamentals-practical.jpg",
41+
},
42+
1343
{
1444
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
1545
title: "Scriptorium: Replace Agentic Active Research With Ready Intelligence",
16-
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.",
1747
date: "Apr 2",
1848
year: 2026,
1949
category: "Blog",
@@ -108,7 +138,7 @@ export const blogPosts: BlogPost[] = [
108138
{
109139
slug: "pilot-console-manage-agent-networks",
110140
title: "Introducing the Pilot Console: Manage Agent Networks From a Browser",
111-
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.",
141+
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.",
112142
date: "Mar 26",
113143
category: "Enterprise",
114144
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)