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

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
月光博客
月光博客
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Jina AI
Jina AI
小众软件
小众软件
U
Unit 42
云风的 BLOG
云风的 BLOG
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
宝玉的分享
宝玉的分享
B
Blog
C
Check Point Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
量子位
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell

Forbes - Consumer Tech

This Unhackable Quantum Navigation System Is The Size Of A Loaf Of Bread Apple At 50 — A Leadership Shift And An AR Future We Are Under-Investing In Robotics ... 90% Of Humanoid Robots Are Made In China Ditch The Apple White: Beats Expands Colorful Cable Line-Up With New 10-Foot Option Satechi’s New ChargeView 140W Desktop GaN Charger With Real-Time Display The Hasselblad In Your Pocket: Oppo’s Find X9 Ultra Challenges The Galaxy S26 Ultra There's No Such Thing As Brain Honey How AI Agents Could Rebuild Fashion’s Visual Production Layer QClaw Goes Global. The Agent Built Itself In 5 Days Apple’s Tim Cook Exit Hides A $4 Trillion Agentic AI Power Move EZQuest Reveals A New Line Of Pro Series USB-C Hubs For MacBook Neo Samsung Galaxy Z TriFold 2 Already In The Works, Report Claims Apple Revealed New Siri Release Date For iPhone, Latest Report Claims How Arcani’s HARK Is Designed For Modern Battlefield Acoustics The Newest Trend In Tech Embraces Femininity And Fun Samsung’s 75R95H Ushers In A New World Of LCD TVs New Apple iPhone Fold Design Pushes Smartphone Rivals To Go Wider And Taller iPhone 18 Pro Report: Four New Colors Leak As Apple Cancels Popular Shade Nothing’s Design-Led Strategy: Carl Pei Reveals The Tech Brand’s Philosophy iOS 26.5 Release Date: When To Expect Your iPhone Messaging Upgrade Google Pixel And Highsnobiety Build A Talent Pipeline For Fashion Android Circuit: Samsung Raises Galaxy Prices, Oppo Pad Mini Teased, Microsoft Closing Outlook App Apple Loop: iPhone Fold Launch Dates, iPad Air Upgrade, iPhone 18 Pro Specs Comcast $117.5 Million Breach Settlement — Are You Eligible? Amazfit Cheetah 2 Pro Takes Aim At The Garmin Audience Disney’s Launches ‘Infinity Vision’ Certification For Premium Theaters SoundPeats Reveals New Air6 HS Semi-Open Wireless Earbuds Amazon’s $11.57 Billion Leap Into Space: A Challenge To Starlink Meta Quest 3 Hit With $100 Price Increase Backblaze Stops Backing Up Dropbox And Others—Calls It An Improvement
DeepSeek V4 Shows That The Next AI Race Is About Efficiency
Gerui Wang · 2026-04-26 · via Forbes - Consumer Tech
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.