Skip to main content
AI Models

Sakana Fugu Ultra: I Watched It Beat Stockfish

Sakana Fugu Ultra routes tasks across frontier LLMs. The benchmark and cost tests: where orchestration wins, where it lags, and when to skip it.

18 min
Read time
3,479
Words
Published
Engr Mejba Ahmed

Written by

Engr Mejba Ahmed

Share Article

Sakana Fugu Ultra: I Watched It Beat Stockfish

The detail that stopped me wasn't a benchmark. It was a chess game played without a board.

No image of the pieces. No coordinate grid. In Sakana's launch demo, Sakana Fugu Ultra held the entire game state in working memory, move after move, against a Stockfish engine set to roughly 2,100 ELO — strong club-player territory that beats almost every human you'll ever meet at a local club. And in that test it didn't just survive. It won four games in a row, every one ending in checkmate, against three frontier models and the engine.

That was the moment the framing clicked. I came to the Fugu material expecting another "new model beats GPT" hype reel, the kind I've learned to discount on sight. What I found instead was a quietly radical argument: maybe the next jump in AI capability doesn't come from a bigger brain. Maybe it comes from a smarter committee.

Let me be upfront about what this post is, because the honesty matters more than the click. I haven't run Fugu's API myself — access is gated, and at launch it's blocked in the EU/EEA while Sakana works through GDPR. So I'm not going to pretend I deployed it on a client project last Tuesday. What I can do is take the test results that exist, cross-check them against Sakana's published technical report, and tell you what they actually mean for how you pick tools in 2026. The numbers below come from Sakana's own materials and from third-party tests; the judgment is mine.

What is Sakana Fugu Ultra, and why isn't it a normal model?

Sakana Fugu Ultra is not a foundation model — it's a multi-agent orchestration system that decomposes a task, routes the subtasks to different specialized LLMs, then critiques, verifies, and synthesizes their outputs into one answer. When you call it through its single API endpoint, you're not talking to one set of weights the way you do with Opus 4.8 or GPT-5.5. You're talking to a conductor that knows which musicians to call for which passage.

Sakana AI is a Tokyo research lab, and Fugu launched on June 22, 2026. The "model" label undersells it. Here's the architecture in plain terms: Fugu takes your prompt, breaks it into pieces, and assigns roles across a swappable pool of frontier models — its coordinator draws on the likes of Opus 4.8, GPT-5.5, and Gemini 3.1 Pro, in roles Sakana frames as Thinker, Worker, and Verifier. One model drafts a plan. Another executes a piece of it. A third checks the work. Fugu stitches the results together and hands you the finished output.

The word "swappable" is doing heavy lifting there. Because Fugu routes to models rather than being one, the pool can grow as new frontier models ship — no retraining required. That's a genuinely different bet on where AI value comes from. Most labs are racing to build the single smartest brain. Sakana is betting that coordinating the brains we already have is the cheaper, faster path to more of the wins.

Here's the part most coverage skips, and it changes how you read every result: Fugu's orchestration is learned, not hardcoded. This isn't a router built from if/else logic and a keyword matcher. According to Sakana's technical report, Fugu is itself a trained system whose job is to call other LLMs — and it grew out of two ICLR 2026 papers: TRINITY (an evolved coordinator that assigns those Thinker/Worker/Verifier roles) and The Conductor (a small model — a 7B coordinator — trained with reinforcement learning to discover natural-language coordination strategies). The system learned what to say to each model to make a diverse pool outperform any single worker.

And there's a wild detail in there. Fugu can call itself recursively — reading its own prior output, deciding whether its first coordination attempt fell short, and spinning up a corrective pass. The depth of that recursion becomes a tunable compute axis at inference time. You can spend more thinking by going deeper, without retraining anything. That's a new flavor of test-time scaling, and it's the kind of idea that's obvious in hindsight and almost nobody shipped first.

So when you see Fugu "beat" a frontier model on a benchmark, weigh what that means. Of course a system that decomposes, delegates, and verifies does well on tasks that reward careful problem-solving — that's literally what it's built to do. The interesting question isn't whether it wins. It's where it wins, and what it costs you to get there.

