Meta Ships Muse Code Coding Agent and Muse Spark 1.2 Model

Meta released Muse Code, a terminal-based coding agent, alongside Muse Spark 1.2, the model that powers it. The pair was co-trained to perform best together, with Muse Spark 1.2 showing significant gains on coding benchmarks compared to its predecessor. Muse Code runs as a command-line agent that handles multi-file software engineering tasks. It uses persistent background subagents that stay active across a session rather than spawning fresh for each task, which Meta says reduces latency on com

2 min
Meta Ships Muse Code Coding Agent and Muse Spark 1.2 Model

Meta released Muse Code, a terminal-based coding agent, alongside Muse Spark 1.2, the model that powers it. The pair was co-trained to perform best together, with Muse Spark 1.2 showing significant gains on coding benchmarks compared to its predecessor.

Muse Code runs as a command-line agent that handles multi-file software engineering tasks. It uses persistent background subagents that stay active across a session rather than spawning fresh for each task, which Meta says reduces latency on complex multi-step work. Every model call, tool run, approval, and edit is recorded in a local event log, making the runtime replay-exact and restart-safe after crashes.

The agent ships with several bundled commands: /plan produces an approval-gated plan for a task, /grill stress-tests that plan, and /goal drives toward completion of a specified objective.

Muse Spark 1.2 is a coding-focused update to Muse Spark 1.1. Meta scaled up training compute on coding tasks and expanded training environment diversity. The model was trained on long-horizon coding work including whole-repository generation, large end-to-end projects, and auto-research. It also used a self-improvement loop: Muse Spark 1.1 generated challenging coding environments and graded candidate solutions, producing training data that helped Spark 1.2 follow complex instructions more precisely.

On Terminal-Bench 2.1 and DeepSWE 1.1, Muse Spark 1.2 scores competitively with frontier coding models. Meta also published a case study showing the agent iteratively optimizing GPU kernels (KDA and MLA, on NVIDIA Hopper GPUs) over more than 1,000 tool calls spanning up to 24 hours, with substantial speedup over baseline implementations.

Pricing: Standard and Contributor Tiers

Pricing follows a two-tier model. The standard tier costs $1.25 per million input tokens and $4.25 per million output tokens, roughly in line with Gemini 3.6 Flash. Users who opt into letting Meta use their data for product improvement get the contributor tier at $0.10 per million input and $0.20 per million output, a roughly 12x discount that undercuts even GPT-5.6 Luna.

Muse Spark 1.2 standard vs contributor pricing comparison - 12x difference for data sharing

Muse Code is available now for macOS and Linux. Muse Spark 1.2 is accessible through the Muse Code CLI and the Meta Model API.

Sources

Meta AI Research: Introducing Muse Code and Muse Spark 1.2 — https://research.meta.ai/blog/introducing-muse-code-and-muse-spark-1-2

Simon Willison: Introducing Muse Code and Muse Spark 1.2 — https://simonwillison.net/2026/Aug/5/muse-code-and-muse-spark-12/

Written by

More to read

  • OpenAI Flags Astra Model as Potentially Reaching Critical Cybersecurity Risk Level

    # OpenAI Flags Astra Model as Potentially Reaching "Critical" Cybersecurity Risk Level OpenAI has paused parts of development on its upcoming Astra model after internal evaluations indicated it could reach the highest risk tier — "Critical" — in the company's Preparedness Framework for cybersecurity capabilities. This is the first time OpenAI has flagged one of its own models as potentially reaching this level. ## Key Points - Internal tests of Astra showed "significant advancements in agenti

    1 min
  • ByteDance Trains 10 Trillion-Parameter AI Model to Rival Anthropic's Mythos

    ByteDance is pretraining a large model with up to 10 trillion parameters, a scale the Financial Times reports could put it in the same class as Anthropic's most advanced systems. The model, still in early pretraining, would be more than three times the size of Moonshot AI's Kimi K3, currently the largest Chinese model at 2.8 trillion parameters. Three people familiar with the project told the FT the model is in pretraining, a phase that typically lasts three to six months before full training a

    1 min