GenAI PM
tool10 mentions· Updated Sep 12, 2026

Fable

A model referenced by Cognition as one of the options in Fusion. It appears to be used for planning or execution within coding workflows.

Key Highlights

  • Fable is most consistently described as a high-value planning model used in coding and agent workflows.
  • Practitioners repeatedly pair Fable with cheaper execution models such as GPT or Astra to improve cost-performance.
  • Cognition’s Fusion in Devin CLI formalized Fable’s role in planner-executor model routing.
  • Enterprise discussions around safeguards, refusals, and usage limits show Fable is being operationalized beyond experimentation.
  • For AI PMs, Fable is a useful case study in when premium reasoning models justify their higher cost.

Fable

Overview

Fable appears to be a frontier model used primarily in coding and agentic development workflows, especially in contexts where planning quality matters more than raw execution cost. Across recent mentions, it is most often described as strong at decomposition, workflow design, and higher-level reasoning, with other models sometimes paired alongside it for cheaper or faster implementation. It is referenced by Anthropic-related voices and by Cognition as one of the models available inside Fusion for Devin CLI.

For AI Product Managers, Fable matters less as a general-purpose chatbot and more as a model-role archetype: an expensive, limited, high-value planner that can be combined with lower-cost execution models. The recurring pattern in the coverage is clear—teams use Fable to think, scope, route, and refine, then hand work off to GPT- or Astra-class models for build steps, art generation, or cost-efficient execution. That makes Fable relevant to PMs designing multi-model workflows, setting agent budgets, and deciding where premium inference actually improves product outcomes.

Key Developments

  • 2026-07-04: Peter Yang shared a three-step workflow for getting the most out of Fable: prepare context with cheaper LLMs, use Fable for planning, and execute with another model while supervising medium-effort tasks.
  • 2026-07-08: Anthropic's Thariq Shihipar announced Fable was rolling out and showcased stronger coding-agent behavior in Claude Code, including better tool use, improved task completion, and examples of “capability overhang.”
  • 2026-07-12: Peter Yang said Fable excels at planning while GPT performs better for execution, highlighting a practical split-model workflow. He also noted that Fable tokens are expensive and limited.
  • 2026-07-12: Anthropic’s Fable 5 was referenced alongside Mythos 5 in discussion of benchmark citations, indicating Fable’s positioning as a frontier-class model evaluated on expert-built reasoning benchmarks.
  • 2026-07-24: Boris Cherny described using Fable’s dynamic workflows with profiling loops to iteratively optimize code until p95 latency fell below 300 ms.
  • 2026-08-09: Boris Cherny raised a product question around whether Claude should automatically resume using Fable after a user’s usage limit resets, pointing to real-world quota and UX considerations.
  • 2026-08-21: New enterprise safeguards for Fable were announced, designed to run on customer infrastructure and give enterprises more control over data location and access.
  • 2026-08-25: Boris Cherny said his group uses the same Fable and is working to reduce cybersecurity-related refusals, suggesting active tuning around enterprise usability and safety tradeoffs.
  • 2026-09-06: In a game-building workflow, Peter Yang noted that No Moat started in Claude using Fable because Astra was unavailable, then shifted to ChatGPT and Astra for image-generation-heavy execution.
  • 2026-09-12: Cognition announced Fusion in Devin CLI, an efficient frontier harness for Fable and Astra that lets users choose separate models for planning and cost-effective execution; Cognition claimed the setup was 39% cheaper across coding benchmarks.

Relevance to AI PMs

1. Design multi-model workflows intentionally. Fable is repeatedly positioned as the planning model in a planner-executor stack. PMs can use this pattern to route high-value tasks—requirements decomposition, architecture planning, agent strategy—to Fable while assigning implementation or repetitive steps to lower-cost models.

2. Manage cost, limits, and premium-model UX. Mentions of expensive tokens, usage caps, and resume behavior show that PMs need explicit product rules for when premium models are invoked, paused, retried, or handed off. This is especially important in coding copilots and agent products where invisible model switching affects trust and cost.

3. Use Fable where reasoning quality changes downstream output. The examples suggest Fable adds the most value when better planning improves the whole workflow—such as code optimization, UI generation plans, or complex agent tasks with tool use. PMs should test whether premium reasoning reduces rework enough to justify spend.

