GadgetBond

  • Latest
  • How-to
  • Tech
    • AI
      • Apple Intelligence
      • Gemini AI
      • Google DeepMind
      • Anthropic
      • Claude AI
      • Claude Code
      • OpenAI
      • ChatGPT
      • Codex
      • Perplexity
      • SpaceXAI
      • Grok AI
      • Microsoft Copilot
      • Meta AI
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • NVIDIA
    • Samsung
    • Security
    • Smart Home
    • Sony
    • Xbox
    • YouTube
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Gaming
    • Streaming
    • Apple TV
    • Disney
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Spotify
    • Star Wars
Add GadgetBond as a preferred source to see more of our stories on Google.
Font ResizerAa
GadgetBondGadgetBond
  • Latest
  • Tech
  • AI
  • Deals
  • How-to
  • Apps
  • Computing
  • Gaming
  • Mobile
  • Streaming
  • Transportation
Search
  • Latest
  • Deals
  • Buying Guide
  • How-to
  • Tech
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • NVIDIA
    • Samsung
    • Security
    • Smart Home
    • Sony
    • Xbox
    • YouTube
  • AI
    • Apple Intelligence
    • Gemini AI
    • Google DeepMind
    • Anthropic
    • Claude AI
    • Claude Code
    • OpenAI
    • ChatGPT
    • Codex
    • Perplexity
    • SpaceXAI
    • Grok AI
    • Microsoft Copilot
    • Meta AI
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Lamborghini
    • McLaren
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Gaming
    • Streaming
    • Apple TV
    • Disney
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Spotify
    • Star Wars
Follow US
AIAnthropicTech

Run smarter, pay less: Sonnet and Haiku tap Opus as a hidden advisor

This Anthropic trick turns cheap models into Opus-guided power agents.

By
Shubham Sawarkar
Shubham Sawarkar's avatar
ByShubham Sawarkar
Editor-in-Chief
I’m a tech enthusiast who loves exploring gadgets, trends, and innovations. With certifications in CISCO Routing & Switching and Windows Server Administration, I bring a sharp...
Follow:
- Editor-in-Chief
Apr 10, 2026, 2:56 AM EDT
Share
We may get a commission from retail offers. Learn more
Anthropic 'The Advisor Strategy' illustration featuring a geometric triangle network diagram with three interconnected white circles and black nodes on a warm coral background, symbolizing connection and strategic relationships.
Image: Anthropic
SHARE

Anthropic is quietly changing how we think about AI agents, and it’s doing it with a deceptively simple idea: let a cheaper model drive, and bring in the genius only when you really need it.

Instead of running Claude Opus end-to-end for every task — which gets expensive fast — Anthropic is now pushing what it calls the “advisor strategy”: pair Opus as a behind-the-scenes advisor with Sonnet or Haiku as the executor, and you get near Opus-level intelligence at Sonnet-like prices.

Here’s how it actually works in practice. Your agent runs on Claude Sonnet or Haiku, which does everything the user sees: calling tools, browsing, reading results, iterating, and writing the final answer. But when that smaller model hits a genuinely hard decision — think tricky reasoning, complex planning, or ambiguous context — it silently “escalates” to Opus via a new advisor tool built into the Claude Platform. Opus doesn’t talk to your user, doesn’t call tools, and doesn’t try to solve the entire task; it just reads the shared context and sends back a plan, correction, or stop signal so the executor can continue.

What Anthropic is doing here is flipping the usual pattern on its head. Traditionally, teams set up a big orchestrator model that decomposes a task and hands chunks to smaller worker models. Anthropic’s advisor strategy does the opposite: the smaller, cheaper model is in charge, and it only pulls in frontier-level reasoning from Opus when absolutely necessary. That means your default cost profile is Sonnet or Haiku, and only a sliver of tokens are billed at Opus rates — just enough to unlock its decision-making and planning.

Under the hood, this is all wired through a new server-side advisor tool that Sonnet and Haiku “know” how to use. In a typical API call, you declare advisor_20260301 as a tool, specify Opus as the advisor model, and let the executor decide when to invoke it. The entire exchange — executor calling the advisor, Opus reading curated context, sending back a plan, and Sonnet continuing — happens within a single /v1/messages request, so you’re not juggling extra round-trips or complex context management yourself.

