firehose> #llmops

Safety Routing Fallback

A safety classifier can silently reroute a "sensitive-looking" request to a lower-tier backup model. The source describes a mechanism (attributed to Anthropic's Prompting Claude Fable 5 / Refusals and fallback docs) in which Fable 5 runs a quick safety check before answering; if a request trips it — anything resembling offensive cybersecurity, dangerous biology/life-sciences, or asking the model to reveal/narrate its own private ("summarized") reasoning — the task is handed off to a less-capable backup (Opus 4.8) rather than refused outright. The operationally important consequences:

The framing the source lands on: a handoff is not a failure or a surprise bill — you get a capable Opus 4.8 answer at roughly half Fable's price (a declined request that writes nothing is free), losing only Fable's edge on long/hard tasks. This is the only Fable-specific habit among the six; the other five are general prompting.

Claims


Linked from