← All speakers

Bio, Work & Ideas

Samuel Humeau

Conference affiliation: Mistral AI · 2026

Samuel Humeau is an AI scientist at Mistral AI building systems that understand conversations and generate natural speech. His contributions to Voxtral Realtime and Voxtral TTS address both sides of a voice assistant’s job: recognizing speech as it arrives and answering quickly in an expressive synthetic voice.

Earlier in his career, Humeau worked on multimodal information extraction at Diffbot, combining text, images, and structured product data. At Facebook AI Research, he coauthored Image-Chat, which grounds dialogue in images and conversational style, and helped develop poly-encoders, transformer architectures that make ranking potential conversational responses more computationally efficient.

He subsequently became lead machine learning engineer at Nabla, applying speech recognition and language generation to medical consultations. His work encompassed transcription, speaker identification, clinical summaries, and specialized models. In guidance on evaluating clinical-documentation systems, he emphasized automated testing, clinician review, staged deployment, and feedback from actual medical practice.

At Mistral, Humeau contributed to Voxtral Realtime, a streaming speech-recognition model, and Voxtral TTS, a multilingual speech-generation model. His approach centers on four practical distinctions:

  • Efficient dialogue retrieval: Poly-encoders preserve targeted interaction between conversational context and candidate responses without requiring an expensive, full comparison for every possibility.
  • Flow-matching acoustic generation: Speech carries far more acoustic information than its underlying words. Voxtral TTS compresses audio into tokens, generates semantic information autoregressively, and uses flow matching to produce each frame’s richer acoustic representation efficiently.
  • Streaming voice-agent architecture: Combining real-time transcription, a text-based language model, and streamed speech lets playback begin before the complete audio response is ready. Humeau distinguishes streaming audio output from streaming text input: the demonstrated model receives its text before synthesis, while speaking alongside an unfinished language-model response remains a separate architectural challenge.
  • Responsible voice cloning: Voxtral TTS supports multilingual speech and voice adaptation, but its public model release provides preset voices without the encoder needed for unrestricted cloning. Humeau also anticipates that recognizable vocal identities will become a more important part of company branding.

His AI Engineer Europe appearance connected these concerns to a concrete product goal: voice interfaces that retain human expressiveness while remaining responsive, modular, and resistant to casual impersonation.

Read the topics behind these talks

1 conference talk

Key ideas

Scroll to read ↓

Responsive voice agents need speech before the whole waveform is ready. Audio codecs and autoregressive models make that possible, but streaming text into speech remains a separate architectural problem.

  • How soon can an agent start speaking?
    0:17 ↗
  • Paul speaks before the waveform is complete
    3:30 ↗
  • A voice carries more than the words
    5:56 ↗
  • Model audio patches instead of individual samples
    7:55 ↗
  • The information budget between captions and audio
    9:49 ↗
  • Spend large-model computation once per frame
    13:10 ↗
  • Conditioning determines when speech can begin
    14:53 ↗
  • What the demo and the release actually provide
    17:35 ↗
  • Keep the agent, improve the speech interface
    19:22 ↗

References