The argument in one line.
Claude Opus 4.5 responds best to short, direct instructions with explicit context and explicit 'don'ts' rather than long exhaustive prompts, and one habit — asking it to explain its reasoning — can silently downgrade your request to a weaker, cheaper model.
Read if. Skip if.
- You're already using Claude (desktop, Claude Code, or the API) and want a concrete checklist for prompting the newest top-tier model well.
- You manage system prompts, CLAUDE.md files, or reusable agent instructions and want to bake in verification and effort-matching habits once instead of repeating them per-prompt.
- You're deciding whether a task is worth the top-tier model's cost versus a cheaper/faster one.
- You don't have access to the newest Claude tier and just want general prompting advice — the model-specific handoff and effort-level rules won't apply to you.
- You're looking for prompt engineering for image or video generation models — this is text/agentic-coding focused.
The full version, fast.
Anthropic's newest flagship model (referred to here as 'Fable 5') responds to a different prompting style than older models: shorter, more direct instructions actually outperform long, over-specified ones. The video distills Anthropic's own prompting documentation into six habits: explain the why behind a request instead of just the task, explicitly state what not to do, let the model act once it has enough information instead of over-planning, demand proof of completion rather than trusting a 'done' claim, avoid asking it to explain its reasoning (which can silently trigger a downgrade to a weaker backup model), and default to saying less rather than more. It also covers matching reasoning effort levels to task difficulty and explains the safety mechanism that quietly reroutes certain requests to a cheaper, less capable model without always telling you.
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · Fable 5 is back
Model returns after export-control suspension; pricing ($10/$50 per million tokens), promotional-period usage limits ending July 7, and where it's available.

02 · Sponsor: HyperAgent
Sponsored segment for HyperAgent — a multi-agent 'council' tool for stress-testing business ideas.

03 · Why this model prompts differently
The model follows short, clear instructions better than older models because of stronger reasoning; intro to the six-habit framework.

04 · Rule 1: Give it the why
Explain the intent/context behind a request instead of just stating the task, so the model connects to the right information.

05 · Rule 2: Tell it what NOT to do
Negative prompting — explicitly stating forbidden actions — now works better than it used to; Anthropic's own docs use this pattern repeatedly.

06 · Rule 3: Let it act once it has enough
Stop over-planning; let the model act once it has sufficient information instead of demanding exhaustive research and planning first.

07 · Effort levels
Matching low/medium/high/extra-high effort to task difficulty; high is the recommended default, extra-high reserved for the hardest tasks; cost/accuracy tradeoff chart shown.

08 · Rule 4: Make it prove it
Don't trust a model's claim that a task is done — require it to point to verifiable evidence before reporting completion.

09 · Rule 5: Stop asking it to show its reasoning
Model-specific: requesting an explanation of reasoning, especially in a system prompt, can trigger a refusal or silent handoff to Opus 4.8.

10 · Rule 6: Say less, not more
Short instructions now steer as well as long rule lists when the model already has good context/tools/skills; doesn't contradict Rule 1.