That cost question is where the story gets uncomfortable.

The trader-desk test: where the money actually goes

I want to start with the least dramatic test, because it's the most honest one. The brief: build a "live trader desk" — a front end plus back end, with real-time market data for several symbols, the kind of multi-component app real people actually ship. Four systems got the same prompt, run on the third-party desktop app atomic.chat. Here's what they used, as reported:

System Tokens Used Cost (USD) What you got
Fugu Ultra ~22,000 $0.51 Most polished, feature-rich UI — and the priciest
Opus 4.8 ~16,000 $0.31 Solid, balanced implementation
GPT-5.5 ~11,000 $0.26 Good quality-to-efficiency ratio
GLM 5.2 ~14,000 $0.03 Cheapest by far, least design polish

There are two stories in that table.

The first is the one Sakana wants you to see: Fugu produced the best-looking, most complete UI. If "make it impressive in one shot" is the job, Fugu delivered. The orchestration paid off in polish — multiple models cross-checking each other tends to catch the gaps a single pass leaves behind.

The second is the one that matters for your budget. Fugu cost $0.51 — about 17x what GLM 5.2 charged for a working version of the same thing. It burned the most tokens, too. That's not a bug. That's the architecture. Every time Fugu decomposes a task, routes it, and verifies the result, it's making more model calls than a single model would. Coordination has overhead, and you pay for it in tokens, dollars, and latency.

Here's where I land, and it's not where the marketing wants me to: for a straightforward build, that premium is hard to justify. GLM 5.2 gave you a functional trader desk for three cents. If you need it pretty, Opus 4.8 split the difference at $0.31 with a clean result. Fugu's extra 48 cents over GLM 5.2 buys you polish — and on a lot of internal tools, nobody's grading the polish.

But "a lot of internal tools" isn't every job. The trader-desk test rewards efficiency, so the efficient tools look smart. Change the task to one that rewards coordination, and the picture flips hard.

The Crossy Road test: when faster and cheaper produces worse

This is the test that reframed the whole thing for me, and it has nothing to do with which system is "smarter."

The task: build a 3D Crossy-Road-style game. Same brief, head to head — Fugu Ultra against Opus 4.8. Here are the reported figures, presented exactly as the source reported them, not as numbers I verified myself:

Dimension Fugu Ultra Opus 4.8
Time to build ~22 minutes ~79 minutes
Tokens used ~90,000 ~1,000,000
Cost ~$7.32 ~$37
Result Faster, cheaper, but flawed Slower, pricier, more polished

Fugu was roughly 3.5x faster, used about 10x fewer tokens, and cost about 5x less. That cuts against the trader-desk result you just read. Here, the orchestrated system was the frugal one.

And yet it produced the worse game. Fugu's Crossy Road clone had inverted turning controls — push right, go left. The camera fought the player. There was no sound. The game was incomplete. Opus 4.8 spent five times the money and nearly four times the wall-clock time, and gave back something more polished and more functional — though still slightly buggy.

So which one won? Asking it that way misses the whole point. If you're prototyping fifty game concepts to find the one worth building, Fugu's profile is obviously correct — you want speed and cheapness, and you'll fix the camera on the one idea that survives. If you're shipping the game players will actually pay for, Opus 4.8's polish is worth every extra dollar.

Notice what just happened across two tests. On the trader desk, Fugu was the expensive option. On Crossy Road, Fugu was the cheap option. Same system. The variable wasn't Fugu — it was the task. Orchestration overhead is a fixed tax that pays off enormously on some jobs and bleeds you dry on others, and you cannot know which without matching the task to the architecture.

That's the skill nobody's teaching yet: reading a task and predicting which shape of system fits it. Here's the rule of thumb I'd use.

Should you use Fugu Ultra or just pick a frontier model?

Use Fugu Ultra when the task is multi-component, high-detail, and benefits from verification — UI builds, simulations, anything where cross-checking catches errors a single pass misses. Reach for a single frontier model like Opus 4.8 or GPT-5.5 when you need predictable speed, low cost, and a tight feedback loop. The deciding factor isn't capability. It's whether decomposition-and-verification earns back its overhead on this specific job.

