惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
月光博客
月光博客
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
人人都是产品经理
人人都是产品经理
IT之家
IT之家
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - Franky
The Cloudflare Blog
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
Jina AI
Jina AI
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
Last Week in AI
Last Week in AI

Forbes - Business

Pickleball Slam 4 Preview — History Of The Event And Behind The Scenes Prep With The Players How To Get Masters 2027 Tickets Lottery Dates And Odds ‘Malcolm In The Middle: Life’s Still Unfair’ Is Likely A Wrap For Show Tony Gonzales, Eric Swalwell Will Resign Following Sexual Misconduct Allegations Suspect In Sam Altman Molotov Attack Charged With Attempted Murder Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Dan Orlovsky Compares Ty Simpson To Brock Purdy, Names Surprising NFC Contender As Fit For 2026 NFL Draft Prospect IndyCar’s Chip Ganassi Racing, OpenAI Hope For ‘Competitive Advantage’ Shingles Altered Achilles Rehab For Pacers Star Tyrese Haliburton, But He’s Back On The Court NYT Pips Today: Hints, Answers And Walkthrough For Tuesday, April 14 LVMH Founder Bernard Arnault’s Fortune Falls $50 Billion This Year Inter Miami CF Kicks Off New Era For South Florida Soccer In Nu Stadium IndyCar’s AJ Foyt Racing Hires Toby Sowery As Reserve Driver IndyCar’s Chip Ganassi Racing Goes Green With Green Sports Alliance Rory McIlroy Claims Second Straight Masters Title At Augusta Rockets Claim Fifth Seed In West Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 Design Details In ‘The Drama’ Delve Deep Into Character AEW Dynasty 2026 Results, Winners And Live Updates On April 12 Former Dodgers Infielder, 3-Time MLB All-Star And Champion, Dies After Cancer Battle Townsend And Wild Secure Double Golds At Pro Pickleball Association Australia Moreton Bay Los Angeles Dodgers Prospect James Tibbs III Is Tearing Up Triple-A Hungary’s Authoritarian Orban—Boosted By Trump—Loses. European Leaders Celebrate. Review: Blackbraid Delivers Exteme Metal Masterclass To Dublin, Ireland Colorado Is Emerging As An Energy Innovation Hub U.S. Military Ships In Strait of Hormuz Violate Ceasefire, Iran Warns (Live Updates) Rosé’s All-Time Sales Chart Record Has Been Beaten IC3 Report Reveals Surge In Cryptocurrency Investment Scams The Top Contenders For The 2026 NCAA Gymnastics All-Around Title
DeepSeek V4 Shows That The Next AI Race Is About Efficiency
Gerui Wang · 2026-04-26 · via Forbes - Business
Photo Illustrations Featuring DeepSeek And Nvidia Logos

EDMONTON, CANADA - JANUARY 28: A woman holds a cell phone in front of a computer screen displaying the DeepSeek logo, on January 28, 2025, in Edmonton, Canada. (Photo by Artur Widak/NurPhoto via Getty Images)

NurPhoto via Getty Images

DeepSeek V4, the long awaited update from DeepSeek, arrives at a fiercely competitive moment in the AI models race, when Open AI’s GPT 5.5 and Anthropic’s Opus 4.7 have just launched one after the other.

As a unique believer in open sourced tools, DeepSeek has impressed developers with its cost-efficiency rather than its raw scale. The preview release includes two mixture-of-experts models with 1 million–token context window: DeepSeek-V4-Pro, with 1.6 trillion total parameters and 49 billion activated parameters, and DeepSeek-V4-Flash, with 284 billion total parameters and 13 billion activated parameters.

Long-context agents, coding assistants, research tools and enterprise copilots all face the same bottleneck: every newly generated token may need to refer back to a growing history of documents, code, tool calls and intermediate reasoning. DeepSeek’s technical report demonstrates that its V4 models addresses this problem through architectural compression rather than simply asking users to pay for more compute.

The Core Innovation: Compressing Memory Without Losing Reasoning

DeepSeek V4’s most important architectural change is a hybrid attention design that combines “compressed sparse attention” with “heavily compressed attention.” It means that the model does not store and scan every previous token in the same expensive way. CSA compresses groups of key-value entries and then selects the most relevant compressed blocks. HCA compresses even more aggressively, allowing dense attention over a much shorter memory stream.

This matters because attention is one of the main cost drivers in long-context AI. As context length grows, conventional attention becomes increasingly expensive in both computation and memory. DeepSeek’s hybrid attention design treats long context as an engineering problem of memory hierarchy. Some information needs fine-grained local attention. Some can be compressed. By combining these modes, V4 turns million-token context into a more practical capability.

Earlier this year, DeepSeek researchers published a paper proposing Engram, a conditional memory module that advances reasoning efficiency by structurally separating static knowledge retrieval from dynamic computation.

Why This Could Push More AI Innovation

Lower inference cost changes who can experiment. When long-context reasoning becomes cheaper, more developers can build agents that read full repositories, analyze long legal records, compare multi-document financial filings or operate across extended tool-use sessions. This expands the design space beyond chatbot prompts.

For startups, DeepSeek V4 lowers the cost of trying ambitious applications. For enterprises, it makes large-context workflows more realistic. For open-source developers, it provides a technical recipe: combine mixture-of-experts sparsity, long-context compression, low-precision inference, custom kernels and post-training for agentic tasks.

The Hardware Message: AI Models Are Now Telling Chips What To Become

DeepSeek V4 is also notable because the technical report makes explicit suggestions on hardware design. The team argues that future hardware should optimize for the ratio between computation and communication rather than blindly increasing bandwidth.

Reuters also reported that DeepSeek V4 has been adapted to run on Huawei’s Ascend chips, and that Huawei said its Ascend 950-based supernode clusters fully support the V4 series. This makes V4 part of a larger hardware story. The AI race is moving from model weights to full-stack co-design, where models, kernels, memory systems, interconnects and chips co-evolve.

Cheaper Intelligence Expands The Market

The most important consequence of DeepSeek V4 may be economic. When the cost of long-context reasoning falls, AI use cases that once looked too expensive become more plausible. Full-codebase agents, long-horizon research assistants, document-heavy legal workflows, financial diligence tools, scientific literature review systems and enterprise knowledge agents all benefit from cheaper memory and cheaper inference.

This means that DeepSeek V4 reframes the AI race. If DeepSeek can deliver strong open models with lower memory and compute requirements, closed-source leaders will face more pressure to justify premium pricing. Open-source competitors will face pressure to match V4’s efficiency techniques.