Silicon IndependenceExplainerJul 3, 2026, 6:27 AM· 6 min read· #5 of 5 in ai

Explainer: How DeepSeek Adapted Its Frontier AI to Run on Huawei Silicon

DeepSeek's V4 model achieved full adaptation on Huawei's Ascend chips, proving that algorithmic efficiency and software co-design can overcome hardware limitations and bypass the Nvidia monopoly.

By Factlen Editorial Team

Ecosystem Diversifiers 40%Hardware Realists 30%Strategic Decoupling Analysts 30%
Ecosystem Diversifiers
Advocates for open-source AI who view this as a necessary break from a single-vendor hardware monopoly.
Hardware Realists
Engineers and analysts who emphasize the remaining technical hurdles in chip-to-chip interconnects.
Strategic Decoupling Analysts
Observers focused on the geopolitical implications of a parallel AI supply chain.

What's not represented

  • · Nvidia Executives
  • · U.S. Export Control Regulators

Why this matters

By proving that frontier AI models can be trained and deployed without relying on Nvidia's dominant GPUs, DeepSeek and Huawei have created a blueprint for hardware independence. This breakthrough accelerates the global push toward diverse, cost-effective AI infrastructure that isn't bottlenecked by a single supplier.

Key points

  • DeepSeek V4 achieved full adaptation on Huawei Ascend chips, bypassing the need for restricted Nvidia hardware.
  • The integration utilizes Huawei's CANN software to translate AI instructions, serving as a direct alternative to Nvidia's CUDA.
  • DeepSeek's Mixture of Experts architecture drastically reduces compute requirements, making it highly efficient on alternative silicon.
  • Researchers successfully completed full-parameter post-training of the 1.6-trillion-parameter model on a cluster of 1,000 Ascend chips.
  • The open-source release of the Ascend-optimized backend provides a blueprint for global developers to build hardware-agnostic AI.
1.6 trillion
Parameters in DeepSeek V4-Pro
1,000+
Ascend 910C chips used for post-training
1,100
Tokens per second throughput on Ascend nodes
0-day
Adaptation time for V4 on CANN software

For years, the artificial intelligence industry has operated under a rigid, almost unquestioned assumption: training and deploying frontier AI models requires Nvidia silicon and its proprietary CUDA software ecosystem. This single-vendor reliance has dictated the pace of global AI development, turning advanced graphics processing units (GPUs) into the world's most fiercely contested commodity. But that paradigm experienced a seismic shift in April 2026 when Chinese AI lab DeepSeek released its V4 model series. The 1.6-trillion-parameter model was explicitly optimized to run natively on Huawei's Ascend AI processors, bypassing the traditional Nvidia ecosystem entirely and proving that algorithmic ingenuity can effectively neutralize hardware scarcity.[2]

The collaboration achieved what Huawei engineers termed "day zero" adaptation. Within hours of DeepSeek V4's global release, the model was fully operational on Huawei's Ascend 950PR and 910C supernodes. This was not a sluggish, compromised workaround; early benchmarks revealed a measured inference throughput of up to 1,100 tokens per second. For the broader technology sector, this rapid deployment signaled that China's domestic AI infrastructure had matured from experimental testing into enterprise-grade readiness, capable of handling the immense computational weight of a frontier-class large language model without relying on restricted American hardware.[5]

This milestone represents a masterclass in software-hardware co-design, fundamentally challenging the idea that raw compute power is the only path to AI supremacy. To understand how DeepSeek achieved this, one must look at the software bridge that made it possible: Huawei's Compute Architecture for Neural Networks (CANN). CANN serves as the foundational software layer for the Ascend ecosystem, translating high-level AI framework commands into hardware-specific instructions. It is Huawei's direct, homegrown answer to Nvidia's CUDA, which has spent over a decade building an impenetrable moat as the industry's default programming interface.[4]

How the Huawei and DeepSeek software stack bypasses traditional AI infrastructure.
How the Huawei and DeepSeek software stack bypasses traditional AI infrastructure.

For the DeepSeek V4 integration, Huawei engineers did not simply port existing code; they integrated CANN directly into DeepSeek's core architecture. By granting Huawei early access to the model's design, the two companies engaged in a tight feedback loop, optimizing memory allocation and matrix multiplication operations to suit the specific strengths and limitations of the Ascend Neural Processing Units (NPUs). This level of deep, hardware-aware software optimization allowed the system to extract maximum performance from silicon that, on paper, trails the raw specifications of Nvidia's flagship H100 chips.[2]

A critical component of this successful adaptation lies in DeepSeek's architectural choices, specifically its mastery of "Expert Parallelism." DeepSeek V4 utilizes a highly efficient Mixture of Experts (MoE) architecture. In a standard dense model, every parameter is activated for every word generated, requiring massive compute. In an MoE model, the neural network is divided into specialized "experts," and only a small fraction of the model's 1.6 trillion parameters are activated for any given token. This drastically reduces the raw computational horsepower required, making the model inherently friendlier to alternative hardware platforms.[2]

