Skip to content

Commit e01c541

Browse files
committed
Add blog post: What is protocol overlay? Fundamentals and practical insights
1 parent a270e30 commit e01c541

3 files changed

Lines changed: 248 additions & 2 deletions

File tree

109 KB
Loading

web/src/data/blogPosts.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,20 @@ export interface BlogPost {
1010
}
1111

1212
export const blogPosts: BlogPost[] = [
13+
{
14+
slug: "what-is-protocol-overlay-fundamentals-practical",
15+
title: "What is protocol overlay? Fundamentals and practical insights",
16+
description: "Learn what a protocol overlay is and how structured, unstructured, and hierarchical overlays improve peer-to-peer communication for distributed AI agent networks.",
17+
date: "Apr 3",
18+
category: "Blog",
19+
tags: ["blog"],
20+
banner: "banners/what-is-protocol-overlay-fundamentals-practical.jpg",
21+
},
22+
1323
{
1424
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
1525
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.",
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.",
1727
date: "Apr 2",
1828
year: 2026,
1929
category: "Blog",
@@ -100,7 +110,7 @@ export const blogPosts: BlogPost[] = [
100110
{
101111
slug: "pilot-console-manage-agent-networks",
102112
title: "Introducing the Pilot Console: Manage Agent Networks From a Browser",
103-
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.",
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.",
104114
date: "Mar 26",
105115
category: "Enterprise",
106116
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)