Meta Enters AI Coding Race with Muse Code and Muse Spark 1.2, Challenging Anthropic and OpenAI on Price
Key Takeaways
- β’Meta launched Muse Code and Muse Spark 1.2 on August 5, marking its entry into paid, proprietary AI coding tools and a departure from its open-weight Llama strategy.
- β’Muse Spark 1.2 scored 82.9% on Terminal-Bench 2.1 and ranks 14th of 186 models on the Artificial Analysis Intelligence Index, trailing Anthropic's Opus 5 on both major benchmarks.
- β’Under its Contributor tier, Muse Spark 1.2 undercuts DeepSeek's V4-Flash and V4-Pro on input and output token pricing, but standard pricing remains higher than both DeepSeek models.
- β’Muse Code employs persistent background agents and isolated Git worktrees, with a local event log enabling interrupted sessions to resume from checkpoints rather than restarting.
- β’DeepSeek is reportedly planning a significant price increase for its AI services, according to Bloomberg, which could narrow the competitive pricing gap in the AI model market.

Meta officially entered the AI coding tools market on August 5, launching Muse Code, a terminal-based coding agent, alongside Muse Spark 1.2, its coding-focused AI model. The release takes direct aim at established competitors including Anthropic's Claude Code and OpenAI's Codex, marking one of the fastest-growing commercial applications of generative AI as a competitive frontier.
Unlike Meta's open-weight Llama models, Muse Code is paid software available for macOS and Linux. The company positions it as a tool built for full-scale software development across extensive codebases rather than simple snippet generation. Muse Code integrates closely with the Muse Spark 1.2 model. The move into paid, proprietary tooling represents a notable commercial strategy shift for Meta, which has built its AI reputation on freely releasing Llama model weights to the research and developer community.
Meta CEO Mark Zuckerberg stated that the agent can execute "complete software engineering tasks across large repos: planning changes, writing code, validating the results." He noted that internal testing demonstrated the agent's ability to simultaneously create six different game features without issues, and indicated that additional open-weight AI software launches would follow.
Meta's Position in a Crowded Market
Meta is stepping into a sector where Anthropic and OpenAI are already dominant players, and where startups such as Cursor have demonstrated strong demand for AI-powered software engineering tools. The competitive field now spans both IDE-integrated assistants like Cursor and terminal-based agents like Claude Code and Muse Code, reflecting a broader industry evolution from simple code autocomplete toward autonomous agents capable of handling multi-step engineering workflows.
Meta acknowledges that while Muse Spark 1.2 is competitive in certain respects, it is not yet the market leader. The model scored 82.9% on Terminal-Bench 2.1, outperforming GPT-5.6 Terra and Grok 4.5 but trailing Anthropic's Opus 5. On the DeepSWE 1.1 benchmark, Muse Spark 1.2 placed third, again behind Opus 5.
Third-party evaluations echo these findings. According to Artificial Analysis, Muse Spark 1.2 ranks 14th out of 186 models on the Intelligence Index with a score of 54, above the median of 32. The model benefits from good latency and a relatively low price point, suggesting Meta is prioritizing a balance between performance and cost rather than chasing top-tier benchmark results. As benchmark scores among leading models have begun to converge, API economics have become an increasingly prominent differentiator for developers evaluating providers.
Pricing: Muse Spark 1.2 vs. DeepSeek's V4 Family
Pricing could prove to be one of Meta's most significant competitive advantages, provided developers are willing to accept the associated tradeoffs.
Reuters, citing Artificial Analysis, reported that DeepSeek V4-Flash is currently the least expensive widely used AI model in benchmark tests, making the DeepSeek V4 family a key pricing reference point for competing frontier models.
Muse Spark 1.2 offers two pricing tiers. Standard API pricing is set at $1.25 per million input tokens, $0.15 per million cached input tokens, and $4.25 per million output tokens. Meta also offers a Contributor tier for approved prompts and responses, which substantially reduces costs to $0.10 per million input tokens, $0.01 per million cached input tokens, and $0.20 per million output tokens.
For comparison, DeepSeek charges $0.14, $0.0028, and $0.28 per million input, cached input, and output tokens respectively for V4-Flash. V4-Pro is priced at $0.435, $0.0145, and $0.87 for the same token categories, with rates varying based on peak and off-peak usage according to the API documentation.
These figures reveal two distinct pricing strategies. Under standard pricing, Muse Spark 1.2 is more expensive than both DeepSeek models. However, under the Contributor tier, Meta undercuts both V4-Flash and V4-Pro on input and output pricing, making it one of the most affordable options for eligible users willing to share their data.
DeepSeek's pricing advantage may not be permanent. According to Bloomberg, DeepSeek is planning a significant price increase for its AI services, though details have not yet been disclosed. If implemented, the new pricing could narrow the gap between DeepSeek and other major competitors.
Persistent Background Agents and Reliability Focus
The defining characteristic of Meta's agent may lie in its architecture rather than its benchmark performance. According to the company's engineering notes, Muse employs persistent background agents that maintain repository context throughout each development session, rather than resetting from scratch with every request.
For larger projects, Muse distributes tasks across multiple isolated Git worktrees, allowing sub-agents to operate independently without interfering with the developer's primary workspace.
Meta has also emphasized reliability. Every model call, tool execution, and file edit is recorded in a local event log, enabling interrupted sessions to resume from a checkpoint rather than starting over. The company tested this system across more than 1,000 tool calls during a 24-hour GPU kernel engineering task, underscoring its commitment to long-running autonomous software engineering. This architecture reflects a broader industry shift toward agents designed for sustained, real-world development workflows, where session continuity and fault tolerance matter as much as raw code generation quality.
The launch intensifies competition across the global AI sector. Meta's entry gives software developers an additional viable option alongside Anthropic, OpenAI, and DeepSeek, increasing pressure on AI providers to compete on both coding capabilities and pricing. This dynamic could accelerate product development cycles, reduce inference costs, and broaden access to advanced AI programming tools for software engineering teams.