Claude is now adopting the advisor strategy
New architecture lets agents consult Opus for hard decisions, boosting performance while cutting costs.
Anthropic has introduced a novel architectural approach called the 'Advisor Strategy' to its Claude Platform, fundamentally changing how developers can build cost-effective yet powerful AI agents. The strategy allows a developer to configure an agent where the expensive, top-tier Claude 3 Opus model acts as a strategic advisor, while a more affordable model like Claude 3.5 Sonnet or Haiku handles the execution of tasks. Crucially, this all happens within a single API request: when the executor hits a complex problem, it can pause and consult Opus, which returns a plan before the executor resumes. This creates a hybrid system that delivers intelligence approaching Opus levels without the full Opus price tag.
In internal evaluations, the performance gains are tangible. A Sonnet executor paired with an Opus advisor scored 2.7 percentage points higher on the challenging SWE-bench Multilingual coding benchmark compared to Sonnet working alone. More impressively, this smarter system was 11.9% cheaper to run per task than using Sonnet solo, as the costly Opus inference is only triggered for critical decision points. This represents a major shift in agent design, moving from a static, single-model architecture to a dynamic, multi-model team. By separating planning from execution, Anthropic provides a practical path for scaling sophisticated agentic workflows in production, where both performance and cost are paramount constraints. The feature is available in beta immediately on the Claude Platform.
- Architecture pairs Opus as a planner/advisor with Sonnet or Haiku as the task executor within one API call.
- In tests, the Opus+Sonnet combo scored 2.7 pts higher on SWE-bench Multilingual while costing 11.9% less per task than Sonnet alone.
- Enables developers to build near-Opus-level intelligent agents (AI that can take actions) at a cost closer to using the mid-tier Sonnet model.
Why It Matters
This makes building advanced, cost-effective AI agents viable for real-world applications, breaking the trade-off between performance and expense.