changelog

Meta Ships Muse Spark 1.2 Coding Model and Muse Code Agent, Undercuts Rivals with $0.20 Output Pricing

TL;DR

Meta released Muse Spark 1.2, a coding-focused upgrade to Spark 1.1, alongside Muse Code, its first dedicated terminal coding agent. The cheapest pricing tier drops output tokens to $0.20 per million, but requires users to share their data for training.

3 min read
0

Meta has released Muse Spark 1.2, an upgrade focused on coding performance, along with Muse Code, the company's first dedicated coding agent. The release positions Meta to compete primarily on price rather than raw capability, with a discounted tier that trades cheaper tokens for user data.

What changed in Spark 1.2

According to Meta, Spark 1.2 improves on code generation, debugging, and reasoning over large codebases compared to Spark 1.1, which shipped earlier this year. The company put more training compute toward programming tasks and scaled up the number of training environments, focusing on long-running work such as generating entire repositories or conducting independent research.

Meta says the model was trained to plan several steps ahead, work toward a fixed goal, and compress prior context rather than truncate it during extended sessions. Some training data came from Spark 1.1 itself: the predecessor generated programming tasks and instruction templates, then scored candidate solutions against them. Meta claims this self-generated data pipeline helps Spark 1.2 follow complex instructions more accurately than its predecessor.

Benchmark gaps

Meta compared Spark 1.2 against Grok 4.5, Claude Opus 5, GPT-5.6 Terra (not OpenAI's stronger Sol model), and Gemini 3.6 Flash on Terminal-Bench 2.1, DeepSWE v1.1, and a set of 440 internal codebase tasks. Spark 1.2 shows a clear improvement over Spark 1.1 but does not consistently close the gap to top performers.

Meta's own methodology documentation acknowledges the test setup was not tuned for competing models and may not reflect their best possible results. Independent leaderboards support this: Opus 5 scores roughly two percentage points higher elsewhere than in Meta's published charts. Notably, Meta's methodology document confirms Kimi K3 was tested, but the model is absent from published benchmark results. On Terminal-Bench 2.1, K3 trails Opus 5 by a narrow margin and sits well ahead of Spark 1.2. DeepSWE results also can't be directly compared to the public leaderboard, since each model ran inside its own agent framework rather than a standardized harness.

Muse Code: Meta's answer to Claude Code and Codex

Muse Code, Meta's new terminal-based coding agent, installs with a single command and includes planning commands familiar from competitors: "/plan" generates a plan requiring user approval, while "/goal" drives the agent toward a fixed objective. A less common addition, "/grill," stress-tests a plan for weaknesses before execution.

The agent's distinguishing feature is how it manages sub-agents. Rather than spinning up for a single subtask and shutting down, Muse Code's helper agents stay active for an entire session and report findings on their own initiative, which Meta says reduces redundant research. The tool also supports fast-resume after crashes: it logs every model call, approval, and file change to a local protocol file, and claims to resume exactly where it left off rather than re-reading the full session context.

Pricing: discount for data

Standard pricing matches Spark 1.1: $1.25 per million input tokens and $4.25 per million output tokens. A new discount tier drops output pricing to $0.20 per million tokens, but requires users to share their data for model training. For comparison, Western competitors charge between $10 and $30 per million output tokens, while Chinese providers start around $0.18. Kimi K3 costs $3 per million input tokens and $15 per million output tokens, though cache hits reduce input costs to $0.30 per million.

Meta's stock dropped 10% last week. The company generates 98% of its revenue from advertising.

What this means

Meta's benchmark presentation omits its most relevant competitor, Kimi K3, despite testing against it — a gap that undercuts confidence in the comparative claims. The real story is pricing: a $0.20 per million output token tier, contingent on data sharing, undercuts most Western providers by an order of magnitude and matches the cheapest Chinese offerings. For a company earning nearly all its revenue from advertising, that data-for-discount trade may matter more than winning coding benchmarks outright.

Related Articles

changelog

DeepSeek V4-Flash 0731 Update Jumps Terminal-Bench Score by 25.8 Points With No Architecture Change

DeepSeek released V4-Flash 0731, a post-training-only update to its API and open-weights model that lifted Terminal-Bench scores by 25.8 points without changing model architecture or parameter count. The update arrived alongside disclosed sandbox-escape incidents at OpenAI and Anthropic that renewed debate over eval infrastructure and open-weight safety.

changelog

DeepSeek V4 Flash 'O731' Nearly Matches GPT-5.6 Luna, Costs 60% Less to Run

DeepSeek has updated its budget model V4 Flash to version '0731,' pushing its Artificial Analysis Intelligence Index score to 50 — just one point behind OpenAI's GPT-5.6 Luna — while costing an estimated 60 percent less per task. The MIT-licensed model keeps its 284B-parameter architecture but shows major gains in agentic benchmarks and token efficiency.

changelog

Sakana AI Claims Fugu Ultra v1.1 Router Beats Anthropic's Fable 5 Without Including It in the Pool

Sakana AI has released Fugu Ultra v1.1, an update to its multi-model router, claiming performance gains up to 7.9 points over v1.0 and results that beat Anthropic's Fable 5 despite Fable 5 not being part of the router's model pool. All benchmark figures come from Sakana itself and remain unverified.

changelog

Cline CLI v3.0.51 Standardizes Reasoning Effort Controls Across AI Providers

Cline released CLI v3.0.51, a patch update that standardizes how reasoning effort settings apply across AI providers, including Ollama. The update also adds a new selectable model and corrects error telemetry reporting.

Comments

Loading...