In partnership with

Try the AI that knows your customers. No commitment.

Most platform evaluations start with a demo request and end three weeks later in a conference room. This one takes 15 minutes and puts you directly inside Gladly's interface — navigating it on your own terms.

See how AI surfaces real-time customer context before a conversation starts. Watch how a single conversation thread pulls in purchase history, channel history, and account details without a handoff.

No installation. No commitment. Start the interactive demo and see the platform for yourself.

The Llama Era Ended on Thursday
Meta's second frontier model skips OpenRouter entirely. Here is what changed.
ResearchAudio.io
The Llama Era Ended on Thursday
Closed weights, paid tokens: 1.25 in and 4.25 out per million.
July 12, 2026 · 8 minute read
3 yrs
of Zuckerberg silence on X, broken for this launch
1M
token context, self-compacting
4.25
per million output tokens, in US dollars

Mark Zuckerberg had not posted on X since the platform stopped being called Twitter. On Thursday he broke a three year silence to announce a model.

The model is the second release from Meta Superintelligence Labs, and it breaks with everything Llama stood for: closed weights, a paid API on Meta's own infrastructure, no OpenRouter. Muse Spark 1.1 shipped July 9, three months after the April original.

Input runs 1.25 per million tokens and output runs 4.25, in US dollars, with 20 in starter credits on every new account.

TechCrunch pegs that in line with, though slightly above, Claude Haiku 4.5 class pricing. Alexandr Wang, Meta's chief AI officer, described the rate as deliberately aggressive, built to scale with heavy consumption.

It capped a week Meta clearly choreographed.

🍉
Tue, Jul 7
Muse Image ships, ex codename Mango
Thu, Jul 9
Spark 1.1 plus Model API public preview
💬
Thu, Jul 9
Zuckerberg posts on X, first since 2023
🎯
The result
Meta becomes a paid model vendor
Launch week timeline. Sources: Meta, TechCrunch (Jul 2026)

So why charge at all. Meta spends on infrastructure like a hyperscaler, has no cloud business to show for it, and Wall Street wants the capex to produce revenue. Tokens are the first direct line from Meta's GPUs to a customer invoice, and the company says a cloud business is coming.

Put the two eras side by side and the pivot is stark.

🦙
The Llama Playbook (2023 to 2025)
Open weights, downloadable
Runs on anyone's infrastructure
Monetized indirectly via Meta apps
Ecosystem builds the tooling
The Muse Playbook (2026)
Closed weights, paid API
1.25 in, 4.25 out per million
Served on Meta's stack, no OpenRouter
Tuned for everyone else's harnesses
Sources: Meta Superintelligence Labs, Wang interview (Jul 2026)

The launch demo is worth thirty seconds of your time. You film a couch with your phone, and the model pulls the useful frames, reasons about the product, then drives your browser to post the Marketplace listing itself. In the computer use recipe it runs a real Linux desktop from one plain language goal, no coordinates, no click by click script.

For desktop work it decides when to write a script and when to click, batching actions instead of narrating every step. It runs as the lead agent that plans and delegates to parallel subagents, or as the subagent that stays in its lane and escalates. Inputs cover text, images, video and documents; output is text, no image generation.

For builders, the surface is deliberately boring, and that is a compliment. The Model API speaks the OpenAI dialect, so existing clients connect by swapping a base URL, and OpenCode ships a native Meta provider. Structured output, parallel tool calling, and built in web search grounding with citations come standard.

Here is the loop the model is trained to run.

👀
Perceive
Text, image, video, docs in one call
🧠
Plan
Lead agent gathers context, sets the plan
🤝
Delegate
Parallel subagents execute, escalate
Act + compact
Script or click, then prune the context
Spark 1.1 agentic loop. Source: Meta Superintelligence Labs (2026)

Here's the part nobody's talking about. The agent harness wave of early 2026 ran on OpenClaw class runners, none of them Meta's, so instead of shipping a rival coding agent, Wang trained Spark to behave inside the harnesses engineers already use.

Planning mode, goal conditioning, subagent delegation, context compaction: it meets your stack where it already is. That is a distribution strategy disguised as a training detail.

Independent reality check: DataCamp's review finds long-horizon agentic work still trails Claude Opus 4.8 and OpenAI's flagship. And Meta's headline coding numbers come from Meta Internal Coding Bench, an internal eval nobody outside can reproduce. Credit where due, the safety card is real: evals under Meta's Advanced AI Scaling Framework report safe margins across chem bio, cyber, and loss of control, plus resistance to prompt injection from untrusted data.

I expected the benchmarks to be the story here. The business model is the story. But there is a research story too, and your feed probably skipped it.

Meta rebuilt its pretraining stack over nine months and fit scaling laws to a ladder of small models before committing big compute. The claim: matching Llama 4 Maverick capability on over 10x less pretraining compute.

The reinforcement learning curves are the quiet flex. Meta reports log linear growth in pass@1 and pass@16 as RL compute scales, which means reliability improves without collapsing reasoning diversity, and the gains hold on held out tasks. Test time reasoning gets the same discipline: thinking time penalties keep token spend lean, and Contemplating mode swaps one long chain for multiple agents reasoning in parallel.

10x
less pretraining compute vs Llama 4 Maverick
58%
Humanity's Last Exam, Contemplating mode
38%
FrontierScience Research, Contemplating mode
April's original Spark. Meta's evidence the stack scales. Source: Meta (2026)

That ladder is why the April numbers matter more than the July benchmarks. If the stack scales predictably, 1.1 is a waypoint, and Zuckerberg already teased more on the way.

The 48 Hour Move
Point any OpenAI compatible client at dev.meta.ai, use the 20 in starter credits, and rerun your existing agent evals against Spark 1.1. In OpenCode: run /connect, filter to Meta, paste your key, pick the model. Add web_search as a tool on a Responses call and you get grounded answers with inline citations, no retrieval stack. If your workload is tool-heavy and cost-sensitive, this is a one-afternoon test with a clear answer. US developers get the public preview; everyone else joins a waitlist.

Meta open-sourced the last era of AI and is charging for the next one.

Quick Hits

Muse Image gets the assist. Meta shipped its image generation model two days before Spark 1.1, and the pairing is the point. Perception model plus image model plus paid API equals a platform, not a release.

Apple sued OpenAI on Friday. The suit claims OpenAI used proprietary Apple technology in its unannounced hardware. The legal fight got more coverage this week than anything OpenAI shipped.

Robots met the public markets. Agility filed to go public at a 2.5 billion valuation, Unitree cleared its Shanghai listing, and Tesla began converting its Model S line into an Optimus factory, all in one week.

The Take

Harness first is the tell. Meta could have cloned Claude Code and fought for mindshare app by app. Instead it built for the runners engineers already use, because distribution through your agents beats distribution through their app.

My prediction: Anthropic and OpenAI start tuning for third party harnesses within two quarters. The provider pricing sheet and my agent eval starter script are in the paid tier archive.

The Open Question

It lives on Meta's infrastructure, in a US preview, with no OpenRouter route. What would it take, on price or capability, before you send real traffic to a fourth provider? Reply with your bar. I read every response.

Open weights made Meta the default. Paid tokens make it a competitor.

Next week: the benchmark where tool calling accuracy falls as much as 91% before the model even reads your question.

ResearchAudio.io · AI research, decoded for engineers

Keep Reading