
Superwhisper has released the S1 family of models: S1-Voice, S1-Language, and S1-mini. S1-Voice is a cloud speech-to-text model, and S1-Language is a cloud instruction-following model for cleanup and formatting. The one that is quite interesting outside the app is S1-mini, released with open weights on Hugging Face. S1-mini is a 0.6B text normalizer, not a transcriber and not a chat model. It sits after automatic speech recognition and rewrites raw transcripts as clean written text: fillers rem
Will S1-mini by Superwhisper appear on the Hugging Face open ASR leaderboard by September 5?
Resolves by Sep 5, 2026
S1-mini is a small text-cleaning model that improves the output of automatic speech recognition systems by removing filler words, fixing self-corrections, adding proper punctuation and capitalization, and converting spoken forms like "support at example dot com" into written email addresses. The model is released with open weights and is small enough to run on a laptop CPU, making it deployable in various settings from individual apps to enterprise networks where audio transcripts cannot leave internal systems. It works by taking a raw transcript and applying one of several preset combinations across three control axes: styling tone, structure format, and context type. The model achieved 94.8 percent token accuracy on its internal test set and was designed specifically to clean transcripts without adding content, correcting facts, or changing dialects.
Better embeddings help AI systems understand meaning more accurately, improving search, recommendation, and classification tasks across applications.

IBM has rolled out the newest models in its family of open-weight large language models designed to be downloaded and self-hosted. The newly launched Granite 4.2 comes in 3B, 8B, and 30B parameter variants. Like previous versions, IBM is taking a decoder-only approach here. These new releases offer a 128,000-token context window natively. The 8B and 30B variants (not the 3B one) also go through an agentic reinforcement learning block; they were trained for expanded capabilities like using the t

IBM has released Granite 4.2, a family of open reasoning language models in 3B, 8B, and 30B parameter sizes. Unlike earlier Granite releases, which were instruction-following assistants, Granite 4.2 is built around explicit reasoning. Every model can emit a chain of thought before answering, and every model exposes a thinking / non-thinking switch plus a low-effort mode that spends a short reasoning budget on easy questions. The models are decoder-only dense transformers, pre-trained from scrat
Want to go deeper than the news? Explore live, cohort-based AI courses taught by practitioners.
Browse AI courses on Maven