Tested Muse Glimmer locally on coding with OpenCode & agentic work

Reddit r/LocalLLaMA Models

Summary

A user shares local testing of Muse Glimmer (Q4 quant via Unsloth) on llama.cpp with OpenCode, noting it performs below Qwen3.6 27B but had reliable tool calls.

Ran the model with quants (Q4) by Unsloth with latest (build from master) llama.cpp server. It takes ~20GB ram running on M5 Pro with 48GB at about 17t/s. Didn't do any reasoning loops/overthinking. Overall, sits below Qwen3.6 27B, wasn't able to get good code (frontend and backend) results. On the positive side, it didn't fail any tool calls. Your opinions/findings? Watch more: https://www.youtube.com/watch?v=_5wKhkUT438
Original Article

Similar Articles

Introducing Muse Glimmer

Simon Willison's Blog

Meta introduces Muse Glimmer, a new 30B open-weights model under Apache 2.0, optimized for agentic task completion, reliable tool use, and multi-step reasoning. Simon Willison tests it locally with LM Studio and llm-coding-agent.

Tested in Coding: BF16 Muse Glimmer vs BF16 Qwen3.6 27B

Reddit r/LocalLLaMA

A hands-on coding comparison between BF16 Muse Glimmer and BF16 Qwen3.6 27B, evaluating diagnostic quality, implementation reliability, and self-correction on a complex enterprise web app. Qwen shows better persistence on stubborn bugs, while Muse Glimmer struggles with iterative fixes.

Underrated Muse Glimmer

Reddit r/LocalLLaMA

Benchmarking results reveal that Muse Glimmer surprisingly outperforms qwen3.8 in implicit knowledge tests, indicating smaller models can achieve competitive performance with RAG enhancements.

I ran Muse Glimmer @ 1M context - All tests passed.

Reddit r/LocalLLaMA

User tests Meta's Muse Glimmer 30B on a 2× DGX Spark cluster, extending context from 131K to 1M tokens with YaRN and confirming passing retrieval at 832K tokens. Reports ~3× speedup from DFlash speculative decoding and shares full config.