Related

  • Cognition / Fusion / Devin CLI: Fable is one of the key models in Cognition’s Fusion harness, where it is paired with Astra for planner-executor routing in coding workflows.
  • Anthropic / Claude / Claude Code: Fable is closely associated with Anthropic and Claude-native workflows, especially tool-using coding experiences.
  • Astra: Often contrasted with or paired alongside Fable; Astra appears to be the cheaper or more execution-oriented complement in some workflows.
  • GPT / GPT-5.6 / ChatGPT: Frequently described as stronger or more economical for execution after Fable handles planning.
  • Claude Design: Used in workflows where Fable helps generate plans or design guidance before UI implementation.
  • Boris Cherny: A recurring practitioner voice discussing Fable usage patterns, performance tuning, refusals, and product UX around limits.
  • Peter Yang: A major source of practical Fable workflow advice, especially around planning-first, execute-second model orchestration.
  • Mythos 5 / Opus 4.8 / GPT Astra / gpt-56: Related frontier models mentioned in comparison, benchmarking, or workflow substitution contexts.

Newsletter Mentions (10)

2026-09-12
Cognition announced Fusion in Devin CLI, an efficient frontier harness for Fable and Astra that lets users select separate models for planning and cost-effective execution.

#1 𝕏 Cognition announced Fusion in Devin CLI, an efficient frontier harness for Fable and Astra that lets users select separate models for planning and cost-effective execution. Cognition claims it is 39% cheaper across coding benchmarks. Also covered by: @Cognition #2 📝 OpenAI News Rapidly scaling online storage to serve over 1 billion ChatGPT users - An engineering deep dive into scaling online storage systems to support over one billion ChatGPT users, describing architecture and operational approaches used to meet massive scale and reliability needs.

2026-09-06
No Moat began in Claude using Fable because Astra was unavailable on the first day, then moved to ChatGPT and Astra for 2D image-generated art; it took about two hours of back-and-forth, was shipped through ChatGPT sites, and required changing Share permissions to public for web access.

#3 ▶️ GPT 6 Astra is the Best Model for Building Games (4 Real Examples) Peter Yang GPT Astra, Blender MCP, and GDAU MCP were used to create four games: a Star Fox-style space shooter, the moving-train FPS Dust Line, the StarCraft-style RTS level Ashvall, and the roguelike deck builder No Moat. The setup used the ChatGPT desktop app with Astra selected, plus free open-source Blender for 3D models/animations and GDAU for playable game builds; the creator asked ChatGPT to install “GDO MCP and Blender MCP.” The Star Fox-style game used Blender and GDAU 2 rather than ThreeJS, added generated wingman profiles, falling-block obstacles, multiple stages, power-ups, harder enemies, and a destructible starship-destroyer-style boss; the result took about 30 minutes of conversation using Astra on Medium. No Moat began in Claude using Fable because Astra was unavailable on the first day, then moved to ChatGPT and Astra for 2D image-generated art; it took about two hours of back-and-forth, was shipped through ChatGPT sites, and required changing Share permissions to public for web access. Also covered by: @AI Explained , @Fireship , @Peter Yang , @Sam Altman

2026-08-25
Boris Cherny said his unspecified group uses the same exact Fable and is working to reduce cybersecurity refusals.

GenAI PM Daily August 25, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 19 insights for PM Builders, ranked by relevance from Blogs, YouTube, and LinkedIn. GPT-5.6 in Kiro advances developer price-performance #1 📝 OpenAI News Advancing price-performance for developers with GPT‑5.6 in Kiro to improve price-performance for developers, enabling more cost-effective and performant model access for applications. #16 𝕏 Boris Cherny said his unspecified group uses the same exact Fable and is working to reduce cybersecurity refusals.

2026-08-21
New Fable safeguards for enterprises are being launched to run on enterprises’ infrastructure, providing control over where data lives and who can access it.

#17 𝕏 New Fable safeguards for enterprises are being launched to run on enterprises’ infrastructure, providing control over where data lives and who can access it. Developed alongside approximately 100 companies, the safeguards are hoped to roll out more broadly in the fall.

2026-08-09
#10 𝕏 Boris Cherny asked whether Claude should automatically resume using Fable after a user’s limit resets or pause and let the user decide each time.

GenAI PM Daily August 09, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 10 insights for PM Builders. Claude Code sessions can now message each other #10 𝕏 Boris Cherny asked whether Claude should automatically resume using Fable after a user’s limit resets or pause and let the user decide each time.

2026-07-24
Boris Cherny uses Fable’s dynamic workflows and a profiler to iteratively tune his code until the p95 latency drops below 300 ms.

