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

推荐订阅源

The GitHub Blog
The GitHub Blog
Hugging Face - Blog
Hugging Face - Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
Y
Y Combinator Blog
Google DeepMind News
Google DeepMind News
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
V
Visual Studio Blog
Microsoft Azure Blog
Microsoft Azure Blog
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
罗磊的独立博客
N
Netflix TechBlog - Medium
M
MIT News - Artificial intelligence
G
Google Developers Blog
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
小众软件
小众软件
Engineering at Meta
Engineering at Meta
D
DataBreaches.Net
S
SegmentFault 最新的问题
H
Help Net Security
量子位

Hacker News: Ask HN

The New Window Delete ChatGPT Atlas Spyware Tell HN: Qwen Free Tier Is Discontinued Ask HN: SeedLegals Partnerships in London, worth it? Ask HN: How to highlight talent from untraditional backgrounds? Ask HN: We dont need a programming language now? Durable Object alarm loop: $34k in 8 days, zero users, no platform warning What if Time at the subatomic level has multiple arrows? How to add MidnightBSD Key to UEFI Secure Boot DBX? (Revoked and Forbidden Keys) Ask HN: What's your experience working at xAI as an AI tutor? Any engineers here with experience of clinical data standards? Ask HN: Who is using OpenClaw? Agent Skills for Software Test Automation Ask HN: Who needs contributors? Claude Code is thinking too much Ask HN: What Is the Big-O Order of a Jigsaw Puzzle? Ask HN: Stepping into a new role as a Senior, mentoring dos and dont's? Founder from Zurich heading to SF and Austin for the first time Hacker News No Manual Screenshots: I Built a Scalable Screenshot API Using Cloud Playwright Ask HN: Thought experiment: AGI giving us answers we don't like? Ask HN: I quit my job over weaponized robots to start my own venture 1% Vacancy, 81% Preleased: Where Midmarket Compute Deploys in 2026 Ask HN: Preferred pricing model for sound effects libraries? Copy of the email I sent to my undergraduate professors on Nov 30, 2025 Model API Performance | Hacker News Ask HN: Are open-weight LLMs the new offline encyclopedias? Valgrind 3.27 RC1 is out Claude Code OAuth down for >12 hours Ask HN: What's Better?–Tauri or Electron?
DeepSeek V4 is out. the best open-source on coding. here'...
Alisaqqt · 2026-04-24 · via Hacker News: Ask HN

Two models: Flash (284B total, 13B active) and Pro (1.6T total, 49B active). both hit 1M token context.

V4-Pro is their flagship. Beats Claude Opus 4.6 Max on Agent coding tasks (their words). specifically calls out being better than Sonnet 4.5 on coding, and competitive with Opus 4.6 on general benchmarks. on world knowledge and STEM, they say it's ahead of Gemini-Pro-3.1.

V4-Flash is the sleeper pick. Faster and cheaper than Pro, but it has better long-context efficiency than Pro does.

Original Text: Agent capabilities massively improved: V4-Pro hits SOTA on Agentic Coding benchmarks among open-source models. In practice, users report it feels better than Sonnet 4.5, and output quality is close to Opus 4.6 non-thinking mode — though there's still a gap vs Opus 4.6 with thinking enabled.

World knowledge: V4-Pro leads all open-source models by a significant margin on knowledge benchmarks, sitting just behind Gemini-Pro-3.1 among closed-source frontier models.

Top-tier reasoning: On math, STEM, and competitive coding, V4-Pro beats every open-source model that's been publicly benchmarked and is trading blows with the best closed-source models in the world. the 1M context is the real headline. Redesigned attention entirely — combines something called DSA (Deeply Sparse Attention) to handle the scale without blowing up compute. V4 inference cost stays flat as tokens scale up vs V3.2 which shoots up. the architecture improvement is what makes this actually usable, not just a spec number.

Agent capabilities got a dedicated upgrade. Trained specifically against Claude Code, OpenClaw, OpenCode, and CodeBuddy. V4-Pro is now the recommended model for any agentic / coding workflow. Flash is explicitly not recommended for the most complex agent tasks.

API is live. Pricing:

DeepSeek-V4-Flash: $0.14 / $0.28 per M input/output tokens

DeepSeek-V4-Pro: $1.74 / $3.48 per M input/output tokens

Reasoning_effort parameter lets you set thinking intensity (low/high/max) per call. "max" is recommended for agent tasks specifically.

The model will launch on Atlas Cloud. Developers can get API access.