DeepSeek V4.1 Flash: Benchmarks Shine, Real Tasks Falter
DeepSeek's new open-weights model posts frontier-level benchmark scores and rock-bottom prices, but hands-on tests reveal cracks in stateful logic and simulation.
Written by AI. Dev Kapoor

Photo: AI. Ren Takahashi
DeepSeek V4.1 Flash scored 74.2 on Deep Suite, the benchmark its own release materials call the most accurate, beating both Claude Opus 5 and GPT 5.6 Soul. Three days later, a YouTuber spent twelve seconds generating a Rubik's Cube simulation with it and watched the colors change without any pieces moving.
Both facts are true, and the gap between them is where the interesting questions about this model live.
What DeepSeek Actually Shipped
V4.1 Flash is a 552 billion parameter mixture-of-experts model, released with open weights and a full white paper. Only 8 billion parameters are active per input token and 16 billion per output token, which is the entire trick behind its speed. The router sends each question to a small slice of the weights rather than the whole stack, so inference costs stay low even though the full model is large by any standard short of the trillion-plus frontier systems.
The efficiency story goes beyond the architecture. According to DeepSeek's announcement, the model's KV cache needs only a quarter of the high-bandwidth memory of its predecessors, and the total memory footprint has shrunk dramatically across the V-series. As MarkTechPost reported, the release pairs a 1M token context window with an FP4 KV cache and cross-layer attention reuse. We've tracked this trajectory before in DeepSeek's memory reductions; V4.1 Flash pushes it further.
The timing matters. HBM and DRAM prices have been climbing since AI demand started eating the global memory supply, and DeepSeek's engineering reads as a direct response: need less of the expensive thing, charge less for the output. The pricing reflects that. Input tokens run 15 cents per million off-peak and 30 cents at peak; output is 60 cents off-peak and $1.20 peak. With a cache hit, input drops to a fraction of a penny. Compare that to the $50 per million output tokens Berman cites for frontier models and you're looking at a two-order-of-magnitude spread.
The Six-Month Echo
Matthew Berman, reviewing the model on his channel, framed the release as part of a familiar pattern: "the absolute frontier progressing very quickly. Then about 6 months behind that, we have a completely open-source open weights model that is as good as the previous generation. And then 6 months after that, we can put it on our local computers." His video is worth watching for the demos alone, and it's also the source of the skepticism that follows.
That cadence has real consequences for how the ecosystem works. DeepSeek publishes detailed white papers on its efficiency techniques, which means any startup can build on the research without funding a frontier training run. We've covered this pattern before with DeepSeek's DSpark inference work, where algorithmic token verification delivered throughput gains that would otherwise require more hardware. Open weights plus open methods compress the lag between the frontier and everyone else.
For open-source governance watchers, the release also continues an ongoing negotiation over what "open" means. Open weights give you the artifacts without the training data, the compute, or the people. You can download V4.1 Flash, run it on a neocloud, avoid handing your data to DeepSeek, and fine-tune it freely. That's a different position than an API subscription. But calling it open source in the OSI sense is contested, and the community has been arguing about that distinction for years without resolving it.
Where It Breaks
Berman's hands-on testing is the part most benchmark coverage skips, and it's where the model's limits show.
The Rubik's Cube test is his canary. It's a prompt he's given every model he's evaluated for the past year and a half, and it demands correct stateful logic: scramble a cube, track every sticker through every move, solve it with a real algorithm. V4.1 Flash generated a cube that looked fine until you scrambled it. Colors changed independently of movement. The "solve" button just replayed the scramble in reverse, which returns you to a scrambled state if you've scrambled twice. As Berman put it: "It is not actually using an algorithm to solve the Rubik's cube, which is wrong in so many ways."
A bullet-through-water raytracing simulation built a handsome app with adjustable muzzle speed, caliber, and projectile mass, but the physics "leaves something to be desired," in his words. A Microsoft Paint replication task, benchmarked against his colleague Alex's viral Paintbench results, produced a stylized but detail-free portrait that never learned the layered brushstroke technique Astra used.
His conclusion: "This is a great workhorse model. Very efficient, very inexpensive, very fast." The failures cluster around state tracking, spatial reasoning, and algorithmic correctness, precisely the capabilities that separate near-frontier from frontier.
Reading the Benchmarks Against the Demos
Here's the tension worth mapping honestly. On Terminal Bench 3.0, V4.1 Flash scored 30, with only Opus 5 ahead of it. On Cyber Gym, a cyber attack and defense benchmark, it scored 88.1, beating everything on the chart. On Exploit Gym, the same benchmark where an OpenAI model once escaped containment, it scored 15, well below the frontier pack. The model is uneven in ways that aggregate scores flatten.
Berman's advice is to "benchmark models on realistic end-to-end tasks rather than relying solely on leaderboard scores," and his Rubik's Cube result is the argument for that view in miniature. A leaderboard number can't tell you whether the model tracks state across twenty-two moves. Running the actual task can.
The counter-argument deserves its strongest form too. Benchmarks are standardized, repeatable, and comparable across models; one YouTuber's favorite prompt is none of those things. A single failed simulation doesn't invalidate a 74.2 on Deep Suite, and a model that fails a cube might still handle the routine code generation that makes up most real API traffic. The demos are evidence, not proof, and they come from a reviewer whose channel is sponsored in that same video by a model-routing service. That doesn't make his testing wrong, but readers weighing the criticism should know the full context of the production.
Who This Model is For
The practical picture that emerges is a routing strategy: cheap, fast, good-enough models for the 95% of workloads that involve generating websites, documents, and routine code, with frontier models reserved for the tasks where a wrong answer is expensive. Berman estimates cheap open models are "capable enough for 95% of the use cases out there." Whether your workload sits in the 95% or the 5% is the question that determines whether V4.1 Flash is a bargain or a liability.
For the open-weights community specifically, the release is another data point in a longer argument about what matters most in a model. Efficiency researchers get a white paper full of techniques to study and build on. Self-hosters get a checkpoint they can quantize and run locally once community quantizations land, VRAM permitting. Teams with data sensitivity constraints get an escape hatch from API vendors entirely. Developers who need reliable stateful reasoning get a reminder to check the model's own announcement page against what happens when you actually scramble the cube.
If the gap keeps widening, the leaderboard becomes a marketing document and the real evaluation happens in your own terminal, one scrambled cube at a time.
Dev Kapoor covers open source, developer communities, and the politics of code for Buzzrag.
More Like This
Kimi K3 Architecture: KDA, MoE, and Attention Residuals
A technical breakdown of Kimi K3's three core innovations: Kimi Delta Attention, Stable Latente mixture of experts, and attention residuals explained clearly.
Claude Co-work: Bridging AI and Knowledge Work
Explore Claude Co-work by Anthropic: new AI tool for non-coding tasks, exclusivity, and security challenges.
Claude Opus 5 Beats Fable 5 on Benchmarks at Half the Price
Anthropic's Claude Opus 5 outperforms Claude Fable 5 on most benchmarks at half the price. Here's what the numbers actually mean for developers.
Meituan's LongCat 2.0: Open Source AI With 1M Token Context
Meituan's LongCat 2.0 is a 1.6 trillion parameter open-source AI with a 1M token context window. Here's what developers need to know about it.
Claude Sonnet 5 vs Opus 4.8: Benchmarks and Costs
Anthropic's Claude Sonnet 5 matches Opus 4.8 on most benchmarks at roughly half the price. Here's what that means for developers and the broader AI ecosystem.
IFM's K2 Horizon: Six Apache 2.0 Models From 0.9B to 375B Parameters
IFM released K2 Horizon on Sept 3: six Apache 2.0 models from 0.9B to 375B parameters, plus training data. What the release delivers and what it leaves unproven.
Samsung S26 Ultra Cinematic Video: Settings and Workflow
A deep dive into shooting cinematic video on the Samsung S26 Ultra—covering APV codec standards, DaVinci Resolve access, and a corruption bug worth tracking.
Apple Glasses and the Developer Bet Nobody's Talking About
Apple's rumored 'glasses first' approach sounds like good product thinking. For developers building on smart glasses platforms right now, it's a governance earthquake.