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

Making It Wait for "Jobs That Run Over an Hour": Codex 0.152 Adds Ceiling Dials for MCP Output Volume and Execution Time, and Turns the Planning Tool Off by Default

Making It Wait for "Jobs That Run Over an Hour": Codex 0.152 Adds Ceiling Dials for MCP Output Volume and Execution Time, and Turns the Planning Tool Off by Default

Codex v0.152.0 on August 31 and its next-day fix release added explicit ceilings on MCP tool output volume and execution time, and switched the planning tool off by default. Here's a rundown of the changes that matter for long-running unattended and semi-autonomous agent operation.

By FF
The CLI's Default Model Just Swapped In a Million-Token Brain — Claude Code v2.1.257 Makes Fable 5.1 the Standard and Adds a 'Containment Escape' Checkpoint to Auto Mode

The CLI's Default Model Just Swapped In a Million-Token Brain — Claude Code v2.1.257 Makes Fable 5.1 the Standard and Adds a 'Containment Escape' Checkpoint to Auto Mode

Claude Code v2.1.257, released September 1, 2026, swaps its default model to Fable 5.1 with its one-million-token context. It also adds guardrails to auto mode that stop credential retrieval and out-of-scope reads from slipping through. Here's a rundown of the changes that matter to developers.

By FF
"This Is an Authorized Exercise"—How the Aurora Ransomware Gang Insisted, While Making Cursor's AI Agent Do the Actual Intrusion Work

"This Is an Authorized Exercise"—How the Aurora Ransomware Gang Insisted, While Making Cursor's AI Agent Do the Actual Intrusion Work

Gambit Security and CloudSEK report that the ransomware group Aurora abused Cursor's AI agent for real intrusion work. Posing the tasks as an "authorized exercise" to slip past the safeguards, they had it handle reconnaissance and privilege takeover on the back of stolen credentials—a warning that a

By FF
One in Three Companies Now Choose to Build Rather Than Buy — McKinsey Measures How Coding Agents Are Reshaping the Procurement Decision

One in Three Companies Now Choose to Build Rather Than Buy — McKinsey Measures How Coding Agents Are Reshaping the Procurement Decision

McKinsey's annual survey found that about 30% of respondents passed on buying software because they could build it in-house with coding agents. We unpack the procurement shift from buying to building — and the current reality that productivity is up while profits stay flat.

By FF