Anthropic is backing this up with numbers. In its internal evaluations, Sonnet with an Opus advisor shows a 2.7 percentage point gain on SWE-bench Multilingual compared to Sonnet alone, while actually reducing cost per agentic task by about 11.9%. On BrowseComp and Terminal-Bench 2.0, the same pattern holds: higher scores with lower cost per task than running Sonnet solo. In other words, you’re not paying extra just for a bit more quality — in some workloads, you’re actually saving money and gaining accuracy at the same time.

The story gets even more interesting with Haiku. On BrowseComp, Haiku with an Opus advisor jumps to 41.2%, more than double Haiku’s solo score of 19.7%. It still trails Sonnet solo in raw performance, but Anthropic says it costs around 85% less per task, which puts it squarely in the “high-volume, good-enough-but-smart” sweet spot. For large workloads — think customer support triage, large-scale content operations, or bulk research agents — that trade-off is extremely attractive: frontier-flavored intelligence at a fraction of the price.

Crucially, Anthropic has wired in cost controls from the start. You can set max_uses to cap how many times the advisor can be called per request, and advisor tokens are reported separately in the usage block, so teams can watch exactly how much they’re spending on Opus versus the executor. Because Opus typically only produces a short plan of ~400–700 tokens, and the heavier output is generated by Sonnet or Haiku at their lower rates, the total bill lands well below what you’d pay for Opus end-to-end.

For developers already using tool-augmented agents, Anthropic is trying hard not to break anything. The advisor tool is “just another tool” in the Messages API: you can combine it with web search, code execution, and other tools in the same loop. The executor can browse the web, run code, call custom tools, and consult Opus — all inside a single, coherent agent run. That makes the advisor strategy feel less like some niche feature and more like a new default pattern for building serious agents on top of Claude.

Anthropic is also leaning on early customer feedback to sell the idea. Genspark reports “clear improvements in agent turns, tool calls, and overall score — better than a planning tool we built ourselves.” Eve Legal says Haiku 4.5 with an Opus 4.6 advisor can match frontier-model quality at around 5× lower cost on structured document extraction tasks. And at Bolt, the team notes that the advisor setup “makes better architectural decisions on complex tasks while adding no overhead on simple ones” — the plans and trajectories, they say, are “night and day different.” Taken together, these quotes paint a picture of teams that experimented with their own planning and orchestration layers, then quietly retired them once the advisor tool started outperforming their custom logic.

From a developer’s point of view, getting started is fairly lightweight. The feature is available in beta on the Claude Platform, and Anthropic outlines a three-step flow: add the beta header anthropic-beta: advisor-tool-2026-03-01, declare advisor_20260301 in your Messages API request, and adjust your system prompt for your specific use case (such as coding agents). Anthropic even recommends a simple evaluation recipe: run your existing eval suite against Sonnet solo, Sonnet + Opus advisor, and Opus solo to see the quality–cost trade-offs in your own environment.

Strategically, this move says a lot about where Anthropic thinks the market is going. Instead of forcing teams to choose between “cheap but dumb” and “smart but expensive,” the advisor strategy creates a middle lane: “smart when needed, cheap by default.” For many organizations that are watching their token bills but still want frontier-level reasoning in critical paths, that’s exactly the sort of lever they’ve been asking for.

It also marks a subtle shift in how we talk about AI capabilities. The question is no longer just “Which model is the smartest?” but “How do you route the right intelligence to the right part of the task at the right price?” Anthropic’s answer is to make that routing automatic and model-native: Sonnet and Haiku know when they’re stuck and when it’s time to ask Opus for help, instead of relying on brittle, hand-coded orchestration trees.

For teams building production agents, this could become a new default architecture: pick Sonnet when you want strong general performance, bolt Opus on as an advisor to cover the hardest reasoning, and drop down to Haiku + Opus when scale and unit cost are your main constraints. You get Opus-level guidance in the moments that matter, without paying Opus-level prices for every token.


