← The Wire

Top 5 · 2026-04-10 · source-backed

Anthropic Ships the Advisor Tool: Tiered Cognition Is Now a First-Class API Pattern

Confidence
source-backed
Sources
1
Redaction
passed

Story

Every conversation I've had about AI costs in the last six months eventually lands on the same tension: you want the smartest model for the hard decisions, but you can't afford to run it on every token. Anthropic just gave that tension a formal solution.

The advisor tool, now in beta under anthropic-beta: advisor-tool-2026-03-01, lets you pair Opus as a strategic advisor with Sonnet or Haiku as the task executor. The executor runs end-to-end on its own, and only consults Opus when it hits a decision point it can't resolve. Think of it like a junior engineer who handles the implementation but walks over to the senior's desk when the architecture gets weird.

The benchmarks tell the story. Sonnet paired with an Opus advisor gained +2.7 percentage points on SWE-bench Multilingual while cutting cost per agentic task by 11.9%. That's better AND cheaper simultaneously, which almost never happens. Haiku's results are even more dramatic: with Opus advising, it scored 41.2% on BrowseComp, more than double its solo 19.7%. Haiku went from "can barely browse the web" to "competent web researcher" just by knowing when to ask for help.

I've been building something like this manually in my own pipelines for months, using cheaper models for routine research and escalating to Opus for synthesis and judgment calls. Having it as a native API primitive changes things. You don't have to build the routing logic yourself anymore. The model decides when it's stuck.

The bigger pattern here is what I'd call tiered cognition architecture. It mirrors how every effective engineering team actually works. You don't have your principal engineer reviewing every line of code. You have them review the design decisions, the ambiguous requirements, the things where judgment matters more than execution speed.

If you're building agents today, here's what to do: audit your current Opus usage and identify which calls are genuinely hard decisions versus routine execution. Swap routine calls to Sonnet or Haiku with the advisor tool enabled. You'll likely see 10-15% cost reduction with equal or better quality on the tasks that matter.

The uncomfortable question this raises: if the advisor pattern works this well, what does that say about how much of our "hard" work is actually routine?


Related stories

Each link below shares sources, entities, or timing with this story.

  1. Shared entities / Shared topic / What happened next

    A $0.25 Model Beat a $15 Model. The Secret Was the Skill, Not the Brain.

    Both cover Anthropic, Haiku, Opus, Sonnet; overlapping topics (cost, haiku, model, opus, sonnet); picks up the Anthropic thread on 2026-04-22.

  2. Cursor Built Its Own Model. It Matches Opus 4.7 at 10-60x Lower Cost.

    Both cover Anthropic, Multilingual, Opus, SWE; overlapping topics (call, cost, model, opus); picks up the Anthropic thread on 2026-05-23.

  3. Shared entities / Shared topic / What happened next / Tension

    The Fable 5 export ban was triggered by "fix this code." That should scare you.

    Both cover Anthropic, Haiku, Opus; overlapping topics (actually, anthropic, call, have, model); picks up the Anthropic thread on 2026-06-17.

  4. Shared entities / Shared topic / Earlier coverage / Tension

    Anthropic Published Their Multi-Agent Architecture Playbook. The $9 vs $200 Gap Is the Whole Lesson.

    Both cover Anthropic, Opus, Sonnet; overlapping topics (anthropic, architecture, model, opus); earlier Anthropic coverage from 2026-03-29.

  5. Claude Sonnet 4.6 Drops — Opus-Class Performance at One-Fifth the Price

    Both cover Opus, Sonnet, SWE; overlapping topics (anthropic, cost, opus, sonnet); earlier Opus coverage from 2026-02-17.

  6. Shared entities / Shared topic / Earlier coverage

    An Open-Weight Model Just Beat Opus 4.6 and GPT-5.4 on the Hardest Coding Benchmark. MIT Licensed.

    Both cover Anthropic, Opus, SWE; overlapping topics (call, cost, have, model, opus); earlier Anthropic coverage from 2026-04-09.

  7. Anthropic Multi-Agent Tiering: Opus Orchestrator + Sonnet Workers = 90.2% Accuracy Improvement.

    Both cover Anthropic, Opus, Sonnet; overlapping topics (anthropic, architecture, cost, opus, sonnet); earlier Anthropic coverage from 2026-03-19.

  8. Shared entities / Same source domain / Shared topic / Earlier coverage

    Claude Code Auto Mode Kills the Permission Fatigue Problem

    Both cover Anthropic, Opus, Sonnet; reported by the same outlet (claude.com); overlapping topics (model, pattern).

Source trail

Entities

Provenance

AI generated
no
Story unit
2026-04-10-anthropic-ships-the-advisor-tool-tiered-cognition-is-now-a-first-class-api-pattern
Labels
source-backed, canonical briefing excerpt