Skip to content

Commit 2395d65

Browse files
committed
Add blog post: Trustless protocols that secure decentralized AI systems
1 parent 23ed555 commit 2395d65

3 files changed

Lines changed: 264 additions & 3 deletions

File tree

197 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: "trustless-protocols-that-secure-decentralized-ai-systems",
15+
title: "Trustless protocols that secure decentralized AI systems",
16+
description: "Discover the crucial role of trustless protocols in securing decentralized AI systems, enhancing reliability and scalability for developers.",
17+
date: "May 2",
18+
category: "Blog",
19+
tags: ["blog"],
20+
banner: "banners/trustless-protocols-that-secure-decentralized-ai-systems.jpg",
21+
},
22+
1323
{
1424
slug: "why-secure-direct-p2p-connections-matter-for-ai-agents",
1525
title: "Why secure direct P2P connections matter for AI agents",
@@ -113,7 +123,7 @@ export const blogPosts: BlogPost[] = [
113123
{
114124
slug: "userspace-tcp-over-udp-stack-pure-go",
115125
title: "Building a Userspace TCP-over-UDP Stack in Pure Go",
116-
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.",
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.",
117127
date: "Apr 19",
118128
category: "Engineering",
119129
tags: ["go", "networking", "transport", "systems"],
@@ -293,7 +303,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
293303
{
294304
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
295305
title: "Scriptorium: Replace Agentic Active Research With Ready Intelligence",
296-
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.",
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.",
297307
date: "Apr 2",
298308
year: 2026,
299309
category: "Blog",
@@ -388,7 +398,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
388398
{
389399
slug: "pilot-console-manage-agent-networks",
390400
title: "Introducing the Pilot Console: Manage Agent Networks From a Browser",
391-
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.",
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.",
392402
date: "Mar 26",
393403
category: "Enterprise",
394404
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)