Skip to content

Commit e2273bd

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents b423131 + 2395d65 commit e2273bd

5 files changed

Lines changed: 545 additions & 3 deletions
197 KB
Loading
166 KB
Loading

web/src/data/blogPosts.ts

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ 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+
23+
{
24+
slug: "why-secure-direct-p2p-connections-matter-for-ai-agents",
25+
title: "Why secure direct P2P connections matter for AI agents",
26+
description: "Discover why secure direct connections are vital for AI agents. Learn how to enhance speed, privacy, and resilience in your distributed systems.",
27+
date: "May 1",
28+
category: "Blog",
29+
tags: ["blog"],
30+
banner: "banners/why-secure-direct-p2p-connections-matter-for-ai-agents.jpg",
31+
},
32+
1333
{
1434
slug: "persistent-address-strategies-for-distributed-ai-systems",
1535
title: "Persistent address strategies for distributed AI systems",
@@ -103,7 +123,7 @@ export const blogPosts: BlogPost[] = [
103123
{
104124
slug: "userspace-tcp-over-udp-stack-pure-go",
105125
title: "Building a Userspace TCP-over-UDP Stack in Pure Go",
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.",
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.",
107127
date: "Apr 19",
108128
category: "Engineering",
109129
tags: ["go", "networking", "transport", "systems"],
@@ -283,7 +303,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
283303
{
284304
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
285305
title: "Scriptorium: Replace Agentic Active Research With Ready Intelligence",
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.",
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.",
287307
date: "Apr 2",
288308
year: 2026,
289309
category: "Blog",
@@ -378,7 +398,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
378398
{
379399
slug: "pilot-console-manage-agent-networks",
380400
title: "Introducing the Pilot Console: Manage Agent Networks From a 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.",
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.",
382402
date: "Mar 26",
383403
category: "Enterprise",
384404
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)