On July 7, Canadian AI company Cohere released Transcribe Arabic — a 2B-parameter, Apache 2.0-licensed dedicated speech-recognition model. It tops the open-source category of the Hugging Face open general-purpose Arabic ASR leaderboard with an average word error rate of 25.87, 2.45 points below the previous champion Meta OmniASR-LLM-7B, and a full 11 points below OpenAI's Whisper Large V3. The model weights are open for download, and it can be deployed through the Cohere API and Model Vault. On the technical side, Cohere chose a "narrow but deep" path: instead of competing on parameter scale, it focuses on the long-standing problem of Arabic's multi-dialect and English-Arabic bilingual code-switching. The model covers Modern Standard Arabic and the five major dialect regions — Egyptian, Gulf, Levantine, and Maghrebi — and in blind tests 95.8% of native-speaker reviewers prefer it over Whisper. The key difference is that it preserves the original local vocabulary of Gulf dialects and the original enterprise English terminology, instead of normalizing them into written Arabic — exactly where previous open-source solutions commonly lost points. On six test sets including SADA, Common Voice, MASC, and Casablanca, it took first place on four. Engineering delivery is also pragmatic: native integration with the vLLM inference engine, with throughput RTFx hitting 525, 3.6× Whisper Large V3 (146) and 8× OmniASR (66). Model weights download-and-run, no cloud API required, deployable on consumer hardware — fitting the Middle East market's urgent need for "sovereign AI" and data compliance. My take: Cohere is deliberately avoiding the closed-source giants' main battlefield, instead picking at non-general languages like Arabic and Southeast Asian tongues that the English-system vendors can't be bothered with. This is a noteworthy differentiation play this year — instead of releasing another 7B generalist to climb leaderboards, a 2B specialist that's fully open source and deployable on consumer hardware is more practically attractive to developers doing localization and multilingual deployment. The "sovereign AI" narrative now has, for the first time, an open-source sample that ordinary engineering teams can directly reuse.