Discover more from GadgetBond

Subscribe to get the latest posts sent to your email.

Topic:Claude AI
Leave a Comment

Leave a ReplyCancel reply

Most Popular

Apple removes iPhone 17 Pro models from its store
Apple unveils new iPhone 18 Pro cases and wrist strap
Apple adds AI-powered health features to Apple Watch and iPhone
Apple acquires Sonera, a startup building magnetic body sensors
iPhone 18 Pro introduces Apple’s first variable-aperture camera

Also Read

A promotional graphic for Adobe Acrobat showcasing an "Organic Chemistry Student Space." Chemistry PDF documents and notes are uploaded on the left, flanked by student profile avatars. In the center, yellow, green, and blue glass laboratory flasks hold colorful flowers, set against a bright yellow background. On the right, a white menu displays options to "Create" a "Study Guide," "Practice Quiz," or "Flashcards," with a cursor pointing toward "Flashcards."

Adobe Acrobat Student Spaces is now free worldwide

A screenshot of Adobe Premiere’s editing timeline featuring the Generative Media interface. A video clip on the timeline displays a woman wearing sunglasses and a yellow dress outdoors by a poolside table. An eyedropper cursor samples this clip as the "First frame" reference. The generative tool popup shows a text prompt starting with "Rising pull-back revealing neighborho…", with settings set to the Kling AI model, 1080p resolution, and 16:9 aspect ratio. Audio waveforms in green run beneath the video tracks.

Adobe unveils new AI-powered tools for Premiere and After Effects

A 3D graphic of digital document cards set against a warm pink and yellow gradient background. The central card displays a dark background with vibrant, glowing purple and blue floral petals, overlaid with white text that reads "Master services agreement." Surrounding the card are three white floating UI buttons with icons that say "Filter documents," "Analyze files in bulk," and "Export data to report."

Adobe Acrobat Studio can now search documents and analyze contracts

A geometric flat-art illustration centered on a dark green background, depicting security and data protection motifs. It features an arrangement of black and pastel-toned rectangular blocks, diagonal purple-and-black hatched patterns, and stylized gold keys and keyholes framing a large concentric circular lock mechanism.

Figma enterprise files can now be hosted in Japan

Apple iPhone 18 Pro lineup alongside Apple Watch Series 12, Apple Watch Ultra 4, and AirPods 5.

Apple’s new devices are up for preorder, except the iPhone Duo

Adobe Acrobat interface demonstration on a red-to-pink gradient background showing document-to-visual transformation features. In the center, an interactive report dashboard displays sales charts, growth metrics, and key performance indicators, labeled with a "Generate interactive report" button. To the right, a plain business report is transformed into a colorful, professionally designed blue-and-orange slide labeled with a "Stylize" action button.

Adobe turns dense PDFs into podcasts and presentations

Snapchat Plans event screens showing Birthday Party, camping, and Thanksgiving gatherings with dates, times, RSVPs, and friend lists.

Snapchat Plans makes “we should hang out” official

Close-up of the Opera browser interface highlighting the "+ New Tab" button positioned at the very top of the vertical tab sidebar, situated directly above the open tabs and Tab Islands.

Opera’s Vertical Tabs get a new top-first design

Company Info
  • Homepage
  • Support my work
  • Latest stories
  • Company updates
  • GDB Recommends
  • Daily newsletters
  • About us
  • Contact us
  • Write for us
  • Editorial guidelines
Legal
  • Privacy Policy
  • Cookies Policy
  • Terms & Conditions
  • DMCA
  • Disclaimer
  • Accessibility Policy
  • Security Policy
  • Do Not Sell or Share My Personal Information
Socials
Follow US

Disclosure: We love the products we feature and hope you’ll love them too. If you purchase through a link on our site, we may receive compensation at no additional cost to you. Read our ethics statement. Please note that pricing and availability are subject to change.

Copyright © 2026 GadgetBond. All Rights Reserved. Use of this site constitutes acceptance of our Terms of Use and Privacy Policy | Do Not Sell/Share My Personal Information.