claude fable 5
30 articles about claude fable 5 in AI news
Claude Fable 5 Solves String Theory Problem Stalled for Six Months
Claude Fable 5 solved a string theory problem stalled for six months. Professor Yuji Tachikawa says the model made a non-trivial observation and used SymPy for verification.
Claude Fable 5 in Claude Code: The Routing Strategy That Saves Your Weekly Limit
Claude Fable 5 ($10/$50 per M tokens) scores 91 on Senior Engineer benchmarks vs Opus 4.8's 63—use `/model fable` for complex, multi-file tasks, but reserve quick edits for cheaper models to save your weekly limit.
Zhipu's GLM 5.2 claims Design Arena's top HTML spot with Elo 1,360 — edging a hobbled Claude Fable 5
Zhipu AI's 753-billion-parameter open-weight model GLM 5.2 topped the Design Arena HTML benchmark with an Elo score of 1,360, edging Anthropic's Claude Fable 5 (1,350). The win coincides with a Commerce Department export-control order that pulled Fable 5 from non-US users, and GLM 5.2's API pricing
Claude Fable 5 Migration: Cut Prescriptive Skills 60% to Stop Degrading Output
Audit your ~/.claude/skills for temperature, budget_tokens, and 'show your reasoning'. Replace 6+ step procedures with goal+constraints. Cut MUST/NEVER blocks to only guard money, deletions, or identity.
OpenAI GPT-5.6 Sol matches Fable 5 at 1/3 cost, adds multi-agent API
OpenAI's GPT-5.6 Sol nearly matches Claude Fable 5 on aggregate benchmarks at one-third the cost, with new multi-agent and tool-calling APIs.
Claude Tool Use: Fable 5 Beats Opus 4.8 at 1.00 Calls
SemiAnalysis analyzed 2.27M Claude responses, finding Fable 5 averages 1.00 tool calls per response versus 0.76 for Opus 4.8. The Opus line shows a downward trend.
Anthropic Ships Claude Opus 5: Fable-Level Intelligence at Half the Price
Anthropic released Claude Opus 5 on July 24 with a 1M token context, 128k output, and Fable-5-approaching intelligence at half the price, unchanged from Opus 4.8.
Fable 5: Claude's Biggest Leap Since Opus 4.5, Says Beta Tester
Beta tester says Fable 5 is Claude's biggest leap since Opus 4.5, with emergent debugging and design capabilities.
Anthropic Releases Claude Mythos Publicly as 'Fable' at 2x Opus Price
Anthropic released Claude Mythos publicly as 'Fable' at 2x Opus pricing, targeting agent workflows with strong safety limits.
Anthropic Ships Opus 5: Near-Fable Coding at Half Price
Anthropic launched Claude Opus 5 at $5/$25 per million tokens, matching Fable 5 on CursorBench at half cost. ARC-AGI 3 score 3x next-best; Claude Code v2.1.219 adds ops features.
Anthropic's Fable 5 gets production workshop series from @_vmlops
Anthropic's Fable 5 gets production workshop series from @_vmlops covering capability curves, reliable agents, and deployment at scale.
Fable 5 Returns: First Model Lobotomized by US Policy Comes Back Online
Fable 5, lobotomized June 12 under US export controls, returned online today — first frontier model restored by policy.
Trump Lifts Export Ban on Anthropic’s Mythos, Fable Models
U.S. lifted export ban on Anthropic's Mythos and Fable models June 30. Anthropic restores access July 1 under deal requiring proactive security risk detection.
OpenRouter Fusion API Claims Fable-Level IQ at Half the Cost
OpenRouter's Fusion API routes queries across providers to match Fable-level intelligence at half the cost, per company claims. No third-party benchmarks disclosed.
Anthropic's Fable 5 Beta Shows 10x Drug Design Speedup Ahead of IPO
Anthropic's Fable 5 beta achieved 10x speedup in protein design before being pulled from testing, signaling enterprise monetization ahead of IPO.
Claude Opus 4.8 Now Beats Gemini Pro 5 in Coding Benchmarks — What It
Claude Opus 4.8 beats Gemini Pro 5 by 11 points on Fable 5. Claude Code users should run `claude code --model opus-4.8` for complex coding tasks.
Muxer: Open-Source Model Multiplexer Slashes Claude Code Costs by Routing
Muxer reduces Claude Code costs by multiplexing models per subtask via agent frontmatter and session hooks. Keep Fable/Opus for planning; route boilerplate to Haiku.
Claude Opus 5 Is Too Verbose: The Two-Model Split That Fixes It
Anthropic documented Opus 5's verbosity on launch day. Use the two-model split: Fable 5 plans, Opus 5 executes. This halves costs and restores readability.
Zhipu GLM-5.2 Hits No. 2 Globally; Tang Tells Musk China Won't Wait Until
Zhipu's 744B-parameter GLM-5.2 ranks No. 2 globally on Code Arena. Tang Jie tells Musk China will match Fable 5 by end of 2026, not Q1 2027.
White House Forced Anthropic to Cut SK Telecom Access, Triggering Model Shutdown
White House forced Anthropic to cut SK Telecom access over China ties, then shut down Mythos and Fable 5 after security flaws emerged.
Claude Code Digest — Aug 13–Aug 16
Claude Code is no longer just a prompt box: the week’s strongest signal is that reliability now comes from hard gates, audit trails, and orchestration layers—not smarter prompts.
Claude Code Auto Mode Becomes Default
Claude Code auto mode is default from Aug 14 — block 89% of harmful actions vs 13.6% human. Use it, but isolate critical tools.
Bullet Coding Agent Hits 95.8% on SWE-bench in 119s — But Is It a Claude
Bullet wraps Claude Code to auto-route models, parallelize tool calls, and use targeted search — hitting 95.8% SWE-bench in 119s. Try it free for faster agent loops.
OpenAI Takes the Lead: What Claude Code Users Should Watch For
OpenAI's lead signals Claude Code users must adopt MCP minimalism and stateless MCP specs to reduce context bloat and stay fast, while tracking Anthropic's response.
Open-Weight Models Just Matched Claude Opus 4.6 — Here's How to Run Them
Route Claude Code to open-weight models like Kimi K3 and DeepSeek V4 Flash via ANTHROPIC_BASE_URL or LiteLLM. Test cheap models before spending Opus 4.6 credits. The open-weight revolution is now a Claude Code workflow decision.
Inside Anthropic: How Claude Code Engineers Ship with 2-Engineer Teams and
Anthropic ships software with 2-engineer teams, AI-driven code review, and Claude Code. A 500K+ line Bun rewrite to Rust took 11 days and $165K in tokens—proof that small teams + AI beat large teams.
Claude Opus 5 Is Now in Claude Code: How to Use Fast Mode and Save 50% on Tokens
Claude Opus 5 is now in Claude Code with Fast Mode (2.5x speed) at Opus 4.8 pricing. Run `claude code --model opus-5` to start saving 50% on tokens immediately.
Why Claude Code's 80.8% SWE-Bench Score and 1M Context Window Beat Codex
Claude Code's 80.8% SWE-Bench score, 1M token context, and local execution make it the top choice for senior devs—use `claude code` in your terminal for complex codebase work.
DonnyClaude: A Verified Workflow Engine That Makes Claude Code Actually
DonnyClaude adds a durable planning layer and deterministic verification gates to Claude Code so the model can't mark work done until tests and checks pass. Install with npx donnyclaude.
Claude Code Steganography Flagged Chinese Users; Anthropic Rolls Back
Anthropic's Claude Code 2.1.91 used steganography to detect Chinese users. After Reddit exposure, Anthropic rolled back the feature, calling it an experiment against model distillation.