缪斯火花 1.1
Muse Spark 1.1

原始链接: https://ai.meta.com/blog/introducing-muse-spark-meta-model-api/

Meta 推出了 **Muse Spark 1.1**,这是其多模态推理模型的重大升级,旨在执行更高级的智能体任务。主要的改进包括在工具使用、电脑操作导航和复杂代码工作流方面性能的提升。 该模型配备了 100 万 token 的上下文窗口,擅长规划、向子智能体分配任务,以及在极少人工干预的情况下管理跨多种应用的复杂项目。它在诊断大规模代码库方面取得了显著进展,并具备强大的多模态感知能力,能够解读视觉和音频数据以执行现实世界中的任务。 安全性依然是重中之重;该模型遵循 Meta 的高级 AI 扩展框架,在防范越狱和减少幻觉方面表现出更强的稳健性。 Muse Spark 1.1 现已通过 Meta AI 应用和 meta.ai 提供“思考”模式。此外,Meta 还推出了 **Meta Model API** 的公开预览版,使开发者能够将这些智能体功能集成到自己的应用中。包括 Replit 和 Cline 在内的行业合作伙伴对该模型的高效性、长上下文处理能力及其在企业级环境中的竞争表现给予了高度评价。

Meta 近期发布了 Muse Spark 1.1,在 Hacker News 上引发了关于基准测试完整性、人工智能市场竞争以及软件工程未来的激烈讨论。 争议的焦点之一涉及 Meta 的 Terminal-Bench 2.1 测试结果。批评者指责其存在“不透明的基准测试”行为,称该模型在测试过程中突破了严格的 CPU 和内存限制,实际上是通过“作弊”来获取更好的性能数据。用户对该公司表示怀疑,并指出整个行业内普遍存在针对基准测试进行投机取巧的现象。 在争议之外,社区还对更广泛的人工智能格局进行了探讨。许多人对由 Meta、OpenAI、Anthropic、谷歌以及新兴中国模型所推动的激烈竞争表示欢迎,认为这是促进创新和降低 Token 价格的催化剂。虽然一些用户称赞该模型在调试和诊断方面“令人印象深刻”的工具使用能力,但也有人质疑 Meta 推出的闭源模型(closed-weights models)的价值,认为这背离了其此前在开源领域的领先地位。 最后,用户就人工智能的发展最终是会增加还是减少对软件工程师的需求展开了热烈辩论。各方观点不一,一方持“看涨”观点,认为产品构建需求会随之扩大;另一方则支持“就业峰值”理论,认为在人工智能驱动的自动化时代,就业需求将达到顶峰。
相关文章

原文

Today, we’re excited to introduce Muse Spark 1.1, the latest model from Meta Superintelligence Labs and a significant upgrade from Muse Spark. Muse Spark 1.1 is a multimodal reasoning model built for agentic tasks, with major gains in tool and computer use, coding, and multimodal understanding.

With these improvements, Muse Spark 1.1 advances the performance-efficiency frontier. Together with this week’s launch of Muse Image, this release brings us closer to our vision of personal superintelligence: models that help you pursue your goals, create what you imagine, deepen your relationships, and take action on what you value most.

Along with this release, we are launching a public preview of the new Meta Model API where developers can access Muse Spark 1.1. The model is available now in "Thinking" mode in the Meta AI app and on meta.ai.

Evaluations

Agents

Muse Spark 1.1 delivers exceptional performance in personal agentic tasks that require planning and orchestration across a range of external apps and services. It zero-shot generalizes to new native tools, MCP servers, and custom skills.

It tackles complex projects significantly faster than Muse Spark, as it is trained to orchestrate multi-agent systems to optimize end-to-end latency. As the main agent, it can gather context, make a plan, and delegate execution across parallel subagents. As a subagent, it adheres to its job, understands available tools, and knows when to escalate back to the main agent.

Muse Spark 1.1 can actively manage its context window of 1 million tokens. It remembers actions, retrieves information from much earlier work, and compacts in a way that keeps the critical steps needed for later work.

Muse Spark 1.1 excels at computer-use workflows that unfold across multiple applications with information changing on-the-fly. It maintains context across extended sessions, adapts to evolving requirements, and navigates unfamiliar interfaces with minimal human intervention.

Rather than reasoning through every desktop step one click at a time, Muse Spark 1.1 understands when to automate and when to use the interface directly. We trained the model to write scripts when automation is faster, click when direct interaction is simpler, and generate batches of actions at each step.

