Nerd Snipe with Theo and Ben

Podbit · Nerd Snipe with Theo and Ben

Fable Is Back...kinda?

Explore episode Jul 8, 2026
Technology
GLM-5.2 vs. Sonnet 5: The Real Comparison

Fable Is Back...kinda? · Jul 8, 2026 Technology

GLM-5.2 is fast, cheap, and produces clean code easily controlled by a smarter orchestrator. Sonnet 5 edges it out only in one scenario: very long-running jobs requiring recursive self-calling and review loops. Outside that, GLM-5.2 wins on price-performance — and even Theo would pick it over Sonnet if he still had Fable.

Where this was said

Fable Safety: The Two-Stage Classifier & Rerouting Explained

At 1:10:10 · chapter starts 1:02:50

The FUD around Fable being 'nerfed' after its return gets a systematic takedown. Ben notes that public benchmarks comparing Fable before and after the export ban are mostly hitting prompts that now trigger rerouting to Opus — the model itself hasn't changed. Theo then digs into the actual architecture behind rerouting, drawing on an Anthropic paper he'd reviewed that day. The system is two-stage: a first-stage classifier monitors which expert pathways activate during inference (essentially watching the direction of the weights) and costs roughly 0.05% of full inference compute. When it flags a request, a far more expensive secondary classifier fires — one that adds 27–80% to the compute cost per request. By building the cheap first-stage gate, Anthropic can catch the vast majority of concerning requests without paying the full secondary cost on every token. The combined system has driven jailbreak pass rates from 95% down to under 0.5%, though Theo notes that since all of this runs on every token of output, there's an interesting lower bound related to how many tokens it takes to encode any given piece of dangerous information. Both hosts agree rerouting is annoying but rare in practical coding use — and recommend just sending a normal follow-up message to exit Opus and return to Fable.

Technology
Fable's Two-Stage Safety Classifier Explained

Fable Is Back...kinda? · Jul 8, 2026 Technology

Anthropic's rerouting system has two stages: a cheap first-stage classifier (~0.05% compute) that watches which expert pathways activate in the model, and an expensive second-stage classifier (27–80% extra compute) that only fires when the first flags a request. The result: jailbreak pass rates dropped from 95% to under 0.5%.

Similar podbits