Meta’s Claude Code rival exits beta with three new subscription tiers - and it’s pushing hard on price
Meta’s Claude Code rival exits beta with three new subscription tiers - and it’s pushing hard on price Meta has formally launched Muse Code out of beta, less than a month after first debuting the coding agent. Alongside a host of new features and an SDK, Meta has introduced a trio of new subscription plans ranging from $5 to $50 per month, adding predictable monthly pricing to a product that already stood out at launch for aggressively undercutting rival coding agents on cost. Meta’s answer to Claude Code Powered by Meta’s own Muse Spark 1.2 model, Muse Code is effectively Meta’s answer to Anthropic’s Claude Code and OpenAI’s Codex: a terminal-based coding agent designed to handle complex software engineering tasks across large codebases. In its initial guise, Muse Code already came with asynchronous background agents, which stay active throughout a coding session to gather information and support the main agent. Meta also pitched it as capable of handling long-running engineering tasks across large repositories, from planning a change through to writing and validating the code. For its full public launch, Meta has added several new capabilities. One is inter-session messaging, which lets separate Muse Code sessions share context and state directly when their work overlaps. On top of that, Meta has also introduced Workflows, which builds on the existing multi-agent capability by orchestrating teams of specialized agents across larger jobs, carrying intermediate work between stages and returning a single result at the end. Developers can also monitor and steer the agents through a dedicated Workflows control room. Another notable addition is a rewind feature, which allows developers to roll back the conversation and code changes to an earlier point in a Muse Code session. The pricing factor One of the more contentious aspects of Muse Code at launch was its pricing setup. At the time, Meta offered two pay-as-you-go tiers. Its Standard tier charged $1.25 per million input tokens and $4.25 per million output tokens, while the so-called “Contributor” tier scythed those rates to just $0.10 and $0.20 respectively. The catch, of course, was that Contributor users had to opt in to having their prompts and completions used to help improve Meta’s products, a trade-off several engineering leaders told The New Stack at the time would rule it out for their proprietary code. “One of the more contentious aspects of Muse Code at launch was its pricing setup.” Price didn’t tell the whole story, however. The New Stack‘s Jessica Wachtel ran Muse Code and Claude Code through the same three coding tasks. While Muse Code cost much less, it consumed substantially more tokens, while also producing a weaker result on a refactoring task and leaving dead code behind on another. That raised a broader question around how much its price actually tells developers about the cost of getting useful work done. With the full launch, Meta has introduced a trio of subscription tiers alongside its existing pay-as-you-go options. The Everyday Usage plan costs $5 per month, High Usage costs $15 and promises three times as much usage, while the $50 Power Usage plan offers 10 times as much. Meta says the $5 plan typically provides around 10 to 50 requests every five hours, although the amount varies depending on the complexity of the work. That puts Muse Code well below its main rivals on headline subscription price. Anthropic includes Claude Code with its $20-a-month Pro plan, while its $100 Max 5x and $200 Max 20x plans provide five and 20 times Pro’s per-session usage respectively. OpenAI follows a similar approach: Codex is included with the $20 Plus plan, while its $100 and $200 Pro tiers provide five and 20 times the usage of Plus respectively. However, the actual amount of coding work those plans buy is harder to compare. Anthropic doesn’t currently publish an absolute number of Claude Code prompts for Pro, Max 5x or Max 20x, instead expressing the two Max allowances as multiples of Pro; it also applies five-hour session limits and weekly limits. OpenAI, on the other hand, is a little more helpful with its pricing page: for GPT-5.6 Sol, it estimates 10-100 local Codex messages every five hours on Plus; 50-500 on Pro 5x; and 200-2,000 on Pro 20x. Even then, OpenAI says actual usage varies with factors including the model, task complexity, context, reasoning and tools, so Meta’s 10-to-50-request estimate still doesn’t translate neatly into an apples-to-apples comparison. “After all the Claude and ChatGPT usage-limit drama, this is refreshingly simple.” Muhammad Navaid, a senior machine learning engineer, took to social media on Tuesday to highlight the simplicity of Meta’s proportional pricing structure, where each increase in price maps directly to the advertised increase in usage. “After all the Claude and ChatGPT usage-limit drama, this is refreshingly simple,” he writes on LinkedIn. “And honestly, this is how AI coding subscriptions should work.” Others were less enthusiastic about what such low prices might ultimately mean. Ashok Gelal, co-founder and CEO of Msty AI, describes the pricing as “unbelievably low,” but hinted at the data concerns that accompanied Muse Code’s original launch. “The biggest concern here is Meta itself,” Gelal writes on X. Building on Muse Code While the new subscriptions change how developers pay for Muse Code, another aspect of the public launch expands what they can do with it. A new SDK, currently in developer preview, extends Muse Code beyond its command-line interface. “Embed them in your apps, connect custom tools, stream progress, and resume sessions later.” Posting on X, Mark Zuckerberg notes that the aim is to let developers build their own agents on Muse Code. “Embed them in your apps, connect custom tools, stream progress, and resume sessions later,” Zuckerberg writes. In real terms, the SDK lets developers control Muse Code programmatically - meaning their own software can start and resume sessions, send instructions, handle responses and react to what the agent does, rather than requiring someone to operate Muse Code manually through the terminal. That could support everything from IDE integrations and internal engineering tools to standalone agentic products built on top of Muse Code. Meta isn’t alone here. Anthropic’s Claude Agent SDK similarly lets developers build applications around the capabilities behind Claude Code, while OpenAI offers a Codex SDK for embedding its coding agent inside other tools and services. Meta has also published the Muse Session Protocol (MSP), the underlying protocol used by external clients to communicate with Muse Code sessions. Developers can use Meta’s TypeScript SDK or implement MSP directly in another language. The broader significance, perhaps, is how quickly Meta is opening Muse Code up to third-party development. Less than a month after launching the CLI in beta, it’s already giving developers the tools to put Muse Code behind their own interfaces, applications and agents. Meta may be moving fast because it has to. Claude Code and Codex already have a head start, leaving Muse Code with little choice but to compete hard on price and features.
Comments
No comments yet. Start the discussion.