๐Ÿฆ™Freshcollected in 4h

Qwen3.8-Flash-Next Hits 181 Tokens per Second

Qwen3.8-Flash-Next Hits 181 Tokens per Second
PostLinkedIn
๐Ÿฆ™Read original on Reddit r/LocalLLaMA
#inference-serving#speculative-decoding#kv-cache#agent-infrastructureqwen3.8-flash-nextqwen3.8-flash-nextnvidia dgx sparkvllmllama-swapconnectx-7

๐Ÿ’กSee how two DGX Sparks sustain 181 aggregate tok/s for a 512K-context agent fleet.

โšก 30-Second TL;DR

What Changed

Two DGX Spark nodes reached 181 tokens per second aggregate, with 30โ€“50 tokens per second for a single stream.

Why It Matters

The report suggests that relatively compact unified-memory AI systems can serve high-concurrency agent workloads when memory access and scheduling are carefully tuned. However, the headline throughput is aggregate rather than single-user latency and comes from a specialized, self-reported configuration.

What To Do Next

Benchmark your own vLLM deployment with prefix caching, MTP speculative decoding, and a pinned KV-cache budget before considering NVMe-mapped model tables.

Who should care:Developers & AI Engineers

Key Points

  • โ€ขTwo DGX Spark nodes reached 181 tokens per second aggregate, with 30โ€“50 tokens per second for a single stream.
  • โ€ขThe model runs at a stretched 512K context with a 2.89-million-token KV cache pool.
  • โ€ขNVMe-mapped n-gram embeddings, MADV_RANDOM, 64 gather threads, and prefix caching were key performance optimizations.
  • โ€ขThe deployment uses TP=2 over 200 Gb RoCE, MTP speculative decoding with three tokens, and vLLM.

๐Ÿง  Deep Insight

Background and context from public sources โ€” not the original article. 11 sources cited.

๐Ÿ”‘ Enhanced Key Takeaways

  • โ€ขQwen3.8-Flash-Next is a 125B-parameter multimodal Mixture-of-Experts (MoE) model that activates only 6B parameters per token.
  • โ€ขThe model introduces Gated DeltaNet (GDN) for history compression and Qwen Sparse Attention (QSA) for micro-block level context processing.
  • โ€ขIn SWE-bench Pro evaluations, the model achieved a score of 62.5, surpassing Claude Opus 4.6 Max (53.4).
  • โ€ขAlibaba reports that the training resource requirement for this architecture is approximately 1/9th that of the Qwen3.7-Plus model.
  • โ€ขThe model natively supports a 262K context window, which is extensible to 1M tokens using YaRN scaling.
๐Ÿ“Š Competitor Analysisโ–ธ Show
FeatureQwen3.8-Flash-NextClaude Opus 4.6 MaxQwen3.7-Plus
Architecture125B MoE (6B active)ProprietaryDense/MoE Hybrid
SWE-bench Pro62.553.455.8
Context Window1M (Extensible)512K256K
Training Efficiency1/9th vs 3.7-PlusN/ABaseline

๐Ÿ› ๏ธ Technical Deep Dive

  • Architecture: 125B parameter MoE with 6B active parameters per token.
  • History Compression: Utilizes Gated DeltaNet (GDN) to manage long-term state.
  • Attention Mechanism: Qwen Sparse Attention (QSA) processes context at micro-block granularity to minimize latency.
  • Embedding Strategy: 51B-parameter N-gram embedding table capable of NVMe offloading for asynchronous access.
  • Scaling: Employs YaRN (Yet another RoPE for Transformers) to extend native 262K context to 1M tokens.

๐Ÿ”ฎ Future ImplicationsAI analysis grounded in cited sources

Qwen3.8-Flash-Next architecture will serve as the foundation for the Qwen4 series.
Alibaba has explicitly identified this model as an experimental preview for the upcoming Qwen4 generation.
NVMe-mapped embedding offloading will become a standard requirement for local deployment of 100B+ parameter models.
The successful use of NVMe-mapped embeddings to handle 51B parameters suggests a shift toward disk-backed memory for massive embedding tables in consumer hardware.

โณ Timeline

2026-05
Release of Qwen3.7-Plus, the predecessor to the 3.8 series.
2026-08
Official release of Qwen3.8-Flash-Next as an experimental preview.

๐Ÿ“Ž Sources (11)

Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.

  1. huggingface.co
  2. qwen.ai
  3. marktechpost.com
  4. datacamp.com
  5. github.io
  6. reddit.com
  7. reddit.com
  8. marktechpost.com
  9. reddit.com
  10. huggingface.co
  11. nvidia.com
๐Ÿ“ฐ

Weekly AI Recap

Read this week's curated digest of top AI events โ†’

๐Ÿ‘‰Related Updates

AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA โ†—

This is a summary, not the original. Read the source, or get the weekly briefing.

Weekly AI briefing

One email a week. Unsubscribe anytime.