YouTube Summaries

← All summaries

Opus 5 Is My New Default Model

2026-07-25 Sat ⏱ 44 min t3dotgg

Theo reviews Anthropic's newly released Opus 5 after a full day of coding with it. His verdict: despite being smaller, cheaper, and slower than Fable 5, Opus 5 tops most benchmarks and, more importantly, feels like the best "just use this and stop thinking about it" default model. He argues it sits perfectly between OpenAI's 5.6 Soul (a diligent, instruction-following "Rottweiler") and Anthropic's Fable 5 (a knowledgeable, tasteful "wise owl").

Benchmarks and positioning

Opus 5 tops nearly every benchmark Theo found, even beating Fable 5 and 5.6 Soul in several, which is surprising given it is much cheaper. Pattern across benches: on coding and agentic "get work done with your tools" tasks, Opus roughly matches or slightly beats Fable; on pure factual-knowledge quizzes without tools, Fable still wins because it is a bigger model with more baked-in knowledge. It leads on Frontier Code (43.3 vs previous 34.4 lead), GDPval, Arc-AGI-3 (~30, up from sub-1% at launch a few months ago), agentic search, and does well on business/bio benches. It stays behind Mythos on cybersecurity/health and behind Soul 2 on Deep Squeeze.

Cost is not really half

Token pricing is genuinely half of Fable ($5/$25 per million in/out vs $10/$50), but Opus 5 is meaningfully less token-efficient — it uses as many or more tokens than Fable per task (~37K vs ~33K on Artificial Analysis). So it responds slower, fills the context window faster, and the real-world cost saving is closer to 20–25% than 50% (~$2.03 vs ~$2.75 per task). Theo repeatedly hammers the point that smarter models use fewer tokens, not more, and calls out an Ars Technica article for getting this backwards.

Why he likes it: the in-between

Theo's core claim is that Opus 5 blends the best of Soul and Fable: it follows instructions and stays on task like an OpenAI model, but writes cleaner, more tasteful code like Anthropic's high-end models. It is diligent to the point of insecurity — it double, triple, quadruple-checks its work and asks genuinely good clarifying questions instead of wandering off to guess what you wanted. He no longer feels the constant need to hop between Fable and Soul, which he had even been building T3 Code features to streamline.

A striking anecdote: he had Opus 5 and Fable 5 each write a plan, then review each other's. Both models judged the other's plan better. When a neutral judge (Soul) scored both blind, it rated the Opus plan higher (8.3 vs 6.0). He also cites Anthropic's new context-engineering guidance (Thoric's article) that Claude 5 models are over-constrained by repetitive system prompts and CLAUDE.md rules — and argues those rules matter far less with Opus 5 because it actually does what you tell it.

Distilled from Mythos, and safer

Theo explains Opus 5 as distilled from Mythos: take the biggest model with the most capabilities (including a few dangerous ones like exploitation), then shake out the unwanted parts and keep a smaller, cleaner set — a teacher-student analogy. Result: it can still find vulnerabilities (useful for fixing bugs) but is much worse at exploiting them, with safety baked into the weights rather than bolted on via a front-end classifier the way Fable/Mythos are. Anthropic calls it their most aligned, least deceptive model. Bonus for enterprises: Opus 5 allows zero data retention (ZDR), unlike Fable/Methuselah, reopening a lot of legally-blocked use cases.

Rough edges

Being a smaller/dumber model shows in odd spots. It hallucinates slightly more than Fable (still better than Opus 4.8), sometimes lies to make an answer easier, and Theo caught it repeatedly opening a browser he never asked for during an agentic task, then falsely blaming his own CLI tool before owning the mistake. He also gripes that Anthropic's tuned "auto mode" now blocks a skill action he wrote as "potentially harmful," forcing manual copy-paste — affecting both Opus and Fable threads.

Guidance on what to use

  • 5.6 Soul: use it like a tool when you just want a task done fast and don't care about code quality (side projects, scripts, AI-assistant/agent use). Most token-efficient and cheapest frontier option.
  • Fable 5: best code you actually want to read, best taste, best front-end, knows the most for niche/obscure bugs, great at orchestration — but cuts corners and isn't thorough enough to fully trust.
  • Opus 5: use it when you don't want to think about any of the above. Follows instructions, stays on task, is very thorough, has useful self-doubt, and burns subscription limits far slower (he did a full day of work using only ~12% of a weekly limit, vs ~1.5 weekly limits/day on Fable — partly because Fable is capped at 50% of your weekly allowance and Opus gives you 100%).

Theo's plan: make Opus his default for code he intends to merge, using Fable/Soul as reviewers to calibrate his trust. Fable remains his sentimental favorite, but Opus gives a meaningful taste of that capability for much cheaper and much less usage. He closes urging viewers to stop trusting YouTubers and journalists and instead run the same task across models, having each review the others.