Announcement from Meta AI Research on August 5, 2026: Muse Code in beta, a terminal coding agent, and Muse Spark 1.2, the model powering it. Meta itself frames the launch — "our next step toward the frontier, with larger and much more capable models on the way".

On the harness side, three decisions. Asynchronous background agents that "remain active throughout each session, rather than being spawned for individual tasks", avoiding redundant information gathering and deciding on their own when to report back to the main agent. A local event log recording every model call, tool run, approval, and edit, which makes the runtime "replay-exact and restart-safe": after a crash, the agent resumes exactly where it left off. And three skills shipped out of the box: /plan (a plan submitted for approval), /grill (stress-tests the plan until it holds up), and /goal.

On the model side, Meta claims co-training with the harness "to maximize harness compatibility", long-horizon training (whole repository, end-to-end projects, self-research, context compaction), and a self-improvement loop in which version 1.1 generates the environments and grades the solutions, producing the training set for 1.2.

The central fact of this announcement is written nowhere in its text. The four published comparisons exist only as images, and they place Muse Spark 1.2 behind Opus 5 in all four cases: 82.9% vs 86.7% on Terminal-Bench 2.1, 59.3% vs 65.0% on DeepSWE 1.1, 70.6% vs 79.4% on Meta's own internal benchmark, and +68.7% vs +74.0% on the GPU kernel optimization case study, where the model finishes fourth out of six, behind GPT 5.6 Sol and behind Anthropic's previous generation.

And the model's own gain is smaller than it appears. On the two public benchmarks, version 1.1 is evaluated with mini-swe-agent and 1.2 with Muse Code: the 6.7-point gap conflates model and harness. On the internal benchmark, the only comparison with no harness indicated, it drops to 2.3 points.

The announcement therefore stands mainly as empirical confirmation of a thesis already stated: value is shifting toward the harness, and a harness co-trained with its own weights makes those weights all the less interchangeable.