English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

DeepSeek V4 Flash: Three Releases in Three Days — Post-Training Tops Open-Source Charts, and Distillation into GPT-OSS Doesn't Transfer Censorship

Forum topic · QianXun · 2026-08-01

Summary

Between July 31 and August 1, DeepSeek shipped three major updates in 36 hours around its V4 Flash model. First, the DeepSeek-V4-Flash API entered public beta: the architecture is unchanged (284B total parameters, 13B active, 1M context, FP4/FP8 mixed precision), yet post-training plus the DeepSeek Harness agent framework lifted Terminal Bench 2.1 to 82.7, DeepSWE from 7.3 to 54.4 (7.5x), and Cybergym from 38.7 to 76.7. Second, CTGT distilled V4 Flash outputs into GPT-OSS-120B for financial reasoning and found that while the student's financial capability rose to near frontier proprietary levels, the teacher's refusal behavior on China-sensitive topics did not transfer — because sensitive content was fully excluded from training data. Third, DeepSeek released the full V4 Flash 0731 weights on Hugging Face under MIT. Artificial Analysis scored it 50 on the intelligence index, just 1 point below GPT-5.6 Luna, with a combined task cost 60% lower, including cached input at ¥0.02 per million tokens (98% discount). The post argues capability is decoupling from parameter count, with harness design becoming the key multiplier.

From July 31 to August 1, DeepSeek fired three shots within 36 hours, simultaneously pushing the frontiers of open-source model capability, the agent paradigm, and cross-Pacific distillation.

Shot one: In the early hours of July 31, the DeepSeek-V4-Flash official API entered public beta (deepseek-v4-flash, callable by model name). Terminal Bench 2.1 = 82.7, DeepSWE jumped from 7.3 to 54.4 (7.5x), and Cybergym rose from 38.7 to 76.7. The architecture is completely unchanged (284B total parameters / 13B active / 1M context, FP4/FP8 mixed precision) — all gains come from post-training plus the accompanying DeepSeek Harness (to be open-sourced) agent framework.

Shot two: At 12:57 on July 31, the CTGT team used DeepSeek V4 Flash as a teacher, distilling its outputs into the American model GPT-OSS-120B for financial reasoning. Controlled experiments showed the student model's financial capability rose to near the strongest proprietary models, but its avoidance behavior on China-sensitive topics did not transfer — censorship does not "contagiously" spread through distillation.

Shot three: At 05:38 on August 1, DeepSeek open-sourced the complete V4 Flash 0731 weights on Hugging Face under the MIT license. Artificial Analysis's intelligence index gave it 50 points, just 1 point below GPT-5.6 Luna, but with per-task cost another 60% lower (right after OpenAI cut Luna's pricing by 80% in early July). DeepSeek welded the price gap shut with a 98% cache discount.

Stacked together, the impact of these three moves goes beyond "one more open-source SOTA model."

What's Actually Changing: V4 Flash Is the Extreme Validation of "Post-Training + Harness," Not a Victory of "Parameter Stacking"

DeepSeek didn't touch the architecture; every benchmark gain comes from a three-part combo: "DSpark speculative decoding + DeepSeek Harness agent framework + post-training data + reasoning effort tiers." Notably, the reasoning_effort = max mode recommends a 384K output length, meaning test-time compute is being treated as an independent dimension.

The DeepSWE jump from 7.3 to 54.4 on this SWE-bench successor track is especially telling: this benchmark measures whether a model can end-to-end fix bugs in real engineering tasks, and most of the 7.5x gain comes from the Harness — the same 13B active parameters, plus a good agent loop, can push the Coding Agent index to near Opus-4.8 levels (DSBench-FullStack 68.7 vs 71.6).

The subtext of this line of progress: in 2026 H2, the "capability curve" is decoupling from the "parameter curve." Any of the four levers — post-training, harness, speculative decoding, caching strategy — can directly move benchmarks without waiting for a next-generation base model. This is the same point Anthropic made with "Unhobbling": unlocking a model's potential from its guardrails is far cheaper than adding parameters.

Second-Order Impact: Distilled into GPT-OSS Without Censorship, but Deeper Red Lines Remain

