
Natural Language Understanding API for Speech that runs on device
Turn this teardown into a decision-ready prompt for ChatGPT, Claude, or your agent.
If you only have a few minutes to spare, here’s what investors, operators, and founders should know about Speechly (W22).
Speechly was a Helsinki voice-technology company founded in 2016 by Otto Söderlund and Hannes Heikinheimo. It sold developers a streaming system that combined automatic speech recognition with natural-language understanding, returning tentative and final transcripts, intents, and entities while a person was still speaking. Its SDK footprint stretched from browsers and mobile apps to Unity, but the sharper use case became real-time voice-chat moderation for games and user-generated-content platforms.[1][2]
Speechly did not fail in the conventional sense. Roblox acquired all of its equity on September 18, 2023 for $10.118 million, then the standalone public API and open-source surface disappeared. The deal validates Speechly's technology while exposing the limits of its original position: a general developer API was easier to absorb than defend, while moderation became most valuable inside a platform that owned the conversations, policy labels, and enforcement loop.[3]
Speechly began in Helsinki in 2016. Söderlund had founded and sold a Nordic digital-management consultancy. Heikinheimo brought a machine-learning doctorate and experience spanning Apple Siri, Angry Birds, Nokia Music, and Google Maps. YC lists the company in its Winter 2022 batch and records a team of ten, but the available sources do not explain how the founders met.[1]
The original insight was narrower than the broad promise of a voice assistant. Conventional assistants handled short commands but became frustrating when users issued complex, changing requests. Speechly's response was to combine recognition and language understanding in one streaming interaction, so software could react before the speaker finished. In 2019, Söderlund told TechCrunch, “Voice has shown real promise,” but said current platforms failed on complex requests. He positioned Speechly as a more reactive, multimodal alternative.[4]
That premise led to an API-first company, not a consumer assistant. Speechly supplied the speech layer while customers owned the interface and workflow. Over time, its public materials expanded from cloud clients into mobile, Unity, command-line, and on-device decoder examples. The company then concentrated on live voice moderation, where partial results mattered because intervention after a toxic exchange was already late.
That evolution gave the founders a more concrete mission. At acquisition, Heikinheimo wrote, “Safety and civility are foundational to Roblox,” and said Speechly's AI expertise would address real-time UGC moderation at Roblox's scale.[5] The two remarks bookend the product shift: from making complex commands understandable to making live human conversation governable.
Speechly turned live speech into structured application events. A client opened a bidirectional stream, first sending configuration such as audio encoding, sample rate, channel count, and language. It then sent audio continuously. Speechly returned results tied to an audio-context identifier, with start and stop events dividing a stream into logical segments.[7]
For an application developer, the important output was not merely a transcript. Browser types exposed tentative and final text, entities, intents, segment changes, and connection state. A shopping interface could react to “red shoes under one hundred dollars” as the words arrived. A moderation client could highlight profanity or classify an utterance as offensive before the conversation moved on.[8]
Read the complete post-mortem, the rebuild playbook, and the exact reasons Speechly is still worth studying now.