AIToday
Large Language ModelsDaily Dose of Data SciencePublished: May 13, 2026, 10:00 JST1 min read

Speculative decoding technique achieves 2–3x token throughput gains in LLM inference by using a smaller model to draft tokens in parallel.

Speculative decoding technique achieves 2–3x token throughput gains in LLM inference by using a smaller model to draft tokens in parallel.

3 Key Points

  1. Speculative decoding works by having a small model (10–100x smaller than the target) generate K candidate tokens, then a large model verifies all K tokens in a single forward pass before accepting or rejecting each token. Google uses this in AI Overviews to serve over a billion Search users; Anthropic, Meta, and major inference providers use it to reduce latency at scale.

  2. Same-tokenizer pairs (draft and target models sharing a tokenizer) achieve 1.5–3x speedup, while cross-tokenizer pairs achieve 1.5–1.9x speedup. For example, Llama 3.2 1B as drafter with a larger target model achieved 2.31x speedup, while Llama 3.1 8B achieved 2.08x despite higher token acceptance.

  3. Emerging variants like EAGLE (trains a lightweight head on the target model's hidden states), Medusa (adds multiple prediction heads), and self-speculative decoding (LayerSkip, SWIFT—uses the target model's own early layers as drafter) aim to eliminate the need for a separate draft model or extra training.

Ask the AI about this article →

Daily Dose of Data ScienceRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Walmart settles opioid claims for $50MTop Companies AI · 1h ago
  • Tim Cook's legacy hinges on Apple's AI betTop Companies AI · 1h ago
  • CrowdStrike Falcon Guardian Targets AI SecurityTop Companies AI · 1h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleTheory GTM Survey 2026 launches with five testable hypotheses on AI's impact on sales and marketing teams