AI Dev Signals · Voice AI Edition

TRANSCRIBE · NORMALIZE · SYNTHESIZE · TRANSPORT

WER is not
the product

Five releases · One theme · August 27, 2026

A transcription model that ships as two endpoints because latency and diarization cannot coexist. A 462 MB normalizer that runs after ASR and fixes what it got right. A speech model whose headline number is a blind listening test. Three new languages in the fourth such drop this month.

★ Read this first

Everything in this issue shipped between August 20 and August 27. Nothing in it is a new accuracy record.

The word error rates at the top of the field are now separated by fractions of a point, and the releases have moved on. Google split transcription into two products because sub-second latency and speaker diarization cannot ship in the same call. Superwhisper published a model that does not transcribe anything — it cleans up what the transcriber already got right. Cartesia led its general availability note with a blind preference test rather than a benchmark row. Deepgram shipped three more locales. ElevenLabs moved its plumbing.

The thing being sold is no longer the model. It is the shape of the pipeline around it, and the constraints you inherit when you pick one.

2.6%

Batch word error rate

462 MB

Cleanup model size

61

Sonic voice locales

The Signals

01 Google · Speech-to-text · Aug 27

Google AI Releases Gemini 3.5 Transcribe: A Speech-to-Text Model Reporting 2.6% Average WER Across 85+ Languages

A transcription model used to be one endpoint you sent audio to. Gemini 3.5 Transcribe is two, and the split is the actual news. The Live API gives you sub-second streaming with speculative partials, and gives up speaker diarization and word-level timestamps to get there. The Interactions API keeps both, plus custom vocabulary biasing, and runs on recorded files. Whichever you pick, you are choosing which half of the feature set to lose.

Google reports average word error rates of 4.0% streaming and 2.6% non-streaming as measured by Artificial Analysis, and 5.50% / 5.04% on multilingual FLEURS across a set of top locales. Time to final transcription improves 70% over Chirp 3. Coverage is 85-plus locales with automatic detection and mid-sentence code-switching. The hard limits are the part to plan around: live sessions cap at 10 minutes, files at one hour, and 30 minutes once diarization or word timestamps are on. smart mode, which strips fillers and resolves self-corrections, cannot be combined with timestamps or diarization at all. API-only, public preview, no open weights; blended cost runs about $0.005/min batch and $0.009/min live.

 

Read on Marktechpost →  ◆ Google announcement  ◆ Batch docs  ◆ Live API docs

02 Cartesia · Text-to-speech · Aug 27

Cartesia moves Sonic 3.6 to general availability across 44 languages and 61 locales

Sonic 3.6 went into preview on August 17 and reached general availability today on the sonic-3.6 alias. The headline claim is not a leaderboard row. Cartesia says that in blind head-to-head testing on English transcripts, listeners preferred 3.6 to 3.5 by nearly two to one. That is a vendor-run preference study, not a third-party benchmark, and it is the number they chose to lead with.

Two languages are new, Odia and Urdu, both with voices and instant-clone support. A new normalization field lets you set text normalization independently of the spoken language, which is what makes romanized Hindi and Hinglish follow the transcript. Written disfluencies now shift pacing rather than being read aloud flat. The migration detail worth catching: production traffic on 3.5 does not move by itself. You repoint manually, either to the alias or to the pinned snapshot. Voice clones carry over on the same IDs, and prompting, SSML, timestamps and speed controls behave as before.

 

Cartesia changelog →  ◆ Preview coverage  ◆ TTS Playground

03 Deepgram · Language coverage · Aug 27

Nova-3 Adds Assamese, Mongolian, and Pashto, Plus Improved Models for Czech, Danish, Swedish, Tagalog, and Turkish

Three languages is not the story. The cadence is. Deepgram has shipped Nova-3 language work four times this month alone: Punjabi and Nepali on August 5, Armenian on August 10, Afrikaans and Georgian on August 17, and this drop today. Long-tail locale coverage has stopped being a launch event and become a weekly release train, with batch and streaming models landing together each time.

