Morning Edition · Saturday, August 8, 2026Published at 2:26 AM EDT · New York
The terminal agent runs parallel subagents against large repositories and prices at $1.25 per million input tokens, with a cheaper tier for users who let Meta train on their prompts.

Meta released an early beta of Muse Code, a command-line coding agent, together with Muse Spark 1.2, a coding-focused model the company says it co-trained with the agent so that model and harness fit each other. Meta describes gains over Muse Spark 1.1 in code generation, complex debugging, and codebase comprehension, which it attributes to more coding training compute and a wider set of training environments.
The agent's design choices are the more interesting part. Muse Code installs from the terminal with one command, runs several subagents in parallel with implementation and review happening at the same time, and keeps a replayable event log of every subagent, tool call, intervention, and cancellation. VentureBeat reported persistent asynchronous background agents as the headline capability, and coverage put the model's context window at one million tokens. That is an argument for auditability, directed at engineering managers who will not let an unlogged agent touch a production repository.
Pricing is where Meta is doing something other labs have avoided stating explicitly. The standard muse-spark-1.2 rate on the Meta Model API is $0.15 per million cached input tokens, $1.25 per million input tokens, and $4.25 per million output tokens. Alongside it sits a "contributor" tier at a materially lower price in exchange for Meta using the user's prompts and completions as training data. That converts a privacy preference into an explicit line item.
No independent benchmark reproduction has appeared yet. Meta's claims of improvement over version 1.1 are internal, and the comparisons that matter, against Anthropic's Claude Code and OpenAI's coding stack on tasks like real repository-level pull requests, have not been published by a neutral party. The Register noted that Meta is entering a category where the incumbents already have developer habit on their side.
Part of a tracked trend
Frontier Labs Race on AI Coding Capability
Coding is becoming a primary competitive battleground among frontier labs, with incumbents standing up permanent coding teams and investing in new training stages (e.g. midtraining) to match leaders like Anthropic; expect recurring reorganizations, benchmarks, and model releases aimed specifically at code.
Start a discussion in Townsquare.
More from this edition
Meta, which buys developer prompts and completions with a discount instead of paying for training data, and enterprises gaining a price floor against Anthropic and OpenAI coding subscriptions.
The prices and the one-million-token context are published, with the contributor tier reported at $0.10 per million input tokens against the standard $1.25, while every claimed gain over Muse Spark 1.1 remains Meta's internal measurement with no neutral repository-level benchmark yet.
An open-source-intelligence read of how likely this story is true with its real nuance, not a judgment of any outlet. It assesses the claim, weighing independent and adversarial reporting. How we label confidence.
What this means
Meta is competing on distribution and price rather than on a claimed capability lead, and the contributor tier is the mechanism: it buys training data with a discount instead of paying for it. That pressures Anthropic and OpenAI on the low end of coding-agent pricing, and it gives enterprises with strict data-handling rules a reason to stay on the standard tier at rates comparable to rivals. The replayable event log targets the same buyer, since audit trails are what unblock agent deployment in regulated engineering organizations.
What to watch
Observations to monitor, not financial advice.
Synthesized from: Polylog editors · Meta AI Developers Blog · VentureBeat · The Register
Comments
1Aug 9, 2:10 AM · edited
The discounted training tier will skew Meta's coding corpus toward open source and hobbyist work as enterprise users with IP concerns disproportionately pay full price.