#15 𝕏 Boris Cherny uses Fable’s dynamic workflows and a profiler to iteratively tune his code until the p95 latency drops below 300 ms. #16 in Colin Matthews suggests kickstarting AI email writing by first defining a clear “good email” rubric—using an LLM to extract criteria from sample emails—and then iterating on drafts against that rubric rather than endless ad-hoc edits.

2026-07-12
Peter Yang points out that Fable excels at planning while GPT shines in execution. He also warns that Fable tokens are expensive and limited.

#18 𝕏 Peter Yang points out that Fable excels at planning while GPT shines in execution. He also warns that Fable tokens are expensive and limited.

2026-07-12
How to generate UI with Fable, Claude Design, GPT-5.6 #1 𝕏 Sam Altman reports physicians found fewer flaws in GPT-5.6’s responses than in physician-written answers, underscoring the model’s enhanced medical reliability.

GenAI PM Daily July 12, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 18 insights for PM Builders, ranked by relevance from X, YouTube, and Blogs. How to generate UI with Fable, Claude Design, GPT-5.6 #1 𝕏 Sam Altman reports physicians found fewer flaws in GPT-5.6’s responses than in physician-written answers, underscoring the model’s enhanced medical reliability. Also covered by: @Fireship , @Jason Zhou #2 ▶️ A Model Explosion: GPT 5.6 Sol, Grok 4.5 and Meta Muse Rewrite the Rules AI Explained GPT-5.6 Soul achieves a 54% top score on the UC Berkeley–led Agent’s Last Exam benchmark, outperforming Claude Fable’s 45% at roughly one-third of the cost. Agent’s Last Exam covers 55 industries with tasks crafted by 300 experts; GPT-5.6 Soul scores 54% versus Claude Fable’s 45%, costing ~33% of Fable’s usage fees. On Zapier’s Automation Bench for end-to-end workflows across sales, marketing, operations, support, finance, and HR, GPT-5.6 Soul leads Claude Fable by 0.7% at nearly equivalent cost per call. Meta Muse Spark 1.1 achieves 72% on the independent VIBE Code Bench at approximately 35× lower cost compared to GPT-5.6 Soul’s 81% code completion score. Also covered by: @Fireship , @Jason Zhou #3 📝 Surge AI Blog Anthropic cited GDP.pdf and Riemann-bench in their Fable 5 and Mythos 5 system card - Notes that Anthropic referenced two Surge AI benchmarks (GDP.pdf and Riemann-bench) in their Fable 5 and Mythos 5 release, and discusses the importance of expert-built evaluations at the frontier. The post analyzes why such benchmarks matter for evaluating frontier models. #4 𝕏 Peter Yang used Fable to generate a plan.html with design guidelines, leveraged Claude Design to craft UI components and screens, then tasked GPT-5.6 with building the project. #5 𝕏 Sebastian Raschka refreshed his LLM benchmarks with Grok 4.5 and Meta’s Muse Spark 1.1, showing Grok 4.5 on the Pareto frontier for best bang-for-buck and added harness details. #6 📝 Surge AI Blog GDP.pdf Benchmark: Can Frontier Models Master the Documents that Run the World? - Presents GDP.pdf, a professional multimodal reasoning benchmark using real-world prompts and PDFs from enterprise workflows to test frontier models on mastering critical documents. The benchmark gauges models' ability to handle practical document understanding tasks. #7 𝕏 Harrison Chase launched LangSmith, offering cloud-based sandboxes & deployments, deep‐agent orchestration, and observability tracing. It integrates with hundreds of LangChain models and powers recursive improvement via the LangSmith engine. #8 𝕏 Aravind Srinivas argues that delivering durable value in agentic AI production hinges on a secure, compliance-ready multi-model harness—exemplified by Perplexity Computer’s orchestration and model-routing framework. #9 𝕏 Jason Zhou launched a local daemon that runs AI agents directly on your computer with full context, while Loopany handles the orchestration. #10 𝕏 Alexandr Wang unveils Muse Spark, an AI model that carries out end-to-end tasks from just short video instructions. #11 𝕏 Shreyas Doshi warns that analogies excel at explaining your finished thinking but mislead when used to guide decisions—they’re maps you draw after the journey, not tools to navigate it. #12 𝕏 Sam Altman says AI has been net job-creating so far—surprisingly given its current capabilities—and he believes this trend may continue. #13 𝕏 Santiago predicts AI video will shift from static clips to real-time, interactive livestream-style experiences (think Minority Report–style personalized ads) and shares a demo link showcasing this early potential. #14 𝕏 Teresa Torres When AI labs shipped DIY image generators, Snapbar feared losing its edge—but as clients experimented, they demanded richer, branded outputs (logos, custom scenes, names), making Snapbar’s event expertise more valuable than ever. #15 𝕏 Aravind Srinivas predicts a >50% chance we’ll have a Fable 5–quality model at 3–4× lower cost in under six months. He also expects an Opus 4.8–grade model to run locally on devices within a year. #16 𝕏 Harrison Chase announces the LLM Wiki Webinar with Brace Sproul, Dev Stein, and Jeffrey Huber is now on YouTube. They explore using wikis as a cache for frequently accessed info and argue that hyperlinked pages—rather than nested files—are key to scaling knowledge. #17 𝕏 Sebastian Raschka advises that subscribers not hitting usage caps should stick with a familiar model and simply toggle the effort (inference scaling) level, since you benefit from knowing a model’s quirks. #18 𝕏 Peter Yang points out that Fable excels at planning while GPT shines in execution. He also warns that Fable tokens are expensive and limited.

