← Back to blog·Trends·6 min read

Meta Open-Sourced a 30B Agent Model for a Single GPU, Anthropic Posted Its First Operating Profit, and Claude Code's Usage Boost Is About to Expire

Meta released Muse Glimmer, a 30B-parameter Apache 2.0 agentic model that runs on one consumer GPU, the same week Anthropic disclosed $10.9B in Q2 revenue and its first-ever operating profit — two years ahead of its own guidance. Meanwhile Claude Code's 50% weekly-limit promotion ends August 19, a small reminder that the compute behind agentic chat is never actually free. Three data points on where agent economics are really headed.

By Maya Brennan · Writer, Smillee AI
August 16, 2026

Three stories broke this week that, on the surface, have nothing to do with each other — an open-weight model release, a set of quarterly financial disclosures, and the expiration date on a usage promotion. Put together, they trace the same line: the cost of running an agent, not the intelligence of the model behind it, is becoming the thing that actually separates products in this market.

1. Meta Put a Capable Agentic Model on a Single Consumer GPU

On August 10, Meta Superintelligence Labs released Muse Glimmer, a 30-billion-parameter model under an Apache 2.0 license, distilled from Meta's larger Muse Spark and tuned specifically for local agentic workloads — tool calling, coding, multi-step task execution, and LLM-as-judge evaluation — across a 131K context window and 100+ languages. The headline number isn't the parameter count, it's the memory footprint: 4-bit quantization brings Muse Glimmer down from roughly 55GB to 18–20GB, small enough to run entirely offline on a single 24GB or 32GB consumer GPU, alongside its own KV cache and speculative decoding drafter.

That matters for anyone building agent products, not just chat interfaces. A model that can plan, call tools, and hold a long context without a round trip to a hosted API changes the cost and latency math for always-on agents, offline-capable assistants, and privacy-sensitive deployments (on-device support bots, local coding assistants, regulated industries that can't ship user data to a third-party endpoint). Benchmarked against similarly-sized open models like Gemma4-31B and Qwen3.6-27B, Meta is positioning Muse Glimmer as evidence that "good enough to run your agent loop" no longer requires a frontier-scale hosted model:

Hosted agent loop:  client → API call → frontier model (cloud) → tool call → response
Local agent loop:   client → Muse Glimmer (single GPU, on-device) → tool call → response

If you're prototyping an agent that leans on frequent, cheap tool calls rather than deep reasoning on every step, this is worth a bake-off against whatever hosted model you're currently paying per-token for.

2. Anthropic Turned a Profit Two Years Ahead of Its Own Schedule

Anthropic disclosed Q2 2026 revenue of $10.9 billion — more than double Q1's $4.8 billion — alongside its first-ever quarterly operating profit of roughly $559 million. The number that made this possible isn't revenue growth alone: Anthropic's compute-cost ratio fell from 71 cents to 56 cents per revenue dollar in a single quarter. As recently as last year, the company's own guidance put full-year profitability no earlier than 2028.

For developers building on Claude, the practical read is that Anthropic now has real margin to defend rather than growth it's buying with API pricing alone — which is worth keeping in mind alongside this month's separate news that Claude Sonnet 5's introductory $2/$10 pricing was made permanent rather than reverting to standard rates. A lab that's profitable at current prices has less pressure to raise them, but it also has less excuse not to if margins compress again.

3. Claude Code's Usage Boost Is a Reminder the Compute Isn't Free

Since May, Claude Code has run a promotion lifting weekly usage limits by 50% across Pro, Max, Team, and legacy Enterprise seats — extended twice already, from July 13 to July 19 to its current end date of August 19 at 11:59 PM PT. Five-hour limits were never part of the promotion; only the weekly ceiling gets the temporary lift, and reversion is automatic with no plan or billing change.

It's a small, almost administrative story next to an open-weight model release or a profitability milestone, but it's the same underlying constraint showing up at the product layer: agentic coding sessions burn through tokens fast, and even a lab moving toward profitability still has to meter access to keep the compute budget in line. If your team has been running heavier Claude Code workloads under the boosted ceiling, plan for the reversion now rather than discovering the throttle mid-sprint on August 20.

The Common Thread

None of this week's news is about a model getting smarter. It's about who bears the cost of running one: Meta pushing agentic inference onto a developer's own GPU, Anthropic proving a hosted frontier lab can run agent traffic at a profit, and a usage promotion's expiration quietly re-imposing the metering that made that profit possible in the first place. If you're choosing between local and hosted models for an agent product this quarter, cost-per-action — not benchmark score — is the number to model first.

Maya

Frequently asked questions

What is Meta's Muse Glimmer model?

Muse Glimmer is a 30-billion-parameter open-weight model that Meta Superintelligence Labs released under an Apache 2.0 license on August 10, 2026. It is distilled from Meta's larger Muse Spark model and optimized for local agentic workloads — tool calling, coding, and multi-step task execution — with a 131K context window. With 4-bit quantization, it runs entirely offline on a single 24GB or 32GB consumer GPU.

Did Anthropic become profitable?

Anthropic reported its first-ever quarterly operating profit in Q2 2026 — roughly $559 million on $10.9 billion in revenue, more than double Q1's $4.8 billion. The result came about two years ahead of the company's own earlier guidance, which had suggested full-year profitability was unlikely before 2028, driven largely by its compute-cost ratio falling from 71 cents to 56 cents per revenue dollar.

When does the Claude Code weekly usage limit promotion end?

Claude Code's 50% weekly usage limit increase, which applies to Pro, Max, Team, and legacy seat-based Enterprise plans, is scheduled to end August 19, 2026 at 11:59 PM PT. After that, weekly limits automatically revert to standard levels with no change to billing or plan; five-hour usage limits were never affected by the promotion.

Maya Brennan
Writer, Smillee AI

I'm Maya — I write most of what you'll read here. I spent years as a copywriter before I got a little obsessed with what these AI tools can actually do, so now I spend my days poking at chatbots, breaking them, and writing up what's worth your time. Everything here is something I've actually tried. If a prompt didn't work for me, it doesn't make the cut.

Want to try any of this?

Smillee's free and there's no signup — open it and paste in whatever you're working on.

Start chatting →

More from the blog