--- type: featured-reference date: 2026-06-28 status: sidecar-post arxiv: none-yet venue: DeepSpec repo (deepseek-ai/DeepSpec) source_org: DeepSeek-AI + Peking University authors: [Xin Cheng, Xingkai Yu, Chenze Shao, Jiashi Li, Yunfan Xiong, Yi Qian, Jiaqi Zhu, Shirong Ma, Xiaokang Zhang, Jiasheng Ye, Qinyu Chen, Chengqi Deng, Jiping Yu, Damai Dai, Zhengyan Zhang, Yixuan Wei, Yixuan Tan, Wenkai Yang, Runxin Xu, Yu Wu, Zhean Xu, Xuanyu Wang, Muyang Chen, Rui Tian, Xiao Bi, Zhewen Hao, Shaoyuan Chen, Huanqi Cao, Wentao Zhang, Anyi Xu, Huishuai Zhang, Dongyan Zhao, Wenfeng Liang] --- # Featured Reference — DSpark: DeepSeek가 LLM serving의 Pareto frontier를 60–85% 이동시킴 > Sidecar post (non-daily research-pulse). Filed 2026-06-28. **One-line positioning:** DeepSeek-AI가 speculative decoding의 두 구조적 한계를 production에서 동시에 해결 — **BB LLM 인프라 의사결정의 직접 trigger**. --- ## Paper - **Title:** *DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation* - **Authors:** 32 authors — Xin Cheng, Xingkai Yu, Chenze Shao, Jiashi Li, Yunfan Xiong et al. (Peking University + DeepSeek-AI) - **Venue:** DeepSpec repo (deepseek-ai/DeepSpec), 33 pages - **Code/Models:** github.com/deepseek-ai/DeepSpec — Eagle3 + DFlash + DSpark 통합 training repository. DSpark V4-Flash (preview) + V4-Pro (preview) checkpoints 공개. - **License:** Apache-2.0 (확인 필요) --- ## Why this matters for Brown Biotech **Bio paper가 아님.** LLM inference systems 페이퍼. 그런데 BB의 모든 LLM 의존 service에 직격: - **PRISM RAG** — LLM 호출 비용/지연 - **Paid Briefs** — 동일 - **peptide-service chat** — 동일 - **biostatx** — LLM-driven synthesis 사용 시 - **Inventa** — 동일 즉: **"DeepSeek가 production serving을 Apache-2.0로 풀었다 → BB의 LLM 단가 / latency / self-hosting 의사결정에 trigger."** ### DSpark이 해결한 두 구조적 병목 | 병목 | 기존 한계 | DSpark 해결 | |---|---|---| | **Inter-token dependency** | Parallel drafter(DFlash)는 T_draft를 γ와 독립으로 만들지만 suffix acceptance decay 급격 | **Semi-Autoregressive**: parallel backbone + lightweight sequential head로 hybrid. Markov head (default) 또는 RNN head | | **Verification compute waste** | Static confidence threshold는 high-concurrency에서 batch capacity 낭비 | **Confidence-Scheduled Verification**: per-request 동적 verification length + hardware-aware throughput greedy optimization | ### Production 검증 (DeepSeek-V4 live traffic) | Metric | V4-Flash | V4-Pro | |---|---|---| | Per-user generation speedup vs MTP-1 | **+60–85%** | +57–78% | | Strict SLA regime | 120 TPS — baseline 무너지던 구간 회복 | 50 TPS — 동일 | | Pareto frontier shift | **Yes — strict interactivity tier라는 새 tier unlock** | 동일 | 핵심: 단순 throughput curve 이동이 아니라 **product design space 확장**. real-time conversational / multi-turn agentic workflow의 새 performance envelope. ### Experiment 결과 (Qwen3-4B, accepted length τ) | Drafter | GSM8K | MATH | AIME25 | MBPP | HumanEval | LCB | MT-Bench | Alpaca | Arena-Hard | |---|---|---|---|---|---|---|---|---|---| | Eagle3 | 5.14 | 4.62 | 3.92 | 3.69 | 4.16 | 3.77 | 2.39 | 2.26 | 2.55 | | DFlash | 5.40 | 4.85 | 4.15 | 4.40 | 4.74 | 4.18 | 3.07 | 2.96 | 2.83 | | **DSpark** | **6.11** | **5.70** | **4.89** | **5.13** | **5.38** | **4.86** | **3.64** | **3.54** | **3.29** | Macro-average vs Eagle3: **+30.9% (4B), +26.7% (8B), +30.0% (14B)**. --- ## BB 액션 매트릭스 | 시나리오 | Trigger | BB 액션 | |---|---|---| | (a) LLM API 비용 재협상 | 분기별 LLM spend review | "DeepSeek가 60–85% 낮췄음" 근거로 Anthropic/OpenAI에 negotiation. 또는 DeepSeek API 직접 사용 검토 | | (b) Self-hosting PoC | LLM 호출 volume > X threshold | DeepSpec repo + V4-Flash checkpoint로 self-hosting PoC. PRISM RAG backend로 통합 | | (c) Inference latency SLA | User-facing product (peptide-service 등) TTFT 목표 | DSpark-style verification scheduler를 자체 serving layer에 통합 (DeepSpec code fork) | **즉시 액션 (low cost, high signal):** 1. 분기별 LLM spend dashboard (Paid Briefs / peptide-service / biostatx / Inventa) — 단가/tokens-per-request/TTFT 기록 2. DeepSeek API 직접 PoC — V4-Flash 또는 동급 모델로 동일 workload 재현. latency/cost/quality 3축 측정 3. 자체 self-hosting break-even 분석 — H100/A100 노드 비용 vs API 단가 --- ## Why this is non-bio but high-relevance (methodology transfer score LOW, strategic HIGH) - **Bio primary match:** 0/14 query family (LLM serving, not biology) - **Methodology transferability:** 1/6 (infrastructure 비용만 영향) - **Strategic context:** HIGH — ecosystem pricing pressure + open-source 풀 스택 release **BB 운영 원칙:** "infrastructure cost 변화"는 research methodology와 다름 — methodology transfer 점수가 낮아도 strategic trigger이면 deep-dive 가치 있음. --- ## Deep-dive + Companion Artifacts - **Deep-dive (full):** `arp-v27/literature/DSpark_Deep_Analysis.md` (19.4 KB, 11 sections, Korean-first, internal) - **bb-wiki concept:** `bb-wiki/concepts/llm-speculative-decoding-dspark.md` (4-섹션 mandatory, 6 open questions, internal) - **Notion:** Active Projects page TBD - **PRISM RAG:** ~50-80 chunks (this paper) --- ## Reference - Paper: deepseek-ai/DeepSpec repository - 33 pages, 2026 - BB intake date: 2026-06-28 - Intake channel: Telegram (user-shared URL) - Prompt injection check: ✓ Clean (URL only)
Research Pulse·2026-06-28-dspark
Research Pulse — 2026-06-28-dspark
28 journals × 7 topics · fibrosis · OXPHOS · ferroptosis · sarcopenia · senescence
Raw data + scoring: Daily Tech Digest (separate feed)
Request a Paid Brief