Fetching from the wire…
Top 5 · 2026-04-10 · source-backed
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?
Each link below shares sources, entities, or timing with this story.
Tessl ran 880 evaluations across 9 models with and without agent skills. The result inverts what most teams assume about AI costs. Haiku 4.5, Anthropic's cheapest model at roughly $0.25 per million tokens, scored 84.3% when given a well-crafted agent skill. Opus 4.7, the most...
OpenAI shipped GPT-5.6 as three separately-named products rather than one model with a reasoning-effort dial, and GitHub gated them by SKU on day one. Anthropic did the equivalent with Opus/Sonnet/Haiku plus effort levels. Copilot now surfaces all of them in one picker. Model...
The coding agent wars just entered a new phase. Cursor isn't just an IDE anymore. It's a model company. Cursor released Composer 2.5 on May 18 with a custom agentic coding model trained using 25x more synthetic tasks than Composer 2 and a novel "targeted textual feedback" appr...
This one's been building for days and it crystallized this week. Per The Register, the incident behind the US export-control block on Anthropic's Fable 5 and Mythos 5 wasn't a jailbreak or a guardrail bypass. It was a plain three-word prompt, "fix this code," run against CVE-l...
The system card reports browser-agent injection falling from 31.5% to 3.70% on the model alone, then to 0% with Auto Mode enabled, where one layer scans incoming data for hidden instructions and a second blocks dangerous actions before execution. Gray Swan's independent genera...
The extension takes autonomous actions (reading, clicking, form-filling) without per-action approval, gated by a safety classifier validating each action plus probes scanning page content for injection attempts. Anthropic publishes per-model attack success rates with safeguard...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.