On August 5, 2026, Meta released a new AI coding agent called Muse Code. It went straight into public beta, aimed at the same developers who use Claude Code and Cursor. (Meta AI Research)

I looked at three things: what Muse Code actually does, how it performs against Claude Code, and what its cheapest pricing tier really costs you. Short answer: the low price is real, but it is not free money. Read on for the details.

What Is Muse Code?

Muse Code is a terminal coding agent. It has no app window. You install it with one command in your terminal, and it lives there (Meta AI Research):

curl -fsSL https://dev.meta.ai/install.sh | bash

A note on that command: piping a script straight from the internet into bash runs whatever that URL returns, with your user’s permissions. It is how many tools ship, but read the script first if you care where it puts things.

It runs on a new model called Muse Spark 1.2, which Meta says it trained together with the agent, so the two work as one system. (Meta AI Research)

Right now, Muse Code only works on macOS and Linux. There is no Windows version in this beta. (9to5Mac)

Two features stand out:

  • Persistent background agents. You can start several agents at once. Each one works on a different part of your project, in its own isolated workspace. They run in parallel, so you are not blocked waiting for one task to finish before starting another.
  • A local event log. Muse Code writes down every model call, every tool run, every approval, and every file edit, in order. Meta calls this “replay-exact” and “restart-safe.” If the agent crashes mid-task, it picks up exactly where it stopped, instead of starting over. (Meta AI Research)

This is a different design than Claude Code, which also runs in the terminal but normally works as one continuous session, not a fleet of parallel background workers.

The Benchmarks: Claude Opus 5 Still Wins

Meta published its own benchmark numbers when it launched Muse Code. Here they are, confirmed across multiple outlets that reviewed Meta’s launch report:

BenchmarkMuse Spark 1.2Claude Opus 5
Terminal-Bench 2.182.9%86.7%
DeepSWE 1.159.3%65.0%
Meta Internal Coding Bench70.6%79.4%

(Decrypt, InfoWorld)

Claude Opus 5 leads on all three tests Meta chose to publish. That is worth noticing on its own: this is Meta’s own launch report, comparing Meta’s own new model against a rival.

There is also a real methodology problem here. InfoWorld reported that for Terminal-Bench 2.1 and DeepSWE 1.1, “Meta evaluated each model with its selected coding agent rather than using the same agent throughout.” That means the competing models may not have been tested under conditions built for their own strengths. (InfoWorld)

This does not mean the scores are made up. It means you should treat them as a starting point, not a final answer, until someone outside Meta runs the same tests independently.

Pricing: Three Different Systems

Muse Code, Claude Code, and Cursor price themselves in three different ways. Here is what each one actually costs, verified as of August 2026.

Muse Code

Muse Code has two pricing tiers, and the gap between them is the whole story of this launch.

TierInputOutputCached input
Standard$1.25 / 1M tokens$4.25 / 1M tokens$0.15 / 1M tokens
Contributor$0.10 / 1M tokens$0.20 / 1M tokens$0.002 / 1M tokens

(Forbes, implicator.ai)

The contributor tier is roughly 21 times cheaper on output tokens. The catch is right there in the name: on the contributor tier, Meta trains its future models on your prompts and your code. The standard tier does not train on your data at all. (implicator.ai)

There is a second difference that gets less attention: rate limits. The standard tier allows 3,000 requests and 4 million tokens per minute. The contributor tier caps you at 60 requests per minute. (implicator.ai)

That is a hard throttle. Sixty requests a minute is not enough for real daily use on an active project. The cheap tier is not just a privacy trade — it is also built to keep you from relying on it too much.

Claude Code

Claude Code ships as part of a Claude subscription, or you can pay per token through the API.

PlanPriceWhat you get
Pro$20/month ($17/month annual)Claude Code included, Sonnet 5 by default
Max 5xFrom $100/month5x the usage of Pro, Opus 5 by default
Max 20xFrom $200/month20x the usage of Pro
Team Standard$25/seat/month ($20 annual)Central billing, SSO
Team Premium$125/seat/month ($100 annual)Higher usage limits

(Claude pricing)

If you use the API directly instead of a subscription, current per-million-token prices are:

ModelInputOutput
Claude Opus 5$5$25
Claude Sonnet 5 (through Aug 31, 2026)$2$10
Claude Sonnet 5 (from Sep 1, 2026)$3$15

(Anthropic API pricing docs)

Muse Code’s standard tier ($1.25 in / $4.25 out) is meaningfully cheaper than Opus 5’s API price, and sits close to Sonnet 5. That part of Meta’s pitch is real.

Cursor

Cursor does not meter tokens directly. It sells a flat subscription with a credit pool for premium model requests.

PlanPriceCredit pool
HobbyFreeLimited
Pro$20/month$20/month
Pro+$60/month3x Pro
Ultra$200/month20x Pro
Teams$40/user/monthTeam-managed

(Cursor pricing)

This makes a direct price comparison hard. Muse Code and Claude Code’s API charge per token. Cursor charges a flat fee and lets you burn through a credit pool at those same underlying model prices. If you want the full picture on Cursor against the other two tools, see my Cursor vs Claude Code vs Copilot comparison.

The Real Catch: What the Contributor Tier Costs

Let’s be direct about the contributor tier, because it is the most important part of this whole launch.

Twenty-one times cheaper sounds like a straightforward win. It is not, unless the code you are working on is genuinely yours to give away.

Here is what you are actually agreeing to on the contributor tier:

  1. Meta uses your prompts and your code completions to train future versions of Muse Spark.
  2. This is not anonymized or aggregated in any way Meta has published details about — it is your prompts and your code. (implicator.ai)
  3. You are limited to 60 requests per minute, which rules out heavy daily use. (implicator.ai)

If you are experimenting on a personal side project, and you do not mind Meta learning from your code, this tier is a genuinely good deal. If the repository belongs to your employer, a client, or anything covered by an NDA, this is not a discount. It is a data licensing agreement, and you should read it like one before you type your first command.

Compliance: A Two-Day-Old Product Has No Track Record Yet

If your company gates new tools behind a security checklist, this section decides the outcome before pricing or benchmarks even matter.

Claude Code, through Anthropic, already holds:

  • SOC 2 Type I and Type II
  • ISO 27001:2022
  • ISO/IEC 42001:2023 (AI management systems)
  • A HIPAA-ready configuration with a business associate agreement available on covered, zero-data-retention configurations

(Anthropic Privacy Center)

As of this writing, Muse Code has none of these published. That is not really a criticism of Meta — the product launched days ago, and audits like SOC 2 take months to complete. But if your team needs a signed compliance report today, Muse Code cannot give you one yet, no matter how good the underlying model is.

Verdict

Muse Code is a real, interesting piece of engineering. Parallel background agents and a crash-safe event log are not marketing fluff — they are aimed squarely at large, messy repositories, and that is a legitimate problem worth solving.

But on every benchmark Meta chose to publish, using Meta’s own model, Claude Code’s Opus 5 still comes out ahead. The standard pricing tier is honestly competitive. The contributor tier is not really a pricing win — it is a data collection program with a steep discount attached, throttled hard enough to prove it, and there is no compliance documentation yet to reassure anyone doing paid work.

My take: if you want to try a fast, cheap terminal agent on a personal repo, and you don’t mind Meta learning from it, Muse Code’s contributor tier is worth a weekend. For anything you get paid to write, stick with Claude Code or Cursor until Muse Code has independent benchmark numbers and a compliance page that isn’t blank.

If you’re still deciding which AI coding tool fits your workflow at all, start with what AI coding agents actually are before picking one.