Entry 2026-07-01
Sakana Fugu hides a multi-agent system behind one model endpoint
Last verified 2026-07-22 · Primary source
Sakana AI's Fugu is a different answer to model selection: don't pick one. It exposes a pool of frontier models through a single OpenAI-compatible API, then learns which agents to assemble, what roles to give them, and how they should collaborate for each request. The research underneath — TRINITY and the Conductor — replaces the usual hand-written router and fixed Thinker/Worker/Verifier workflow with a coordinator trained to discover its own delegation patterns.
There are now three versions. Fugu is tuned for everyday latency and lets you exclude specific providers or models; Fugu Ultra uses a fixed, deeper pool for difficult coding, reasoning, and research work. On July 22, Sakana added the cybersecurity-focused Fugu Cyber. Sakana's own results put Ultra at 73.7% on SWE-Bench Pro and 82.1% on Terminal-Bench 2.1, ahead of the individual frontier models in its comparison. Treat those as vendor benchmarks until they are independently reproduced, but the product shape matters even if the exact ranking moves.
Practical read: this turns multi-agent orchestration from something you build into something you call. That is attractive if you want ensemble performance without maintaining routers, prompts, retries, and handoffs yourself. The tradeoff is observability: Fugu does not reveal which underlying models handled a request or how they were coordinated, and Fugu Ultra does not allow provider opt-outs. It is also not yet available in the EU or EEA while Sakana works through GDPR and regional compliance. The interesting bet is that the durable unit developers buy may stop being a model and become a managed team of models wearing one API name.