The True Value of DeepSeek V4 Lies Beyond Parameters

marsbitОпубліковано о 2026-04-25Востаннє оновлено о 2026-04-25

Анотація

DeepSeek V4 represents a strategic breakthrough for China’s AI industry, not merely for its technical specifications—such as its 1.6 trillion parameters or 1 million token context length—but for its successful adaptation to domestic computing hardware like Huawei’s Ascend 950 and Cambricon chips. This move reduces reliance on NVIDIA’s CUDA ecosystem, which has long dominated AI training and inference. The model achieves this through several innovations: a hybrid attention mechanism (CSA + HCA) that optimizes long-context processing, MoE architecture that activates only a fraction of parameters per inference, and deep software-hardware co-design with domestic chipmakers. These improvements make it feasible to run a top-tier model efficiently on local hardware, significantly lowering inference costs and enhancing scalability. Priced competitively, DeepSeek V4 offers long-context capabilities at a fraction of the cost of comparable models, enabling practical enterprise applications—such as legal document analysis, financial research, and coding agents—that require processing large volumes of data in real-time. This demonstrates China’s growing ability to innovate within hardware constraints and marks a critical step toward AI supply chain independence.

By | World Model Workshop

DeepSeek V4 has once again sent shockwaves across China.

Parameter scale, context length, benchmark scores—these technical metrics have been repeatedly compared in various reports.

But if we only focus on the surface-level data, we miss the most strategically significant core of this release.

Over the past three years, China's large models have been stuck in an awkward reality: training relies on NVIDIA, and inference also relies on NVIDIA. Domestic chips are merely backup options.

If NVIDIA cuts off supply, the entire Chinese model community would be thrown into anxiety.

But today, DeepSeek V4 has demonstrated with strength:

A cutting-edge trillion-parameter large model can also run stably and efficiently on domestic computing power.

The significance of this achievement goes beyond the model's technical metrics itself.

Breakthrough in Domesticization

To truly understand the difficulty of this domestic adaptation, one must first grasp NVIDIA's chip empire.

NVIDIA possesses not just chips, but a highly closed-loop, complete ecosystem:

On the hardware side, there is the GPU chip family, along with NVLink and NVSwitch enabling high-speed networking between chips;

On the software side, CUDA is an AI operating system meticulously built by NVIDIA over more than a decade.

It is like a highly optimized factory, with every layer—from the most basic operators (the fundamental units of model computation) to parallel computing, memory management, and distributed communication—tailor-made for NVIDIA GPUs.

In other words, NVIDIA doesn't just sell engines; it also builds the roads, gas stations, repair shops, and navigation systems.

Almost all global top-tier large models have grown within this ecosystem.

Switching to domestic computing power, however, presents a completely different scenario.

Different hardware architectures, different interconnection methods, varying levels of software stack maturity, and a tool ecosystem still rapidly catching up.

For DeepSeek to adapt to domestic chips, it is not simply a matter of changing engines; it is like switching a race car already speeding on a highway to a mountain road still under construction.

The slightest misstep could lead to jitters, loss of speed, or even a complete halt.

This time, DeepSeek V4 did not choose to merely optimize further along the CUDA path but began simultaneously entering the adaptation chain for domestic computing power's software stack.

Based on public information, V4 has achieved a breakthrough on domestic inference chips, deeply adapting to Huawei's Ascend 950 chip, and Cambricon could also run stably on the day of the model's release, truly achieving Day 0 adaptation.

This means that cutting-edge models are beginning to have the possibility of landing within the domestic chip system.

How did DeepSeek V4 achieve this?

The first step occurred at the model architecture level.

V4 did not choose to force domestic chips to handle the 1M context with brute force but first made the model itself more efficient.

The most critical design in the official technical report is the CSA + HCA hybrid attention mechanism, as well as KV Cache compression and other long-context optimizations.

Simply put, traditional long-context inference requires the model to spread out an entire library to search through every time it answers a question, quickly consuming memory, bandwidth, and computing power.

V4's approach is to first re-index, compress, and filter the materials in the library, sending only the most critical information into the computation chain.

