Meta Puts a 30B Agent Model on Your Laptop
Meta has released Muse Glimmer, an open-weight model built to run AI agents locally on consumer hardware. It is the clearest picture so far of what Mark Zuckerberg means by "personal superintelligence."

Meta has released Muse Glimmer, an open-weight model built to run AI agents locally on consumer hardware. It is the clearest picture so far of what Mark Zuckerberg means by "personal superintelligence."
Specifications
Glimmer is a 30-billion parameter model under Apache 2.0 — a properly permissive license, not one of the source-available arrangements that get called open until you read the commercial terms.
It is an open version of Muse Spark, Meta's most powerful closed model, which launched in April. It handles text and images and was trained across more than 100 languages.
The design target is the number that matters: a Mac or PC with a single consumer GPU.
Aimed at agents, not conversation
Glimmer targets multi-step work rather than chat. Calling tools. Writing and debugging code. Working with files and screenshots. Carrying a task across an extended workflow instead of a single exchange.
Meta describes it as "always-on," able to operate "anywhere, anytime, with or without an internet connection."
The use cases the company names — managing schedules, drafting messages, organising files — have one thing in common. Each needs wide access to personal data. Running the model on the device instead of shipping that data to a server is the real argument being made. A privacy claim expressed as architecture holds up better than one expressed as a policy page.
The competitive logic
Zuckerberg published a letter alongside the release arguing that distributing superintelligence widely "has the potential to begin a new era of personal empowerment where individuals can use this powerful new capability to reach their full potential, pursue their interests, and improve their lives and the world more than ever before." He has argued a version of this before, while also warning that Meta would need care about which increasingly powerful models it released openly, on safety grounds.
Put the rhetoric aside and the strategy is legible. Meta does not lead on frontier closed models. Commoditising the layer where competitors charge money is a sensible response — the same play it ran with PyTorch, and with Llama before this.
Capable agent models running free on hardware people already own weaken the pricing power of metered cloud inference. A threat to somebody's business model, delivered as a gift to developers.
What shifts for enterprises
On-device agent models change three things in the deployment calculation.
Data residency gets simpler. If inference happens on the endpoint, a whole category of cross-border questions stops being a question.
Cost structure inverts. Hardware capex replaces per-token opex. For high-volume, predictable workloads that arithmetic can favour local execution by a wide margin.
Control improves, and the burden comes with it. You own the weights, the versioning, the patching and the security posture. Nobody deprecates your model out from under you. Nobody patches it for you either.
A 30B model on one consumer GPU will not match a frontier system on the hardest reasoning problems. For the routing, extraction, summarisation and tool-calling that make up most production pipelines, that gap may not be the binding constraint.
Source: Meta's new Glimmer AI model offers a hint at Zuckerberg's personal intelligence vision