Skip to content

Commit 134074a

Browse files
committed
Add blog post: Virtual network addresses for secure decentralized AI
1 parent d702b8d commit 134074a

3 files changed

Lines changed: 281 additions & 3 deletions

File tree

242 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: "virtual-network-addresses-for-secure-decentralized-ai",
15+
title: "Virtual network addresses for secure decentralized AI",
16+
description: "Discover the importance of virtual network addresses in AI. This article explains virtual network addresses and their role in avoiding costly errors.",
17+
date: "May 3",
18+
category: "Blog",
19+
tags: ["blog"],
20+
banner: "banners/virtual-network-addresses-for-secure-decentralized-ai.jpg",
21+
},
22+
1323
{
1424
slug: "trustless-protocols-that-secure-decentralized-ai-systems",
1525
title: "Trustless protocols that secure decentralized AI systems",
@@ -123,7 +133,7 @@ export const blogPosts: BlogPost[] = [
123133
{
124134
slug: "userspace-tcp-over-udp-stack-pure-go",
125135
title: "Building a Userspace TCP-over-UDP Stack in Pure Go",
126-
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.",
136+
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.",
127137
date: "Apr 19",
128138
category: "Engineering",
129139
tags: ["go", "networking", "transport", "systems"],
@@ -303,7 +313,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
303313
{
304314
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
305315
title: "Scriptorium: Replace Agentic Active Research With Ready Intelligence",
306-
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.",
316+
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.",
307317
date: "Apr 2",
308318
year: 2026,
309319
category: "Blog",
@@ -398,7 +408,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
398408
{
399409
slug: "pilot-console-manage-agent-networks",
400410
title: "Introducing the Pilot Console: Manage Agent Networks From a Browser",
401-
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.",
411+
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.",
402412
date: "Mar 26",
403413
category: "Enterprise",
404414
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)