How Anthropic Engineers Actually Prompt Fable 5
A guide to effectively prompting Claude Fable 5, covering six key techniques including providing context/intent, using negative prompting, letting the model act once ready, verifying outputs, avoiding reasoning requests, and keeping instructions concise. The speaker emphasizes that Fable 5 is expensive and should only be used 5-15% of the time, with pricing at $10 per million input tokens and $50 per million output tokens.
Summary
The transcript features a detailed guide on how to efficiently use Claude Fable 5, Anthropic's latest model. The speaker begins by establishing that Fable 5 is the strongest model they've used but emphasizes it's a premium-priced model costing double Opus. During a promotional period lasting only until July 7th, users get 50% of weekly limits at no extra cost, after which they must switch to paid usage credits. The model is accessible across multiple platforms including Claude's web interface, desktop app, VS Code, and other integrations.
The core of the guide presents six key prompting habits. First, providing context and intent behind requests allows Fable 5 to understand the broader task and connect to relevant information rather than guessing. Second, using negative prompting—explicitly telling the model what not to do—prevents the model from over-reaching with creative but unwanted additions, similar to how you'd instruct an intern on specific boundaries. Third, the speaker advises stopping overplanning and letting the model act once it has sufficient information, rather than requiring extensive pre-planning.
The fourth technique is verification loops: making the model prove its work before claiming completion. The speaker stresses that trust is built through multiple verification cycles, not blind acceptance of outputs. Fifth, and specific to Fable 5, the speaker warns against asking the model to show its reasoning, as this can trigger safety guardrails that silently route requests to the less capable Opus 4.8 model. Finally, the speaker advocates for conciseness, arguing that Fable 5's improved intelligence means short, clear instructions can be as effective as lengthy, rule-filled prompts.
The speaker also addresses Fable 5's safety architecture, explaining that built-in safeguards will automatically route requests related to hacking, dangerous biology, or attempts to expose internal reasoning to Opus 4.8 without user notification (though API users will see which model responded). The speaker concludes by recommending users read Anthropic's official documentation and emphasizing that Fable 5 should be reserved for only the most complex tasks (5-15% of use cases) to avoid unnecessary costs.
Key Insights
- The speaker claims that Fable 5 is the strongest model they've ever used, built differently from Opus and GPT, and follows short, clear directions better due to improved reasoning capabilities that make it feel like it understands intent more deeply.
- According to the speaker's analysis, Fable 5 costs double Opus at $10 per million input tokens and $50 per million output tokens, and should realistically only be used 5-15% of the time to avoid excessive costs, making it overkill for routine tasks.
- The speaker reports that asking Fable 5 to show its reasoning or explain itself in system prompts can trigger safety guardrails that silently route the request to the less capable Opus 4.8 model, representing a Fable-specific prompting constraint.
- The speaker claims that Fable 5 has built-in safety guardrails that automatically route requests related to hacking, dangerous biology, or attempts to expose internal reasoning to Opus 4.8 without user notification, though API users will see which model responded.
- The speaker argues that despite conventional wisdom, shorter instructions can now steer Fable 5 as effectively as verbose, rule-laden prompts because the model's improved intelligence allows it to infer intent from minimal guidance.
Topics
Transcript
[0:00] So, we've all waited long enough. Fable 5 is finally coming back to us, and it's an incredible model. It's the strongest one that I've ever used, hands down. I've built things like my second brain, my AI operating system. So, obviously, I've been playing around with this model a ton, and I've been trying to figure out the best way to use it so that you can actually use it efficiently and you're not paying for tokens for no reason. I've looked at what people have said on X. I've listened to Enthropic Engineers, and also, I've read through this entire documentation right here on the best practices for prompting Claude Fable 5. So today what I did…
Full transcript available for MurmurCast members
Sign Up to AccessMore from Nate Herk | AI Automation
Stanford's Method Turns Claude Into a PHD Level Research Team
A researcher demonstrates the STORM method from Stanford, which uses five expert perspectives (practitioner, academic, skeptic, economist, historian) to create verified research reports. The method produces 25% more organized articles than competing approaches and is packaged as a reusable Claude skill that generates HTML briefings with peer-reviewed citations.
Is Claude Mythos Coming?
A YouTuber analyzes the brief appearance of 'Claude Mythos' on Anthropic's API, arguing it signals a marketing move rather than an imminent public launch. Despite competitive pressure from OpenAI and IPO timing, the creator believes Mythos capabilities will quietly fold into future Opus models rather than release publicly under that name. Three possible scenarios are outlined ranging from a limited gated release to Mythos remaining permanently restricted to vetted security partners.
AGI is Here. Anthropic Just Proved It.
A YouTuber analyzes Anthropic's internal report 'When AI Builds Itself,' arguing that AGI has effectively already arrived based on Claude's ability to solve open-ended problems autonomously. Key data points include Claude achieving a 76% success rate on open-ended coding tasks (up from 26% in six months) and AI-authored code now comprising over 80% of Anthropic's shipped code. The video also addresses the risks of compounding misalignment and the lack of any viable mechanism to slow down AI development globally.
The Skill That 10x’d My Claude Code Projects
The video introduces a Claude Code skill called 'Grill Me' that relentlessly interviews users to extract tacit knowledge from their heads into reusable AI context documents. The creator explains how this front-loaded knowledge extraction leads to higher-quality AI outputs faster than iterative trial-and-error. He shares his enhanced version of the original skill by Matt PCO, which adds automatic checkpointing to preserve Q&A sessions in markdown brainstorm files.
I Tested Every Claude Code Feature, These 12 Are the Best
A content creator with 500+ hours in Claude's ecosystem ranks Claude Code features from D to S tier based on personal productivity impact. The video highlights 12 top features, with Skills ranked #1 for enabling consistent, reusable agent workflows. The ranking prioritizes knowledge work and automation use cases over traditional software development.