Here's the decision I'd actually run through, in order:

  1. Is this a one-shot impressive artifact or a tight iteration loop? One-shot polish favors Fugu's verify-and-synthesize loop. Fast iteration favors a single model — you don't want orchestration latency between every round of feedback.
  2. Is the job mostly long-document recall? This is Fugu's one clear soft spot in the reported tests. On pure long-context tasks — pulling an exact fact out of one very long document (benchmarks like MRCRv2 and long-context reasoning) — a single big-context model such as GPT-5.5 edges ahead. There's nothing to decompose in a haystack search, so orchestration just adds cost without adding leverage.
  3. What's your cost ceiling, and your polish floor? If you have a hard budget and a forgiving quality bar, a single efficient model wins almost every time. If polish is non-negotiable and budget is flexible, Fugu's extra calls earn their keep.
  4. Do you need it to run in the EU? At launch, Fugu is unavailable in the EU/EEA while Sakana works through GDPR. If your stack or users live there, the decision is made for you.

On raw benchmarks, Sakana reports Fugu Ultra leading on coding and reasoning suites — 73.7 on SWE-Bench Pro (ahead of Opus 4.8's 69.2 and GPT-5.5's 58.6), 93.2 on LiveCodeBench, and 95.5 on GPQA-Diamond — exactly the decomposition-and-verification tasks orchestration is built for. Two caveats matter, though. First, most of these are Sakana's own numbers, unverified by independent evaluators; self-reported benchmarks from the company selling the product are marketing until someone else reproduces them. Second, its headline "parity with Fable 5" is parity-on-paper: Claude Fable 5 and Mythos 5 were pulled by a US export-control order on June 12 — before Fugu launched on June 22 — and only came back on June 30, so nobody could independently run Fugu against them at launch. The burden of proof still sits with Sakana, and right now it's only partly met. The third-party tests above (trader desk, Crossy Road) are more trustworthy precisely because they weren't run by Sakana.

If the whole multi-model, ensemble direction interests you, I traced the early version of this pattern in my breakdown of open-source AI ensembles, and I covered Fugu's launch alongside the other June releases in my AI model roundup for June 2026. This post is the deep dive on Fugu alone; that roundup is the wider map.

Now — the tests where Fugu genuinely impressed me, and where the orchestration architecture stops being a tradeoff and starts being an advantage.

Where orchestration actually shines: sims, terrain, and a board it can't see

Three results in the demo moved me from skeptic to "okay, this is real."

The black hole simulation. The brief was a surrealistic black hole sim — codename "Singularity." Fugu produced a detailed, well-rendered visualization that out-rendered the single-model attempts it was matched against on visual accuracy. This is exactly the kind of task orchestration should win: rendering a physically-flavored scene correctly involves several sub-problems — the geometry, the lighting, the distortion physics, the surreal styling — and a system that can route each to a capable model and verify the composite has a structural edge over a single model trying to hold all of it at once.

The flight simulator. Same story, different domain. Fugu generated a semi-accurate infinite-terrain flight sim that surpassed the single models it was tested against, which returned more limited results. "Infinite terrain" is a decomposition problem in disguise — terrain generation, the flight physics, the camera, the render loop — and decomposition is Fugu's home turf.

And then the chess. I keep coming back to this one because it's the cleanest demonstration of what "maintaining state through coordination" actually buys you. Blindfold chess, one-shot, no visual board — the system has to track the entire position in working memory across the whole game. In the demo, Fugu won four consecutive games against three frontier models and a Stockfish engine set to roughly 2,100 ELO, ending every game in checkmate. It held game state and move accuracy better than opponents that, on paper, are more capable.

Why does that happen? Because a verifier in the loop catches the blunder before it's committed. A single model playing blindfold chess has one shot to track the board correctly each move. An orchestrated system can have one component propose a move and another sanity-check the resulting position against the move history. That's not magic — it's the same decompose-and-verify loop, applied to a problem where a single slip loses the game. The architecture's whole reason for existing is to catch the mistake the soloist would make.

