Deepgrove's Maple Preview bets on ternary-weight MoE
A permissively licensed reasoning model that pairs a mixture-of-experts design with ternary weights, aiming for efficiency.

Deepgrove has published Maple Preview, an early look at a reasoning-focused language model that combines two efficiency-minded ideas: a mixture-of-experts (MoE) architecture and ternary weights. The model is available now on Hugging Face under a permissive MIT license.
The design choices are the headline here. MoE models route each token through a subset of specialized "expert" networks rather than activating the full parameter count, which can lower the compute cost of inference. Ternary weights push in a similar direction by constraining values to three states, a quantization approach that can shrink memory footprint substantially compared with standard floating-point weights.
Why it matters
Pairing ternary weights with an MoE layout is an aggressive efficiency play, and reasoning models are a demanding place to try it — they typically lean on longer generations and more compute per query. If the approach holds up, it points toward capable reasoning on tighter hardware budgets.
A few caveats come with the "preview" label:
- Parameter count and context length are not specified in the release record.
- No benchmark results accompany this listing, so quality claims remain to be validated.
- The MIT license keeps the door open for both research and commercial experimentation.
For now, Maple Preview is best read as a signal of direction from Deepgrove rather than a finished product. Teams interested in low-footprint reasoning models will want to test it directly against their own workloads before drawing conclusions.
Sources
- Visit
deepgrove/maple-preview
Hugging Face
More in Reasoning
DeepSeek Refreshes V4-Flash With New 0731 Checkpoint
The MIT-licensed mixture-of-experts model returns in an updated build shipping with FP8 weights for cheaper inference.
DeepSeek Ships V4-Flash, a 304B MoE Tuned for Agents
The latest checkpoint in DeepSeek's V4 line leans into agentic workflows while keeping the permissive MIT license.

LG AI Research debuts K-EXAONE 2.0, a 750B MoE model
The new mixture-of-experts model activates 37B parameters per token and targets English, Korean, and Spanish reasoning tasks.
0 comments
No comments yet. Be the first to weigh in.