AI News AI资讯 1d ago Updated 1d ago 更新于 1天前 51

Sakana AI Releases Fugu-Cyber: An Orchestration Model Reporting 86.9% on CyberGym and 72.1% on CTI-REALM Sakana AI发布Fugu-Cyber:在CyberGym上报告86.9%,在CTI-REALM上报告72.1%的编排模型

Sakana AI released Fugu-Cyber (v1.0), a cybersecurity-specialized endpoint for its Fugu orchestration framework, rather than a standalone frontier model. The model reports an 86.9% success rate on the CyberGym benchmark and 72.1% on CTI-REALM, claiming performance comparable to or slightly exceeding GPT-5.5-Cyber and Claude Mythos Preview. Fugu-Cyber operates within an agentic architecture using TRINITY and Conductor methods, delegating tasks to Thinker, Worker, and Verifier roles with a specifi Sakana AI发布Fugu-Cyber,作为Fugu编排系统的第三个专用端点,专注于安全推理而非独立前沿模型。 在CyberGym基准测试中取得86.9%的成功率,略高于OpenAI的GPT-5.5-Cyber(85.6%)和Anthropic的Claude Mythos Preview(83.1%)。 在Microsoft的CTI-REALM检测工程基准中得分72.1%,超越了此前基于Claude配置的最高记录(约0.685),但需注意该评分为轨迹奖励而非通过率。 采用TRINITY和Conductor架构,通过强化学习协调Thinker、Worker和Verifier角色,特别强调Ve

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

Analysis 深度分析

TL;DR

  • Sakana AI released Fugu-Cyber (v1.0), a cybersecurity-specialized endpoint for its Fugu orchestration framework, rather than a standalone frontier model.
  • The model reports an 86.9% success rate on the CyberGym benchmark and 72.1% on CTI-REALM, claiming performance comparable to or slightly exceeding GPT-5.5-Cyber and Claude Mythos Preview.
  • Fugu-Cyber operates within an agentic architecture using TRINITY and Conductor methods, delegating tasks to Thinker, Worker, and Verifier roles with a specific focus on security validation.
  • Access is strictly gated via manual application, defensive-use only policies, and token-based billing, with no EU/EEA availability due to ongoing GDPR compliance efforts.
  • Pricing includes a 20% premium over standard Fugu-Ultra rates, with costs doubling for contexts exceeding 272K tokens, reflecting the high computational cost of long codebase analysis.

Why It Matters

This release highlights the industry shift from monolithic large language models to specialized orchestration frameworks that leverage multiple agents for complex reasoning tasks like cybersecurity. For practitioners, it demonstrates that achieving frontier-level performance in niche domains may rely more on robust verification workflows and agentic routing than on raw model scale alone. Additionally, the strict access controls and pricing structure signal a trend toward enterprise-grade, high-cost specialized APIs that require careful budgeting for long-context operations.