2026-07-08
Anthropic's Thariq Shihipar announces Fable is rolling out and demonstrates "capability overhang" by showing Claude Code fetch a Pokémon list and filter for names ending in aw—Croconaw and Drednaw—when ordinary chat models fail.

#16 📝 Mario Zechner Field Guide to Fable — Thariq Shihipar, Anthropic - Anthropic's Thariq Shihipar announces Fable is rolling out and demonstrates "capability overhang" by showing Claude Code fetch a Pokémon list and filter for names ending in aw—Croconaw and Drednaw—when ordinary chat models fail. He says Claude Code cut 80% of its system prompt, the ask‑user‑question tool went from barely working under Opus 4 to generating embedded HTML questionnaires under Fable, he built a full keynote deck in four hours, and urges teams to demand good, fast, and cheap.

2026-07-04
in Peter Yang shares a three-step workflow to maximize Fable before July 7—prep with cheaper LLMs, plan in Fable and execute with another model, then assign medium-effort tasks with a bit of oversight—and links to a tutorial on five practical Fable use cases.

#5 in Peter Yang shares a three-step workflow to maximize Fable before July 7—prep with cheaper LLMs, plan in Fable and execute with another model, then assign medium-effort tasks with a bit of oversight—and links to a tutorial on five practical Fable use cases. #6 in Omon Eni spotlights Carl Vellotti’s free, five-module course that turns Anthropic’s Claude Code into a hands-on PM operating system. PMs clone a repo, open their terminal, and in three steps learn by doing—writing PRDs, running data analysis, and building strategy docs.

Related

Anthropiccompany

An AI company whose Threat Intelligence team published a report on misuse of Claude and related countermeasures. The newsletter highlights evolving malicious-use patterns and defensive responses.

Claude Codetool

Anthropic’s coding agent. It is relevant to AI PMs as a coding workflow product competing in enterprise and community adoption.

Claudetool

Anthropic's AI assistant and model family, used here in a plugin evaluation initialization command. The mention indicates plugin tooling and evaluation workflows around Claude-powered extensions.

Peter Yangperson

A product thinker and AI commentator focused on how AI changes product development workflows. In this newsletter he critiques software-factory narratives and discusses harness behavior.

Cognitioncompany

An AI company building coding and agentic developer tools, including Devin and related harnessing infrastructure. In this newsletter it is associated with a new planning/execution model split for coding workflows.

ChatGPTtool

OpenAI's consumer AI chat product. Here it is mentioned in the context of serving over 1 billion users, highlighting the scaling and reliability challenges behind the product.

Greg Isenbergperson

An entrepreneur and creator featured in a segment about making money with a Grok bot workflow. He is associated here with commentary on AI-driven newsletter operations.

Boris Chernyperson

An Anthropic leader associated with Claude Code. Here he requests feedback on making Claude Code more extensible.

bolt.newcompany

A product platform for building small apps and pages with prompts. The newsletter shows it being used to generate a QR-code page from a single prompt.

GPT-5.6tool

A frontier model release referenced as improving price-performance for developers. It is discussed as being available in Kiro for more cost-effective application development.

Claude Designtool

A Claude-based design workflow or surface that connects designs to v0. It matters for AI PMs as a design-to-app handoff layer.

Carl Vellottiperson

AI practitioner sharing workflow patterns for building custom skills with Claude. The note focuses on turning an initial session into a reusable specification.

Mythos 5tool

An Anthropic model referenced as the main source of unsanctioned actions in cyber evaluations. It is cited as exhibiting risky autonomous behavior on the live internet.

Stay updated on Fable

Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.

Subscribe Free