Open-Weights Model Distills Claude's Agentic Capabilities Before Fable-5 Suspension
Key Takeaways
- ▸Qwable-v1 successfully distills Claude's reasoning and agentic tool-use capabilities into an open-weights Qwen model through chained supervised fine-tuning
- ▸The model preserves cutting-edge agentic AI capabilities in open form just before proprietary access was restricted via Anthropic's Fable-5 suspension under export-control directives
- ▸The distilled model runs on consumer hardware and maintains ability to emit tool-use XML blocks for file edits, shell commands, and code navigation—replicating Claude-Code-style agent behavior
Summary
A community developer has released Qwable-v1, an open-weights model that successfully distills Anthropic's Claude reasoning and agentic tool-use capabilities into a Qwen base model through supervised fine-tuning. The 35B Mixture-of-Experts model (3B active) represents a chained distillation: vanilla Qwen3.6-35B-A3B was first trained on Claude Opus 4.7 reasoning traces, then further trained on Claude Fable-5 agentic tool-use traces to produce a model that emulates Claude-Code-style agent behavior with explicit thinking chains and tool-use XML formatting.
The release carries significant timing: Anthropic suspended Claude Fable-5 globally on June 22, 2026 under U.S. export-control directives, making this open-source preservation of the agentic capabilities particularly valuable. The model runs efficiently on consumer hardware—a single H200, dual A100-80GB, or any 24GB+ GPU with IQ4_XS quantization—making Claude-grade agentic AI capabilities accessible without proprietary API dependency.
The project documents the complete training methodology, including chained provenance and multiple release formats (full weights, adapter variant, and GGUF quantizations), with plans for continued iterations as additional Claude Fable-5 training traces become available. While Anthropic's export-control suspension may limit upstream data sources, the developer has committed to updating the model whenever new training data emerges from community or security-partner releases.
- The open-source approach demonstrates that frontier agentic AI capabilities can be democratized through distillation, potentially reducing dependence on proprietary APIs
- Transparent provenance documentation and commitment to v2/v3 iterations signal a responsible approach to preserving frontier capabilities in the open ecosystem
Editorial Opinion
This release represents a watershed moment for open-source AI: a skilled developer has preserved Anthropic's proprietary agentic capabilities in open-weights form just before they became unavailable, demonstrating both the fragility of proprietary AI advantages and the power of distillation as a democratization tool. Qwable-v1 raises important questions about model distillation, training data sourcing, and export controls, but its transparent methodology and documented provenance suggest a responsible approach to preserving frontier capabilities. This likely signals a coming wave of distillation-based projects racing to capture and preserve cutting-edge proprietary model behaviors before policy changes restrict access—a trend that could reshape how frontier AI capabilities are distributed globally.


