Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
AG-UI Protocol: Rust WASM Agents
Learn how the AG‑UI protocol enables real‑time AI agent‑to‑UI communication using Rust and WebAssembly, providing sub‑10 ms cold starts, minimal memory, and serverless modular architecture.
I’ll demonstrate a complete Rust implementation of the AG-UI protocol - an open standard for real-time AI agent-to-UI communication. This isn’t just another chatbot interface; it’s infrastructure that lets users see AI agents actually “thinking” through progressive responses, live tool execution, and multi-agent coordination.
We’re witnessing the biggest shift in cloud architecture since containers replaced VMs. The combination of WebAssembly, Rust, and true serverless
is making Docker containers and Kubernetes clusters obsolete for AI agent workloads.
I’ll demonstrate a complete paradigm shift: modular AI agents that spin up in ~10ms, consume minimal memory, and cost pennies to run—all while
being completely LLM-agnostic and framework-independent.
The Architecture Revolution:
- True Serverless: No more Docker containers waiting for requests. WASM agents cold-start in 10ms vs 1000ms+ for containers
- Modular Agent Ecosystem: Each tool, agent, and interaction is now a composable module for the first time in AI infrastructure
- Cost Transformation: 280KB binaries vs GB container images. Memory measured in KB, not GB. This changes startup economics completely
- Self-Service Infrastructure: Startups can deploy sophisticated AI agents without managing Kubernetes clusters or container orchestration
This Rust SDK provides native and WebAssembly interfaces for AG-UI autonomous agents.
Rust WASM Cloudflare Worker streams AG-UI protocol events for AI.