However, Mixture of Experts models introduce a different, notoriously difficult bottleneck: they require massive, instantaneous data routing between different chips to consult the various "experts." In the Nvidia ecosystem, this data traffic jam is solved by NVLink, a proprietary high-speed interconnect technology. To solve this on Huawei hardware, the Ascend Ecosystem Team had to build a native communication backend from scratch. They successfully engineered a solution that fully complies with DeepSeek's "DeepEP" low-latency API, allowing Ascend clusters to route data between experts efficiently without relying on Nvidia's networking hardware.[1][4]

Expert Parallelism allows the model to activate only a fraction of its parameters at a time, saving compute power.
Expert Parallelism allows the model to activate only a fraction of its parameters at a time, saving compute power.
To solve this on Huawei hardware, the Ascend Ecosystem Team had to build a native communication backend from scratch.

DeepSeek's decision to open-source this Ascend-optimized backend is a strategic maneuver that extends far beyond a single company's supply chain. By publishing the code and creating an official repository under the DeepSeek AI umbrella, they have provided a validated blueprint for the global open-source community. Developers worldwide can now study how to implement end-to-end Expert Parallelism on non-Nvidia clusters, accelerating the adoption of alternative hardware and breaking the inertia that has kept the industry locked into a single software ecosystem.[1][2]

The implications of this software optimization extend far beyond basic inference and deployment. Historically, alternative AI chips have been relegated strictly to "inference"—the comparatively lighter process of running a finished model to answer user prompts. The heavy, mathematically grueling lifting of "training" a model from scratch or fine-tuning its behavior remained strictly the domain of Nvidia GPUs. But DeepSeek and Huawei have now breached that wall, moving domestic silicon up the value chain into the most demanding phases of AI development.[4]

In June 2026, a research consortium including Huawei and the Shenzhen Loop Area Institute confirmed a major breakthrough: they had successfully completed full-parameter post-training of the DeepSeek V4-Pro model using a cluster of at least 1,000 Ascend 910C chips. Post-training is the critical, intensive phase where a raw, pre-trained model is refined for instruction-following, logical reasoning, and safety alignment. Running full-parameter updates means that every single weight in the 1.6-trillion-parameter model was actively recalculated across the Ascend cluster.

DeepSeek V4 achieved significant throughput speeds on Huawei's Ascend 950PR supernodes.
DeepSeek V4 achieved significant throughput speeds on Huawei's Ascend 950PR supernodes.

This post-training achievement proves that the Ascend architecture can handle rigorous, training-class workloads, a capability that Western analysts previously doubted. While the initial, massive pre-training phase—which processes trillions of tokens of raw internet text—still reportedly utilized legacy Nvidia clusters, the ability to conduct full-parameter post-training on domestic silicon drastically reduces the overall dependency on restricted hardware. It allows Chinese labs to continuously update, align, and refine frontier models entirely within their own borders.[5]

This success is further bolstered by Huawei's recent introduction of the "Tau Scaling Law," a new architectural framework designed to maximize transistor density and computing efficiency. Because U.S. export controls block China from accessing the extreme ultraviolet (EUV) lithography machines necessary to manufacture sub-3-nanometer chips, Huawei has been forced to innovate at the architectural level. The Tau Scaling Law represents a workaround that aims to achieve the performance equivalent of a 1.4-nanometer process through advanced packaging and system-level optimization, directly addressing the hardware supply crunch.[3]

The economic implications of this shift are already rippling through the global AI market. As the industry transitions from the R&D phase into commercial deployment, "inference economics"—the cost of running models for millions of users—has become the defining metric of success. By proving that frontier-class inference and post-training can be executed efficiently on cheaper, more accessible hardware, DeepSeek is driving down the cost of AI deployment. This forces a recalibration of cloud pricing and challenges the premium margins historically commanded by dominant hardware providers.[4]

The ability to run full-parameter post-training on domestic silicon drastically reduces dependency on restricted hardware.
The ability to run full-parameter post-training on domestic silicon drastically reduces dependency on restricted hardware.

Furthermore, the adaptation is accelerating the fragmentation of the global AI stack. We are rapidly moving from a monolithic, CUDA-only world to a vibrant, multi-backend ecosystem. The Beijing Academy of Artificial Intelligence recently announced that its FlagOS system has already adapted the lightweight DeepSeek-V4-Flash model for full inference deployment across more than eight different AI chip architectures, including those from Huawei, Hygon, and Moore Threads. This interoperability ensures that software, rather than hardware, becomes the ultimate differentiator.

Ultimately, the DeepSeek-Huawei collaboration serves as a live-fire test of technology export controls, demonstrating that hardware embargoes are a porous ceiling rather than an impenetrable wall. By forcing companies to co-design their software with available hardware, the constraints inadvertently catalyzed a feedback loop of extreme algorithmic efficiency. DeepSeek V4 proves that the future of artificial intelligence does not rely solely on building faster, more expensive chips; it relies equally on the ingenuity to mold software to the silicon at hand, democratizing compute for the entire ecosystem.[2][4]

