{"slug": "meta-muse-code-what-to-know-before-running-muse-login", "title": "Meta Muse Code: What to Know Before Running muse login", "summary": "Meta released Muse Code on August 5, a terminal-based AI coding agent powered by its proprietary Muse Spark 1.2 model, which uses parallel sub-agents in isolated git worktrees to handle large codebases. The tool benchmarks at 82.9% on Terminal-Bench 2.1 and 59.3% on DeepSWE v1.1, but Meta's contributor pricing tier grants Meta training rights on prompts and completions, including machine-wide instruction files, posing a privacy risk for engineers.", "body_md": "Meta shipped Muse Code on August 5 — a terminal-based AI coding agent powered by [Muse Spark 1.2](https://developer.meta.com/ai/models/muse-spark/), its new proprietary coding model. It puts Meta directly against Claude Code, GitHub Copilot, and Cursor with a legitimately different architectural idea: parallel sub-agents, each isolated in its own git worktree. That’s the upside. The downside is buried in the default pricing tier, and most early coverage has glossed over it.\n\n## The Worktree Architecture: Why It Actually Matters\n\nMost AI coding agents handle parallelism badly. Spawn two agents writing to the same file at the same time and you get chaos — overwrites, lost changes, broken state. Muse Code sidesteps this with a worktree-per-agent model. When you give it a large task, it decomposes the work and fans it out to up to eight sub-agents, each running in its own git worktree: a separate directory, a separate branch, sharing one `.git`\n\nhistory. The agents can work simultaneously without touching your working copy. Conflicts get resolved at merge time — the only place they should be resolved.\n\nMark Zuckerberg [demoed this by building six game features in parallel simultaneously with no collisions](https://techcrunch.com/2026/08/05/meta-launches-muse-code-an-ai-agent-for-large-code-bases/). That’s a real benchmark that matters to anyone who’s watched a coding agent step on itself mid-task. For large refactors, multi-module changes, or parallel feature work, this architecture is meaningfully better than an agent that runs tasks serially or naively in parallel.\n\nMuse Code also keeps its sub-agents alive for the entire session — not respawned fresh per task. That persistent async design allows long-running work to continue past a single response, which competing tools don’t match yet.\n\n## Getting It Running\n\nInstallation is one command on macOS or Linux (x86_64 and arm64). Windows users need WSL2 — native Windows is not supported and the installer will hard-fail. No Node.js, no Python. Just curl and bash.\n\n```\ncurl -fsSL https://dev.meta.ai/install.sh | bash\nmuse login\n```\n\nOn first run, Muse Code prompts you to trust the workspace and authenticate via browser or API key. Credentials land in `~/.config/muse/auth.json`\n\n. Approvals mode and an OS sandbox are both on by default — sensible choices for a beta agent with shell access.\n\n## The Benchmark Situation\n\nMeta reports Muse Spark 1.2 hits 82.9% on Terminal-Bench 2.1 and 59.3% on DeepSWE v1.1 — up 6.7 and 6.3 points respectively over Muse Spark 1.1. Those numbers look strong. But there’s a catch in the methodology: the comparison benchmarks Muse Spark 1.2 inside Muse Code while benchmarking Muse Spark 1.1 inside mini-swe-agent. Two variables changed at once — the model and the harness. That’s valid for a product comparison, but Meta’s presentation implies a pure model improvement it cannot actually isolate.\n\nAs of August 7, Muse Spark 1.2 was not yet on the public Terminal-Bench 2.1 leaderboard. Treat these as product-level benchmarks, not model-level benchmarks. Claude Opus 5 still holds the edge on raw coding capability in independent evaluation.\n\n## Read This Before You Run `muse login`\n\nMuse Code has two pricing tiers. The standard tier costs $1.25/$4.25 per million input/output tokens. The contributor tier costs $0.10/$0.20 per million — roughly 12–21x cheaper. The contributor tier has one condition: [Meta trains on your prompts and completions](https://codersera.com/blog/muse-code-contributor-tier-privacy-2026/).\n\nThat’s the headline risk. Here’s the less-covered one: Muse Code loads agent instruction files from outside your workspace — your machine-wide configuration. On the contributor tier, those files count as prompt content, which is exactly what grants Meta training rights. If your instruction file contains internal architecture notes, unreleased product context, client names, or credentials guidance — and most working engineers’ configs contain at least one of those — that material enters Meta’s training pipeline from your first request.\n\nIf you’re a solo developer working on personal projects, the contributor tier is a reasonable trade. If you’re working on proprietary code or anything client-facing, switch to the standard tier before you authenticate. The setting is not hidden, but the default behavior is easy to miss.\n\n## How It Stacks Up\n\n| Tool | Pricing | Terminal-First | Parallel Agents | Data Training Risk |\n|---|---|---|---|---|\n| Muse Code (standard) | $1.25/$4.25 per 1M tokens | Yes | Yes (worktrees) | No |\n| Muse Code (contributor) | $0.10/$0.20 per 1M tokens | Yes | Yes (worktrees) | Yes |\n| Claude Code | $20–$100/month | Yes | Yes | No |\n| GitHub Copilot | $10–$39/month | No (IDE-first) | Limited | No |\n| Cursor | $20/month | No (IDE-first) | Limited | No |\n\n## The Bottom Line\n\nThe worktree parallelism is the most technically interesting thing about Muse Code, and it solves a real problem for developers working on large codebases. The rest — terminal-native install, persistent agents, pay-as-you-go pricing — is competitive with the field but not a category lead.\n\nWorth installing? Yes, especially if you do large-codebase work where the worktree model earns its keep. Just check which tier you’re on before you start working. Read [Meta’s official Muse Code documentation](https://developer.meta.com/ai/resources/blog/build-with-muse-code/) for the full setup guide and cookbook.", "url": "https://wpnews.pro/news/meta-muse-code-what-to-know-before-running-muse-login", "canonical_source": "https://byteiota.com/meta-muse-code-terminal-ai-coding-agent/", "published_at": "2026-08-22 18:08:20+00:00", "updated_at": "2026-08-22 18:14:18.156886+00:00", "lang": "en", "topics": ["ai-products", "ai-agents", "developer-tools", "generative-ai"], "entities": ["Meta", "Muse Code", "Muse Spark 1.2", "Mark Zuckerberg", "Claude Code", "GitHub Copilot", "Cursor", "Claude Opus 5"], "alternates": {"html": "https://wpnews.pro/news/meta-muse-code-what-to-know-before-running-muse-login", "markdown": "https://wpnews.pro/news/meta-muse-code-what-to-know-before-running-muse-login.md", "text": "https://wpnews.pro/news/meta-muse-code-what-to-know-before-running-muse-login.txt", "jsonld": "https://wpnews.pro/news/meta-muse-code-what-to-know-before-running-muse-login.jsonld"}}