Zuck rekindles open weights Llama drama with Muse Glimmer
Jump to main content
Search
REG AD
AI AND ML
Zuck rekindles open weights Llama drama with Muse Glimmer
30-billion parameter LLM, Meta's first in more than a year, signals Meta's return to the open weights arena. Open version of Muse Spark to follow
Tobias Mann
Tobias<br>Mann
SYSTEMS EDITOR
Published<br>mon 10 Aug 2026 // 21:05 UTC
After seemingly abandoning its open source AI roots this spring, Meta offered enterprises a glimmer of hope on Monday with the launch of its first open weights model in more than a year.<br>Unveiled on Monday, Muse Glimmer is a 30 billion-parameter LLM distilled from the Social network's larger, and for now proprietary, Muse Spark model.<br>Glimmer arrives as American tech companies grapple with a crisis over the proliferation of Chinese open weights models and a call for domestically-created alternatives.
REG AD
Meta built its reputation on the back of open weights model development beginning with the Llama herd back in 2023. But after Llama 4 flopped and the company restructured its AI group, critics questioned CEO Mark Zuckerberg's commitment to open source AI.
REG AD
With Muse Glimmer, Meta has returned to the open weights arena. The company describes the model as being ideally suited to local AI inference workloads, including local agents, code assistants, and applications requiring robust multi-modal tool use and function calling.<br>Released under a highly permissive Apache 2.0 license, enterprises are also free to deploy, use, and modify the model however they see fit. We imagine it won't be long before Nous Research — one of the original Llama fine-tuners — emits another Hermes model based on Glimmer.<br>Early support has begun to hit popular local AI inference platforms like Llama.cpp, Ollama, and Unsloth, with optimized implementations expected to hit over the next few weeks.<br>But at 30 billion parameters, Muse Glimmer doesn't exactly move the needle much on reclaiming American open weights superiority. It's too small to compete with Moonshot AI's Kimi K3, Alibaba's Qwen 3.8-Max, DeepSeek V4 Flash, or any of the other Chinese models which have dominated the AI news cycle over the past few months.<br>Instead, Muse Glimmer is positioned as a model for small-to-medium sized enterprises or enthusiasts, competing with similarly-sized LLMs from Alibaba and Google. This is reflected in Meta's benchmark figures, which pit the model against Alibaba's Qwen 3.6-27B and Google Gemma 4 31B.<br>As usual, take these claims with a grain of salt, but Glimmer does appear to best Google's Gemma in most scenarios, and trades blows with Alibaba's equivalently sized model.
Meta's Muse Glimmer bests Google's comparably sized Gemma 4 model, and trades blows with Alibaba's own 27B Qwen 3.6 model.
Unfortunately for Meta, the comparison probably won't age well, with Qwen 3.8-27B due to be released any day now.<br>Open and local
REG AD
Glimmer's relatively small parameter count means that its hardware requirements are rather modest compared to larger frontier-class models, like DeepSeek V4. At its native BF16 precision, the model should fit comfortably into a single Nvidia RTX Pro 6000 or AMD MI350P.<br>Quantized to 4-bit precision and model's weights shrink from around 60 GB to just under 16 GB — small enough to fit in a 20 to 24 GB consumer graphics card, like an RTX 30/4090 or RX 7900 XT/XTX. Unfortunately for those with 16 GB cards, a lack of adequate working memory means dropping down to a smaller, less accurate 3-bit quant.<br>Even if you can get the model to fit, it won't be as fast as some other recent models, like Qwen 3.6-35B-A3B or Gemma 4 26B-A4B, as Glimmer uses all 30 billion parameters to generate each token where the others use just 3 to 4 billion.<br>Glimmer benefits heavily from memory bandwidth. On cards like the RTX 5090, which has 1.8 TB/s of it, Meta says users can expect between 75 and 233 tok/s. The higher end of that relies on a technique called speculative decoding.
MORE CONTEXT
Meta wants to get inside your terminal with its new coding agent
An off-grid AI sounds like a great survival assistant, but is better left to roleplaying the zombie apocalypse
China turns up the heat with open model blitz as US model makers panic
Former OpenAI CTO does what Altman won't, releases a frontier AI model that's actually open
As a quick refresher, speculative decoding uses a small draft model, in this case one modeled after DeepSeek's DSpark drafter, to speed up inference by predicting the outputs of a larger model. If you're interested, we explore the concept in greater depth in this hands-on here.<br>While 233 tok/s is plenty fast for most agentic workloads, most users won't see performance nearly that high. On an M5 Max MacBook Pro, Meta estimates that the systems' up to 614 GB/s of bandwidth will deliver a still-meaningful 26.2 to 57.8 tok/s, but it's also worth pointing out the M5 Max delivers 4x the memory bandwidth of the typical...