A Fourth Contender in the Coding Wars — Meta's 'Muse Code' Cuts Prices to a Tenth or Less If You Hand Over Your Data

Meta releases its first coding agent, "Muse Code," in beta. Terminal-based and powered by Muse Spark 1.2, it drops to a tenth or less of competitors' prices if you consent to sharing your data — but the discount is also the price of handing over your code.

Share
A Fourth Contender in the Coding Wars — Meta's 'Muse Code' Cuts Prices to a Tenth or Less If You Hand Over Your Data

On August 5, 2026, Meta released its first coding agent, "Muse Code," in beta. Mark Zuckerberg described it as "a terminal-based agent that handles end-to-end software development work spanning large repositories." With Claude Code (Anthropic), Codex (OpenAI), and Cursor all vying for position, the coding agent market now has one more heavyweight in the ring.

A Meta-Branded Agent Shows Up in the Terminal

Muse Code targets macOS and Linux, and installation starts with a single command. There's no dedicated GUI app of the kind ChatGPT's Codex or Claude Code offer — the whole thing is built around the terminal alone. Powering it is a new model, "Muse Spark 1.2." Meta says it is "better at using tools, requires fewer retries, and produces higher-quality output than approaches that simply wrap an external skin around a general-purpose model," citing the fact that it was co-trained alongside the agent as a key strength. The context length is 1 million tokens.

Designed to Run Multiple Agents in the Background

The design centers on running agents in parallel with divided roles, rather than having a single model answer one question at a time. Its notable features include the following.

  • Persistent asynchronous agents: line up multiple implementation workers while a reviewer runs in the background.
  • Local logging: model calls, tool usage, approvals, and edits are recorded locally so you can trace what happened.
  • Crash recovery: if it goes down, you can pick up the work where it left off.
  • Commands for planning and stress testing: run planning and stress tests through built-in commands.

Two-Tier Pricing, With a "Data for Discount" Option

The pricing is what catches the eye. Even the standard rate undercuts competitors, but if you opt into the "Contributor" tier by agreeing to provide feedback, it drops further — to a tenth or less. On that tier, however, the data you input may be used to improve the model. For reference, Anthropic's Sonnet 5 costs $3 for input and $15 for output (both per million tokens).

TierInput (per 1M tokens)Output (per 1M tokens)Notes
Standard$1.25$4.25Cached input $0.15 / prompts not used for training
Contributor$0.10$0.20Cached input $0.002 / data may be used to improve the model
(Reference) Sonnet 5$3$15

It's available through the Meta Model API (public preview) and via OpenRouter.

What Changes for Developers

Coding agents have already reached the point where the cost of the model directly hits your operating costs. The reason cheap Chinese open models have made inroads into U.S. development teams is precisely this sensitivity to the "cost of keeping it running." Muse Code's standard rate comes in under Sonnet 5, and factoring in the Contributor tier widens the available price range by another notch. Another major player entering the field — and at a low price at that — looks likely to push model selection back from "performance is the only criterion" toward a tug-of-war between performance and cost. And because it's usable via the API and OpenRouter, it's easy to slot into existing workflows and try out, which should help adoption.

What to Check Before Jumping In

The low price and new features are appealing, but there's also reason not to take them at face value. First, the published benchmarks (Terminal-Bench, DeepSWE, Meta's internal coding benchmark, GDPval) are presented only as images, with no accompanying explanation of the measurement methodology — as critics have pointed out. The numbers warrant some reservation. Second, the Contributor tier that cuts the price to a tenth or less is also the price of "handing over your own code and prompts." For teams dealing with highly confidential code, it's worth carefully weighing what leaves your hands in exchange for the discount. Given that it's still in beta, the safe move is to start with evaluation use cases.

References: 9to5Mac / Engadget / Unite.AI / VentureBeat / CNBC

Read more

Cursor Cracked Open What "Which Model Should Handle This" Really Means—The Router Reveals Each Model's Strengths and Weaknesses Across Git, Planning, Implementation, and Debugging

Cursor Cracked Open What "Which Model Should Handle This" Really Means—The Router Reveals Each Model's Strengths and Weaknesses Across Git, Planning, Implementation, and Debugging

On August 6, Cursor detailed how its Router "chooses which model to use." We break down the mechanism—Compass gauges how easy a turn is, then work is split by role (Git=Grok, planning=Sol, execution=Opus, debugging=Fable)—along with the published cost-savings figures and the caveats around reproduci

By FF
Two Holes in the "Unattended Agent" — How Claude Code v2.1.223 Plugged Workflow Sandbox Escapes and Long-Session Memory Leaks

Two Holes in the "Unattended Agent" — How Claude Code v2.1.223 Plugged Workflow Sandbox Escapes and Long-Session Memory Leaks

Claude Code v2.1.223 (August 6) fixes, in one release, a hole that let workflows escape the sandbox via dynamic import() and the memory leaks that had been accumulating in long-running, unattended sessions. Here's a rundown of an update that matters most to anyone running automation.

By FF
When the Command Itself Deceived the “Approve” Button: Claude Code Closes a String of Agent-Permission Loopholes Three Days Running

When the Command Itself Deceived the “Approve” Button: Claude Code Closes a String of Agent-Permission Loopholes Three Days Running

Commands could be hidden using invisible characters that never appeared in the approval dialog. Here's a rundown of the agent-permission loopholes Claude Code patched in succession across v2.1.221–223 from August 4–6, and the moves you can make right now in unattended setups.

By FF
The Company That Lets AI Write 80% of Its Own Code Just Asked for a "Brake" on That AI — Inside 'Pacing the Frontier,' Signed by 1,134 People

The Company That Lets AI Write 80% of Its Own Code Just Asked for a "Brake" on That AI — Inside 'Pacing the Frontier,' Signed by 1,134 People

Anthropic — where Claude writes over 80% of its own code — and OpenAI have formally endorsed a letter calling for "a mechanism to deliberately slow AI progress." We unpack the contents of 'Pacing the Frontier,' signed by 1,134 people, its impact on development and business, and the anticompetitive c

By FF