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

推荐订阅源

博客园 - 叶小钗
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
博客园_首页
U
Unit 42
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
IT之家
IT之家
G
Google Developers Blog
L
LangChain Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
爱范儿
爱范儿
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
Jina AI
Jina AI
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
小众软件
小众软件
H
Help Net Security

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
DeepSeek Just Dropped V4. Here's What the Benchmarks Actu...
Om Shree · 2026-04-24 · via DEV Community

Open-source AI has spent two years being "almost there." With DeepSeek-V4-Pro, the gap with frontier closed-source models isn't almost closed — in some benchmarks, it's gone.

The Problem It's Solving

The standard narrative has been simple: closed-source models from OpenAI, Google, and Anthropic sit at the frontier. Open-source models follow, months behind, at a fraction of the cost but with a meaningful capability tax. You pay in quality for what you save in dollars.

DeepSeek-V4-Pro-Max — the maximum reasoning effort mode of DeepSeek-V4-Pro — is being positioned as the best open-source model available today, significantly advancing knowledge capabilities and bridging the gap with leading closed-source models on reasoning and agentic tasks. Hugging Face That's a bold claim. The benchmark data makes it harder to dismiss than the usual open-source PR.

How It Actually Works

DeepSeek-V4-Pro ships as a 1.6 trillion parameter Mixture-of-Experts model with 49 billion parameters activated per token, while DeepSeek-V4-Flash runs at 284 billion total with 13 billion activated. Both support a one million token context window. Hugging Face

The architecture is doing real work here, not just scaling. A hybrid attention mechanism combining Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA) dramatically improves long-context efficiency — in the 1M-token context setting, DeepSeek-V4-Pro requires only 27% of single-token inference FLOPs and 10% of KV cache compared with DeepSeek-V3.2. Hugging Face That's not a marginal improvement. That's a fundamentally different inference cost profile at scale.

Manifold-Constrained Hyper-Connections (mHC) strengthen residual connections across layers while preserving model expressivity Hugging Face , and the Muon optimizer handles training stability. This isn't DeepSeek iterating on V3 — it's a ground-up architectural rethink.

The reasoning modes matter for how you deploy. Both Pro and Flash support three effort levels: standard, high, and max. For Think Max reasoning mode, DeepSeek recommends setting the context window to at least 384K tokens. Hugging Face The Flash-Max mode is particularly interesting — Flash-Max achieves comparable reasoning performance to the Pro version when given a larger thinking budget, though its smaller parameter scale places it slightly behind on pure knowledge tasks and the most complex agentic workflows. Hugging Face

What Developers Are Actually Using It For

The benchmark table that Frank Fiegel at Glama flagged this morning tells the real story — specifically, the agentic and coding numbers.

On LiveCodeBench, V4-Pro leads the pack at 93.5, ahead of Gemini (91.7) and Claude (88.8). Codeforces rating — a real-world competitive programming measure — puts V4-Pro at 3206, ahead of GPT-5.4 (3168) and Gemini (3052). OfficeChai Competitive programming benchmarks are notoriously hard to game; this is the kind of number that makes engineers pay attention.

On SWE-Verified (real software engineering tasks), V4-Pro sits at 80.6 — within a fraction of Claude (80.8) and matching Gemini (80.6). On Terminal Bench 2.0, V4-Pro (67.9) beats Claude (65.4) and is competitive with Gemini (68.5), though GPT-5.4 leads at 75.1. OfficeChai

For math reasoning: on IMOAnswerBench, V4-Pro scores 89.8 — well ahead of Claude (75.3) and Gemini (81.0), though GPT-5.4 edges ahead at 91.4. OfficeChai The one clear gap is Humanity's Last Exam, where V4-Pro scores 37.7 — just below GPT-5.4 (39.8), Claude (40.0), and Gemini (44.4). OfficeChai Factual world knowledge retrieval is still where closed-source models hold a real edge.

DeepSeek says V4 has been optimized for use with popular agent tools including Claude Code and OpenClaw CNBC , which signals the team is building for production agentic deployment, not just benchmark positioning.

Why This Is a Bigger Deal Than It Looks

The capability story is interesting. The cost story is the one that matters for anyone running production workloads.

In comparison, OpenAI's GPT-5.4 costs $2.50 per 1M input tokens and $15.00 per 1M output tokens, while Claude Opus 4.6 costs $5 per 1M input tokens and $25 per 1M output tokens. DeepSeek — at least on benchmarks — delivers similar performance to these models at a 50-80% cost reduction. OfficeChai

The timing is not accidental. OpenAI shipped GPT-5.5 the same day. DeepSeek needed a launch window where an open-source 1M-context MoE at a fraction of the cost would not be buried under a closed-source announcement. Ofox Shipping on the same day as your biggest competitor's release is a calculated move.

The V3.2 to V4-Pro jump on Arena AI's live code leaderboard is 88 Elo — roughly the same delta between the third and thirteenth ranked models on the current board. It is a genuine generational step, not a refresh. Ofox

The MCPAtlas Public benchmark in the LinkedIn post — where V4-Pro-Max scores 73.6 against Opus 4.6's 73.8 — is the number that stands out most for anyone building MCP-integrated agent pipelines. Open-source is now essentially at parity on structured tool use. That's the gap that just closed.

Availability and Access

The weights are hosted on Hugging Face and ModelScope in FP8 and FP4+FP8 mixed precision formats, released under the MIT License for research and commercial use. Android Sage

DeepSeek's pricing sits at $0.14/million tokens input and $0.28/million tokens output for Flash, and $1.74/million input and $3.48/million output for Pro. Simon Willison The API is live today via OpenRouter and DeepSeek's own endpoint, supporting both OpenAI ChatCompletions and Anthropic protocols.

Running a 1.6T parameter model locally requires significant GPU infrastructure — even in FP4+FP8 mixed precision, the memory requirements are substantial. Android Sage For most teams, the API is the practical path. Flash-Max gives you near-Pro reasoning at Flash pricing, which is the configuration worth benchmarking against your specific workloads first.


The gap between open-source and frontier AI just got measurably smaller — and for the first time, in some categories that actually matter for production agentic systems, it's not a gap at all. The question for teams running closed-source models at frontier prices is no longer "when will open-source catch up?" It's "what are we still paying for?"

Follow for more coverage on MCP, agentic AI, and AI infrastructure.