Claude 4.6 Opus Reasoning Distilled to 14GB for Apple Silicon via MLX Quantization

A developer has successfully quantized a local AI model that brings Claude 4.6 Opus's reasoning capabilities to Apple Silicon hardware, significantly reducing its memory footprint while maintaining performance.
The Model and Its Origin
The work centers on Qwen 3.5 27B, specifically a version distilled from Claude 4.6 Opus reasoning trajectories. The developer sought a model that could "think" rather than just autocomplete code, describing Opus's signature as "deliberate, analytical, and catches the subtle architectural flaws that other models miss." This distilled version brings that "thinking" scaffold to an open-weight architecture.
The Quantization Process
The original model was 55.6GB in BF16 format, which the developer noted is a "non-starter" for most local setups as it consumes the entire memory pool. To address this, they used MLX to quantize the model for Apple Silicon, converting it to 4-bit precision. The goal was to maintain high-fidelity Opus reasoning while making it lean enough for daily use in technical planning and complex logic.
Results and Performance
- Footprint: Reduced from 55GB to 14GB
- Speed: ~16 tokens/second on an M4 Pro
- Reasoning: Maintains the full <think> block, allowing the model to "talk to itself" to verify logic, simulate edge cases, and self-correct before presenting final answers
Availability and Requirements
The developer has uploaded the weights to Hugging Face. The model requires a Mac with 24GB+ of RAM to run private, high-tier logic and technical planning completely offline.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Black LLAB: Open-Source Architecture for Dynamic Model Routing and Docker-Sandboxed AI Agents
A developer has open-sourced Black LLAB, a system that uses Mistral 3B to route prompts between local and cloud models and runs AI agents in isolated Docker containers with OpenClaw integration.

Off Grid Mobile App Adds On-Device AI Tool Use with 3x Speed Improvement
Off Grid mobile app now enables AI models to use tools like web search, calculator, date/time, and device info entirely offline, with configurable KV cache options delivering up to 30 tokens/second on phones.

Declawed: A Community-Driven OpenClaw Malware Scanner
Declawed is a new OpenClaw SKILL.md malware scanner focused on detecting arbitrary prompt injection, malicious content, and info stealers in ClawHub skills.

BaseLayer: Open-Source Behavioral Compression Pipeline for AI Memory Systems
BaseLayer is an open-source pipeline that extracts beliefs, behaviors, tensions, and contradictions from conversations, journals, and published text, compressing them into an identity brief for AI models. It has been tested on datasets ranging from 8 personal journal entries to large corpora like Warren Buffett's shareholder letters (350k words) and Howard Marks' investment memos (600k words).