Technical Details

  • Architecture: Fugu-Cyber is part of the Fugu orchestrator family, utilizing the TRINITY framework (assigning Thinker, Worker, Verifier roles across LLMs) and the Conductor method (learning natural-language coordination via reinforcement learning).
  • CyberGym Benchmark: A UC Berkeley benchmark involving 1,507 real-world vulnerabilities across 188 OSS-Fuzz projects. Agents must write proof-of-concept exploits that crash pre-patch builds but not post-patch builds, ensuring genuine vulnerability discovery rather than gaming the test.
  • CTI-REALM Benchmark: Microsoft’s open-source detection-engineering benchmark using 37 public threat reports. Agents map MITRE ATT&CK techniques, explore telemetry, iterate on KQL queries, and emit validated Sigma rules across Linux, AKS, and Azure environments.
  • Performance Metrics: Sakana reports 86.9% on CyberGym (surpassing OpenAI's 85.6% for GPT-5.5-Cyber and Anthropic's 83.1% for Claude Mythos Preview) and 72.1% on CTI-REALM (outperforming Microsoft's top Claude configurations which scored between 0.624 and 0.685 trajectory reward).
  • Verification Focus: The technical emphasis is on the "Verifier" role, where security-specialized sub-agents validate candidate vulnerabilities before any patch or exploit is proposed, reducing false positives.

Industry Insight

  • Orchestration Over Monoliths: The success of Fugu-Cyber suggests that future competitive advantages in specialized AI fields will come from sophisticated multi-agent orchestration and verification layers rather than just training larger base models.
  • Cost Management for Long Contexts: The pricing model, which doubles rates for contexts over 272K tokens, indicates that practical deployment of these models in code-heavy security tasks will require significant infrastructure budgeting and context-window optimization strategies.
  • Regulatory and Access Barriers: The manual approval process, lack of weights, and regional restrictions (no EU/EEA) demonstrate that high-performance specialized AI models are becoming increasingly closed and regulated, limiting open research and requiring direct vendor engagement for access.

TL;DR

  • Sakana AI发布Fugu-Cyber,作为Fugu编排系统的第三个专用端点,专注于安全推理而非独立前沿模型。
  • 在CyberGym基准测试中取得86.9%的成功率,略高于OpenAI的GPT-5.5-Cyber(85.6%)和Anthropic的Claude Mythos Preview(83.1%)。
  • 在Microsoft的CTI-REALM检测工程基准中得分72.1%,超越了此前基于Claude配置的最高记录(约0.685),但需注意该评分为轨迹奖励而非通过率。
  • 采用TRINITY和Conductor架构,通过强化学习协调Thinker、Worker和Verifier角色,特别强调Verifier在漏洞验证中的关键作用。
  • 访问受限且定价较高:需手动审批申请,仅支持Token Plan订阅,欧盟地区暂不可用,长上下文场景下价格翻倍。

为什么值得看

本文揭示了Agentic AI在垂直领域(网络安全)落地的最新进展,展示了从通用模型向专用编排系统演进的趋势。对于AI从业者而言,理解这种“编排+专家子代理”的架构如何提升复杂任务(如漏洞利用与检测规则生成)的性能至关重要。同时,文章对基准测试数据的批判性分析提醒行业关注评估指标的真实含义及自报成绩的可信度。

技术解析

  • 架构机制:Fugu-Cyber并非独立训练的大语言模型,而是Fugu编排器的一部分。它利用TRINITY框架分配Thinker(思考)、Worker(执行)和Verifier(验证)角色,并通过The Conductor策略进行自然语言协调。在安全场景中,Verifier角色被强化,用于在提出补丁前由安全专用子代理验证候选漏洞。
  • 基准测试细节
    • CyberGym:UC Berkeley开发的基准,包含1,507个真实漏洞。任务要求代理编写概念验证代码(PoC),能崩溃未修补版本但不能崩溃已修补版本,具有极高的防作弊难度。
    • CTI-REALM:Microsoft开发的开源检测工程基准,基于37份公开威胁报告。任务涉及映射MITRE ATT&CK技术、探索遥测数据、迭代KQL查询并生成有效的Sigma规则,覆盖Linux、AKS和Azure云环境。
  • 性能对比:Sakana报告的86.9%(CyberGym)和72.1%(CTI-REALM)均为自报数据且未经独立复现。虽然CyberGym分数小幅领先竞品,但CTI-REALM的72.1%是轨迹奖励值(0-1之间),直接称为“成功率”存在误导性,且微软内部最高分仅为0.685。
  • 部署与限制:路由逻辑 proprietary(专有),用户无法得知具体哪个模型处理了哪一步。API不支持欧盟/EEA地区以解决GDPR合规问题,且不提供权重下载。

行业启示

  • Agentic AI架构趋势:未来的高性能AI应用将更多依赖于复杂的编排系统(Orchestrator)和多代理协作(Multi-agent collaboration),而非单纯追求单一基座模型的参数规模。专门的角色分工(如专门的Verifier)能显著提升特定领域的可靠性。
  • 基准测试的透明度危机:企业应警惕厂商自报的“领先”成绩,特别是当评分标准(如轨迹奖励 vs 通过率)不一致时。行业需要更标准化、可复现且定义清晰的第三方基准来评估Agentic AI的真实能力。
  • 商业化壁垒与合规挑战:高级AI能力的获取正变得日益封闭(手动审批、区域限制、高溢价)。企业在引入此类工具时,必须提前规划数据隐私合规(如GDPR)以及高昂的API调用成本,尤其是处理长上下文代码库时的费用激增。

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

Open Source 开源 Security 安全 Benchmark 基准测试 Agent Agent Research 科学研究