๐ŸผStalecollected in 35m

Co-Designed Chip Cuts DeepSeek V4 Inference Costs by 75%

Co-Designed Chip Cuts DeepSeek V4 Inference Costs by 75%
PostLinkedIn
๐ŸผRead original on Pandaily

๐Ÿ’กA 75% cost reduction in inference is a massive industry shift. Learn how hardware-software co-design is changing AI.

โšก 30-Second TL;DR

What Changed

75% reduction in AI inference costs for DeepSeek V4

Why It Matters

This demonstrates that vertical integration between model architecture and silicon can significantly outperform general-purpose hardware, challenging current GPU dominance.

What To Do Next

Analyze your model's hardware utilization patterns to identify if custom kernel optimization or hardware-specific tuning could yield similar cost savings.

Who should care:Researchers & Academics

Key Points

  • โ€ข75% reduction in AI inference costs for DeepSeek V4
  • โ€ขHardware-software co-design between DeepSeek and Huawei
  • โ€ขAscend 950DT accelerator performance optimization

๐Ÿง  Deep Insight

Web-grounded analysis with 27 cited sources.

๐Ÿ”‘ Enhanced Key Takeaways

  • โ€ขDeepSeek V4 Pro is a 1.6-trillion parameter Mixture-of-Experts (MoE) model that achieves its efficiency by activating only approximately 49 billion parameters per forward pass, significantly reducing inference compute requirements.
  • โ€ขThe co-design effort resulted in "Day 0" optimization, ensuring DeepSeek V4 was immediately performant on Huawei Ascend hardware upon its release, facilitated by Huawei's CANN software stack with fused operators.
  • โ€ขHuawei's Ascend 950DT accelerator is specifically designed for the memory-intensive decode phase of large model inference, featuring 144GB of Huawei's self-developed HiZQ 2.0 HBM with 4TB/s bandwidth and a 2TB/s interconnect.
  • โ€ขDeepSeek V4 incorporates architectural innovations such as a Hybrid Attention Architecture (combining Compressed Sparse Attention and Heavily Compressed Attention) and Manifold-Constrained Hyper-Connections (mHC) to efficiently manage its 1-million-token context window.
  • โ€ขDeepSeek V4 Pro is released under the permissive MIT license, making its weights open-source and enabling self-hosting and fine-tuning, which contributes to its significantly lower API pricing compared to proprietary frontier models.
๐Ÿ“Š Competitor Analysisโ–ธ Show
Feature/MetricHuawei Ascend 950DTNVIDIA H200/B200 (for comparison)AMD MI300 Instinct (for comparison)
Target ScenarioTraining & Decode-stage InferenceTraining & InferenceTraining & HPC
Memory (HBM)144GB HiZQ 2.0 HBM141GB HBM3e (H200)128GB HBM3 (MI300)
Memory Bandwidth4 TB/s4.89 TB/s (H200)6.55 TB/s (MI300)
Interconnect Bandwidth2 TB/s (chip-to-chip)NVLink (system-level, higher)Infinity Fabric (system-level, higher)
FP8 Performance1 PFLOPS (per chip)H200: 3.958 PFLOPS; B200: 20 PFLOPS sparsenull
FP4 Performance2 PFLOPS (per chip)B200: 40 PFLOPS sparsenull
Manufacturing NodeLikely SMIC N+3 (5nm-class)TSMC 4N (H200), TSMC 4NP (B200)TSMC 5nm (MI300)
Software EcosystemHuawei CANN, MindSporeNVIDIA CUDA, cuDNN, TensorRTAMD ROCm
AvailabilityQ4 2026 (950DT expected)H200: late 2024; MI300: early 2023MI300: early 2023

๐Ÿ› ๏ธ Technical Deep Dive

  • DeepSeek V4 Model Architecture:

    • Type: Mixture-of-Experts (MoE) architecture.
    • Parameters: DeepSeek V4 Pro has 1.6 trillion total parameters, with approximately 49 billion active parameters per forward pass. DeepSeek V4 Flash has 284 billion total parameters with about 13 billion active.
    • Context Window: Supports a 1-million-token context window.
    • Attention Mechanism: Features a Hybrid Attention Architecture combining Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA).
    • Inter-layer Connections: Utilizes Manifold-Constrained Hyper-Connections (mHC) to stabilize signal propagation and enhance long-context handling.
    • Optimizer: Employs the Muon Optimizer for faster convergence and improved training stability.
    • Precision: Uses Mixed Precision Training, with MoE expert parameters in FP4 and most other parameters in FP8, incorporating FP4 Quantization-Aware Training (QAT).
    • Training: Incorporates Multi-Token Prediction (MTP) during training to improve sample efficiency and output coherence.
  • Huawei Ascend 950DT AI Accelerator:

    • Architecture: Based on Huawei's proprietary Da Vinci architecture.
    • Die Design: Features a dual-die UMA (Unified Memory Access) architecture, presented as a single device to the operating system.
    • Memory: Equipped with 144GB of Huawei's self-developed HiZQ 2.0 HBM.
    • Memory Bandwidth: Delivers 4 TB/s memory access bandwidth.
    • Interconnect: Provides 2 TB/s interconnect bandwidth between chips.
    • Data Formats: Supports multiple low-precision data formats including FP8, MXFP8, XMFP4, and HiF8.
    • Software Stack: Leverages the CANN (Compute Architecture for Neural Networks) software stack for heterogeneous compute and optimization, similar to NVIDIA's CUDA.
    • Optimization: Employs a three-layer parallel optimization strategy for extreme inference performance.
    • Manufacturing Process: Likely manufactured on SMIC's newest N+3 node, which is a 5nm-class process.

๐Ÿ”ฎ Future ImplicationsAI analysis grounded in cited sources

The success of DeepSeek V4 on Huawei Ascend 950DT will accelerate the adoption of domestic AI hardware in China.
The 'Day 0' optimization and significant cost reduction demonstrate that Chinese firms can achieve frontier AI performance using homegrown hardware, reducing reliance on foreign technology amidst sanctions.
Hardware-software co-design will become a more critical factor for achieving optimal AI inference efficiency across the industry.
The 75% cost reduction highlights the substantial gains possible when AI models are specifically optimized for the underlying accelerator architecture, pushing the industry towards tighter integration.
DeepSeek's open-source, cost-efficient models will intensify competition in the global LLM market.
By offering frontier-level performance at significantly lower API costs and with open weights, DeepSeek challenges the pricing and proprietary nature of established Western AI models.

โณ Timeline

2023-07
DeepSeek founded by Liang Wenfeng, funded by High-Flyer.
2023-11
DeepSeek released its first model, DeepSeek Coder.
2024-05
DeepSeek-V2 released, introducing a Mixture-of-Experts (MoE) architecture.
2024-12
DeepSeek-V3 released, a 685 billion parameter model with 37 billion active parameters.
2025-01
DeepSeek-R1 model and eponymous chatbot launched, gaining international prominence for its efficiency and open-source nature.
2026-04
DeepSeek V4 Pro (1.6T parameters) and V4 Flash (284B parameters) models released, featuring a 1M-token context window and immediate "Day 0" adaptation on Huawei Ascend 950DT.
๐Ÿ“ฐ

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: Pandaily โ†—