Close Menu
    What's Hot
    Technology & Innovation

    UAE AI Camp Wraps Eighth Edition as Government Expands Push for Practical AI Skills

    By Art RyanSeptember 16, 20260

    The UAE has concluded the eighth edition of the UAE AI Camp, marking another step…

    UAE Launches Factory Forward to Speed Up AI and Industry 4.0 Adoption

    September 16, 2026

    CHTA Puts Hospitality Workers at the Heart of Caribbean AI Transformation

    September 16, 2026

    OpenAI, Anthropic and Google DeepMind Hold Weeks of Talks on AI Safety

    September 16, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    Breaking AI News
    Thursday, September 17
    • Home
    • Events
    • Videos
      • Machine Can Think Summit 2026
      • Step Dubai Conference 2026
    • Technology & Innovation

      UAE AI Camp Wraps Eighth Edition as Government Expands Push for Practical AI Skills

      September 16, 2026

      UAE Launches Factory Forward to Speed Up AI and Industry 4.0 Adoption

      September 16, 2026

      CHTA Puts Hospitality Workers at the Heart of Caribbean AI Transformation

      September 16, 2026

      OpenAI, Anthropic and Google DeepMind Hold Weeks of Talks on AI Safety

      September 16, 2026

      ATM 2026 Puts AI at the Center of Travel’s Next Big Rebuild

      September 16, 2026
    • Business & Marketing

      WTO Says AI Is Becoming Deeply Embedded in Global Trade

      September 15, 2026

      OpenAI Delays 2026 IPO as Altman Raises AI Safety Concerns

      September 14, 2026

      Ireland Takes Europe’s AI Lead as Business Adoption Jumps to 65%

      September 14, 2026

      UK Economy Grows 0.4% as AI and Cloud Computing Help Power July Expansion

      September 12, 2026

      Mistral Raises €3 Billion to Push Sovereign, Open-Weight AI Toward the Frontier

      September 12, 2026
    • Industry Applications

      UAE Launches Factory Forward to Speed Up AI and Industry 4.0 Adoption

      September 16, 2026

      Japan’s MW Is Building AI Homes Where Ceiling Robots Handle the Housework

      September 16, 2026

      M42 Adopts Oracle Health Data Intelligence to Expand AI-Powered Healthcare in UAE

      September 16, 2026

      UK Commission Proposes New Rules for Healthcare AI as NHS Adoption Accelerates

      September 15, 2026

      Dubai Land Department Launches AI Platform to Automate Property Registration

      September 15, 2026
    • Trends & Insights

      OpenAI, Anthropic and Google DeepMind Hold Weeks of Talks on AI Safety

      September 16, 2026

      Pinterest Makes AI Search 7.3x Faster With NVIDIA-Powered Multimodal Infrastructure

      September 15, 2026

      WTO Says AI Is Becoming Deeply Embedded in Global Trade

      September 15, 2026

      Microsoft AI Opens Humanist AI Code of Conduct to Public Review

      September 15, 2026

      Oman’s O-Green Targets 200MW of AI-Ready Data Centre Capacity by 2028

      September 15, 2026
    • AI in Travel

      CHTA Puts Hospitality Workers at the Heart of Caribbean AI Transformation

      September 16, 2026

      ATM 2026 Puts AI at the Center of Travel’s Next Big Rebuild

      September 16, 2026

      Dubai Puts AI at the Center of Tourism’s Next Phase as Travel 2040 Takes Shape

      September 15, 2026

      Travelxp Launches Marco, an Agentic AI Travel Concierge That Can Book and Pay for Trips

      September 12, 2026

      Mindtrip Brings AI-Powered Trip Planning to South Dakota Tourism Websites

      September 11, 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

    UAE AI Camp Wraps Eighth Edition as Government Expands Push for Practical AI Skills

    September 16, 2026

    UAE Launches Factory Forward to Speed Up AI and Industry 4.0 Adoption

    September 16, 2026

    CHTA Puts Hospitality Workers at the Heart of Caribbean AI Transformation

    September 16, 2026

    Comments are closed.

    Latest News

    UAE AI Camp Wraps Eighth Edition as Government Expands Push for Practical AI Skills

    September 16, 2026

    UAE Launches Factory Forward to Speed Up AI and Industry 4.0 Adoption

    September 16, 2026

    CHTA Puts Hospitality Workers at the Heart of Caribbean AI Transformation

    September 16, 2026

    OpenAI, Anthropic and Google DeepMind Hold Weeks of Talks on AI Safety

    September 16, 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!