← All speakers

Bio, Work & Ideas

Mark Backman

Conference affiliation: Daily · 2025

Mark Backman leads product at Daily and helps build Pipecat, an open-source framework for real-time voice and multimodal agents. His work focuses on the engineering decisions that make conversational software usable: response latency, speech recognition, natural turn-taking, and reliable deployment across interchangeable AI providers.

Before concentrating on voice agents, Backman specialized in streaming video applications, real-time communications, and developer-facing SDKs. His writing on video-call quality and browser compatibility addressed practical challenges involving cameras, WebRTC, and user experience. At Daily, that experience expanded into building the infrastructure required for live conversations between people and AI systems.

In January 2026, he co-authored the launch announcement for Pipecat Cloud, a managed platform for deploying Pipecat applications with autoscaling, distributed infrastructure, telephony, and observability. Following a beta involving more than 1,000 teams, the platform introduced managed deployment without vendor lock-in while preserving developers’ ability to self-host their applications.

  • Composable voice-agent pipelines. Backman approaches voice applications as coordinated systems combining audio transport, transcription, language models, speech synthesis, conversation state, and tools. Pipecat supports interchangeable providers and native speech-to-speech models; even when a single model handles audio directly, applications still require orchestration for recording, context, integrations, and operational control.
  • Semantic Word Error Rate. His speech-recognition benchmark evaluates whether transcription errors actually change meaning, alongside the time required to finalize an utterance. Comparing 10 services against 1,000 real-world English speech samples, the open-source benchmark distinguishes harmless formatting differences from mistakes involving names or consequential instructions. It also examines P95 and P99 latency, capturing disruptive delays that median measurements conceal.
  • Semantic turn detection. Backman contributes to Smart Turn, an audio-based model that helps agents distinguish a completed thought from a momentary pause. Combining voice activity detection with contextual and acoustic cues helps conversational systems avoid interrupting people while they hesitate or think.
  • Production architecture grounded in conversation. Backman favors WebRTC for interactive client connections and WebSockets for server-to-server communication or telephony. He advocates structuring conversations into discrete tasks, trimming unnecessary context, and weighing external tool calls against their latency. While building a conversational assistant for the AI Engineer World’s Fair, he confronted a practical tradeoff: placing speaker information directly in model context improved responsiveness but increased the risk of confusion among similar records. His real-time voice AI workshop demonstrates how those architectural decisions shape the quality of each conversational turn.

Read the topics behind these talks

1 conference talk

Key ideas

Scroll to read ↓

A voice bot needs more than speech generation: this workshop builds the audio pipeline, then explores interruptions, context, tools, testing, and selective routing between agents.

  • A voice bot needs a working connection
    0:30 ↗
  • Follow the audio through the processors
    3:29 ↗
  • Read the sample bot from configuration to first turn
    8:42 ↗
  • Choose the transport, then detect the user's turn
    16:14 ↗
  • Connect phones and distinguish services from orchestration
    19:43 ↗
  • Control behavior without adding unnecessary turns
    23:43 ↗
  • Network distance, tool calls, and large context
    29:06 ↗
  • Prepare credentials and understand the adapter boundary
    34:36 ↗
  • Build the minimal Python agent
    40:40 ↗
  • Replace the room transport and connect real clients
    52:32 ↗
  • Test through voice, then try interrupting
    57:15 ↗
  • Silence does not always mean the turn is complete
    1:00:34 ↗
  • Synchronize visible words and assess offline speech
    1:03:23 ↗
  • Word Wrangler: control what each agent can hear
    1:06:45 ↗

References