In this way, the 1M context no longer relies entirely on hardware brute force but first reduces the computational and memory costs through algorithms.

This is crucial for domestic chips.

If the model still heavily depends on memory bandwidth and mature CUDA libraries, domestic chips, even if they can run, would struggle to run cheaply and stably.

By reducing the inference burden first, V4 is essentially easing the pressure on domestic computing power.

The second step occurred at the MoE architecture and activated parameter level.

Although V4-Pro has a total of 1.6 trillion parameters, only about 49 billion parameters are activated during each inference; V4-Flash has 284 billion total parameters, with about 13 billion activated each time.

This means it doesn't pull out all parameters for computation every time it is called but functions like a large team of experts, where only the relevant experts are called upon when a task arrives.

For domestic chips, this is equally important.

It reduces the computational pressure that must be borne with each inference, making long-context and Agent scenarios easier to handle on inference cards.

The third step is adaptation at the operator and kernel levels.

The strongest aspect of the CUDA ecosystem is that a large amount of underlying computation has been polished to maturity by NVIDIA, and many high-performance computations can be directly called.

The significance of V4 lies in its extraction of some key computations from NVIDIA's black box, turning them into more transferable and adaptable custom computation paths.

Put more simply, V4 is like disassembling the most critical parts of the engine, allowing manufacturers like Huawei Ascend and Cambricon to readjust them according to their own chip structures.

The fourth step is at the inference framework and service layer.

If domestic chip adaptation only stays at the "running a demo" stage, its industrial significance is limited. What truly deserves attention is whether it can enter a callable, billable service system.

According to internal tests, on Ascend 950PR, V4's inference speed has significantly improved compared to earlier versions, with a notable reduction in energy consumption. Single-card performance in specific low-precision scenarios has reached more than twice that of NVIDIA's specially supplied H20.

DeepSeek officially mentioned that currently, V4-Pro is limited by high-end computing power, with limited service throughput. It is expected that prices will drop significantly in the second half of the year after the batch release of Ascend 950 super nodes.

This indicates that as domestic hardware like Ascend is mass-produced in batches, V4's future throughput and cost-effectiveness will be further optimized.

However, it is worth noting that V4 has not entirely replaced NVIDIA's GPUs and CUDA. Model training may still rely on NVIDIA, but inference can gradually be domesticized.

This is actually a very realistic commercial path.

Training is a阶段性投入, done once, tuned once, iterated once. Inference is an ongoing cost, with millions or billions of user calls daily, each requiring computing power.

The real long-term money burner for model companies will increasingly lean towards inference. Whoever can handle inference demands more cheaply and stably will gain a real advantage in industrial applications.

DeepSeek V4 is the first to present a path for the inference deployment of China's cutting-edge models that does not take NVIDIA CUDA as the default premise.

This step is significant enough.

V4's Impact on Industrial Applications

If domestic chip adaptation answers whether it can run, then price answers another more practical question:

Can enterprises afford to use it?

In the past, DeepSeek's most impressive feat was its ability to deliver near-cutting-edge model capabilities at extremely low prices.

This was true in the V3 and R1 eras, and it remains true with V4.

The difference is that this time, it is not fighting a price war in ordinary context windows but continues to压低价格 under the premise of 1M context + Agent capabilities.

According to DeepSeek's official pricing:

V4-Flash cache-hit input is 0.2 yuan per million tokens, cache-miss input is 1 yuan per million tokens, output is 2 yuan per million tokens;

V4-Pro cache-hit input is 1 yuan per million tokens, cache-miss input is 12 yuan per million tokens, output is 24 yuan per million tokens.

Comparing it with similar domestic models:

Compared to Alibaba's Qwen3.6-Plus in the 256K-1M tier, V4-Pro's output price is about half, and V4-Flash is even lower.

Compared to Xiaomi's MiMo Pro Series in the 256K-1M tier, both V4-Flash and V4-Pro are significantly cheaper.

Kimi K2.6 has a context of 256K; in comparison, V4-Pro has a longer context and lower price; V4-Flash directly pushes high-frequency call costs to another level.

This is hugely significant for enterprise applications.

