Meta launches Muse Code, an AI coding agent built for giant software projects
Meta's new terminal tool can plan, write and test code across huge codebases, and it spins up multiple AI sub-agents at once to get big jobs done faster.

Key points
- Meta released Muse Code in beta on Wednesday, 5 August 2026, targeting professional software developers.
- The tool runs on Meta's existing Muse Spark coding model and installs with a single terminal command.
- When a task is large enough, Muse Code splits the work across several AI sub-agents, which run at the same time without touching the developer's active files.
- Meta's AI chief Alexandr Wang specifically flagged cost as a reason to choose it over rivals like OpenAI's Codex and Anthropic's Claude Code.
Meta has a new tool for developers, and it is aimed squarely at one of the messiest parts of the job: working inside a huge, sprawling codebase where a single change can ripple through thousands of files.
Muse Code, which launched in beta this week, is an AI coding agent, meaning it is software that can carry out multi-step tasks on its own rather than just answering one question at a time. You give it a goal, and it plans the work, writes the code, and checks whether the result actually works. CEO Mark Zuckerberg announced it in a social media post on Wednesday.
What makes it different from other AI coding tools?
The standout feature is how it handles big jobs. When a task is large enough, Muse Code automatically spawns several smaller sub-agents that work through different parts of the project at the same time.
Zuckerberg gave a concrete example: in testing, the tool built six separate features for a game simultaneously, with no conflicts between them. Crucially, it works in isolated copies of the code, so your actual working files are never touched while it runs.
The tool is built on Muse Spark, Meta's previously released coding model, the AI underneath that does the actual code generation. It installs with a single command in a terminal, the text-based interface developers use to run programs.
How does it compare on price?
Meta is positioning Muse Code as the affordable option in a field that already has strong competitors. OpenAI has Codex and Anthropic has Claude Code, both targeting the same professional developer audience.
| Tool | Company | Current status |
|---|---|---|
| Muse Code | Meta | Beta, free to try |
| Codex | OpenAI | Available, paid tiers |
| Claude Code | Anthropic | Available, paid tiers |
Alexandr Wang, Meta's AI chief and head of Meta Superintelligence Labs, told the Wall Street Journal that cost is a key selling point. "We think that for a lot of workflows and a lot of use cases, this can be an incredibly good option, especially from a cost perspective," he said.
Meta has not published full pricing for the general release yet, so the free beta is your best window to test it right now.
What does this mean for everyday developers?
If you spend time wrangling large inherited codebases, or you work on a team where features need building in parallel, this is worth a look during the beta. The parallel sub-agent approach is genuinely different from most tools that work through tasks one step at a time.
One thing to know: as first reported by TechCrunch AI, Meta is still catching up in this space. The company spent years focusing its AI work on its advertising business before pushing into developer tools and enterprise software more recently. Muse Code is a signal that Meta wants to compete for professional developers, not just casual users.
No login or account details beyond your Meta credentials appear required to run the beta, but check Meta's own documentation before handing it access to a sensitive codebase.
Common questions
Do I need to be an experienced programmer to use Muse Code?
Yes, for now. Muse Code installs via a terminal command and is built for developers managing professional software projects. It is not a consumer app.
Is my code private when I use it?
Meta has not published a detailed privacy policy for Muse Code's beta yet. As a general rule, avoid running any AI coding tool over proprietary or sensitive code until you have read exactly what the tool sends back to its servers.



