Fetching from the wire…
Public story · 2026-08-23 · high
The project skips speculative decoding's usual separate draft model, using Qwen's own prediction head instead to save memory on Macs.
Why now: MTPLX's last push landed August 22, and its star count has kept growing since the project appeared on GitHub in May.
MTPLX gets roughly 3x speedups running Qwen 3.8 27B on Apple Silicon, according to its GitHub repository.
For anyone running Qwen locally on a Mac, that's the gap between speculative decoding being worth the memory cost and not. Unified memory is already the constraint that decides whether local inference is fast enough to use.
Speculative decoding normally needs a second, smaller draft model to guess ahead of the main model, which then checks the guesses. On a Mac with unified memory, that draft model competes with the main model for RAM. Tuning the two models to agree with each other is fiddly too. MTPLX skips the separate model. It uses Qwen's own multi-token prediction head to generate draft tokens instead. There's no second model to load and no alignment tuning between mismatched models.
The project has 1,585 stars since going up in May, and its last push was August 22. It's a smaller effort than mainline MLX tooling, built by one developer, youssofal, rather than a maintained framework team.
Worth watching whether this gets folded into general MLX tooling. Or whether it stays a per-model trick that has to be rebuilt for every architecture that ships its own prediction head. The repo doesn't say.
Each link below shares sources, entities, or timing with this story.
AlexsJones/llmfit released v1.1.10 today, adding RamaLama runtime discovery to its MCP server, the Qwen3.8 model family and MiniMax M3 vision capability exposure (GitHub). It also merged 32 MLX benchmark results on an Apple M4 Pro, the project's first MLX entries, giving an ap...
The July 6 release delivers nearly 90% faster Gemma 4 token generation through multi-token prediction with automatic draft-length tuning, on by default, output-preserving, no config (Ollama). It also adds MLX-engine support for more model families and flash attention for older...
Google released open-source Multi-Token Prediction (MTP) drafters for the Gemma 4 model family. The concept: pair a heavy target model (Gemma 4 31B) with a lightweight drafter that predicts several future tokens in parallel. The target model verifies the predictions in a singl...
The Hugging Face page is marked "Upcoming release" with no model card, license, architecture details, context length or benchmarks, after Alibaba promised both Qwen3.8-Max and the 27B weights for the week of August 10. A ModelScope countdown pointed at August 15. Unsloth signa...
JetBrains released Junie Local on August 24 (JetBrains blog). You type /local inside Junie, it pulls about 20GB of 4-bit weights, starts a local server, and from that point there are no tokens, no quota, and no code leaving the machine. Free. The hardware bar is real and steep...
Alibaba released Qwen3.6-27B on April 22. Dense architecture. Open weights. 77.2% on SWE-bench Verified, within 3.7 points of Claude Opus 4.6. On SkillsBench, it scores 48.2% versus its own 397B MoE predecessor's 30.0%. That's a 77% improvement with 14.8x fewer parameters. Let...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.