Skip to content

Commit d8ac9e5

Browse files
committed
Add blog post: Network tunnels in AI: Secure comms for autonomous agents
1 parent 4aee186 commit d8ac9e5

3 files changed

Lines changed: 260 additions & 4 deletions

File tree

216 KB
Loading

web/src/data/blogPosts.ts

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,20 @@ export interface BlogPost {
1010
}
1111

1212
export const blogPosts: BlogPost[] = [
13+
{
14+
slug: "network-tunnels-ai-secure-communication-autonomous-agents",
15+
title: "Network tunnels in AI: Secure comms for autonomous agents",
16+
description: "Learn how network tunnels in AI enable secure MCP server access for autonomous agents, covering protocols, security risks, Zero Trust practices, and implementation steps.",
17+
date: "Apr 10",
18+
category: "Blog",
19+
tags: ["blog"],
20+
banner: "banners/network-tunnels-ai-secure-communication-autonomous-agents.jpg",
21+
},
22+
1323
{
1424
slug: "service-agent-tui-pilotctl",
1525
title: "Introducing the Pilot Protocol TUI: All Service Agents in One Terminal",
16-
description: "A new interactive terminal puts every Pilot Protocol service agent AI assistant, market intelligence, security audits one keystroke away. Chat with AI by default, switch agents with slash commands.",
26+
description: "A new interactive terminal puts every Pilot Protocol service agent — AI assistant, market intelligence, security audits — one keystroke away. Chat with AI by default, switch agents with slash commands.",
1727
date: "Apr 8",
1828
year: 2026,
1929
category: "Blog",
@@ -24,7 +34,7 @@ export const blogPosts: BlogPost[] = [
2434
{
2535
slug: "service-agents-overlay-network",
2636
title: "Service Agents on Pilot Protocol: Market Data, AI, and Security Audits Over an Encrypted Overlay",
27-
description: "Four service agents live on Pilot Protocol today stock market intelligence, prediction market briefs, an AI assistant, and a security auditor. Each is a single command away, with no public endpoints and no credentials to manage.",
37+
description: "Four service agents live on Pilot Protocol today — stock market intelligence, prediction market briefs, an AI assistant, and a security auditor. Each is a single command away, with no public endpoints and no credentials to manage.",
2838
date: "Apr 8",
2939
year: 2026,
3040
category: "Blog",
@@ -105,7 +115,7 @@ export const blogPosts: BlogPost[] = [
105115
{
106116
slug: "scriptorium-replace-agentic-active-research-ready-intelligence",
107117
title: "Scriptorium: Replace Agentic Active Research With Ready Intelligence",
108-
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.",
118+
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.",
109119
date: "Apr 2",
110120
year: 2026,
111121
category: "Blog",
@@ -200,7 +210,7 @@ export const blogPosts: BlogPost[] = [
200210
{
201211
slug: "pilot-console-manage-agent-networks",
202212
title: "Introducing the Pilot Console: Manage Agent Networks From a Browser",
203-
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.",
213+
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.",
204214
date: "Mar 26",
205215
category: "Enterprise",
206216
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)