AI News AI资讯 4h ago Updated 2h ago 更新于 2小时前 49

Meet the New Claude Opus 5: Frontier-Class Agentic Coding and Computer Use at Unchanged Opus Pricing 遇见新版 Claude Opus 5:以不变的 Opus 价格实现前沿级智能体编码与计算机使用

Anthropic released Claude Opus 5, replacing Opus 4.8 as the flagship model with unchanged pricing ($5 input/$25 output per million tokens) and a 1M-token context window. "Thinking" is enabled by default, controlled by an effort parameter, with breaking changes that prevent disabling thinking at high or max effort levels. The model demonstrates significant leaps in agentic coding and computer use, scoring 70.57% on OSWorld 2.0 and 96.0% on SWE-bench Verified, outperforming previous versions and c Anthropic发布Claude Opus 5,默认开启思考模式,API层面存在破坏性变更(禁用思考时无法使用高/最大努力参数)。 在编程与智能体任务中表现卓越,SWE-bench Verified达96.0%,OSWorld 2.0达70.57%,ARC-AGI-3达30.16%。 推理能力突破,IMO 2026数学竞赛满分通过,Humanity's Last Exam得分显著提升,且安全性大幅增强。 定价维持$5/$25不变,上下文窗口统一为1M tokens,输出上限最高可达300k(Beta版),缓存门槛降低至512 tokens。 网络安全方面,漏洞发现能力提升但利用能力受限,提示

75
Hot 热度
65
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Anthropic released Claude Opus 5, replacing Opus 4.8 as the flagship model with unchanged pricing ($5 input/$25 output per million tokens) and a 1M-token context window.
  • "Thinking" is enabled by default, controlled by an effort parameter, with breaking changes that prevent disabling thinking at high or max effort levels.
  • The model demonstrates significant leaps in agentic coding and computer use, scoring 70.57% on OSWorld 2.0 and 96.0% on SWE-bench Verified, outperforming previous versions and competitors like GPT-5.6 Sol.
  • Reasoning capabilities reached gold-medal level on IMO 2026 problems and achieved a verified 30.16% on ARC-AGI-3, roughly four times the prior best score.
  • Safety measures include reduced false positive rates for prompt injection and a nuanced cybersecurity policy that allows vulnerability finding while blocking exploit generation.

Why It Matters

This release signals a strategic shift toward agentic workflows where deep reasoning ("thinking") is mandatory for complex tasks, forcing developers to adapt their prompting strategies and API configurations. The substantial performance gains in coding and autonomous agent benchmarks suggest that Opus 5 is becoming a primary candidate for automated software engineering and complex multi-step task execution. Additionally, the refined safety protocols regarding cybersecurity and prompt injection provide critical insights for enterprises deploying LLMs in sensitive or interactive environments.

Technical Details

  • API Changes: Thinking is on by default; the effort parameter controls depth. Setting thinking: {"type": "disabled"} with xhigh or max effort returns a 400 error. Developers are advised to remove manual verification prompts to avoid over-verification.
  • Context and Limits: The model ID is claude-opus-5. Context window is 1M tokens (default and max). Max output is 128k tokens via Messages API, extendable to 300k via Message Batches API beta header. Minimum cacheable prompt size reduced to 512 tokens.
  • Benchmark Performance:
    • Coding/Agentic: 43.3% on FrontierBench v0.1 (vs 18.7% for Opus 4.8), 96.0% on SWE-bench Verified, 70.57% on OSWorld 2.0, and 26.0% on Zapier AutomationBench.
    • Reasoning: 42/42 correct on IMO 2026 problems (gold-medal level), 30.16% on ARC-AGI-3 (verified), and 56.3%-64.7% on Humanity's Last Exam.
    • Multimodal: Chartography score improved from 29.6% to 83.0% with tool use; BenchCAD Vision2Code voxel IoU increased from 0.366 to 0.821 with tools.
  • Safety Metrics: Indirect prompt injection success dropped to 2.0% on Gray Swan benchmark. Browser attack success in Claude Cowork dropped to 3.70% without safeguards and 0% with auto mode. Cybersecurity classifiers intervene 85% less often than Fable 5, though exploit generation remains blocked.