One thing to check if you run agents on Deepgram and were not reading the changelog: on August 12, Flux TTS reached general availability and became the default agent.speak provider. A Settings message that omits the field now gets the Flux voice where it previously got Aura. Explicit selection still works in both directions, but a silent default change is the kind of thing that shows up as an unexplained voice swap in production.

 

Changelog entry →  ◆ Full changelog  ◆ Flux TTS availability

04 ElevenLabs · Agent tooling · Aug 22

ElevenLabs retires its local MCP server in favour of a hosted one with OAuth sign-in

Wiring speech into an agent used to mean cloning a repo, installing it locally, and pasting an API key into a client config. Both the local ElevenLabs MCP server and the MCP player are now deprecated and their repositories archived, with no further updates. The replacement is hosted, signs in through OAuth against your ElevenLabs account, and needs no local install and no key at all.

Small change, real consequences. If you have TTS, Scribe or dubbing tools wired into an MCP client, the config moves and the archived repo stops receiving fixes. It also removes a long-lived API key from a plaintext config file, which is the part your security review will care about. Setup instructions for the hosted server are in the docs.

 

Changelog entry →  ◆ Full changelog

One more thing…

Superwhisper · Post-ASR · Aug 20

Meet S1-mini: Superwhisper’s 462 MB Open-Weights Text Normalizer That Turns Raw ASR Transcripts Into Clean Written Text

You already know this problem. The transcript is accurate and unusable. Every “um” is there, the false start is there, and the sentence where the speaker said Alice and then corrected themselves to Bob is faithfully preserved in both versions. So you pipe it through a frontier model to clean it up, and now every dictation costs an API call and leaves the machine.

S1-mini is that stage as a dedicated 0.6B model. It does not transcribe and it does not chat. It removes fillers, resolves self-corrections to what the speaker landed on, applies punctuation and capitalization, and renders spoken numbers, dates, currency and email addresses in written form. It is constrained by design: it will not add content, correct facts, soften profanity or rewrite dialect, and filler-only input returns an empty string. Steering is one control line above the transcript with three independent axes, styling, structure and context, and every combination was trained.

The quantized build is a 462 MB file that runs on a laptop CPU, published under Apache 2.0 with a naming clause and fine-tuned from Qwen3-0.6B. Superwhisper reports 94.8% token accuracy on a held-out set of 7,519 cases, an 11.6% text-edit error rate, and correct withholding 98.6% of the time when nothing should be transcribed — vendor numbers on an internal set, English only in v1. Two settings decide whether it works at all: thinking must be disabled, and you must pass temperature 0 explicitly, because the quantized builds still carry Qwen3’s inherited sampling metadata.

Get the weights →

Read on Marktechpost →  ◆ Model card  ◆ GGUF build  ◆ Technical write-up

Sponsor AI Dev Signals

Reach the people shipping voice agents, not the people posting about them.

This list is engineers, researchers and founders who read a changelog before they read a press release. No banner farms, no interstitials. One sponsor per issue, written in your voice, placed where people are already reading.

Newsletter placements, article sponsorship, product launches, GitHub and Hugging Face repo promotion, and webinars. Tell us the goal and we will send the media kit and available dates.

Book a placement →

The voice edition ships with four placements per issue. All four are open.

Join the community

Reddit  ◆  X  ◆  LinkedIn  ◆  Telegram

 

AI Dev Signals · Voice AI Edition

Every story in this issue was published between August 20 and August 27, 2026. Figures are taken from the vendor announcement, changelog or model card linked in each story, and were checked on August 27, 2026. Preference studies and accuracy figures reported by a vendor on its own test set are labelled as such. Access tiers, model aliases and default providers change quickly — check the changelog before you migrate.

© 2026 Marktechpost AI Media Inc. All rights reserved.

     

Keep Reading

View more