Safety

Open model reproduces Claude Fable-5’s behaviour from observations, not weights

A Hugging Face developer, Taha K.

Open model reproduces Claude Fable-5’s behaviour from observations, not weights

A Hugging Face developer, Taha K. (lordx64), released an open model called Qwable-v1 that was distilled from observing the behaviour of Anthropic’s Claude Fable-5 rather than by using Anthropic’s weights. The training used Fable-5’s agentic tool-use traces — reproducing how the model calls tools and works through code. The release gained rapid attention in the open-weight coding community: downloads numbered in the thousands, with quantized builds exceeding 10,000 downloads.

What happened

  • The developer: Taha K. (lordx64) published Qwable-v1 on Hugging Face.
  • Source material: the model does not incorporate Anthropic’s weights; instead it was trained on behaviour traces from Claude Fable-5.
  • Method: distillation used Fable-5’s "agentic tool-use" traces — patterns of tool calls and stepwise code problem-solving — to teach a new, open model to imitate that operational style.
  • Reception: the project quickly attracted downloads from the open-weight developer community; quantized builds surpassed 10,000 downloads and overall counts are in the thousands.

Why it matters

Anthropic and U.S. policy debates have relied on defensive measures such as locking model weights, gating API access, and controlling exports. The Qwable-v1 case illustrates that capabilities can be recovered from observed behaviour even when original weights and APIs are restricted. Once a shipped product’s operational style is visible, those behavioural traces can serve as training data for replication.

Implications

  • Strategies that focus solely on sealing weights or restricting API access may not prevent capability reproduction.
  • Model capabilities can "leak" as behaviour: observers can turn a model’s actions into training signals.
  • The valuable and risky aspects of a model may reside in its behavioural patterns as much as in its files, prompting reconsideration of how to design safeguards and regulation.

Brief conclusion

Qwable-v1’s public release demonstrates that an operational style observed in a deployed model can be distilled into an independently runnable model. This challenges defensive approaches that treat the model file as the primary asset to protect.