Anthropic just dropped Fable and Mythos 5.
I was looking at the pricing breakdown because that's where things get messy for anyone running heavy agentic workflows. On the surface, it looks like a massive win for anyone using long context or repetitive prompting.
- Input Price: $10 / MTok (Unchanged)
- Output Price: $50 / MTok (Unchanged)
- Cache Write: $12.5 / MTok (Unchanged)
- Cache Read: $0.25 / MTok (Down 75%)
That 75% cut on cache reads is huge if you're building a real-world AI workflow where the agent keeps referencing the same massive codebase or documentation set. However, there is a massive catch that most people missed in the initial hype.

According to some early data from Artificial Analysis, these 5.1 models are significantly more "chatty." We are seeing an observed 1.7x increase in output token usage compared to the previous versions. When you do the math, that extra verbosity eats up almost all of your cache savings. Even with the cheaper reads, you're looking at a net per-task cost increase of roughly 20%. It's a classic trade-off: you're paying for the model's improved reasoning and "honesty" (they're claiming it's better at admitting when it's stuck rather than hallucinating success) with more tokens.
There is also a lot of chatter in the dev community that Fable and Mythos might actually be the same underlying weights, just with different system prompts or safety routing. Fable seems tuned for the heavy lifting in coding and autonomous tasks, while Mythos is geared toward general knowledge work.
If you are moving from simple prompting to full-blown LLM agent deployment, here is what you should actually watch:
1. Agent Observability: They've introduced Enterprise Frontier Safeguards (EFS). If you're in a corporate environment, this is meant to give you better visibility into what the agent is actually doing during those long-running tasks.
2. Failure Reporting: One of the biggest pain points with agents is when they loop infinitely. Anthropic is claiming these models are better at reporting failures rather than just spinning their wheels.
3. Rate Limits: Even though the tech is better, the early feedback is a bit mixed on rate limits and some of the new safety safeguards being a bit too sensitive (false positives).
If you're building agents that need to stay in context for a long time, the cache discount is a massive technical advantage, but keep a very close eye on your output token counts or your API bill is going to spike unexpectedly.
