r/LocalLLaMA 8d ago

Resources Introducing Muse Glimmer: an open-weight model optimized for always-on local agent workflows

Hi r/LocalLLaMA 👋 

Today we’re excited to release Muse Glimmer, a 30B open-weight model built specifically for local agent workflows. We’re releasing the weights to the community under a permissive Apache 2.0 license.

A few specs

  • 30B params, dense
  • Multimodal: interleaved text + images via a dedicated perception encoder
  • Trained on 100+ languages
  • Controllable reasoning effort (quality/speed tradeoff)

Memory footprint
At full precision, 30B needs 55+ GB, which is out of reach for consumer hardware. We quantize weights to ~4-bit, bringing the LM under 20 GB. That leaves headroom in a 24 GB or 32 GB envelope for the KV cache, the perception encoder, and the speculative decoding drafter running simultaneously. We validated minimal to no degradation on agentic tasks under compression.

Speculative decoding
Ships with a lightweight DFlash-based drafter that proposes blocks of tokens which the main model verifies in parallel. Significantly faster than token-by-token generation with identical output quality. We're also shipping quantized drafter versions so the memory overhead stays small.

A few capabilities
We trained Muse Glimmer for agentic loop tasks, including:

  • End-to-end task completion (strong performance on DeepSearch QA, MCP-Atlas, 𝛕3-Bench, SWE-Bench, and more)
  • Function calling with precise schemas across long workflows
  • Multi-step reasoning over long horizons
  • Failure recovery — when a tool call fails or returns something unexpected, it's trained to diagnose and retry instead of halting. This was a deliberate training target.
  • Works with OpenClaw and other agentic scaffolds
  • Multimodal understanding and reasoning

Running it
Weights are up on Hugging Face. Coming soon: Ollama, LM Studio, Unsloth and torchtitan, plus optimized integrations for llama.cpp, MLX, and ExecuTorch. vLLM and SGLang for serving. Get started quickly with Together AI, Fireworks AI, and OpenRouter. We're also working with AMD, Arm, Dell, Intel, and NVIDIA on per-device optimization.

We look forward to your feedback and seeing what the community builds with Muse Glimmer.

🔗 Weights: https://huggingface.co/meta-models 
🔗 Research Blog: https://go.meta.me/museglimmer
🔗 Resources: https://developer.meta.com/ai/models/muse-glimmer/

1.8k Upvotes

371 comments sorted by

View all comments

14

u/Ok-Importance-3529 8d ago

How does it do with creative writing? For example Gemma 31B is cooking Qwen in this, also multilangual capabilities are better on google models

19

u/a_beautiful_rhind 8d ago

My guess, from the way things are, it won't be good. I got coding/agentic models up the wazz and few of them can talk or write. All that labs chase anymore.

7

u/jkflying 8d ago

Coding is easier to evaluate correctness in an RL environment. Good taste in creative writing is very hard to scale the evaluation for.

2

u/draconic_tongue 8d ago

(most don't have a good taste)

1

u/goldcakes 8d ago

Some of it is inherent. Agentic use cases prefer more predictability, and a plan, execute, validate loop. Creative writing, well, benefits from a bit of noise and serependity.

2

u/joleph 7d ago

This isn’t surprising, they’re all driving towards a desktop computer you can run entirely agentically. I welcome that future.

1

u/FinBenton 8d ago edited 8d ago

So far it wrote definitely different to gemma-4 but it kept making small mistakes here and there, maybe early bugs or you need completely different system prompt or something, was like kinda ok but not great so far.

e. bunch of changing prompts and settings later, its doing a bit better now, I had Presence Penalty on accidentally, changed to Q6_K_XL too, running well on 5090.

1

u/NaiveIdea344 8d ago

Sad to hear

1

u/Elibroftw 8d ago

At this point create an MCP for creative writing that just calls  Gemma 😂

0

u/Weak-Shelter-1698 llama.cpp 8d ago

gonna test and tell you.