How we got here

  1. Oct 2022

    U.S. implements sweeping export controls restricting advanced Nvidia AI chips from reaching Chinese developers.

  2. Early 2025

    DeepSeek releases its R1 reasoning model, proving that algorithmic efficiency can rival compute-heavy approaches.

  3. April 2026

    DeepSeek launches the V4 model series with 'day zero' adaptation for Huawei's Ascend processors.

  4. May 2026

    Huawei introduces the 'Tau Scaling Law,' an architectural roadmap to bypass lithography bottlenecks.

  5. June 2026

    Researchers confirm DeepSeek V4-Pro successfully completed full-parameter post-training on a cluster of 1,000 Ascend chips.

Viewpoints in depth

Ecosystem Diversifiers

Advocates for open-source AI who view this as a necessary break from a single-vendor hardware monopoly.

For developers and startups, the Nvidia CUDA monopoly has created a severe compute bottleneck, driving up costs and limiting innovation. This camp views DeepSeek's Ascend adaptation not as a geopolitical maneuver, but as a technical liberation. By open-sourcing the DeepEP backend and proving that a 1.6-trillion-parameter model can run efficiently on alternative silicon, they argue that the AI industry is finally moving toward a hardware-agnostic future where software optimization matters more than raw chip power.

Hardware Realists

Engineers and analysts who emphasize the remaining technical hurdles in chip-to-chip interconnects.

While acknowledging the milestone of post-training on Ascend chips, this group points out that the hardest part of AI development—the initial pre-training phase across tens of thousands of GPUs—remains highly dependent on Nvidia's NVLink interconnect speeds. They argue that while Huawei has solved inference and fine-tuning, building a cluster capable of training the next generation of frontier models from scratch without severe latency bottlenecks remains an unproven challenge for domestic silicon.

Strategic Decoupling Analysts

Observers focused on the geopolitical implications of a parallel AI supply chain.

This perspective focuses on the failure of hardware export controls to halt AI progress. Analysts in this camp argue that restricting access to Nvidia chips inadvertently accelerated the development of a fully independent Chinese AI stack. By forcing companies like DeepSeek to co-design their software with Huawei's hardware, the constraints catalyzed a feedback loop that is rapidly closing the performance gap, ultimately reducing Western leverage over global AI infrastructure.

What we don't know

  • Whether Huawei's Ascend clusters can efficiently handle the massive, multi-trillion-token pre-training phase from scratch without relying on legacy Nvidia hardware.
  • How quickly the global open-source community will adopt the CANN software stack compared to the deeply entrenched CUDA ecosystem.
  • The exact manufacturing yields and production scaling limits for Huawei's Ascend 950PR and 910C chips under current supply chain constraints.

Key terms

Compute Architecture for Neural Networks (CANN)
Huawei's proprietary software platform that allows AI models to communicate with its Ascend processors.
Expert Parallelism (EP)
A technique used in Mixture of Experts models where different parts of the neural network are distributed across multiple chips to speed up processing.
Post-Training
The secondary phase of AI development where a pre-trained model is fine-tuned for specific behaviors, instruction-following, and safety alignment.
CUDA
Nvidia's dominant software platform that has historically been the industry standard for programming AI graphics processing units.

Frequently asked

What is the DeepSeek V4 AI model?

It is a frontier-class, 1.6-trillion-parameter AI model developed by DeepSeek, featuring a highly efficient Mixture of Experts architecture.

Why is running on Huawei chips a major milestone?

It proves that top-tier AI models can be deployed and fine-tuned without relying on Nvidia GPUs, breaking a long-standing hardware monopoly.

What is Huawei's CANN software framework?

Compute Architecture for Neural Networks (CANN) is Huawei's software framework that translates AI model instructions into hardware operations, serving as an alternative to Nvidia's CUDA.

Can Huawei chips train AI models from scratch?

While the Ascend chips successfully handled full-parameter post-training, the initial massive pre-training phase for V4 still reportedly utilized legacy Nvidia clusters.

Sources

Source coverage

5 outlets

3 viewpoints surfaced

Ecosystem Diversifiers 40%Hardware Realists 30%Strategic Decoupling Analysts 30%
  1. [1]GitHubEcosystem Diversifiers

    Official Ascend Backend for DeepEP

    Read on GitHub
  2. [2]Lush BinaryEcosystem Diversifiers

    DeepSeek V4 on Huawei Ascend: What It Means for Global AI Infrastructure

    Read on Lush Binary
  3. [3]The StarStrategic Decoupling Analysts

    Another 'DeepSeek moment'? Huawei milestone alters China trajectory in chip race

    Read on The Star
  4. [4]SubstackHardware Realists

    DeepSeek V4 and the Huawei Adaptation

    Read on Substack
  5. [5]Ascend Developer CommunityHardware Realists

    DeepSeek V4 Is Optimized for Huawei Chips. This Feels Bigger Than Just a Model Launch

    Read on Ascend Developer Community
Stay informed

Every angle. Every day.

Get ai stories with full source coverage and perspective breakdowns delivered to your inbox.