DeepSeek
labCompany dossier
DeepSeek — the primary-source profile
DeepSeek
Type: AI Research Lab (open-weight frontier models)
DeepSeek is the leading open-weight entrant at the 2026 frontier and the entity most associated in this KB with the thesis that the closed-model capability lead has compressed to a thin, hardest-tasks-only margin while price collapses. It appears through two strands: a frontier-scale open-weight MoE model family (V4), and primary architecture research on new axes of sparsity.
In the April-2026 frontier-release wave, DeepSeek V4 (24 Apr 2026, MIT-licensed) landed the same week as GPT-5.5 (Apr 23) and days after Claude Opus 4.7 (Apr 16) — an ~8-day window that compressed the frontier. V4 ships two MoE variants (V4-Pro: 1.6T total / 49B active; V4-Flash: 284B / 13B active), a 1M-token context, and roughly one-sixth the cost of its closed peers, reaching near-state-of-the-art capability (SWE-bench Verified ~80.6%, GPQA ~90–92%) on saturated benchmarks while still trailing the closed models on the hardest agentic-coding splits.
On the research side, DeepSeek (with PKU collaborators) authored "Conditional Memory via Scalable Lookup" (Jan 2026), introducing the Engram module and a U-shaped scaling law for allocating capacity between MoE compute-sparsity and static memory-sparsity — a frontier-architecture contribution beyond just shipping a model.
DSpark — Publishing the Serving Stack (Jul 2026)
DSpark (arXiv:2607.05147, 2026-07-06) is a speculative-decoding framework measured inside DeepSeek's own production system, and it is the most commercially revealing DeepSeek disclosure in this KB. The paper's abstract states it was deployed "within the DeepSeek-V4 serving system under live user traffic"; the author roster includes Wenfeng Liang and Damai Dai, DeepSeek core research names. (Institutional affiliation is not stated verbatim in the fetched abstract — the DeepSeek attribution rests on the serving-system reference and the author roster, both of which are explicit.)
Two mechanisms:
- A semi-autoregressive architecture — a parallel drafting backbone coupled to a lightweight sequential module — restoring intra-block token dependency to fight the acceptance decay that plagues parallel drafters.
- Confidence-scheduled verification — verification length is tailored per request from estimated prefix-survival probability and engine-specific throughput profiles, so batch capacity is not wasted verifying tokens likely to be rejected.
The measured result: 60–85% faster per-user generation at matched throughput versus the established production baseline (MTP-1), and — the claim DeepSeek chose to emphasize — prevention of severe throughput degradation under strict interactivity constraints, "shifting the Pareto frontier of our serving system."
Why this is strategically notable: DeepSeek's public identity in this KB is cost disruption (V4 at ~1/6th closed-peer pricing). DSpark shows part of the machinery behind that, and shows it is serving-layer software on unchanged hardware — no new silicon, no new weights. A lab whose competitive position rests on cost publishing its inference-cost optimization is an unusual choice; whether it reads as confidence, recruiting, or ecosystem-building is an open question. Evidence: moderate — preprint, not peer-reviewed, and the production figures are first-party measurements of the authors' own system with no independent reproduction.
Key Contributions
- DeepSeek V4 (open-weight, MIT): 1.6T/49B-active (Pro) + 284B/13B-active (Flash) MoE, 1M context, ~$0.435/$0.87 per-Mtok — near-frontier capability at ~1/6th the cost of Opus 4.7 / GPT-5.5 (DeepSeek V4)
- Cost-efficiency engineering: 1M-token inference at ~27% of V3.2 FLOPs (Pro) and ~10% KV-cache, the basis for the pricing disruption (DeepSeek V4)
- Conditional memory / Engram research: A new sparsity axis orthogonal to MoE, with a U-shaped allocation scaling law (scaled to 27B params) (Engram)
- DSpark speculative decoding: semi-autoregressive drafting + confidence-scheduled verification; 60–85% faster per-user generation at matched throughput vs. the MTP-1 production baseline, measured under live traffic in the DeepSeek-V4 serving system (DSpark, arXiv:2607.05147)
Mentioned In
- Conditional Memory (Scalable Lookup) — Engram originator
- Agent Evaluation Benchmarks — open-weight frontier benchmark entrant
- Speculative Decoding — DSpark authorship and production measurement
- Inference & Token Economics — the cost-disruption posture Kimi K3 departs from
Related Entities
- Google DeepMind — closed frontier peer (Gemini 3)
- OpenAI — closed frontier peer (GPT-5.5)
- Anthropic — closed frontier peer (Claude Opus 4.7)
- Meta FAIR — other open-weight-leaning lab (Muse Spark / V-JEPA)
- Moonshot AI — the other open-weight frontier lab; competes on capability-at-price rather than cost
Changelog
- 2026-07-22 — Compiled new source (dspark-confidence-scheduled-speculative-decoding): added the DSpark serving-stack section (semi-autoregressive drafting, confidence-scheduled verification, 60–85% production speedup vs. MTP-1), with the attribution basis and preprint/first-party evidence caveats stated explicitly.