Muse Code 和 Muse Spark 1.2
Muse Code and Muse Spark 1.2

原始链接: https://research.meta.ai/blog/introducing-muse-code-and-muse-spark-1-2

Meta 推出了 **Muse Code (beta)**,这是一款基于终端的编程智能体,由其最新的 **Muse Spark 1.2** 模型驱动。Muse Code 专为复杂的软件工程而设计,通过一套协调一致的持久化异步子智能体系统,实现对整个代码库的规划、编写和验证。 主要功能包括: * **弹性运行时:** 本地事件日志确保操作支持断点续传,使智能体能够在崩溃后准确恢复执行长期任务。 * **高级规划:** 内置工具(如 `/plan`、用于压力测试的 `/grill` 以及 `/goal`)有助于管理复杂的多步骤项目。 * **性能优化:** Muse Spark 1.2 与 Muse Code 联合训练,特别增强了处理长周期任务的能力,例如全代码库生成和迭代调试。 在近期的一项内核优化案例研究中,该智能体通过超过 1000 次工具调用,自主提升了 NVIDIA GPU 内核的性能。Muse Code 现已在 macOS 和 Linux 上可用,Muse Spark 1.2 模型也可通过 Meta Model API 获取。

Meta 发布了 Muse Spark 1.2。作为一款侧重代码的模型,该版本在调试、代码库理解及开发者工作流方面均有所改进。此次发布距离 1.1 版本不到一个月,外界猜测 Meta 可能是为了应对 Kimi K3 等竞争对手的影响而进行的“重整”。 Hacker News 上的反应褒贬不一。一些用户认可该模型表现中规中矩,但另一些人则认为它难以与 GPT-5.6 Sol 等顶级模型竞争。批评者质疑其缺乏透明的成本和延迟指标,并对该平台的隐私保护及闭源特性表示怀疑。许多用户呼吁提高开放性,特别是要求 Meta 公开模型权重,并更明确地说明用户数据和代码在其环境中的处理方式。此外,快速的更新周期也引发了质疑,认为这次更新更多是出于市场压力,而非技术上的实质性飞跃。
相关文章

原文

We're excited to release Muse Code (beta), a terminal coding agent powered by Muse Spark 1.2, our newest model. This marks our next step toward the frontier, with larger and much more capable models on the way.

Install Muse Code on macOS or Linux:

Muse Code takes on complex software engineering tasks across large repositories: planning changes, writing code, and validating the results. It can coordinate multiple persistent subagents for each task, solving difficult problems faster, more accurately, and with less intervention.

Muse Code

Async Background Agents

Muse Code operates with a simple agent loop plus a set of async background agents to enhance the main agent's capability. These specialized background agents remain active throughout each session, rather than being spawned for individual tasks, helping avoid redundant information gathering. They carry out next steps and choose when to communicate back to the main agent. Their persistence reduces latency and the need for steering on difficult, multi-step tasks.