The advisor strategy: Give agents an intelligence boost

· Source: Claude Blog · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Robotics & Autonomous Systems · Depth: Intermediate, short

Summary

Anthropic has introduced the "advisor strategy" and a new "advisor tool" on the Claude Platform, enabling developers to achieve near Opus-level intelligence in their AI agents at a significantly reduced cost. This strategy pairs a powerful model like Opus as an advisor with a more cost-effective executor model such as Sonnet or Haiku. The executor handles the primary task, only consulting the advisor for complex decisions. The advisor tool simplifies this by allowing a one-line API change, routing curated context to the advisor model within a single `/v1/messages` request. Evaluations show Sonnet with an Opus advisor increased SWE-bench Multilingual scores by 2.7 percentage points while reducing cost per agentic task by 11.9%. Haiku with an Opus advisor doubled its BrowseComp score to 41.2% and costs 85% less per task than Sonnet solo, offering a strong option for high-volume tasks.

Key takeaway

For NLP Engineers and CTOs building AI agents, adopting the advisor strategy with the new Claude Platform tool can significantly optimize your cost-intelligence trade-off. You should evaluate Sonnet or Haiku with an Opus advisor against your existing benchmarks to confirm performance gains and cost reductions, especially for high-volume or complex tasks where occasional frontier-level reasoning is beneficial.

Key insights

Pairing a powerful advisor model with a cost-effective executor model enhances agent intelligence while significantly reducing operational costs.

Principles

Method

Configure a smaller executor model (Sonnet/Haiku) to perform tasks and invoke a larger advisor model (Opus) only when it encounters decisions it cannot reasonably solve, within a single API request.

In practice

Topics

Best for: NLP Engineer, CTO, VP of Engineering/Data, AI Engineer, Machine Learning Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Claude Blog.