Skip to content
AI Primer
release

Sakana Fugu opens beta with OpenAI-compatible API

Sakana AI opened beta access to Fugu, a multi-agent orchestration system that routes work across multiple frontier models via an OpenAI-compatible API. The launch packages model selection and role assignment as an external runtime, but access is still gated by beta signup.

3 min read
Sakana Fugu opens beta with OpenAI-compatible API
Sakana Fugu opens beta with OpenAI-compatible API

TL;DR

You can read the launch page, inspect the Japanese version, and even see Sakana sketch one of the more unusual bits in its training diagram, where Fugu first learns to use a pool of LLMs and then gets trained for recursive self-calls. hardmaru's thread adds that the system was already part of Sakana's own research and coding stack before this beta opened.

API surface

Sakana is selling Fugu as an external runtime, not a foundation model. In SakanaAILabs' launch post, the company says developers can hit it through an OpenAI-compatible API, while the official beta page frames the product as a system that picks model combinations and assigns roles per task.

The exposed product split is simple:

That packaging is the interesting part. The model routing logic, role assignment, and collaboration pattern sit behind one API surface instead of living in each user's agent harness.

Recursive orchestration

The official diagram in SakanaAILabs' Japanese post shows a two-step training story. First, Fugu learns to use a pool of open and closed LLMs. Then Sakana continues training it to make recursive calls, labeled "inception" in the diagram.

hardmaru puts that into plainer product language: when recursion is enabled, Fugu reads its own prior output and spins up corrective workflows on the fly. Combined with his earlier note that the system dynamically picks the best model mix, the beta looks less like a fixed agent pipeline and more like a controller that can re-open the task mid-run.

Benchmarks and beta access

The launch claim that matters most is still benchmark performance. SakanaAILabs says Fugu hit SOTA on SWE-Pro, GPQA-D, and ALE-Bench, and the launch page is the canonical source for whatever methodology and leaderboard detail Sakana chooses to publish.

What is new on day two is the rollout mechanic. In its follow-up post, Sakana says it is giving free API credits to early beta testers, and the company is still routing access through an application form rather than opening the endpoint broadly.

That keeps the release in a familiar 2026 pattern: broad claims about autonomous multi-agent performance, but actual usage still starts as a gated beta with credits attached.

Further reading

Discussion across the web

Where this story is being discussed, in original context.

On X· 1 thread
Recursive orchestration1 post