AI Weekly Malaysia

Back to items Summaries

Smallest.ai raises $13M to build ultra-fast voice AI that sounds genuinely human

ID
9623
Status
summarized
Published
31 Jul 2026, 10:47 PM
Fetched
31 Jul 2026, 10:54 PM
Provider
TechCrunch
Category
technology
Original URL
https://techcrunch.com/2026/07/31/smallest-ai-raises-13m-to-build-ultra-fast-voice-ai-that-sounds-genuinely-human/
Source URL
https://techcrunch.com/feed/

Summary

Score
6.5
Created
31 Jul 2026, 10:57 PM
Tags
Audience
developersai_ml_learnersai_agent_users

What happened

Smallest.ai, founded late 2024, raised a $13M Series A led by Seligman Ventures (with Sierra Ventures and 3one4 Capital), bringing total funding to over $21M. The startup builds small, specialized voice models designed for real-time conversation with near-zero latency, listening and speaking simultaneously like humans do, and handing off to a large foundational LLM when queries exceed its knowledge base.

Why it matters

If you're building voice agents, the two-model architecture here—a small real-time voice model for conversation plus an offline LLM for complex lookups—is a concrete pattern worth evaluating against your current single-LLM approach, especially if latency is killing your user experience. The claim of near-zero response lag from a specialized small model (vs. waiting for a full LLM prompt cycle) is the detail to pressure-test.

Discussion angle

Is the two-model pattern (small real-time voice model + offline LLM fallback) actually better than just streaming a fast LLM with low-latency TTS/STT, or is this a startup narrative that collapses once foundation model latency drops further?

Top