Muse Glimmer 30B fits into 24 GB VRAM
ai-modelscoding-agentslocal-ai
What exactly was released
Muse Glimmer 30B stands out not because it is another large model, but because Meta's launch post and the Hugging Face card position it as an open local model for agentic coding. The card lists 30 billion parameters, Apache 2.0, an August 2026 release date, and a 131,072+ token context.
The open weights are available on Hugging Face, and the release includes a 17 GB quantization for running on devices with 24 GB of memory. That is the practical boundary: not a server rack, not a cloud bill, but one strong local node.
The model is also multimodal, with a focus on agentic coding. The bet is not just on code completion, but on agent-mode work: reading context, holding a long task, calling tools, and returning to a patch. The 131k token window is not a luxury here; it protects against constantly truncating the repository.
Benchmarks look strong, but not magical
The point of the benchmarks is simple: Glimmer no longer looks like a second-tier local model. In claimed agentic coding comparisons, it is clearly stronger than Gemma4-31B and roughly on par with Qwen3.6-27B: Glimmer wins on SWE-Bench Pro, while Qwen is stronger on Terminal-Bench.
Separately, NVIDIA documentation for Muse Glimmer lists SWE-Bench Verified 76.0. That is a useful data point, but I would not turn it into a cult number: coding agents break not only on task solving, but also on long iterations, messy dependencies, and poor tool use.
The fastest claim involves a small auxiliary model for accelerating generation. With it, the numbers for Glimmer are 233 tokens per second on an RTX 5090, 50 on M5 Max, and 38 on M4 Max. Nice, but in real work the peak token flow matters less than how many of those tokens survive review.
What this changes for local coding
The main shift: 24 GB VRAM is becoming a normal hardware class for a serious local coding agent — not for a toy chatbot next to an editor, but for a model with open weights, long context, and an Apache 2.0 license.
For me, the important part is the combination of license, size, and quantization. If a model can run locally, stay next to private code, and avoid an immediate cloud API wall, engineering experiments become much calmer.
But the weak spot remains: agency. Local execution does not guarantee careful edits, safe commands, or smooth work with a large repository. The question is no longer whether a local model can write code, but how much autonomy we can trust it with without a safety rope.