Because a 1M context means the model can read an entire code repository, thick contract packages, hundreds of pages of prospectuses, long meeting minutes, or the historical state accumulated by an Agent continuously performing tasks in one go.

In the past, many enterprise applications were stuck here: the model's capabilities were sufficient, but the context wasn't; the context was sufficient, but the price was too high; the price was acceptable, but the model's capabilities weren't stable enough.

For example, an enterprise building an investment research Agent needs the model to read annual reports, earnings call transcripts, industry reports, competitor news, and internal minutes simultaneously.

When the context is only 128K or 256K, the system often has to constantly slice, retrieve, and summarize, with information lost in multiple compressions.

A 1M context allows the model to retain more raw materials, reducing omissions and disconnections.

Another example is a code Agent.

It doesn't just write a few lines of code at once but needs to read the repository, understand dependencies, modify files, run tests, and fix issues based on errors. This process repeatedly consumes tokens.

If each step is expensive, the Agent can only be used for demonstrations, but if tokens are cheap enough, it can enter real development workflows.

This is also the industrial value of V4.

It may not be the strongest model, but it could become the most frequently used model in enterprises.

DeepSeek has once again turned AI from a exclusive toy for a few large companies into a productivity tool that can be deployed at scale across industries.

The True Value of V4

When the 1M context reaches the front lines at extremely low prices, the true weight of DeepSeek V4 becomes apparent.

All of this is built on a foundation of domestic computing power that is not yet mature.

Facing the systematic gap in the domestic chip ecosystem, the DeepSeek team did not choose to wait for the ecosystem to mature before launching.

They repeatedly delayed the release window, investing months in deep joint debugging with partners like Huawei. The engineering difficulty of this far exceeded external imagination.

It is precisely for this reason that V4's achievement of near-top-tier closed-source model inference and Agent capabilities on domestic computing power is格外不易.

V4 has proven with itself that even facing the阶段性差距 of hardware ecosystems, Chinese teams can still achieve competitive performance through极致 engineering investment and software-hardware协同 innovation.

Of course, there is still a gap to full maturity.

The完善度 of the Ascend platform's toolchain, the stability of ultra-large-scale clusters, and deep optimization for more vertical scenarios all require continued joint efforts from all parties in the industry.

But the success of V4 has laid a借鉴 path for subsequent models.

It has injected a shot of confidence into the自主可控 of the entire AI supply chain.

In the current external environment full of uncertainties, this resilience to break through amidst limitations deserves more respect than mere parameter metrics.

"Not lured by praise, not frightened by slander, following the path of principle,端正 oneself with integrity."

This quote from DeepSeek's official text is its best footnote.

Пов'язані питання

QWhat is the core strategic significance of DeepSeek V4 beyond its technical parameters?

AThe core strategic significance of DeepSeek V4 lies in its successful adaptation to domestic Chinese computing hardware, such as Huawei's Ascend 950 and Cambricon chips, enabling stable and efficient operation of a cutting-edge trillion-parameter model without relying solely on NVIDIA's ecosystem. This reduces dependency on foreign technology and enhances China's AI supply chain autonomy.

QHow did DeepSeek V4 optimize its architecture to reduce computational burden on domestic chips?

ADeepSeek V4 employed a hybrid attention mechanism (CSA + HCA) and KV Cache compression to optimize long-context processing. Instead of processing the entire context at once, it indexes, compresses, and filters information to reduce memory, bandwidth, and computational demands, making it more suitable for domestic hardware.

QWhat role does DeepSeek V4 play in making AI more accessible for enterprise applications?

ADeepSeek V4 offers 1M context length at significantly lower prices compared to competitors, enabling enterprises to handle large-scale tasks like code analysis, contract review, and agent-based workflows cost-effectively. This makes advanced AI capabilities more scalable and practical for real-world business use.

QHow does DeepSeek V4's MoE architecture contribute to its efficiency on domestic hardware?

ADeepSeek V4 uses a Mixture of Experts (MoE) architecture where only a subset of parameters (e.g., 49B out of 1.6T total) is activated per inference. This reduces computational load and makes it easier for domestic chips to handle long-context and agent tasks efficiently.

