
@Hesamation captured the spirit perfectly: put a lab like DeepSeek under GPU restrictions, and they don't slow down — they invent their way to 51% to 400%+ throughput boosts.

In the main post, @danielhanchen (of Unsloth) broke it down cleanly: DeepSeek just released DSpark, a new confidence-scheduled speculative decoding method for their V4 Flash and Pro models. It's open-sourced with the full GitHub repo, paper, and Hugging Face checkpoints. Impressively, they also demonstrated strong results when applying it to other open models like Gemma and Qwen.
This isn't just another incremental paper. It's another data point in DeepSeek's pattern of simultaneously advancing models and the surrounding inference stack. While much of the industry focuses on pretraining scale, DeepSeek keeps shipping practical inference breakthroughs that immediately lower the cost of intelligence.
If you care about running capable models cheaply and at scale, this is the kind of release that moves the needle today. Highly recommended to skim the paper — the diagrams on the decoding cycle and position-wise acceptance rates are particularly clean.
Sources: Hesamation's post · Daniel Han's announcement · DeepSeek DeepSpec GitHub & Paper