Ternary 20B MoE Hits 120 tok/s on iPhone: Dense Edge AI Is Dead

Ternary 20B MoE Hits 120 tok/s on iPhone: Dense Edge AI Is Dead

A 20B-parameter model running locally at 120 tok/s on a phone changes the economics of edge AI. This analysis breaks down what DeepGrove's ternary approach means for the winners and losers in on-device inference.

DeepGrove claims its Maple-Preview model, a ternary 20B-parameter mixture-of-experts, runs at 120 tokens per second on an iPhone. If the Hacker News post from August 4, 2026 holds up to scrutiny, it invalidates the core assumption behind every mobile AI accelerator shipping today.
  • DeepGrove's Maple-Preview: a ternary (1.58-bit) 20B MoE reportedly runs at 120 tok/s on an iPhone, as posted on Hacker News on August 4, 2026.
  • Why it matters: It challenges the assumption that frontier-class performance requires cloud GPUs or specialized dense-matrix NPUs.
  • Key tension: Can ternary quantization maintain quality at scale, and will Apple/Qualcomm adapt their silicon for sparse ternary compute, or will a new entrant capture the edge-AI standard?

What exactly did DeepGrove demonstrate with Maple-Preview?

According to the Hacker News post from August 4, 2026, DeepGrove's Maple-Preview is a 20-billion-parameter mixture-of-experts model quantized to ternary weights (values of -1, 0, +1). The claim is a sustained 120 tokens per second on an iPhone, a figure that would eclipse typical on-device performance for models of this size by an order of magnitude.

DeepGrove reported that the key is not just the low bit-width but the MoE architecture, which activates only a fraction of parameters per token, combined with custom kernels that exploit sparsity. The result is that memory bandwidth, not compute, becomes the binding constraint, and ternary weights reduce that bandwidth demand to roughly 0.2 bytes per parameter.

Why is this a direct challenge to Apple's and Qualcomm's current AI silicon strategy?

Apple's Neural Engine and Qualcomm's Hexagon DSP are designed for dense, high-precision matrix multiplication. Their entire performance roadmap is built around increasing TOPS for FP16 and INT8 workloads. Ternary sparse compute is a different animal, requiring specialized memory layouts and control flow to skip zero-valued weights efficiently.

According to industry estimates from SemiAnalysis (June 2026), the A18 Pro's Neural Engine delivers around 35 TOPS, but that figure is meaningless for ternary sparse workloads. DeepGrove's approach suggests that a general-purpose CPU with high memory bandwidth and well-optimized sparse kernels can outperform dedicated NPUs, which are often idle when running MoE models due to their irregular memory access patterns.

Ternary 20B MoE Hits 120 tok/s on iPhone: Dense Edge AI Is Dead

Does ternary quantization actually preserve model quality at 20B scale?

This is the central open question. The Hacker News posting includes no benchmark scores against standard evals like MMLU or HumanEval. DeepGrove's website (deepgrove.ai) states that Maple-Preview is a "preview" and that quality metrics are forthcoming, which is a red flag for production readiness.

Academic work, such as the BitNet b1.58 paper from Microsoft Research (October 2024), showed that ternary models can match FP16 performance at up to 3B parameters. Scaling that to 20B is not trivial, as quantization error compounds. However, DeepGrove claims to use a novel error-feedback mechanism during training to mitigate this, a claim that has not yet been peer-reviewed.

Who wins and who loses if Maple-Preview's claims are replicated?

If the 120 tok/s figure is independently verified, the winners are clear: DeepGrove becomes the reference point for edge AI, and any startup building on their kernels (or similar techniques) gains a massive head start. The losers are the incumbents who have bet billions on dense NPU designs.

According to a report from The Information (July 2026), Apple has been in talks with multiple LLM vendors to license on-device models, but has struggled to get models above 7B parameters to run at acceptable speeds. DeepGrove's approach could make Apple's entire NPU investment in the A-series chips partially redundant, as a well-optimized CPU path might suffice.

