Where this was said
Model Comparison Deep Dive: Log Analysis & Behavioral Differences
At 56:12 · chapter starts 53:20
Theo pulls out one of the episode's richest segments: two separate AI-generated analyses of his coding session logs, one comparing 5.5 to 5.6 and one comparing 5.6 to Fable-5. The 5.6 vs Fable comparison is the one that lands hardest. The analysis finds that Fable-5 'thinks wider' and is the stronger strategic advisor, while 5.6 'ships better' and is the stronger day-to-day coding agent [1] — Theo "Fable 5 thinks wider, 5.6 ships better. Fable-5 is the stronger strategic advisor. F5-6 is the stronger day-to-day coding agent. The differ…" 54:40 . The communication styles are starkly different: 5.6 produces terse, telegraphic build-bot receipts while Fable writes conversational prose that teaches the maintainer. But the most surprising finding is Fable's self-assessment blind spot: it voted for its own plan 6-0 in a head-to-head planning comparison, even while acknowledging benefits of the alternative [2] — Theo "Fable is much worse at critiquing its own work. It thinks its outputs are gifts from heaven. Like it is the divinely mandated model that do…" 58:37 . Ben interprets this as a feature of Claude's training — the 'Claude constitution' instills conviction that can become stubbornness — while 5.6's mechanical execution makes it genuinely neutral.
Running both models against the same session logs revealed fundamentally different identities: GPT-5.6 produces terse, telegraphic outputs like a build bot reporting to a coordinator. Fable-5 writes conversational prose that teaches the maintainer. Neither dominates every stage, but the behavioral divergence is accelerating.
An analysis of Theo's session logs comparing GPT-5.6 and Claude Fable-5 concluded Fable is the stronger strategic advisor while 5.6 is the stronger day-to-day coding agent.
When tasked with comparing plans, Fable-5 voted for its own plan 6-0 even when it could acknowledge benefits of the alternative, showing it's worse at critiquing its own work.
MCP cannot share processes across threads, so running 50 subagents simultaneously spawns 50 separate MCP server processes, which is what lights Macs on fire.