Industry Insight

  • Prompt Engineering Evolution: The mandatory nature of "thinking" at higher effort levels means developers can no longer rely on simple, fast inference for complex tasks. Optimization strategies must now focus on managing token costs associated with extended reasoning traces and adjusting max_tokens limits accordingly.
  • Agentic Infrastructure Demand: The superior performance in OSWorld and SWE-bench suggests a growing market need for robust agentic frameworks that can effectively orchestrate Opus 5's tool-use capabilities. Enterprises should prioritize integrating models with strong computer-use and coding agents into their CI/CD and automation pipelines.
  • Security Posture Adjustment: With reduced false positives in safety classifiers and specific restrictions on exploit generation, security teams should update their threat models. The ability to find vulnerabilities but not exploit them creates a new dynamic for red-teaming and defensive coding practices, requiring careful handling of the Cyber Verification Program for advanced use cases.

TL;DR

  • Anthropic发布Claude Opus 5,默认开启思考模式,API层面存在破坏性变更(禁用思考时无法使用高/最大努力参数)。
  • 在编程与智能体任务中表现卓越,SWE-bench Verified达96.0%,OSWorld 2.0达70.57%,ARC-AGI-3达30.16%。
  • 推理能力突破,IMO 2026数学竞赛满分通过,Humanity's Last Exam得分显著提升,且安全性大幅增强。
  • 定价维持$5/$25不变,上下文窗口统一为1M tokens,输出上限最高可达300k(Beta版),缓存门槛降低至512 tokens。
  • 网络安全方面,漏洞发现能力提升但利用能力受限,提示注入攻击成功率大幅下降,符合ASL-3保护标准。

为什么值得看

Claude Opus 5标志着AI从单纯对话向复杂智能体操作和深度推理的重大转变,其默认的“思考”机制和极高的代码/数学能力为开发者提供了接近人类专家水平的自动化解决方案。对于行业而言,它在保持价格不变的情况下大幅提升了性能并增强了安全性,重新定义了前沿模型的基准,同时也展示了在强化安全护栏的同时提升能力的平衡策略。

技术解析

  • API与配置变更:Opus 5默认启用思考过程,通过effort参数控制深度;若设置thinking: {"type": "disabled"}同时使用xhighmax努力级别将返回400错误。模型ID为claude-opus-5,上下文窗口固定为1M tokens,同步API最大输出128k tokens,Message Batches API Beta版支持300k输出。
  • 基准测试成绩:在FrontierBench v0.1上达到43.3%(Opus 4.8为18.7%);SWE-bench Verified为96.0%,Multimodal为59.4%;OSWorld 2.0智能体得分为70.57%;ARC-AGI-3验证得分为30.16%,是此前最佳分数的四倍。
  • 推理与安全能力:在IMO 2026六道题中取得42/42满分;在Gray Swan间接提示注入基准中,攻击成功率从5.5%降至2.0%;浏览器环境攻击成功率在无防护下降至3.70%,开启自动模式后为0%。
  • 网络安全特性:虽未专门针对网安训练,但漏洞发现能力接近Mythos 5,而利用能力显著落后,因此开放了源代码漏洞发现但封锁二进制扫描和渗透测试,分类器干预频率比Fable 5低85%。

行业启示

  • 开发范式调整:开发者需立即审查现有Prompt工程,移除冗余的“验证步骤”指令以避免过度验证,并适应默认思考模式带来的Token消耗变化及API兼容性调整。
  • 智能体应用落地加速:Opus 5在代码生成、自动化操作(Zapier AutomationBench)和复杂推理上的突破,表明AI已具备处理端到端复杂任务的潜力,企业应积极探索将Opus 5集成到自动化工作流中。
  • 安全与能力的平衡策略:Anthropic通过区分“发现”与“利用”能力来管理网络安全风险,这种细粒度的安全控制模型为其他前沿模型的安全部署提供了参考,即在提升能力的同时通过架构设计限制滥用风险。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Claude Claude Product Launch 产品发布 Agent Agent Code Generation 代码生成