On July 21, 2026, Tokyo-based Sakana AI launched Fugu-Cyber, a security-specialized update to its Fugu multi-agent orchestration system. The headline is 86.9% on CyberGym and 72.1% on CTI-REALM, which Sakana says is state of the art and comparable to cyber-focused frontier systems such as GPT-5.5-Cyber and Mythos-Preview.
The more consequential claim is not that another model can find bugs. Sakana argues that a raw frontier API is not an enterprise security program. Fugu-Cyber packages multiple agents behind one endpoint, while Sakana's Applied Enterprise team builds the verification harnesses, proprietary-code integrations, and human review loops needed to turn candidate findings into defensible production decisions.
That pitch arrives directly inside July's cyber-guardrails debate: defenders say hosted models refuse legitimate exploit-adjacent work, while vendors point to real dual-use risk. Fugu-Cyber's answer is neither an unrestricted general API nor a blanket refusal. It is gated capability inside a verification workflow.
TL;DR — what people are asking
Question
Answer as of July 21, 2026
What is Fugu-Cyber?
A cyber-specialized multi-agent orchestration model delivered through one API endpoint
What are the benchmarks?
86.9% CyberGym · 72.1% CTI-REALM, both reported by Sakana
How do I access it?
Submit an intended-use application plus verified contact details; Sakana manually reviews access
Is it offensive-capable?
Cyber capability is dual-use, but the product is defense-focused and its updated AUP prohibits offensive misuse
It dynamically delegates across specialized agents, verifies work, and synthesizes one response instead of relying on one model/provider
What plan and price?
Token Plan / pay-as-you-go only; fugu-cyber-v1.0 starts at $6/M input, $36/M output, $0.60/M cached input
What exactly did Sakana AI launch?
Fugu-Cyber is a new model in the existing Fugu API rather than a separate security application or downloadable open-weight checkpoint. According to Sakana's official July 21 announcement, it is “purpose-built for the complexities of modern cyber defense” and is available as a new endpoint at sakana.ai/fugu.
The product now has a three-model lineup:
Model
Primary optimization
Best fit
Access
Fugu
Balance of performance and latency
Everyday coding, review, chat, and interactive work
Subscription or pay-as-you-go
Fugu Ultra
Maximum quality through deeper orchestration
Research, difficult engineering, long multi-step tasks
All three use one OpenAI-compatible API, so switching models does not require replacing an integration. The original Fugu supports both Chat Completions and Responses endpoints; the Fugu technical report and product documentation describe the orchestration layer behind that interface.
Fugu-Cyber is not presented as a self-hosted cyber model. It is a managed system whose selected underlying agents and routing decisions remain proprietary. That distinction matters for SOC teams with strict data-residency, provider, or audit requirements: the endpoint is simple, but the internal execution graph is deliberately opaque.
What do the CyberGym and CTI-REALM scores actually measure?
Security benchmarks are easy to flatten into one leaderboard number. These two measure different parts of a blue team's workflow.
Benchmark
Fugu-Cyber
What it tests
Why a defender cares
CyberGym
86.9%
Analyze complex codebases and verify real-world vulnerabilities
AppSec teams need evidence that a reported weakness is reachable and reproducible, not another static-analysis alert
CTI-REALM
72.1%
Convert raw threat-intelligence reports into working detection rules
SOC teams need executable detections from prose reports quickly enough to catch an active campaign
CyberGym: can the system verify a real vulnerability?
A vulnerability description is not the same as a verified issue in your deployment. The agent must navigate a codebase, understand control and data flow, identify the relevant build or runtime conditions, and determine whether the suspected flaw actually triggers.
That is why 86.9% on CyberGym is operationally interesting. A high score suggests Fugu-Cyber can do more than name insecure patterns. It can work through the code-level evidence needed for triage. This is adjacent to the capability Anthropic highlighted in Mythos Preview and Project Glasswing, where model-driven vulnerability research raised both defensive opportunity and dual-use concern.
It still does not tell a CISO the false-positive rate on a private monorepo, whether the system understands custom deployment controls, or how much human time each verified finding consumes. Those questions require an evaluation on the organization's own software and harness.
CTI-REALM: can it turn reports into detections?
Threat intelligence often arrives as prose: infrastructure indicators, attacker behavior, malware techniques, and fragmented observations. The useful SOC artifact is a working rule—such as a query or detection that can run against the organization's telemetry.
Fugu-Cyber's 72.1% CTI-REALM score targets this translation step. That matters because hand-converting every advisory into environment-specific detections is slow, and detection latency creates exposure. It also exposes the hard part: a syntactically valid rule can still be noisy, miss local log schemas, or fail against production data.
How strong is “comparable to GPT-5.5-Cyber and Mythos-Preview”?
Sakana describes both results as state of the art and says they are comparable to GPT-5.5-Cyber and Mythos-Preview. Treat that wording precisely:
The 86.9% and 72.1% figures are self-reported by Sakana.
The comparison methodology and model configurations matter.
Benchmark parity does not establish equal exploit-development capability, production reliability, latency, or cost.
No independent explainx.ai reproduction was available at publication time.
The original Fugu launch already showed why this distinction matters. Its published engineering scores were impressive, while early creative-coding tests exposed latency and real-world quality gaps. CyberGym and CTI-REALM are better aligned with Fugu-Cyber's intended work than shader tests, but buyers should still benchmark their own repositories and telemetry.
How does Fugu-Cyber's orchestration architecture work?
From the caller's perspective, Fugu-Cyber behaves like one model:
A client sends one request to the Sakana API.
The orchestrator decomposes the multi-step security task.
It selects and coordinates specialized agents from a model pool.
Agents analyze, challenge, or verify intermediate work.
The system synthesizes one response through the original endpoint.
This is more than a one-shot router that picks “best coding model” or “best reasoning model.” The Fugu family is built on two ICLR 2026 research lines:
TRINITY evolves a compact coordinator that delegates roles to multiple LLMs turn by turn.
Conductor uses reinforcement learning to generate agent-to-agent communication structures and targeted instructions.
The Sakana Fugu technical report, arXiv:2606.21228, says the broader pool includes Claude Opus 4.8, Gemini 3.1 Pro, GPT-5.5, undisclosed open models, and the orchestrator itself as a possible recursive worker. Fugu Ultra can construct workflows of up to five steps; the report also describes adaptive memory needed to preserve model selection, communication topology, and function-call ownership across a multi-agent interaction.
That research lineage distinguishes Fugu from a hand-written chain of prompts. The coordinator is trained to decide how agents collaborate. It also makes the system harder to inspect: Sakana does not expose which underlying models handled a specific request.
Sakana's “reality check”: why Mythos access does not fix enterprise security
Sakana's launch post explicitly pushes back on cyber fearmongering—the idea that granting a company access to a powerful cyber model instantly transforms its security posture.
The company points to a July Nikkei Digital Governance report on the operational gap facing Japanese enterprises. Major financial institutions may understand the strategic significance of Mythos-class systems, yet access alone does not create:
engineers who know the proprietary codebase and architecture;
security specialists who can distinguish reachability from theoretical weakness;
safe access to source, build systems, logs, and production context;
verification infrastructure that can reproduce a finding;
a change-controlled path from evidence to patch and retest.
Sakana summarizes the thesis cleanly: a highly capable API is an important piece of the puzzle, not the entire solution.
This is not a reason to dismiss frontier cyber capability. It is a reason to locate the bottleneck correctly. A model may produce thousands of plausible findings faster than a security organization can validate them. Without operational integration, more model capability can create a larger triage queue rather than a safer system.
The same issue appears in Anthropic's Project Glasswing vulnerability volume: discovery scales faster than traditional disclosure, patching, and human review. Fugu-Cyber is Sakana's attempt to move verification into the product architecture rather than treating it as an afterthought.
Why the verification harness and human-in-the-loop matter more than raw output
Sakana says raw models “will inevitably generate false positives” and struggle with live production nuance without the right harness. The proposed enterprise workflow is therefore:
The order matters. A patch should not be proposed merely because one model inferred a possible vulnerability. Specialized agents first need to test whether the issue triggers in the real environment; a qualified human then judges scope, impact, and remediation risk.
For vulnerability work, a credible harness should capture at least:
Stage
Evidence required
Candidate discovery
File, code path, preconditions, affected versions
Reachability analysis
Whether untrusted input can reach the vulnerable operation
Reproduction
Isolated test, crash, sanitizer output, or safe proof of behavior
Regression risk, compatibility, and whether the root cause is removed
Retest
Original trigger fails safely; expected behavior still passes
For detection engineering, the equivalent loop validates a generated rule against representative telemetry, measures false positives, checks schema compatibility, and runs the rule in shadow mode before enforcement.
This is established agent-harness engineering applied to a high-consequence domain. The model supplies reasoning; tools supply runtime evidence; sub-agents challenge assumptions; humans own authorization and production change.
Sakana says its Applied Enterprise team is working with major Japanese institutions on these specialized harnesses, including automated vulnerability verification and downstream tasks. The announcement does not name customers, publish deployment metrics, or quantify false-positive reduction, so those claims remain vendor-described enterprise work rather than independently auditable case studies.
Why the Japan and AI-sovereignty angle is central
Sakana AI is based in Tokyo, and Fugu-Cyber is framed around the constraints of Japanese institutions—not as a generic US model wrapper.
Japan's banks, critical infrastructure operators, and large enterprises face three linked problems:
Frontier dependence: The strongest cyber reasoning may come from a small number of foreign providers.
Local context: Proprietary Japanese systems, documentation, regulatory processes, and institutional knowledge do not arrive with an API key.
Access risk: Export controls or provider policy can change who may use a model and for what purpose.
The original Fugu was pitched as a hedge against that third risk. A swappable agent pool avoids making one vendor the permanent point of failure. The broader Asian response to the Mythos access gap showed the geopolitical split: some labs pursue open weights, others build sovereign domestic stacks, and Sakana coordinates multiple frontier providers behind a Japanese enterprise layer.
Fugu-Cyber adds a more grounded definition of AI sovereignty. It is not simply “the model runs in Japan” or “the API vendor is Japanese.” It is the ability to combine multiple models, local security expertise, proprietary organizational context, and verification processes without letting any single foreign model determine the entire defensive capability.
There is still dependency underneath the abstraction. Fugu's pool includes closed US models, and customers cannot see the per-request routing. Orchestration reduces single-vendor concentration; it does not eliminate cloud, policy, supply-chain, or data-governance risk.
Is Fugu-Cyber safer than an unrestricted cyber model?
The release uses three access controls:
An updated Acceptable Usage Policy prohibits offensive misuse.
Applicants must explain their intended use and provide verified contact information.
Sakana manually reviews and approves each request before enabling access.
That is materially stricter than placing a model ID behind an ordinary consumer subscription. It creates identity, declared purpose, and a review checkpoint.
It does not erase the dual-use problem. The skills needed to verify a vulnerability—codebase navigation, reachability analysis, and proof that a flaw triggers—can also help an attacker. CTI-to-detection work is more directly defensive, but threat analysis can still reveal how defenders observe campaigns.
The useful question is therefore not “is the model offensive-capable?” as if capability had a clean binary label. It is: what controls govern who can invoke the capability, against which assets, with what evidence, and under whose approval?
Fugu-Cyber's gated release answers part of that question. Customers must still implement authorization boundaries, repository isolation, secret handling, audit logs, change control, and incident response. An AUP is a policy layer, not a technical proof that misuse cannot occur.
What does Fugu-Cyber cost, and what does “Token Plan” mean?
Sakana's launch announcement says Fugu-Cyber is available on the Token Plan. Its official pricing page describes the model as pay-as-you-go only and lists:
Token type
Standard context
Context above 272K
Input
$6 / 1M
$12 / 1M
Output
$36 / 1M
$54 / 1M
Cached input
$0.60 / 1M
$1.20 / 1M
The listed model ID is fugu-cyber-v1.0. The $20 Standard, $100 Pro, and $200 Max subscriptions cover Fugu and Fugu Ultra, not Fugu-Cyber.
There is one cost detail teams should not miss: orchestration tokens are billable. Sakana reports orchestration input, cached input, and output in token-detail fields, and those tokens count toward the request price. A seemingly concise final answer can therefore represent substantially more internal model work.
That makes cost-per-verified-finding more useful than cost-per-output-token. Compare:
total model and orchestration spend;
analyst time saved or added;
false positives rejected;
confirmed issues found;
patch regressions avoided;
detection rules accepted after production validation.
This is the same economic question raised by Perplexity's GLM 5.2 orchestrator: a coordinated system can cost more tokens while costing less per completed task—if routing and verification actually reduce rework.
Fugu-Cyber vs a single frontier model: which approach wins?
Dimension
Single cyber frontier model
Fugu-Cyber orchestrated system
Interface
One model endpoint
One endpoint that hides multiple agents
Reasoning source
One provider/model family
Dynamic pool of specialized models
Verification
Depends on the external harness
Multi-agent verification is part of the pitch, with enterprise harnesses layered around it
Vendor concentration
High
Reduced, though not eliminated
Transparency
Model ID is known; internals still opaque
Underlying model selection and topology are not exposed
Latency and tokens
Usually fewer coordination steps
Potentially higher fan-out, latency, and billable orchestration
Complementary agents catch errors and verify multi-step work
Failure mode
One model confidently misses context
Several agents amplify a bad premise or add coordination noise
The single-model case is strongest when the task is narrow, the model is already excellent at it, and the organization has a mature harness. Orchestration is strongest when the job decomposes into genuinely different specialties—code analysis, environment validation, threat interpretation, rule generation, and adversarial review.
The burden of proof belongs to the orchestrated system. More agents do not automatically mean more accuracy. They can correlate around the same wrong assumption, increase latency, consume more tokens, and make incident reconstruction harder.
How does this answer the July 2026 cyber-guardrails debate?
The July debate was triggered by reports that Codex and Fable refused defensive security fixes while Kimi K3 and local GLM 5.2 completed them. The specific “15 bugs” count was not independently audited, but the operational complaint was credible: legitimate defenders sometimes need exploit-adjacent reasoning that general hosted products block.
Fugu-Cyber offers a third design:
not unrestricted public access, because applicants are identified and reviewed;
not a general-model refusal, because the endpoint is purpose-built for cyber defense;
not raw permissiveness, because outputs move through specialized verification and human oversight;
not one-vendor dependence, because the orchestrator can combine multiple model families.
This is a direct response to defender–attacker asymmetry. Instead of weakening every public guardrail, vendors can create scoped cyber surfaces where identity, intended use, asset authorization, and auditability justify more capable behavior.
Whether Fugu-Cyber gets that balance right cannot be inferred from its AUP or benchmark table. The real test is whether approved blue teams can complete authorized vulnerability and detection workflows with fewer arbitrary refusals without creating a broadly reusable offensive service.
Who should apply for Fugu-Cyber?
Strong candidates:
Enterprise AppSec teams with large private codebases and an existing reproduction harness
SOC and detection-engineering teams processing high volumes of threat reports
Japanese financial institutions and critical-infrastructure operators seeking local implementation support
Managed security teams that can isolate customer environments and prove authorization
AI-security evaluation groups measuring verified findings, false positives, latency, and analyst effort
Apply only after foundational work:
Teams without a software bill of materials, asset inventory, or reproducible builds
Organizations that cannot safely expose source code or telemetry to a managed endpoint
Security groups with no human capacity to review and retest model output
Buyers seeking an autonomous “find and patch everything” button
Individuals expecting access through the normal Fugu subscription
Air-gapped teams that require local weights and full routing transparency; consider the self-hosted defensive model path instead
Before applying, define one bounded evaluation: a sanitized repository with known and unknown issues, or a threat-intelligence set with production-like telemetry. Measure verified recall, false positives, analyst minutes, cost, and safe patch or rule acceptance. Do not procure from CyberGym and CTI-REALM alone.
Bottom line
Fugu-Cyber extends Sakana's orchestration thesis into the domain where orchestration may matter most. Security work is naturally multi-step and adversarial: finding a candidate weakness is only the beginning; verifying reachability, reproducing behavior, understanding production context, proposing a safe fix, and retesting require different kinds of reasoning and evidence.
The 86.9% CyberGym and 72.1% CTI-REALM results make Fugu-Cyber worth evaluating. They do not independently prove parity with GPT-5.5-Cyber or Mythos-Preview, and they do not prove that a private enterprise deployment will be accurate, fast, or economical.
Sakana's strongest argument is more modest and more useful: frontier capability without a localized harness and skilled humans is not operational security. The gated API, Japanese enterprise support, specialized sub-agents, and human-in-the-loop verification are the actual product thesis. The benchmark is the invitation to test it.
Product access, prices, policies, and benchmark claims are accurate as of July 21, 2026. Fugu-Cyber results are vendor-reported; verify capability, false positives, data handling, and total orchestration cost on an authorized workload before production use.