QWhat challenges did DeepSeek face in adapting V4 to domestic chips, and what was the outcome?

AAdapting V4 to domestic chips required overcoming differences in hardware architecture, interconnectivity, and software maturity compared to NVIDIA's CUDA ecosystem. Through deep collaboration with partners like Huawei and months of joint debugging, DeepSeek achieved stable Day 0 support for Ascend 950 and Cambricon, with推理 performance in some scenarios exceeding NVIDIA's H20 by over 2x.

Пов'язані матеріали

Senior Trader's Confession: How to Trade Market's False Expectations?

Veteran trader's case study: trading the market's "wrong expectations". This trade centered on a textbook "expectation error" after a weak CPI report. While the market initially priced in broad monetary easing (sending Nasdaq to 30,060), the crucial 30-year real yield hit a 20-year high. This signaled a fractured transmission mechanism: short-term rates eased, but long-term funding costs (vital for tech valuations) refused to fall. The trader executed five short positions on the Nasdaq (NQ) as it fell from 30,060 to 28,768. The core methodology: don't just trade the data, but analyze the market's implied causal chain and identify where it breaks. In this case, the chain was: Weak CPI → Policy Easing → Lower Long-Term Funding Costs → NQ Valuation Expansion. The break occurred between policy easing and long-term rates. The "veto variable" – long-term real yields – refused to confirm the bullish narrative. Trades were structured around "fast variables" (price) temporarily repairing while "slow variables" (funding conditions) remained broken. The article outlines a repeatable framework: 1) Map the market's implied causal chain. 2) Identify the veto variable. 3) Observe if it rejects the narrative. 4) Enter when price still follows the old script. 5) Choose the cleanest asset expression (e.g., short NQ, not broad S&P). 6) Define both invalidation and fulfillment exit conditions. The key insight: Alpha often comes not from an information edge, but from a "reaction function edge" – recognizing when the market is applying an outdated causal logic to new data. The critical question: What causal chain is the market's first reaction relying on, and is that chain still valid today?

marsbit19 хв тому

Senior Trader's Confession: How to Trade Market's False Expectations?

marsbit19 хв тому

Opinion: The Hedging Relationship Between U.S. Treasuries and Stocks Has Broken Down, and BTC, as a Risk Asset, Is Under Dual Pressure

For the past 20 years, U.S. investors relied on a free insurance policy: when stocks fell, bonds rose, cushioning portfolio losses. This reliable inverse correlation underpinned entire financial strategies. However, this mechanism broke down around 2020 and has not recovered. Currently, the two-month rolling correlation between the S&P 500 and 10-year Treasury yields is at -0.69, its lowest level since 1996, indicating stocks and bonds are moving in sync to an unprecedented degree, eliminating the traditional portfolio shock absorber. The失效 of this hedge is not simply due to lost confidence in U.S. debt. The key driver is the shift from growth-dominated to inflation-dominated market narratives. When growth fears prevail, stocks and bonds move inversely. Since 2022, persistent inflation volatility has been the dominant factor, causing both asset classes to suffer simultaneously from higher inflation expectations. Investors now seek safety without duration risk, favoring cash, dollars, and short-term Treasuries while selling long-duration bonds. Record U.S. deficits, rising net interest payments, and waning foreign demand (e.g., from Japan) are pressuring long-term yields, with the 30-year yield surpassing 5%. This environment places Bitcoin, as a risk asset on the far end of the risk curve, under dual pressure. Higher risk-free rates increase the opportunity cost of holding non-yielding assets like Bitcoin, while falling equities reduce overall risk appetite. Bitcoin's performance has become highly sensitive to macro conditions such as real yields, dollar strength, and financial conditions. While its long-term thesis as a fixed-supply asset outside the sovereign credit system is strengthened by these fiscal trends, the same conditions hurt it in the short term. The return of bonds as a effective hedge requires inflation volatility to subside, growth risks to retake dominance, and the Fed to have room to ease policy. Until then, Bitcoin trades in a market where the deepest asset class no longer absorbs shocks, removing the safety floor for all risk assets, especially those that pay nothing to wait.

marsbit20 хв тому

