About This Session
The true power of AI agents lies in their autonomy—their ability to reason and access internal/external tools dynamically. However, giving agents execution privileges introduces immediate security and cost vectors: prompt injection attacks escalating to host compromise, and traditional container models burning through cloud budgets on idle compute. This talk moves past naive agent sandboxing to present a zero-trust, serverless architecture built for high-concurrency agent swarms. We will examine how to bridge the gap between autonomous tool execution and strict system isolation by leveraging WebAssembly’s capability-based security model. Using CNCF Spin and Akamai Functions, we will build a globally distributed execution fabric from scratch that scales sub-millisecond workloads from zero to thousands of concurrent requests with near-zero idle overhead. We will cover technical areas like: Capability-Based Security: Replacing coarse container permissions with Wasm’s default-deny isolation to restrict agent network, memory, and filesystem access at runtime. Sub-Millisecond Execution: Bypassing Docker cold starts to spin up disposable micro-sandboxes on demand for individual tool calls and code execution steps. Globally Distributed Swarms: Edge-native orchestration patterns that keep compute close to the user while maintaining centralized policy enforcement. You will leave with a production-ready blueprint for securing autonomous workflows, turning untrusted agents from an operational risk into an auditable, deterministic asset."
Topics
- AI Models
- Large Language Models (LLMs)
- Software Architecture