Sources:
- YouTube: "How to Prompt Claude Opus 5" (knowledge work prompting guide for Opus 5, five rules with live demo)
- Article: "20 Claude Opus 5 Prompts Tested" (buildfast.withAI, July 27, 2026, 20 copy-paste templates with rubric)
- Anthropic official prompting guide:
platform.claude.com/docs/en/build-with-claude/prompt-engineering/prompting-claude-opus-5
Opus 5 is better than Opus 4.8 in almost every category and sometimes better than Fable 5. If you prompt it the way you have been prompting previous Claude models, you will not get good results. Anthropic agrees with this. Their prompting guide for Opus 5 tells you to delete instructions from your existing prompts, not add them.
Four behaviours make Opus 5 different from all previous models:
- It self-verifies without being asked: prompts containing "double-check your answer" or "re-verify before responding" now actively make output worse, not better. Opus 5 already does this and the instruction compounds into over-verification.
- It delegates to subagents more readily: it coordinates well but three agents on a two-file task costs three times as much for the same result.
- It talks more by default: written outputs run longer than any prior Opus, both in chat and in files written to disk.
- It expands task scope on its own judgment: it will helpfully rewrite your architecture while fixing a typo unless you explicitly say what not to touch.
The single most valuable edit to an existing Opus 4.8 prompt library: deletion. Remove verification instructions. Remove legacy harness scaffolding. Add explicit scope constraints.
Model and effort selection: the decision you make first
Model routing from the video (simplified):
| Plan | Default | Complex tasks |
|---|---|---|
| Claude Pro ($20) | Sonnet | Switch to Opus 5 |
| Claude Max ($100+) | Opus 5 | Stay on Opus 5, rarely need Fable |
Fable 5 is now rarely necessary. Use it only when you are genuinely unhappy with Opus 5 results and want to compare. Haiku is not recommended for any real work.
Effort level: higher effort is not always better. Effort controls how much the model thinks, not the quality of the result. Anthropic states that low and medium effort are surprisingly strong on Opus 5.
| Effort | When to use |
|---|---|
| Low | Pro plan, drafting, formatting, simple tasks |
| Medium | Max plan default for most GTM work |
| High | Complex analysis, multi-source research, agentic work |
| Extra high/Max | Hardest coding, frontier reasoning, only when high is not enough |
Critical distinction: effort controls thinking depth, NOT visible response length. If your responses are too long, add a length instruction to the prompt. Dropping effort to shorten output is the most common and expensive mistake in Opus 5 migrations.