Fetching from the wire…
Public story · 2026-09-09 · high
The 26B fine-tune skips JSON for a custom streaming format, cutting token use up to 67% against JSON output.
Why now: OpenUI posted the model and benchmark numbers on September 9.
OpenUI fine-tuned a 26B-parameter model, 4B active, to write user interfaces directly instead of describing them in JSON. The model, called OUI-1, is built on DiffusionGemma. It outputs a custom format called openui-lang that streams progressively as it generates, so a UI can start rendering before the full response closes.
That matters for anyone paying per token or streaming UI to a slow connection, since OpenUI says the format cuts token usage by up to 67% against JSON output. OUI-1 scores 71.7% on the Generative UI Benchmark, against 13% for the base DiffusionGemma model it started from.
The harder test is generalization. OpenUI ran 60 independent requests against a component library the model had never seen during training. OUI-1 returned 55 valid outputs. The base model returned 23. That's the gap that would show up in production, where a model built for known component libraries meets ones it wasn't trained on.
Speed and access back up the pitch. OpenUI says the model runs on a single RTX 5090 in 1.9 seconds, and the weights are free on Hugging Face under the Gemma terms, so anyone can pull it down and test the claims directly rather than take a benchmark screenshot on faith, per OpenUI's OUI-1 writeup.
What the post doesn't cover is cost to reproduce, how openui-lang handles UI patterns outside the benchmark's scope, or how it holds up against larger general-purpose models asked to do the same job. Free weights make that comparison easy to run, and somebody will.
Each link below shares sources, entities, or timing with this story.
Amid a week of pricing and commerce stories, here's hard tech you can actually download. Google released DiffusionGemma on June 10, a 26B-parameter Mixture-of-Experts model (3.8B active) that generates text by diffusion instead of left-to-right decoding. The architecture is th...
Google's HF org lists diffusiongemma-26B-A4B-it (~4B active), an image-text-to-text Gemma member that's diffusion-style rather than purely autoregressive (Hugging Face). No detailed announcement yet, which is why I'm flagging it low. But a diffusion approach inside the Gemma o...
Hugging Face published its Summer 2026 State of Open Models report on August 14, and one statistic in it went almost entirely unremarked in the coverage. By July 2026, agents rather than humans became the Hub's primary users. Claude Code alone accounted for 44.4% of all agent...
One file handles tokenizer, transformer, KV cache, sampling and CPU kernels with no external library doing the interesting parts, producing about a 5.0 GB model file (GitHub). Weights are int8 with FP16 scales, linear-layer inputs dynamically quantized to int8, other activatio...
For about a year, "run your agent locally" meant accepting a model that couldn't reliably call a tool twice in a row. That excuse is gone. Meta Superintelligence Labs published Muse Glimmer today: a 29.6B dense causal transformer, 52 layers, 6,656 hidden dim, with a ~1.8B ViT-...
Google released open-source Multi-Token Prediction (MTP) drafters for the Gemma 4 model family. The concept: pair a heavy target model (Gemma 4 31B) with a lightweight drafter that predicts several future tokens in parallel. The target model verifies the predictions in a singl...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.