If you take one shift away from this: for years we asked "which model is smartest?" The more useful 2026 question is "which shape of system fits this job?" And "an orchestrator routing across many models" is now a real, shipping answer to that question — not a research curiosity.

What I got wrong about where the next jump comes from

A tool review that only lists features is a spec sheet, and you can get that anywhere. So here's what the tests changed in my own thinking.

First, I was wrong about the shape of progress. I assumed the next capability jump would come from a bigger single model — more parameters, more training, a fatter brain. Fugu's results suggest a meaningful chunk of near-term progress will come from coordination instead: squeezing more out of the models we already have by routing intelligently between them and verifying the output. That's a humbler, less glamorous form of progress. It doesn't make a flashy "new model" headline. I think it's been underrated for exactly that reason.

Second, the cost axis is now as important as the capability axis, and most coverage still ignores it. Everyone benchmarks intelligence. Almost nobody benchmarks dollars-per-finished-task. The trader-desk and Crossy Road tables are the clearest illustration I've seen that "best" is a budget-dependent word now. When I advise teams, the first question is no longer "which model is smartest" — it's "what's your tolerance for cost versus polish on this job." Most days I'll take the cheaper result and fix the camera myself.

Third — and this is the limitation Sakana won't lead with — orchestration overhead is a real, recurring tax. More model calls mean higher latency, higher cost, and more places for context to drop between hops. Every handoff is a place the workflow can misroute. That overhead is the inherent price of the design — and it's why, on pure long-context recall where there's nothing to decompose, a single big-context model still wins. An orchestrator is only as reliable as its weakest handoff, and it has more handoffs than a single model has.

If the orchestration pattern has you curious about running one yourself, I put a similar system through its paces in my hands-on with the OpenAI Symphony agent orchestrator, which tackles the same coordinate-many-models problem from the coding-harness angle.

So where does Fugu actually fit? Let me make that concrete.

What to expect if you adopt Fugu Ultra today

I won't invent precision I don't have. But the reported tests, read against the architecture, point to a consistent shape you can plan around.

Expect Fugu to win on multi-component, high-detail, one-shot artifacts — the polished UI build, the rendered simulation, the multi-part generation where verification catches what a single pass misses. The trader-desk UI, the black hole sim, the flight sim, the blindfold chess all share that DNA: several sub-problems that benefit from being split, solved, and checked. Its reported benchmark strengths — SWE-Bench Pro, LiveCodeBench, GPQA-Diamond — sit squarely in that same family.

Expect Fugu to lag on pure long-context recall and on cost-sensitive work — retrieving exact facts from one giant document, and any job where a cheaper single model gets you 90% of the way for a fraction of the spend. GLM 5.2's three-cent trader desk is the cautionary tale: if you don't need the polish, you're paying a steep premium for it.

Expect to pay more and wait longer than you would with GPT-5.5 or Opus 4.8 on equivalent tasks, as a rule. That's the structural cost of coordination, and it won't fully disappear — though Sakana's recursive-depth idea suggests they at least have a knob for trading compute against quality deliberately rather than blindly.

And expect this to improve. Fugu launched June 22, 2026; it's early. The pool is swappable, so it inherits every new frontier model for free. The coordination is learned, so continued training can sharpen it. The question is whether Sakana can close the overhead gap fast enough to make orchestration the default rather than the specialist choice.

For now, my recommendation is unglamorous and, I think, correct: Fugu Ultra is a specialist tool, not an everyday driver. For general application work, GPT-5.5 and Opus 4.8 currently give you a better cost-speed-quality balance. Keep Fugu in your kit for the specific high-detail, multi-component jobs where decompose-and-verify earns its keep — and watch the overhead trend, because if it drops, the whole calculus changes.

Come back to that blindfold chess game one more time. A system that couldn't see the board still won — not because it was the smartest player at the table, but because it had a teammate checking its work before every move. That's the real lesson of Fugu Ultra, and it's bigger than one product. The next era of AI might not be won by the smartest model. It might be won by the best-coordinated team of ordinary ones.