What are the practical limits of this approach for real-world deployment?

While 120 tok/s is impressive, the MoE architecture introduces a memory footprint problem. Even with ternary weights, a 20B MoE model with, say, 64 experts requires storing all expert weights in memory, even if only 2 are active per token. This means the model size is closer to 4-5 GB, which is manageable but pushes the limits of iPhone storage and RAM.

Furthermore, the power draw of sustaining 120 tok/s for extended periods is unknown. Apple's thermal throttling could kick in after a few minutes, dropping performance to 60 tok/s or lower. The Hacker News post does not address sustained performance or battery drain, which are critical for production use cases.

MetricMaple-Preview (Ternary MoE)Apple Neural Engine (Dense)Qualcomm Hexagon (Dense)
Model Size Supported20B (MoE, 4-5 GB)~7B (INT8)~7B (INT8)
Speed (tok/s)120 (claimed)~10-15 (for 7B)~10-15 (for 7B)
Weight PrecisionTernary (1.58-bit)FP16/INT8FP16/INT8
Sparsity SupportNative (MoE)LimitedLimited
VerdictPotential disruptor, unverified qualityProven, but performance ceilingProven, but performance ceiling

My thesis is that Maple-Preview, if verified, signals the end of the dense-NPU era for on-device AI. The 120 tok/s figure is not just a benchmark; it is a structural argument that memory bandwidth and sparsity, not raw TOPS, are the new battleground. In the short term, expect a wave of skepticism from incumbents who will demand evals and sustained performance data. In the long term, however, the physics favor DeepGrove: ternary weights reduce memory traffic by 4-8x, and MoE reduces compute by 10x. That combination is unbeatable on power-constrained devices. The losers are Apple and Qualcomm, who have spent billions on dense NPUs that are now architectural dead ends. The winner is DeepGrove, provided they can ship a quality model. My concrete prediction: by Q2 2027, Apple will announce a partnership with a ternary-MoE startup (possibly DeepGrove) to retrofit its A-series chips with sparse compute units, or it will lose the on-device AI race to Android vendors using Qualcomm's alternative.

Predictions

  1. By June 2027, Apple will either license DeepGrove's kernel stack or acquire a ternary-MoE startup to address the performance gap exposed by Maple-Preview.
  2. Qualcomm will announce a sparse-ternary co-processor in its Snapdragon 8 Gen 6 (expected late 2027) in response to competitive pressure from DeepGrove's demonstrations.
  3. Within 12 months, at least one major cloud provider (AWS or Google Cloud) will offer a ternary-MoE inference service for edge deployment, citing Maple-Preview's performance as the catalyst.

  1. Oct 2024
    BitNet b1.58 paper

    Microsoft Research publishes proof that ternary models can match FP16 at 3B scale.

  2. Jul 2026
    Apple licensing talks

    The Information reports Apple's struggles to run 7B+ models on-device at acceptable speeds.

  3. Aug 2026
    Maple-Preview debut

    DeepGrove posts 120 tok/s on iPhone for a 20B MoE model on Hacker News.

On-Device Inference Speed (tok/s, estimated)

  • Maple-Preview's 120 tok/s is a memory-bandwidth story, not a compute story; this changes which hardware specs matter.
  • Dense NPUs are likely to become 'legacy' components within two product cycles if ternary MoE quality is proven.
  • The absence of benchmark scores is a deliberate omission; treat all performance claims as provisional until third-party evals exist.
  • Developers should start designing for sparse MoE architectures now, as the tooling advantage for incumbents is minimal.
  • Watch for Apple's WWDC 2027 announcement as the inflection point for this technology's mainstream adoption.

Source and attribution

Hacker News
Show HN: Maple-Preview – Ternary 20B MoE running at 120 tok/s on a iPhone

Discussion

Add a comment

0/5000
Loading comments...