Opinion: The Hedging Relationship Between U.S. Treasuries and Stocks Has Broken Down, and BTC, as a Risk Asset, Is Under Dual Pressure

marsbit20 хв тому

Funding Weekly | Crypto.com Secures $400M Investment, CeFi and Stablecoin Sectors Continue to Attract Capital

Crypto Weekly Investment Recap: Funds Converge on CeFi, Stablecoins, and AI Last week's crypto and AI investment landscape saw significant capital concentration, with a few large deals dominating. **Crypto/Web3 Highlights (July 13-19):** Total investment exceeded **$812 million** across 17 deals. Key trends: * **Centralized Finance (CeFi) & Stablecoins** remained a major magnet, led by **Crypto.com**'s massive **$400 million** raise from Citadel Securities, valuing the exchange at $20B. * **Infrastructure & Tools** saw 7 deals, including **Cyclops** ($20M for stablecoin payments) and **ADI Chain** ($50M for stablecoin settlement infrastructure). * **DeFi** had 2 deals, such as AI-native DEX **Quote Trade** ($4M). * Other notable raises: API broker **Alpaca** ($135M), cross-border platform **Flex** ($70M), treasury firm **ORANGE JUICE** ($40M), and prediction market **Pascal** ($9M). * **Acquisitions:** Keyrock bought BlockFills' trading unit, SBI Holdings acquired Singapore exchange Coinhako, and MoonPay bought startup Glide. **AI & Robotics Highlights:** Investment momentum in AI remained very strong. * Nvidia-backed AI cloud service **Fireworks** raised a massive **$1.5 billion** at a $17.5B valuation. * In robotics, **Walden Robotics** (spun out from Toyota) secured **$300 million**, and Chinese humanoid firm ****逐际动力** **(Climax Dynamics) raised nearly **$200 million** in a Pre-IPO round. * Other significant AI raises included Indian programming platform **Emergent** ($130M) and drone company **Brinc** ($125M), backed by Sam Altman. Overall, the trend shows capital flowing heavily into established crypto financial services, stablecoin infrastructure, and large-scale AI/robotics commercialization.

marsbit1 год тому

Funding Weekly | Crypto.com Secures $400M Investment, CeFi and Stablecoin Sectors Continue to Attract Capital

marsbit1 год тому

The Gentlest Bear Market? BTC Bears Exit, ARK and Bitwise Collectively Bullish

**Title: The Mildest Bear Market? BTC Shorts Exit, ARK and Bitwise Collectively Bullish** Bitcoin continues to consolidate around $75,000 while Ethereum struggles near $1,900. Market data shows $116 million in liquidations over 24 hours, with $62.7 million from short positions, and the Fear & Greed Index remains at 35 (Fear). According to Polymarket, there's a 33% probability BTC falls below $50,000 this year. ARK Invest's Q2 2026 Bitcoin report notes technical weakness but identifies potential bottoming signals, including a record high in long-term holder supply, suggesting selling exhaustion. Bitwise's Juan Leon calls this the "structurally mildest bear market" on record, with a ~50% drawdown from highs, less severe than past cycles. He highlights institutional accumulation and a shift in investor dialogue from survival to entry points. Technical analysis from Bit suggests a potential C-wave low may have formed, with an ideal bottoming range between $50,000-$55,000. However, glassnode's CryptoVizArt warns that failure to break $66,000 could signal a local top, as new buyer accumulation is concentrated there. Analyst Darkfost identifies a critical support band between $59,000-$70,000, where 50% of BTC's circulating supply has changed hands. Notably, trader Doctor Profit announced closing all crypto short positions—including BTC shorts from $115k-$125k and over 100 altcoin shorts—for significant profit. He has begun a phased accumulation of Bitcoin spot starting at $64,000, reversing his previous $40k-$50k target, citing structural positives like regulatory clarity and institutional adoption. He argues the anticipated September/October bottom may arrive earlier than the herd expects.

Foresight News2 год тому

The Gentlest Bear Market? BTC Bears Exit, ARK and Bitwise Collectively Bullish

Foresight News2 год тому

Торгівля

Спот
活动图片