So the question I'd leave you with isn't "is Fugu better than GPT-5.5?" It's this: of the jobs on your plate this week, which ones are you solving with a soloist that actually need a committee?

FAQ

Frequently Asked Questions

Everything you need to know about this topic

Fugu Ultra is an orchestrator, not a foundation model. It decomposes a task, routes subtasks to a swappable pool of frontier LLMs, then verifies and synthesizes their outputs through a single API. Unlike Opus 4.8 or GPT-5.5, it doesn't generate answers from its own weights — it coordinates other models. See the architecture breakdown above for the full picture.

It depends entirely on the task. On a reported Crossy Road build, Fugu came out about 5x cheaper than Opus 4.8; on the atomic.chat trader-desk build, it was the most expensive of four systems at $0.51 — about 17x the cost of GLM 5.2's $0.03 version. Orchestration overhead is a fixed tax that pays off on some jobs and bleeds you on others.

Sakana reports Fugu leading on coding and reasoning suites, including 73.7 on SWE-Bench Pro (ahead of Opus 4.8's 69.2 and GPT-5.5's 58.6), 93.2 on LiveCodeBench, and 95.5 on GPQA-Diamond. Its one reported soft spot is long-context recall — benchmarks like MRCRv2, where a single long-context model such as GPT-5.5 edges ahead. All figures are Sakana's own, not yet independently reproduced.

Fugu Ultra is accessible through an API and launched on June 22, 2026. At launch it is unavailable in the EU/EEA while Sakana AI works through GDPR compliance. If your users or stack live in Europe, that restriction may decide the question for you.

In Sakana's launch demo, yes — Fugu won four consecutive blindfold games (no visual board) against three frontier models and a Stockfish engine set to roughly 2,100 ELO, ending every game in checkmate. The result is from Sakana's own demo rather than an independent test, and the likely reason it works is the verify-in-the-loop design, which catches the position-tracking blunder a single model would commit.

The 20% that actually needs a committee

Most jobs on your plate are soloist work — a fast single model gets you 90% of the way for a fraction of the cost. The real skill in 2026 is spotting the multi-component, verification-heavy 20% where an orchestrator like Fugu earns its overhead, and not paying that tax on everything else. If you're weighing whether to wire a multi-agent layer into your own stack and want help drawing that line, that architecture call is exactly the kind of work I take on through my Fiverr.

Advertisement
Coffee cup

Enjoyed this article?

Your support helps me create more in-depth technical content, open-source tools, and free resources for the developer community.

Related Topics

Engr Mejba Ahmed

Engr Mejba Ahmed

Engr. Mejba Ahmed builds AI-powered applications and secure cloud systems for businesses worldwide. With 8+ years shipping production software in Laravel, Python, and AWS, he's helped companies automate workflows, reduce infrastructure costs, and scale without security headaches. He writes about practical AI integration, cloud architecture, and developer productivity.

Related Articles

Browse All

Comments

Leave a Comment

Comments are moderated before appearing.

Learning Resources

Expand Your Knowledge

Accelerate your growth with structured courses, verified certificates, interactive flashcards, and production-ready AI agent skills.

Sample Certificate of Completion

Sample certificate — complete any course to earn yours

Engr Mejba Ahmed

Engr Mejba Ahmed

AI assistant · trained on my work

👋

Hey there!

Quick Actions

WhatsApp Direct line to me

Chat on WhatsApp

+880 1723 741224 · Replies within the hour on working days

Popular Questions

Engr Mejba Ahmed is connected
Engr Mejba Ahmed is typing...
Engr Mejba Ahmed avatar

✉ Want me to follow up? Drop your email

Engr Mejba Ahmed avatar

📞 Connect Directly

Choose how you'd like to reach me

WhatsApp

+880 1723 741224

Email

mejba.13@gmail.com

✓ Details sent! I'll get back to you shortly.

Powered by OpenAI

335+

Blog Posts

25

AI Courses

63

Projects

Services & Expertise

Pricing & Process

Learning & Resources

Connect & Support