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

推荐订阅源

U
Unit 42
罗磊的独立博客
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Jina AI
Jina AI
V
V2EX
美团技术团队
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
量子位
MyScale Blog
MyScale Blog
G
Google Developers Blog
M
MIT News - Artificial intelligence
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
N
Netflix TechBlog - Medium
有赞技术团队
有赞技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
B
Blog

Forbes - Innovation

Why Do Humans Have Fingerprints? Hint: It’s Not What You Think Booking.com Confirms Data Breach, Reservation PIN Codes Changed Why Major News Sites Are Blocking The Internet Archive’s Wayback Machine iPhone Fold Release Date: New Report Details Frustrating Apple News Comet Tracker: How To See Pan-STARRS And Three Planets On Wednesday NYT Mini Crossword Today: Tuesday, April 14 Hints And Answers Today’s NYT Strands Hints, Spangram, Answers: Tuesday, April 14 (It’s A Little Unclear) Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Most Of The Microplastics In Urban Air Come From Tires Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Mini Crossword Today: Monday, April 13 Hints And Answers NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 The YC Chief Who Codes 10,000 Lines A Day Has A Simple Secret Samsung Expands One UI 8.5 Beta To More Galaxy Owners Why You Should Stop Using Your iPhone If It’s On This List Chamath Says Firms That Treat AI As A Strategy Hand Rivals Their Edge 3 Unexpected Habits Of Secure Couples, By A Psychologist The First Lamp That Folds Your Clothes Samsung’s Disappointing Price Update For Galaxy Phone Buyers 3 Subtle Signs Someone Is Falling In Love With You, By A Psychologist Do Mantis Shrimp See More Colors Than Humans? A Biologist Explains NYT Connections Answers Explained For Monday, April 13 (#1,037) NYT Connections Hints Today: Monday, April 13 Clues And Answers (#1,037) LEGO Luigi & Mach 8 (72050) Review: 2026’s Best Set Yet? Marc Andreessen Says AI Productivity Will Trigger A Hiring Boom 3D Printing Is The Ultimate Hack To Reduce Household Spending Apple iPhone Fold: Striking Design Revealed In Leaked Photos Apple Smart Glasses: New Leak Reveals A Major Design Twist To Beat Meta Tested: The AI Coming To The Rivian R2 Quordle Hints Today: Monday, April 13 Clues And Answers
DeepSeek V4 Shows That The Next AI Race Is About Efficiency
Gerui Wang · 2026-04-26 · via Forbes - Innovation
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.