shipwithmuse

№ 0043GitHub

Zero-backend Muse Glimmer agent console

A browser-only agent console for Muse Glimmer 30B that renders the model's ATEM tool-call format client-side, streams from a local server and runs every tool inside the tab across seven capability tracks.

Zero-backend Muse Glimmer agent console on github.com
carlosrymer/muse-glimmer-local-agent-consoleREADME ↗
# Muse Glimmer — local agent console

**Try it live: [carlosrymer.github.io/muse-glimmer-local-agent-console](https://carlosrymer.github.io/muse-glimmer-local-agent-console/)**

An agent scaffold for Meta's **Muse Glimmer 30B** that has no backend at all. It renders the
model's prompt format in your browser, streams from a server running on your own machine, and
executes every tool inside the tab — so the records it reasons over never leave your device.

The site is useful with or without the weights. Without them you get a live protocol inspector
and the conformance results. With them you get seven capability tracks — five scored mechanically
from an action ledger, two observational.

## What this showcases

**Technology:** Muse Glimmer 30B (Meta Superintelligence Labs, released 10 August 2026) — a
~29.6B-parameter open-weight agentic model under Apache 2.0, distilled from Muse Spark, that fits
in 16.76 GB at 4-bit and is built to run local agent workflows on one consumer GPU.

I picked it up expecting the interesting part to be *whether a 30B model can hold an agent loop
together*. It wasn't. The interesting part turned out to be one layer lower.

**Muse Glimmer does not emit OpenAI-style JSON tool calls.** Its chat template builds a
channel-token transcript and asks for tool calls in a dialect the template itself calls **ATEM**:

```
<|start|>assistant to=self<|message|>Search first, then escalate.<|eom|>
<|start|>assistant to=workspace.search_tickets<|message|><atem:function_calls>
<atem:invoke name="workspace.search_tickets">
<atem:parameter name="query">billing</atem:parameter>
<atem:parameter name="limit">20</atem:parameter>
</atem:invoke>
</atem:function_calls><|eot|>
```

Four things I found building against it:

1. **Reasoning is a routing target, not a tag.** Chain-of-thought is addressed `to=self` and closed
   with `<|eom|>`; the visible answer goes `to=user` and closes with `<|eot|>`. There is no
   `<think>` block to strip — if your scaffold doesn't understand recipients, the model's private
   reasoning lands in front of the user.

2. **ATEM is not XML, and the template says so out loud.** Verbatim, in the tool preamble the
   model is shown on every single turn: *"The output is not expected to be valid XML and is parsed
   with regular expressions."* Parameter bodies carry raw `<`, `&` and unbalanced quotes. I wrote
   the parser with regexe

Also filed under Agents & automation

See all →
  1. 1007

    Plumbing company run by a Muse agent★

    I still can’t believe I can run my plumbing company with an agent so easily. I send this message to my Muse agent while in bed at 6am. And it: updates my job board, texts customer, updates office manager who arrives at 8am in slack Notifies technician

    @HouseHackerJon

    X post

    Agents & automation

  2. 0199

    Muse as a control plane for a homelab via Tailscale★

    I think a lot of people are boxing Muse in as “Hermes for normies.” My guess is Meta intentionally keeps the deeper capabilities out of sight because the target audience does not want a complicated Hermes/Grok Bot-style setup. They aren't trying to capture the nerdy Hermes using market, they want this to be an AI agent for normies but they don't limit it as such. What it advertises its for is far from what it actually can do with very little work. But Muse gets much more interesting once you stop thinking of its VM as the whole system. I joined the Muse VM to my Tailscale network, gave it SSH access to a restricted user on my home Ubuntu box, and now it can run commands and browser automation through hardware I already own. I figured out Muse can do this because I asked it if it had a Tailscale skill and it said it did, then after a series of "proceed" replies, it set it up for me outside of the parts where I had to join it. At that point, Muse stops being a “shopping assistant” and starts looking more like a control plane for your own infrastructure. With Tailscale + SSH/API access, it can potentially: • Manage Docker, VMs, NAS, Proxmox, and homelab services • Pull repos,

    u/ogbrien

    Reddit post

    Agents & automation

  3. 1074

    Ziggy, a 24/7 voice assistant on Muse Spark

    An always-on laptop voice companion: local Porcupine wake word, local Whisper speech-to-text in Hindi and English, Muse Spark via the Meta Model API as the brain, offline TTS and local conversation memory.

    @TanayYadavDev

    GitHub

    Agents & automation

  4. 1065

    Muse checks a training run and locks the Mac from a phone

    Built a small bridge so Muse can act on my Mac from my phone, and recorded a real session: it looks at the Terminal, reports the epoch, loss and accuracy it sees, then locks the machine when asked. What struck me building it is how much of the work is permissions, not intelligence: per-action consent, small window captures instead of a live feed, rejecting stale observations before any input. Free beta if anyone wants to try it. Developer here, ask away. try wand here today

    u/OldChemical3853

    Reddit post

    Agents & automation

More GitHub

See all →
  1. 1066

    Muse remote-control bridge for Intel Macs

    Since Muse for Mac ships only for Apple silicon, this small service lets Muse's cloud VM screenshot, click and type on an Intel Mac, compressing each 5K frame to about 150 KB and handling Retina coordinate scaling.

    @LilMuh

    GitHub

    Errands & personal agent

  2. 1040

    CursorBench 4.0 score-vs-cost report

    A self-contained visual report comparing CursorBench 4.0 score against cost per task for Opus 5.5, Fable 5.1, Grok 4.7 and Muse Spark 1.3, where Muse Spark 1.3 Max scores 41.6% at $2.64 per task. GPT-6 points are clearly marked as estimates.

    @dominicletz

    GitHub

    Benchmarks & research

  3. 0992

    Uber for Muse connector

    An Express-based Muse connector that books Uber rides from natural language, with routes for fare estimates and ride requests, connector auth middleware and a privacy page.

    @AshutoshKD

    GitHub

    Connectors & MCP

  4. 0984

    Movies & TV Muse connector (TMDB)

    A Muse connector powered by TMDB that exposes search, trending, now-playing, upcoming and top-rated movies, TV shows and people lookups behind connector auth.

    @AshutoshKD

    GitHub

    Connectors & MCP

Curator picks

  1. 1046

    Medical bills audited line by line, $4,000 saved★

    Got Muse logged in to my medical provider’s portal, he pulled the itemized bills, and questioned every line. So far he’s found several times I’d been double billed, asked for some discounts and has saved me over $4,000. If your moat is bureaucracy, you’re cooked.

    @Ryan_Holdaway

    X post

    Errands & personal agent

  2. 1013

    Shop Pay agentic checkout on every Shopify store★

    We are excited to announce we are partnering deeply with Muse to enable agentic checkout with Shop Pay on all Shopify stores, offering people an easy and delightful way to shop and check out with Muse.

    @tobi

    X post

    Business & commerce

  3. 1009

    Private e-book library app from Google Drive★

    Muse built me a private library for the e-books and articles in my Google Drive. Everything is organized by topic, and each section opens onto its own subcategorized shelves. Each book opens like a real book and is readable in-app

    @chiasmus_cap

    X post

    Apps & websites