Close Menu
    What's Hot
    Business & Marketing

    Verizon Lands $1 Billion Google Deal as AI Infrastructure Demand Surges

    By Art RyanJuly 25, 20260

    Verizon has found a new way into the artificial intelligence boom, and it does not…

    Ajman Launches AI Agent That Can Renew Trade Licences Automatically

    July 25, 2026

    Fugu Ultra v1.1 Upgrades Its AI Agent Team Without Raising Prices

    July 25, 2026

    Qwen Audio 3.0 TTS Gives Developers More Control Over AI Voices

    July 25, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    Breaking AI News
    Saturday, July 25
    • Home
    • Events
    • Videos
      • Machine Can Think Summit 2026
      • Step Dubai Conference 2026
    • Technology & Innovation

      Verizon Lands $1 Billion Google Deal as AI Infrastructure Demand Surges

      July 25, 2026

      Ajman Launches AI Agent That Can Renew Trade Licences Automatically

      July 25, 2026

      Fugu Ultra v1.1 Upgrades Its AI Agent Team Without Raising Prices

      July 25, 2026

      Qwen Audio 3.0 TTS Gives Developers More Control Over AI Voices

      July 25, 2026

      NVIDIA and KAIST Launch $300M AI Lab for Korean Agentic AI

      July 25, 2026
    • Business & Marketing

      Verizon Lands $1 Billion Google Deal as AI Infrastructure Demand Surges

      July 25, 2026

      Fugu Ultra v1.1 Upgrades Its AI Agent Team Without Raising Prices

      July 25, 2026

      HubSpot Launches Agent Hub to Bring Its AI Agents Under One Roof

      July 24, 2026

      MGX Joins $40 Billion Aligned Data Centers Deal as AI Infrastructure Spending Accelerates

      July 24, 2026

      ServiceNow AI Growth Helps Push Sales and Bookings Higher

      July 23, 2026
    • Industry Applications

      Ajman Launches AI Agent That Can Renew Trade Licences Automatically

      July 25, 2026

      Qwen Audio 3.0 TTS Gives Developers More Control Over AI Voices

      July 25, 2026

      NVIDIA and KAIST Launch $300M AI Lab for Korean Agentic AI

      July 25, 2026

      Abu Dhabi Launches AI Policy Training for Government Leaders

      July 24, 2026

      UAE Ministry of Finance Uses GenAI to Resolve 97% of Customer Calls

      July 24, 2026
    • Trends & Insights

      Microsoft Launches MAI-Image-2.5-Pro and MAI-Voice-2-Flash

      July 25, 2026

      FLUX 3 Pushes Black Forest Labs Beyond AI Image Generation

      July 25, 2026

      Google Confirms Gemini 4 as Its Biggest AI Training Run Begins

      July 24, 2026

      Grok Build Could Become a Full AI App Platform

      July 24, 2026

      Microsoft Wants Communities to Have More Control Over AI Data

      July 23, 2026
    • AI in Travel

      SAS Uses Amadeus AI Pricing to Lift Airline Revenue by More Than 3%

      July 24, 2026

      Trip.com Uses AI Tools to Make Travel Less Confusing

      July 23, 2026

      StepFun and Alipay Want AI Agents to Do More Than Chat

      July 23, 2026

      DerbySoft and Travelodge Partner to Make Corporate Hotel Booking Less Messy

      July 22, 2026

      Dubai AI World Series Reveals 26 Finalists as Enterprise AI Moves Past the Pilot Stage

      July 21, 2026
    Breaking AI News
    Home » Fugu Ultra v1.1 Upgrades Its AI Agent Team Without Raising Prices
    Business & Marketing

    Fugu Ultra v1.1 Upgrades Its AI Agent Team Without Raising Prices

    Art RyanBy Art RyanJuly 25, 2026Updated:July 25, 2026No Comments8 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    Fugu Ultra v1.1
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Sakana AI has released Fugu Ultra v1.1, an updated version of its multi-agent AI system built for difficult coding, research and reasoning tasks.

    It is not a dramatic rebuild. There is no new architecture to learn, no fresh API migration and, perhaps more importantly, no price increase.

    Instead, Sakana AI has changed the models working behind the scenes. Fugu Ultra v1.1 now incorporates newer frontier models inside its orchestration system, allowing the platform to improve without forcing developers to rebuild their integrations.

    That may sound like a routine update. It is not quite that simple.

    Fugu Ultra does not behave like a conventional large language model. It works more like an AI project manager, assigning parts of a problem to different models before reviewing and combining their work into a final response.

    Fugu Ultra v1.1 Is an Orchestrator, Not One Giant Model

    Most AI platforms still revolve around choosing a single model. A developer sends a prompt, the model processes it and one response comes back.

    Fugu Ultra takes another route.

    The system can examine a request, create a working strategy and coordinate several AI agents to complete different parts of the task. One agent might develop a plan. Another could write or test code. A separate agent may inspect the answer for mistakes before Fugu assembles the final result.

    Users do not have to manage that workflow manually. They interact with Fugu through one OpenAI-compatible API while the orchestration happens underneath.

    Sakana AI describes Fugu Ultra as the performance-focused member of the Fugu family. The standard Fugu model aims to balance quality and latency, while Fugu Ultra prioritizes stronger answers for problems that need deeper reasoning or several stages of work.

    This setup will not make sense for every prompt. Asking several models to solve a basic rewriting task would probably be excessive. Complex software engineering, scientific analysis and multi-step research are where the approach becomes more interesting.

    Sakana AI Claims Gains of Up to 7.9 Points

    The headline figure attached to Fugu Ultra v1.1 is a performance improvement of up to 7.9 points over the original release.

    Sakana AI says the upgraded system performed better across every benchmark it tracks, with particularly strong gains on ProgramBench and Terminal Bench 2.1. Those evaluations focus on programming and agent-style tasks that require a model to work through a sequence of actions rather than generate one quick answer.

    That fits the product’s design. Multi-agent orchestration should be most useful when a problem can be divided, checked and revised.

    There is a caveat, though.

    The 7.9-point improvement comes from Sakana AI’s own testing. The company has not published a detailed public table showing the score of v1.0 beside v1.1 for every benchmark. ProgramBench, despite being named as one of the strongest areas of improvement, is also missing from the public scorecard referenced in reporting about the release.

    That does not mean the gain is inaccurate. It simply means developers should treat it as a provider-reported result until broader testing becomes available.

    Real workloads will matter more anyway. A coding team should compare both versions using its own repositories, bug reports and development tasks rather than assuming a benchmark increase will translate perfectly into production.

    New Frontier Models Do the Heavy Lifting

    Fugu Ultra v1.1 shows one of the main advantages of building an orchestration layer rather than tying a product to one foundation model.

    Sakana AI can update the pool of frontier models inside Fugu while keeping the external service relatively stable. As the underlying models improve, the orchestrator gains access to better reasoning, coding and verification capabilities.

    The user still calls the same type of API.

    That makes Fugu less dependent on one AI provider winning every category. One model may perform well in coding, another in scientific reasoning and another in reviewing long documents. Fugu can coordinate those strengths instead of forcing every task through a single system.

    Of course, there is a trade-off. Developers get less visibility into which model handles each step and why the orchestrator chose it. A manually built agent workflow offers more control. Fugu offers convenience.

    The choice depends on how much infrastructure a team wants to manage.

    Claude Code Support Brings Fugu Into Developer Workflows

    Alongside Fugu Ultra v1.1, Sakana AI has introduced an interface for using Fugu through Claude Code.

    Developers can configure the command-line coding environment to route requests through Fugu’s API. That puts the multi-agent system inside a familiar development workflow rather than limiting it to a standalone playground or custom application.

    The integration could be useful for debugging complicated code, planning larger changes or reviewing work across several files. Instead of relying on one model response, Fugu can coordinate multiple agents before returning an answer to the developer.

    Existing users may need to reinstall or redeploy the claude-fugu launcher configuration to gain support for newly released Fugu models because the launcher does not update itself automatically.

    This part of the announcement may be more practical than the benchmark headline. AI coding tools become far more useful when developers can access them without leaving the terminal or changing their normal workflow.

    Fugu Ultra v1.1 Pricing Remains Unchanged

    Sakana AI has kept Fugu Ultra v1.1 at the same rates as the previous version.

    The standard pay-as-you-go price is $5 per million input tokens and $30 per million output tokens. Cached input costs $0.50 per million tokens.

    Requests that exceed 272,000 tokens move into a higher pricing tier. At that level, the rates rise to $10 per million input tokens, $45 per million output tokens and $1 per million cached input tokens.

    There is one detail developers should not overlook: orchestration activity is billable.

    Fugu may call several agents while processing one request. The tokens used by those agents count toward usage, not just the original prompt and final response. A request that looks small from the outside can therefore consume more tokens once the internal workflow is included.

    The advertised token rate is only part of the cost calculation. Teams need to measure the total price per completed task.

    For a difficult coding problem that would otherwise require repeated prompts, manual checking and several separate model calls, the higher cost may still be reasonable. For basic content generation or simple questions, Fugu Ultra could be more capability than the job needs.

    Developers Can Upgrade Without Rebuilding Their Applications

    Sakana AI kept the architecture and API structure unchanged, so moving to the new release should be relatively straightforward.

    Developers can use the versioned model identifier fugu-ultra-v1.1. Those using an unversioned Fugu Ultra alias may receive the latest available build automatically, depending on how their integration is configured.

    Keeping the previous version pinned can still make sense.

    AI orchestration updates may alter outputs even when the API remains the same. A new group of underlying models could approach prompts differently, choose different tools or produce different code. Teams that require consistent results should run regression tests before replacing a pinned production model.

    “Same API” does not always mean “same behavior.”

    Multi-Agent AI Is Becoming a Product, Not Just an Experiment

    The more interesting part of Fugu Ultra v1.1 is not the version number.

    Sakana AI is trying to package multi-agent coordination as a model service. Developers do not have to build planners, routers, reviewers and fallback systems from scratch. They send one request and let Fugu decide how much coordination the problem requires.

    This pushes AI competition beyond the usual question of which individual model has the highest benchmark score.

    The next question is whether several strong models, managed by a trained orchestrator, can outperform a more powerful standalone system without becoming too slow or expensive.

    Sakana AI’s technical report argues that query-adaptive agent teams could offer another path for scaling AI performance. Rather than making one model larger, the system learns how to combine the capabilities of multiple models.

    Fugu Ultra v1.1 is an early commercial test of that idea.

    The update gives existing users newer frontier capabilities at the same listed price. Still, the real verdict will not come from Sakana AI’s internal benchmarks. It will come from developers testing whether the orchestrator solves hard problems more reliably than one frontier model—and whether that improvement justifies the added tokens, latency and reduced control.

    Sources

    • Sakana AI: Announcing Fugu Ultra v1.1 and Claude Code Interface
    • Sakana AI: Fugu Product Page
    • Sakana AI: Original Fugu Release
    • Sakana Fugu Technical Report
    • Sakana AI Fugu GitHub Repository
    • Times of AI: Fugu Ultra v1.1 Pricing and Features
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Art Ryan

    Related Posts

    Verizon Lands $1 Billion Google Deal as AI Infrastructure Demand Surges

    July 25, 2026

    Ajman Launches AI Agent That Can Renew Trade Licences Automatically

    July 25, 2026

    Qwen Audio 3.0 TTS Gives Developers More Control Over AI Voices

    July 25, 2026

    Comments are closed.

    Latest News

    Verizon Lands $1 Billion Google Deal as AI Infrastructure Demand Surges

    July 25, 2026

    Ajman Launches AI Agent That Can Renew Trade Licences Automatically

    July 25, 2026

    Fugu Ultra v1.1 Upgrades Its AI Agent Team Without Raising Prices

    July 25, 2026

    Qwen Audio 3.0 TTS Gives Developers More Control Over AI Voices

    July 25, 2026
    Facebook X (Twitter) Pinterest Vimeo WhatsApp TikTok Instagram LinkedIn YouTube Spotify Reddit Snapchat Threads

    AI University

    • Global Universities
    • Universities in Africa
    • Universities in Asia
    • Universities in Europe
    • Universities in Latin America
    • Universities in Middle East
    • Universities in North America
    • Universities in Oceania

    AI Tools & Apps Directory

    • AI Productivity Tools
    • AI Coding Tools
    • AI Voice Tools
    • AI Video Tools
    • AI Image Generators
    • AI Writing Tools

    Info

    • Home
    • About Us
    • AI Organizations & Associations
    • Contact Us
    • Cookie Policy
    • Copyright Policy
    • Disclaimer
    • Editorial Policy
    • Terms and Conditions

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    © 2026 Breaking AI News.
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.

    Sign Up

    Want to stay ahead In Artificial Intelligence?

     Sign up now and get exclusive breaking AI news and special updates—FREE!