Technology & AI

Sakana AI Introduces Sakana Fugu: An Orchestration Model That Moves Tasks Across a Dynamic Pool for Frontier LLMs

Today, Sakana AI was launched Goodbye Fugu. It is a multi-agent orchestration system that behaves like a single model. You send the request to a single destination. Fugu decides how he will be handled internally. It solves the task directly when that is enough. Also assembles and coordinates a team of professional models when needed. The complexity of a multi-agent system does not reach your code.

The TL;DR

  • Fugu delivers a multi-agent system behind a single OpenAI-compatible API.
  • Fugu Ultra leads many coding and consulting benchmarks.
  • An orchestrator overrides the individual models it combines.
  • Exit and target compliance with supplier routing and single-vendor risk.
  • The route is proprietary, so the choice of model for each question remains hidden.

What is Sakana Fugu

Fugu itself is a model language. Trained to drive other LLMs in the agent area. That pool includes the events themselves, which are called recursively. Fugu manages model selection, assignment, validation, and integration.

Instead of rigidly coded roles or workflows, Fugu learns to coordinate. It determines when to transmit and how agents should communicate with each other. Then it combines their work into one answer. From the outside, you call one model. Inside, an integrated system of experts does the work.

Sakana AI features this as a hedge against single-vendor dependency. If one provider restricts access, Fugu routes around the disruption. The research team cites recent export controls on Anthropic’s Fable and Mythos models as motivation. Over time, new models can be rolled into the pool.

Fugu and Fugu Ultra: Two Models, One API

Fugu ships in two versions, both behind one compatible OpenAI-API:

  • Fugu balances robust performance with low latency. It’s an automation for daily coding, code reviews, and chatbots. It’s also compatible with tools like Codex. You can remove certain agents from their pool. That helps teams meet data, privacy, and compliance requirements.
  • Fugu Ultra optimized for a high level of response to complex, multi-step problems. It connects a deep pool of professional agents. Its pool is fixed, so exit is not available. The current model ID is fugu-ultra-20260615.

Research Behind the Orchestrator

Fugu builds on the two ICLR 2026 papers Trinity and Conductor in studied orchestration.

THREE uses a lightweight flexible connector for every few turns. Assign Concept, Task, or Validation roles to dynamically assign tasks. The operator you are trained through reinforcement learning. Discovers natural language linking techniques and focused instruction for various LLM pools.

Together, they demonstrate systems that can learn to integrate and route agents for each task. That replaces a manually designed workflow.

Interactive Descriptor



Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button