Skip to content

Commit 87a43b8

Browse files
committed
Add blog post: Persistent address strategies for distributed AI systems
1 parent 5c84be8 commit 87a43b8

3 files changed

Lines changed: 301 additions & 3 deletions

File tree

192 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: "persistent-address-strategies-for-distributed-ai-systems",
15+
title: "Persistent address strategies for distributed AI systems",
16+
description: "Unlock the power of distributed AI with effective persistent address strategies. Discover how to optimize peer discovery and reduce operational debt.",
17+
date: "Apr 28",
18+
category: "Blog",
19+
tags: ["blog"],
20+
banner: "banners/persistent-address-strategies-for-distributed-ai-systems.jpg",
21+
},
22+
1323
{
1424
slug: "ai-agent-discovery-process-p2p-networks",
1525
title: "AI agent discovery: master P2P networks in 2026",
@@ -93,7 +103,7 @@ export const blogPosts: BlogPost[] = [
93103
{
94104
slug: "userspace-tcp-over-udp-stack-pure-go",
95105
title: "Building a Userspace TCP-over-UDP Stack in Pure Go",
96-
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.",
106+
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.",
97107
date: "Apr 19",
98108
category: "Engineering",
99109
tags: ["go", "networking", "transport", "systems"],
@@ -273,7 +283,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
273283
{
274284
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
275285
title: "Scriptorium: Replace Agentic Active Research With Ready Intelligence",
276-
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.",
286+
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.",
277287
date: "Apr 2",
278288
year: 2026,
279289
category: "Blog",
@@ -368,7 +378,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
368378
{
369379
slug: "pilot-console-manage-agent-networks",
370380
title: "Introducing the Pilot Console: Manage Agent Networks From a Browser",
371-
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.",
381+
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.",
372382
date: "Mar 26",
373383
category: "Enterprise",
374384
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)