Skip to content

Commit 0ef6583

Browse files
TeoSlayerteovl
authored andcommitted
Add blog post: Persistent network addressing for secure AI systems
1 parent 71ec495 commit 0ef6583

3 files changed

Lines changed: 276 additions & 3 deletions

File tree

205 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-network-addressing-secure-ai-systems",
15+
title: "Persistent network addressing for secure AI systems",
16+
description: "Learn how persistent network addressing works, where cloud environments fall short, and how to implement stable, secure addressing for decentralized AI systems.",
17+
date: "Apr 21",
18+
category: "Blog",
19+
tags: ["blog"],
20+
banner: "banners/persistent-network-addressing-secure-ai-systems.jpg",
21+
},
22+
1323
{
1424
slug: "ai-agent-network-examples-secure-scalable-connectivity",
1525
title: "Top AI agent network examples for secure, scalable connectivity",
@@ -43,7 +53,7 @@ export const blogPosts: BlogPost[] = [
4353
{
4454
slug: "userspace-tcp-over-udp-stack-pure-go",
4555
title: "Building a Userspace TCP-over-UDP Stack in Pure Go",
46-
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.",
56+
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.",
4757
date: "Apr 19",
4858
category: "Engineering",
4959
tags: ["go", "networking", "transport", "systems"],
@@ -223,7 +233,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
223233
{
224234
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
225235
title: "Scriptorium: Replace Agentic Active Research With Ready Intelligence",
226-
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.",
236+
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.",
227237
date: "Apr 2",
228238
year: 2026,
229239
category: "Blog",
@@ -318,7 +328,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
318328
{
319329
slug: "pilot-console-manage-agent-networks",
320330
title: "Introducing the Pilot Console: Manage Agent Networks From a Browser",
321-
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.",
331+
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.",
322332
date: "Mar 26",
323333
category: "Enterprise",
324334
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)