Meta is entering more seriously in the battle of AI coding tools with the beta debut of Muse Code, a terminal assisted agent to manage sophisticated work on huge software repositories. Released beginning of August and running Meta enhanced Muse Spark 1.2. the tool intends to go well beyond basic code completions into comprehensive software engineering operations that involve devising modifications, generating code and verifying outputs in a more autonomous manner. What distinguishes Muse Code is this notion of scale. Instead of objecting every call as a single conversation, the agent can spawn numerous persistent background sub-agents that exist for the duration of a session to take care of whatever tasks need to be performed. These corner agents asynchronously acquire context around work, explore various branches of a code repository, and come back with results when ready.
For more time consuming tasks, these corner agents can branch off into isolated git worktrees, ensuring the developer’s main working directory remains pristine. Meta has proven out this concept by having the agent produce multiple features for a game simultaneously without conflicts. The end result has a programmer feeling like she is managing a small team of junior developers than talking to a single agent. Install is intentionally very simple. If you’re on a MacOS or Linux, running a single curl command is enough to get started. Once in the terminal, Muse Code logs every model call, every tool invocation, every approval, and every edit within a local event log.
This event log makes the runtime restart-safe so that if the session crashes, it can resume precisely where it stopped. Built-in commands enable you to generate a plan, stress test it, or continue driving toward your given goal. The embedded Muse Spark 1.2 model was co-trained with the agent itself, with particular emphasis applied to long-horizon tasks like full-repository generation, multi-step debugging, and so on.
Meta has provided internal case studies where the system iterated on GPU kernel optimizations over over 1000 tool calls which spanned all the way up to one day. The launch brings Meta into a more direct competition than before with long-term players. The likes of Anthropic’s Claude Code, OpenAI’s Codex, and other similar tools have already gathered huge communities of professional programmers around them, and early benchmarks indicate even Metas newest Muse Spark 1.
2 still lags behind the top closed source models on certain coding benchmarks. The Meta approach seems to be more focused on reach and low prices: a data-sharing pricing tier reportedly is Quite a bit cheaper than competitors for those who opt to send their usage data back to improve the models. To cut over the overhead of using yet another editor or heavy plugin for in-term developers, having Muse Code run Natively in the terminal Of course helps. For teams dealing with large codebases, the potential is real. A synergy of parallel agents that can understand a repository structure and check their own work would ease transitions during big refactors or feature changes, or make initial exploratory debug sessions more comfortable. The road from curiousity to ownership will depend on how quickly the tool is reliable with multiple languages, and multi-project variations.

