Fable Returns, GPT 5.6 Hype, Coding has changed so much | Ep 19
TL;DR
Fable works best as an orchestrator: Use it to architect and plan complex work, then hand off execution to faster, cheaper models.
API costs are brutal: Fable runs $50 per million output tokens versus $6 for Grok, and one host burned $120 in a single session.
GPT 5.6 could deliver 10x speed: Rumored Cerebras hardware integration might dramatically increase token throughput, but faster output means faster budget depletion.
Speed matters for interactive use cases: For async tasks, quality trumps velocity, but real-time voice and vibing workflows need sub-300ms response times.
Claude is verticalizing aggressively: Claude Code, Design, and Science represent a strategy to own specific job functions and collect domain-specific training data.
Model access is becoming a political fight: The Freedom of Intelligence movement is organizing around the right to run local models as frontier capabilities grow.
The Breakdown
Fable Returns From the Dead
The hosts revisit Fable after its return from a temporary shutdown. Adam compares the experience to his first time using Opus 4.5, noting it feels like the model just does more now, but only if you use it correctly. The consensus: Fable is not a co-pilot model for quick tasks, but something you deploy when you need serious thinking power.
Fable as the Orchestrator Model
Ray tested Fable on iOS development, specifically building an animated camera component. He watched the thinking traces show the model reasoning through iPhone constraints and polishing the final implementation. His verdict: use Fable as an architect to plan work, then hand off to faster models like Composer 2.5 to execute. Nathan found Fable excels at creative writing and in-depth analysis, though he only got a partial one-shot on his Slay the Spire mod problem.
The Cost Problem
The economics of Fable are brutal. Adam burned $120 in API tokens during a short session. Ray notes Fable costs $50 per million output tokens compared to Grok at $6. The hosts wonder how users will justify the cost for anything but high-value work, especially when cheaper models could potentially match Fable results with more scaffolding and engineering effort.
GPT 5.6 and the Cerebras Speed Boost
GPT 5.6 is rumored to release with Cerebras-class hardware, potentially delivering 10x faster tokens per second than 5.5. Adam is hyped about the speed but warns that faster tokens mean burning through subscription limits and API budgets at unprecedented rates. The model lineup will include Soul, Terra, and Luna variants, replacing the clearer nano and mini naming scheme.
When Speed Actually Matters
The hosts debate when LLM speed actually matters. Nathan frames it as a risk versus reward calculation. He uses Opus as a personal trainer because the risk of injury from a bad suggestion outweighs waiting longer, but uses Haiku for cooking questions where he can quickly verify the answer. Adam notes his mental model has shifted: for async tasks, he no longer cares if it takes 20 minutes as long as the quality is there.
Claude Goes Vertical
Claude is executing a verticalization strategy with Claude Code, Claude Design, and now Claude Science. Nathan argues that companies evaluating competition need to consider Anthropic as a potential threat to their vertical. The strategy also makes sense from a data collection angle: bespoke workflows in specific domains help Anthropic gather expertise to improve their models over time.
The Coming Battle Over Model Access
Ray raises concerns about model access and regulation, pointing to China's lack of medical data restrictions as a potential advantage in training specialized models. He mentions the Freedom of Intelligence movement, organized by Quinn from AMP and others, advocating for the right to run local models. The hosts acknowledge the tension between frontier model capabilities and government nervousness about what these systems can enable.
Was This Useful?
Share
Keep Reading
Make Alcreon Yours
Tune your feedFive quick questions, and the feed ranks what matters to you first.Or just get notified
The weekly Echo. Signal worth keeping in your inbox.
Every new piece, announced on X.
Read Next
See all
Playbook
The Retirement Email Isn't a Warning
Model retirements now arrive every few weeks; the config-eval-rehearsal loop turns each deprecation email from a fire drill into an afternoon swap.

Playbook
The Cheapest Model That Passes
OpenRouter lists 400 models behind one API. The fix for choosing isn't a better leaderboard, it's a four-step protocol that ends in a real eval.

Playbook
Cheap Models, Hard Tasks
Most agent workflows route every step to the frontier model by default. The bill scales with how chatty the agent gets, even when most steps don't need that brain.