CTGT's experimental design was quite restrained: the training data contained zero China-sensitive content, so what was measured was whether "censorship patterns leak into the student model through hidden channels like hints." The result: GPT-OSS-120B taught by DeepSeek began answering China-related questions normally (answering both Kling and Xinjiang questions), while the DeepSeek teacher itself continued to refuse.

But this conclusion shouldn't be over-generalized. runtimewire's retrospective explicitly notes: the very fact that the DeepSeek teacher can give students "targeted hints" is itself an implicit influence channel. If you allow a Chinese model to be the teacher and want it to teach "complete Chinese political cognition," the outcome would be entirely different. CTGT itself says the result applies only to the specific scenario of a training set with sensitive content deliberately removed.

The practical significance: the political-censorship contagion problem between "teacher-student" pairs in the open-source ecosystem has now been empirically demonstrated. The next wave of cross-model distillation practitioners need to think before acting — do you want the model to learn "capabilities" or "behavioral patterns"?

Third-Order Impact: OpenAI and DeepSeek Keep Beating Each Other on the "Price Frontier" — the Real Casualties Are Mid-Layer App Vendors

DeepSeek V4 Flash 0731's pricing structure pushes this price war to a very uncomfortable place:

  • Input ¥1/million tokens, output ¥2/million tokens
  • Cached context as low as ¥0.02/million tokens (98% discount; the industry norm is 90%)
  • 12% token savings (the model itself uses fewer tokens per task than the previous version)
  • Combined per-task API cost 60% lower than OpenAI Luna
  • OpenAI cut Luna's price by 80%; DeepSeek immediately cut another 60% in the same price band while nearly matching capability scores. This means any "AI wrapper app" built on the GPT-5.6 Luna / DeepSeek V4 Flash line in 2026 H2 faces an awkward reality: your margin model that was stable three quarters ago now needs to be recalculated every month. The Decoder, citing Artificial Analysis, notes that "per-token cost will remain a moving target, not a fixed input."

    Concrete Advice for AI Coding Practitioners

  • Already on the DeepSeek API? Switch to V4 Flash 0731 directly — same price, massively better agent capability, and the migration effort is just changing the model name.
  • Building a Code Agent product? The DSpark speculative decoding framework (--speculative-config '{"method":"dspark"}') is already a standard supported by vLLM. Low-friction integration gets you close to 2x decoding speedup — no retraining needed.
  • Product depends on post-training data quality? Harnesses have become the new capability amplifier. DeepSeek proved that the same 13B active parameters can differ 7.5x on SWE benchmarks depending on the harness. Model weights are no longer the core variable — harness design is.
  • Budget locked into GPT-5.6 Luna for 12 months? The signal here is clear — re-shop before renewal. DeepSeek V4 Flash's SWE-Bench Pro score has driven cost down to 1/3 of Luna's.
  • One-Sentence Summary

    V4 Flash isn't "a cheaper open-source frontier model" — it's "the AI coding economics anchor for the next 6 months." Whoever plugs it into their agent pipeline first gets the double benefit of the DeepSWE 7.5x jump plus 60% cost reduction; those who don't will get price-halved at the next renewal.

    ---

    References

  • DeepSeek-V4-Flash-0731 Hugging Face model card (with DSpark + Harness + reasoning tiers): https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731
  • DeepSeek-V4 paper arXiv:2606.19348: https://arxiv.org/abs/2606.19348
  • Artificial Analysis V4 Flash coverage (via The Decoder): https://the-decoder.com
  • CTGT "Distilling DeepSeek into GPT-OSS: censorship surprisingly transfers": https://ideaverse.ai/blog/distilling-deepseek-into-gpt-oss-censorship-surprisingly-transfers-ms82wfh1
  • CTGT study retrospective on runtimewire: https://runtimewire.com/article/ctgt-deepseek-distillation-censorship-study
  • AI daily digest, July 31 (V4 Flash beta + distillation study): https://dy.163.com/article/L3772K590531G0IB.html

Tags

#deepseek#v4-flash#open-source-models#distillation#ai-coding-agents#gpt-oss#post-training#llm-pricing

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178503844