Speaker
Abstract
A voice agent looks like a chatbot with a microphone. Architecturally, it's a real-time distributed system with extremely unforgiving constraints: less than 500ms of end-to-end response latency across a multi-model pipeline, intelligent and natural-sounding conversation, and reliability when scaling to thousands of concurrent calls.
This talk walks through the architecture of a production voice agent end to end: the streaming pipeline that chains speech-to-text, turn detection, an LLM, and text-to-speech into a single system, and the design decisions that make it work under real traffic. We'll dig into where the latency budget actually goes, why colocating and serving your own models can beat just calling inference APIs, and why autoscaling stateful, long-lived audio connections is harder than it looks.
$2,835, Conference (3 days). Current pricing ends September 8th. All pass options.
QCon San Francisco 2026 is a three day conference for senior software engineers, architects and team leads. An international program committee of working engineers selects every session. Patterns and practices, not products and pitches.
Part of the track
Architectures You've Always Wondered About Hosted by Daniela Miao Co-Founder & CTO @Momento, Systems & Observability Nerd, ex-Lightstep, ex-DynamoDBFrom the same track
Monday 16 November
10:35 Ballroom BC Session Live Resharding Without Regret: Lessons from Building Valkey's Atomic Slot Migration Jacob Murphy Open Source Maintainer @Valkey & Software Engineer @Google Cloud's Memorystore Team Sharding is easy. Resharding under heavy load is notoriously difficult. How do you move gigabytes of state across live database nodes without dropping keys, blocking the main event loop, or breaking client abstractions? 11:45 Ballroom BC Session How to Build a Real-Time Voice Agent Rishabh Bhargava Director of ML @Together AI A voice agent looks like a chatbot with a microphone. 13:35 Ballroom BC Session Architecting Nubank's Global Financial Infrastructure Instant payment frameworks are transforming global finance, but few institutions have faced the infrastructure scale required by Brazil's Pix network. 14:45 Ballroom BC Session Inside the Disaggregated Architecture Serving LLM Inference Every LLM request is really two very different jobs. Reading your prompt (prefill) is compute-intensive, while generating the response token by token (decode) is dominated by memory bandwidth. For years, the industry ran both phases on the same hardware and accepted the compromise. 15:55 Ballroom BC Session Architecting Real-Time Timeline Engines for 100 Million Active Users Details coming soon. 17:05 Seacliff D Unconference Unconference: Architectures You've Always Wondered About