11 · When Fable hands off to Opus 4.8
Explains the safety-check mechanism: risky-looking requests (hacking, dangerous biology, requests to reveal private reasoning) get silently routed to a cheaper backup model; billed at the backup model's lower rate.
Lines worth screenshotting.
- The newest top-tier Claude model follows short, direct instructions better than older models because it reasons better, so verbose prompts no longer help and can hurt.
- Giving the model the 'why' behind a task lets it connect the request to the right context instead of guessing your intent.
- Negative prompting — explicitly stating what not to do — works better on newer models than it used to, reversing older advice to avoid it.
- Anthropic's own prompting documentation for this model repeatedly uses explicit 'do not do this' framing rather than only positive instructions.
- Over-planning is now a liability: letting the model act as soon as it has enough information beats forcing it through exhaustive research and planning first.
- The model can silently claim a task is done without having verified it, so demanding it point to concrete evidence before reporting completion closes a real trust gap.
- On this model specifically, asking it to explain its reasoning — especially in a system prompt — can trigger a refusal or silently reroute the task to a weaker backup model.
- The routing-to-a-weaker-model safety mechanism exists because the flagship model has stricter jailbreak-related guardrails than its predecessor.
- When a request is flagged as touching hacking, dangerous biology, or asks the model to reveal private reasoning, the system can silently swap in a cheaper, less capable model to answer instead.
- You are billed at the cheaper backup model's rate when a silent handoff occurs, not the flagship model's rate, so the swap isn't a hidden cost trap.
- Effort levels (low, medium, high, extra-high) should be matched to task difficulty; Anthropic recommends high as the default for most tasks and extra-high only for the most capability-sensitive work.
- The flagship model on its lowest effort setting can match a prior-generation top model's accuracy on its highest effort setting, but at a fraction of the cost.
- A realistic estimate is that most users only need the newest flagship model for 5-15% of their total tasks — using it for everything is overkill.
- Saying less, not more, can now steer the model as effectively as a long rule list, because a well-set-up model with the right context, tools, and skills needs less explicit spelling-out.
- The 'say less' habit doesn't contradict 'give it the why' — brevity applies to rules and mechanics, while context about intent should still be included.
Six habits for getting more out of Claude's newest flagship model.
Short, direct prompts now outperform long ones on the newest top-tier Claude model, and one habit — asking it to explain its reasoning — can silently reroute your request to a weaker model.
- State the intent behind a task, not just the task itself, so the model can connect it to the right context instead of guessing.
- Explicitly say what the model should NOT do — negative prompting now works better on newer models than it used to.
- Let the model act once it has enough information instead of forcing exhaustive upfront planning; over-planning wastes time and tokens.
- Require proof before trusting a 'done' claim: ask for the specific evidence that shows the work is actually complete.
- Avoid asking the model to explain or narrate its reasoning, especially in a system prompt — it can trigger a refusal or a silent downgrade to a weaker, cheaper model.
- Match reasoning effort level (low/medium/high/extra-high) to task difficulty; default to a mid-to-high setting and reserve the top setting for genuinely hard work.
- Default to concise instructions once the model has good context and tools already in place — brevity in rules doesn't mean skipping the 'why' behind the task.
- Understand that safety-triggered handoffs to a backup model are billed at the backup model's cheaper rate, so a silent downgrade isn't a hidden cost increase.
Terms worth knowing.
- Negative prompting
- Explicitly telling an AI model what NOT to do, rather than only describing the desired outcome — useful because models can otherwise improvise unwanted extras.
- Effort level
- A setting (low, medium, high, extra-high) that controls how much reasoning/compute a model applies to a task, trading cost and speed against capability.
- Model handoff / routing
- A safety mechanism where a flagship AI model quietly reassigns a risky-looking request to a different, usually less capable, backup model instead of answering directly.
- System prompt
- The instructions given to an AI model before the user's own message, typically used to set persistent rules, persona, or constraints for the whole session.
Things they pointed at.
Lines you could clip.
“It's the strongest one that I've ever used, hands down.”
“Before you tell me something is done, point to the result that proves it. Only report work you can show evidence for.”
“A standing 'explain your reasoning' line, especially in the system prompt, can trigger a refusal, and it can hand your task to Opus 4.8.”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
Anthropic's newest flagship model came back online after an export-control suspension, and it's expensive enough that wasting tokens on it actually hurts. This breakdown distills Anthropic's own prompting documentation, engineer commentary, and X discussion into six concrete habits — including one non-obvious trap where asking the model to show its reasoning can silently get your request rerouted to a weaker, cheaper model.
Named ideas worth stealing.
Six habits for prompting Claude Opus 4.5
- Give it the why (any model)
- Tell it what NOT to do (any model)
- Let it act once it has enough (any model)
- Make it prove it (any model)
- Stop asking it to show its reasoning (model-specific)
- Say less, not more (model-specific)
A six-item checklist distilled from Anthropic's official prompting documentation for its newest flagship model, tagged as either universal (works on any model) or specific to this model's behavior.
How they asked for the click.
“if you guys wanna access this full guide where you can see this full write up, you can do so by joining my free school community”
Soft mid-video CTA tied directly to the content being discussed (the full prompting guide write-up), plus a separate paid-playbook link and sponsor link in the description.









































































