
Hey guys, Mr. Technology here.
It is Tuesday, July 28, 2026, and the most important model release of the last seven days is not from OpenAI, Anthropic, Google, or xAI. It is from Sakana AI in Tokyo. On Monday, July 21, Sakana shipped Fugu-Cyber — a security-specialized endpoint on its existing Fugu multi-agent orchestrator. The benchmarks are the headline. The architecture is the story. The access gating is the part every CISO should actually care about.
What You Need to Know
>
- What: Fugu-Cyber (fugu-cyber-v1.0), a third endpoint on Sakana's Fugu orchestrator tuned for cybersecurity reasoning. - When: July 21, 2026. - Scores: 86.9% on CyberGym and 72.1% on CTI-REALM. - Comparison: 86.9% edges past GPT-5.5-Cyber's reported 85.6% and Claude Mythos Preview's 83.1% on CyberGym; 72.1% sits above Microsoft's own top-three band of 0.624 to 0.685 on CTI-REALM. - Price: $6 / $36 / $0.60 per million input / output / cached tokens — 1.2× Fugu-Ultra, doubles above 272K context. - Access: Application form, manual review, defensive AUP, Token Plan only, no EU/EEA, no weights, no self-hosting.
CyberGym is a UC Berkeley benchmark of 1,507 real-world vulnerabilities across 188 OSS-Fuzz projects. The agent gets a vulnerability description and an unpatched codebase, and must write a proof-of-concept that crashes the pre-patch build but not the post-patch build. That verification step is what makes it hard to game. When the researchers first published, the best pairing reached about 20%. Sakana's 86.9% is a small step past the current frontier (GPT-5.5-Cyber at 85.6%, Mythos Preview at 83.1%), not a four-times jump. The leaderboard is compressed.
CTI-REALM is Microsoft's open-source detection-engineering benchmark, built from 37 public threat reports. The agent must map MITRE ATT&CK techniques, iterate on KQL queries, and emit validated Sigma rules across Linux endpoints, AKS, and Azure cloud. Microsoft's own evaluation put the top three configurations — all Claude — in a band from 0.624 to 0.685. Sakana's 72.1% sits above that band. One caveat: CTI-REALM is a trajectory reward between 0 and 1, not a pass/fail rate. Sakana calls it a "success rate." Be precise.
Both numbers are self-reported. The evaluation harness, model configs, and prompt templates are unpublished. Independent reproduction is not yet available — Marktechpost and explainx.ai both flagged the gap within days. Treat 86.9 / 72.1 as directional, not definitive.
Fugu-Cyber is not a base model. It is a third endpoint on the existing Fugu orchestrator. Fugu itself is a small language model trained to read a query, build an agentic scaffold on the fly, and delegate sub-tasks to specialist models in a swappable pool. Two ICLR 2026 papers underpin the design:
The pool behind Fugu (documented in the Fugu technical report, arXiv:2606.21228) includes Claude Opus 4.8, Gemini 3.1 Pro, GPT-5.5, undisclosed open models, and the orchestrator itself as a recursive worker. Fugu-Ultra can construct workflows of up to five steps.
For Fugu-Cyber, the Verifier role is the point. A candidate vulnerability surfaced by one agent gets validated by security-specialized sub-agents before any patch is proposed. Routing is proprietary — Sakana does not expose which model handled which step. For SOC teams with strict audit requirements, that opacity is a non-trivial trade-off.
| Model | Optimization | Best fit | Access |
|---|---|---|---|
| Fugu | Performance / latency balance | Coding, review, chat | Subscription or PAYG |
| Fugu-Ultra | Max quality through deeper orchestration | Hard engineering, research | Subscription or PAYG |
| Fugu-Cyber | Security reasoning + verification | Vuln analysis, threat intel, detections | Approved Token Plan |
All three use one OpenAI-compatible API. Switching between them requires no code change.
Pricing is fixed at $6 / $36 / $0.60 per million input / output / cached tokens. Every line is exactly 1.2× the Fugu-Ultra rate — a flat 20% premium. Clean pricing: same orchestration, same pool, security-trained routing layer on top.
All three rates double above 272K-token context. A single CyberGym-style task on a large C/C++ codebase can easily push past 272K. A CTI-REALM task with 30 pages of threat report can too. Effective per-token rate at the high end is $12 / $72 / $1.20.
Access is gated on four dimensions:
1. Application form with stated use case and verified contact details. Manual review. 2. Defensive-use AUP that prohibits offensive misuse. 3. Token Plan only. The $20 / $100 / $200 subscription tiers cover Fugu and Fugu-Ultra only. 4. Not available in the EU or EEA while Sakana works toward GDPR compliance. UK and Switzerland also excluded.
There are no weights, no self-hosting, no on-prem deployment. Hosted API, full stop.
The reason Fugu-Cyber matters is not the benchmark. It is the product shape.
Frontier cyber models — Claude Mythos Preview, GPT-5.5-Cyber, Fable 5 — are within a few percentage points of each other on CyberGym, CTI-REALM, and the red-team evals. Picking "the best cyber model" is now a 2–4% decision. Not a defensible moat. What is defensible is the gated-capability-inside-a-verification-workflow pattern Sakana is shipping.
If you are a CISO evaluating a security-AI vendor in the second half of 2026, the question is no longer "which model has the highest CyberGym number?" It is: who has a real verification harness, who has a defensible AUP, who has the data-residency story, who has the SOC integration story, and who can tell me which model handled which step? Sakana has the first three, not the fourth. Anthropic Mythos has the first and fourth, not the second. OpenAI GPT-5.5-Cyber has the first and second, not the third. Nobody has all four.
For builders: the orchestrator + verification-harness pattern is now a product category. If you are building security tooling on top of hosted APIs in 2026, stop picking one model and one prompt. Build the harness. Route across a pool. Verify before you ship. Sakana validated the pattern is good enough to charge $6 / $36 for. The question is whether the rest of the market catches up, or whether Sakana gets to keep the entire $200M/year cyber-API market to itself for 18 months.
For everyone else: the playbook generalizes. Gated capability + verification harness + human-in-the-loop is the answer to "how do we ship a frontier model for a sensitive workflow without breaking the workflow?" That question is coming to your industry within 12 months.
Monday morning, file the Fugu-Cyber access application. The Token Plan rate is $6 / $36. The doubled tier is $12 / $72. The architecture is two ICLR 2026 papers and a swappable model pool. The product shape is gated capability inside a verification workflow. The market just got a new category.
Build accordingly.
— Mr. Technology
fugu-cyber-v1.0), third endpoint on Sakana AI's Fugu multi-agent orchestrator