← All speakers

Bio, Work & Ideas

Kwindla Hultman Kramer

Conference affiliation: Daily · 2026

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.

Read the topics behind these talks

4 conference talks

Key ideas

Scroll to read ↓

An interruptible joke bot, a patient-intake call, and a geography game reveal how media transport, conversational state, model placement, and measurement shape voice AI latency.

  • The user has already heard that joke
    0:15 ↗
  • A simple diagram hides a large runtime
    1:24 ↗
  • Replacing a form with a conversation
    5:10 ↗
  • Generating quickly is different from responding quickly
    7:42 ↗
  • Put the stages close enough to control
    10:17 ↗
  • Measure the silence between the waveforms
    11:53 ↗
  • A geography game exposes both speed and mistakes
    14:21 ↗
  • Separate the user’s delay from service timings
    16:55 ↗
  • Reusable orchestration survives better models
    18:11 ↗

Key ideas

Scroll to read ↓

A responsive voice agent needs more than a good model: it needs programmable media handling, deployment suited to live conversations, and careful choices about where inference runs.

  • What does it take to build a voice agent?
    0:15 ↗
  • Reuse the conversational machinery
    3:22 ↗
  • Compose the agent as a media pipeline
    5:52 ↗
  • Deploy for live sessions, not isolated requests
    8:18 ↗
  • Keep noise from becoming a conversational event
    12:36 ↗
  • Place the agent near the inference it needs
    14:55 ↗
  • Moshi makes turn-taking part of generation
    17:33 ↗
  • Natural conversation and dependable task execution
    19:16 ↗
  • Compare providers inside the same pipeline
    22:07 ↗
  • What direct audio preserves—and what it costs
    23:42 ↗

Key ideas

Scroll to read ↓

From Bush’s Memex to a multiplayer game built around LLMs, the path beyond agents depends on new ways to combine computation, context, interfaces, and human intent.

  • How do you imagine software before its infrastructure exists?
    0:24 ↗
  • From agent harnesses to something beyond agents
    2:03 ↗
  • Turning calculation into a dialogue
    4:57 ↗
  • The spreadsheet made a capability broadly accessible
    8:40 ↗
  • Knowledge Navigator put the pieces together
    10:42 ↗
  • A multimodal computer, connected and in your pocket
    12:17 ↗
  • Moving the interface into the surrounding world
    13:52 ↗
  • The infrastructure catches up with the vision
    17:10 ↗
  • A calendar conversation built with available technology
    18:04 ↗
  • Gradient Bang makes orchestration part of the game
    19:09 ↗

Key ideas

Scroll to read ↓

From conference Wi-Fi to a talking Raspberry Pi, natural voice interaction depends on a tight latency budget, the right media transport, and room to experiment.

  • An anxious stuffed animal has a point
    0:22 ↗
  • Measure the gap the listener experiences
    1:47 ↗
  • Choose the transport for its job
    3:25 ↗
  • Reliable delivery can make audio arrive too late
    4:57 ↗
  • Let the media stack handle the media
    6:42 ↗
  • An established transport for an unsettled interface
    7:45 ↗
  • Squabbert's local stack and uneven poetry
    9:59 ↗
  • Keep the device, change where the intelligence runs
    12:23 ↗
  • A first prototype for bilingual families
    13:09 ↗
  • Make the next experiment easier to build
    15:13 ↗

References