Agentic dinner party organization: In real-world applications, new context arises that changes the task. Muse Spark 1.1 notices these changes when placing the dinner order and makes necessary updates without user intervention.

Coding

Coding performance for Muse Spark 1.1 improved substantially on real-world tasks involving large, complex codebases. It can diagnose and fix complex bugs, implement new features in enterprise-grade systems, and execute large code migrations. In use cases like creating web applications and end-to-end question answering, Muse Spark 1.1 shows large gains over our first model.

We trained our model to smoothly adapt to diverse harnesses and reliably handle complex multi-turn dynamics. Muse Spark 1.1 performs well with popular agentic coding setups, supporting common features like planning mode, goal conditioning, subagent delegation, and context compaction.

Debugging demo in OpenCode: Muse Spark 1.1 builds a chat web app, takes automated screenshots to identify user-visible failures, traces issues back to relevant code to implement fixes, and validates these changes. The model seamlessly combines coding, multimodal understanding, and tool calling.

Across Meta, developers and researchers are using Muse Spark 1.1 daily to build faster and work smarter. On our primary internal coding evaluation, Meta Internal Coding Bench, Muse Spark 1.1 significantly improves upon Muse Spark and is competitive with leading alternatives.

Researchers are now also automating model development and evaluation tasks by leveraging Muse Spark 1.1 in their workflows.

DeepSWE evaluation in OpenCode: Muse Spark 1.1 evaluates itself on a subset of DeepSWE tasks across different reasoning strengths and produces an analysis dashboard based on the results.

Along with coding and agentic capabilities, Muse Spark 1.1 excels in perception, multimodal reasoning, and tool use. It can interact with real environments and produce grounded outputs with strengths in visual-to-code artifact generation, ultra-descriptive image and video captioning, and agentic workflow execution for multimodal use cases.

Muse Spark 1.1’s multimodal capabilities are especially valuable when perception and action need to happen together. The model can inspect visual and audio, preserve details across a long workflow, and use those details while operating computers on the user’s behalf.

Facebook Marketplace agent: Using video shot from a smartphone, Muse Spark 1.1 extracts useful photos and reasons about the product to operate a user's browser and make a Facebook Marketplace listing on the user's behalf.

Safety

We conducted extensive safety evaluations before deployment, following the Advanced AI Scaling Framework, which defines evaluations, threat models, and deployment thresholds for our most advanced models.

Across all frontier risk categories — Chemical & Biological, Cybersecurity, and Loss of Control — our evaluations show Muse Spark 1.1 operates within safe margins. Muse Spark 1.1 demonstrates strong resistance to direct jailbreaks and indirect attacks from untrusted data, prompt injection, and developer-prompt attacks. Consequently, it shows better adversarial robustness, lower hallucination rates, and reduced sycophancy.

Our full safety posture for 1.1 is documented in our Muse Spark 1.1 Evaluation Report.

Availability

For the first time, developers can begin building with Muse Spark 1.1 via the new Meta Model API, now in public preview. Early partners of Muse Spark 1.1 praise the model as a complete agentic foundation, pairing long context handling with strong coding and reasoning capabilities to handle large-scale agentic workloads.

“What’s most impressive about Muse Spark is how much it packs into one model: massive million-token context, full multimodal support (images, video, PDFs), built-in search with citations, strong reasoning, top-tier coding abilities (particularly frontend and design), structured output, and parallel tool calling — all in a clean OpenAI-compatible package. A complete agentic foundation."

— Amjad Masad, CEO of Replit

“Meta is clearly building for serious agentic coding – strong tool use at a price point that makes it viable to run real coding workloads at scale. That combination is rare, and it’s exactly why we wanted Cline developers to have access early.”

— Saoud Rizwan, CEO of Cline

“When tested against Box’s enterprise work evaluation set, Muse Spark delivered enterprise capabilities competitive with today's leading frontier models. That level of intelligence, combined with its strengths in structured, procedural workflows across industries such as professional services, public sector, and industrial operations, makes it a compelling choice for organizations.”

— Yashodha Bhavnani, VP of AI Products at Box

We're thrilled to be releasing Muse Spark 1.1, a testament to our research momentum. We have even more capable models in training and look forward to sharing what’s to come.

Written by:

Meta Superintelligence Labs

联系我们 contact @ memedata.com