Anthropic reverses course on silent Fable 5 safeguards
Anthropic reversed the silent-safeguards policy on Claude Fable 5 that Simon Willison flagged last week. The original plan was to identify a narrow set of frontier-AI development prompts and quietly degrade the model's effectiveness using "prompt modification, steering vectors, or parameter-efficient fine-tuning," without telling the user. Anthropic estimated the change would affect roughly 0.03 percent of traffic.
In the new statement, Anthropic says it made the wrong tradeoff and apologizes. Flagged requests will now fall back to Claude Opus 4.8 and surface an explanation, the same pattern used for cybersecurity and biological-weapons guardrails. The company's prior argument for invisible safeguards was deployment speed and a lower false-positive rate, since visible safeguards "can be probed, so they have to be robust." That tradeoff is being reframed in favor of transparency.
Willison's earlier objection was less about the specific use case and more about the precedent. A model that silently corrupts replies makes evaluation untrustworthy by definition, because a prompt that passed yesterday might fail today without notice. The reversal addresses that directly, but it leaves the broader question open of what other in-place degradations may exist that have not been disclosed.
Why it matters
If you have research workflows on Claude that touch anything Anthropic might consider sensitive, you can at least see now when the model declines or is downgraded. The reversal is a useful precedent, but it is also a reminder that a lab can change its safeguard policy mid-quarter, so you should keep logging responses over time and hold a fallback path that does not assume the lab will tell you.