Kwindla Hultman Kramer is the co-founder and chief executive of Daily, the real-time communications company behind Pipecat, an open-source framework for conversational voice and multimodal applications. His career spans distributed software agents, spatial computing, WebRTC infrastructure, and the challenge of making AI conversations fast enough to feel natural.
At the MIT Media Lab, Kramer worked on networked devices and programmable systems and co-authored research on decentralized agents for network routing with Nelson Minar and Pattie Maes. He subsequently helped build AllAfrica’s web infrastructure, worked on technology projects for the Democratic National Committee and Media Matters for America, and advocated open-source software for public institutions.
In 2006, Kramer co-founded Oblong Industries with John Underkoffler to commercialize spatial and gestural computing associated with Minority Report. Its work on spatial, multi-user, multi-screen computing explored how people, devices, and shared visual environments could operate together.
Kramer later co-founded Daily with Nina Kuruvilla. The company joined Y Combinator’s Winter 2016 batch and built infrastructure for embedding real-time audio and video into applications; Kramer subsequently described how early international demand shaped its global strategy. Daily announced a $40 million financing round in 2021 and added Norwegian telehealth company Confrere in 2022.
As conversational models improved, Daily extended that communications stack into Pipecat, an open-source, vendor-neutral framework that combines live audio, transcription, model inference, speech synthesis, and external tools. Hosted infrastructure followed as Pipecat Cloud, designed for deploying and scaling production voice agents.
- Voice-to-voice latency defines conversational quality. Kramer measures the interval between someone finishing a sentence and hearing an agent respond. Human exchanges often turn within roughly 500 milliseconds; production systems may target approximately 800 milliseconds across audio processing, networking, transcription, inference, and speech generation. His low-latency architecture emphasizes measuring every stage and colocating dependent services.
- Open infrastructure preserves architectural choice. Pipecat’s vendor-neutral voice-agent orchestration lets developers swap models, speech services, transports, and telephony providers. Pipecat Cloud addresses cold starts, autoscaling, regional deployment, observability, and long-running sessions; Kramer also supports direct WebRTC connections when self-hosting makes sense.
- Audio-native models must earn their place. Direct speech-to-speech systems can preserve vocal and multilingual information lost in transcription, but text-centered pipelines may still provide stronger instruction following and tool use. Kramer treats that choice as an application-specific production reliability tradeoff.
- Agents point toward AI-native software. His open-source multiplayer experiment Gradient Bang explores asynchronous subagent orchestration, persistent context, generated interfaces, and conversational control: software coordinating fast human interaction with longer-running background work.