DeepSeek-V4-Flash Update
Posted by dnhkng 3 days ago
Comments
Comment by NitpickLawyer 3 days ago
DS was serving the pro version at extremely low prices for a long time, and they've had integrations with opencode & other providers, so they likely gathered a lot of data from real developers doing real tasks (on openrouter they were labeled as such). Now they can use those live scenarios to further post-train their models and improve them further.
Can't wait to see if distilling k3 into dsv4 brings additional improvements. Anyway, having fast cheap models getting better is great for the community. Especially since these don't "go away" on a provider's whim. Whatever capabilities they get, can be used "forever" going forward. And, at least flash can be ran "at home" with <10k in hardware, which isn't really possible / feasible with glm/k3 larger models.
Comment by dotancohen 3 days ago
> Whatever capabilities they get, can be used "forever" going forward.
"Forever" gets the scare quotes because it is implied only up until the Butlerian Jihad?Comment by sigzero 2 days ago
Comment by idiotsecant 2 days ago
Comment by JKCalhoun 2 days ago
“Thou shalt not make a machine in the likeness of a human mind”…
Comment by dotancohen 2 days ago
Comment by addaon 2 days ago
Comment by Naracion 7 hours ago
Comment by addaon 5 hours ago
Comment by dotancohen 2 days ago
That sounds exactly like the type of experience I'd enjoy.
Comment by apitman 2 days ago
Comment by trvz 2 days ago
Comment by idiotsecant 2 days ago
Comment by dnhkng 3 days ago
Comment by dannyw 3 days ago
You can’t treat Qwen3.6 like its fable, but if you prompt precisely and specifically it’s a great executor.
I actually found it refreshing to use more of my brain for once, and actually have to think deeper about what I’m trying to do, and how to build it.
Comment by Tepix 3 days ago
Comment by genxy 3 days ago
Comment by chorizo 3 days ago
Comment by kevincox 3 days ago
Comment by chorizo 3 days ago
Comment by teravor 2 days ago
we used to distill GLM 5.2 into Qwen 27B specialists with great success.
developing the workflows is tricky though. we had the advantage of a straightforward mapping function in mind: English -> SQL which was relatively easy to pipeline training for.
Comment by Demiurge 2 days ago
Comment by teravor 2 days ago
what we did was distill GLM 5.2 into a 27B model on SQL and then post-train it with RL afterward. the result outperformed even Fable on that one task. the distillation step is just good sense in this workflow, to bootstrap a smaller model to the utmost you can before actually doing RL.
Comment by f311a 3 days ago
I try to keep changes under 1000 lines and drive architectural decisions myself, barely notice any difference compared to frontier models. The rest 10% is to spot bugs, security problems and to investigate better architecture, which flash can also do pretty well, I just cross check it.
Faster iterations are way better for me, I hate waiting for 5-10 minutes on small changes. I tried to use recent versions of Kimi and GLM, but they use too much thinking for no reason and are pretty slow because of it. I also often feed a lot of data to it, without worrying about hitting the limits: dependencies (to find bottlenecks in them), logs, performance dumps and so on.
Also, it will never complain about security guards, I've been using it to reverse engineer binaries.
Comment by embedding-shape 3 days ago
Maybe I'm using too weak language in my prompts, but none of the OpenAI models I've used via codex has refused to reverse engineer binaries, is it supposed to? I'm sitting right now reverse-engineering a 3rd party firmware together with Codex and haven't hit a single guardrail. Meanwhile, I see people complaining about it rejecting non-security related prompts, are things so individual on the platforms right now or what's going on?
Comment by markasoftware 3 days ago
Comment by embedding-shape 3 days ago
Comment by flexagoon 3 days ago
Comment by genxy 3 days ago
Comment by johntarter 2 days ago
Comment by dotancohen 3 days ago
Thanks.
Comment by markasoftware 2 days ago
Comment by dotancohen 2 days ago
Comment by flexagoon 2 days ago
Comment by ngl999 3 days ago
Comment by flexagoon 3 days ago
Comment by OkGoDoIt 3 days ago
Comment by markasoftware 2 days ago
Comment by Scoundreller 2 days ago
Comment by realusername 3 days ago
Comment by dotancohen 3 days ago
The idea was that I could continue to use the application in the future and export the new data, not that I would be able to recover the extent data already in there.
Comment by mark_l_watson 3 days ago
I use OpenCode mostly (uses fewer tokens than Claude Code) and I am looking forward to the release of DeepSeek’s own coding harness.
Comment by regularfry 3 days ago
It's replaced the Kimi models for me though.
Comment by u8080 3 days ago
Comment by dghlsakjg 3 days ago
Comment by u8080 3 days ago
Comment by dghlsakjg 3 days ago
Availability and rate limiting can be an issue, though. I’ve found that constraining the providers works well to solve that though.
Comment by quicekuru 1 day ago
Comment by lionkor 3 days ago
- Cost: $4.55USD
- API requests: 3,467
- Tokens: 323,183,886
And as an engineer who leads a small team, I have very high standards for quality, and these carry across to my personal projects where I use deepseek. It has not disappointed at all for coding or review tasks. For everything else, use another model.
Comment by troglodytetrain 2 days ago
I'm using them for my micro-saas, and they have made my niche economically profitable where as SOTA models are only slightly better for massively increased expense. Its truly impressive.
Word of advice to anyone, not all your use of LLM tech needs to be code/dev work related.
We are entering 'Web 4.0 era' or whatever you want to call it. Massive transformations of nearly every single business will and are being developed as the cost of intelligence as a commodity is falling through the floor...
Comment by bxff 2 days ago
- $19.27 USD - API requests: 7,877 - Tokens: 2,116,598,952
Ok this is a bit of lie, a lot of my tasks are very experimental loops whose 99% output is like rubbish and can work forever continuously and take advantage of that 120x cheaper input cache. Still incredible.
Comment by a20eac1d 3 days ago
I've had worse experiences doing it because the quality of answer has been quite bad, and I'm wondering if my methods are the reason.
Comment by lionkor 3 days ago
Review is a skill, as in, a SKILL.md with a folder full of references:
- SKILL.md: https://gist.github.com/lionkor/161525be858d1d75db4c13c0f093...
- references/output-contract.md: https://gist.github.com/lionkor/8c68e33becef7a21f8408c7dc119...
- references/review-lenses.md: https://gist.github.com/lionkor/0a8b080fe45306213efddf3ebb75...
- references/review-workflow.md: https://gist.github.com/lionkor/d2d374b133ceb7e3660bd530ee72...
- references/section-rules.md: https://gist.github.com/lionkor/8a9e503adc7fd3697410cf021f27...
I'm aware that almost all of this is prompt voodoo, and there's no guarantee for the review to find anything or everything, but making it a dedicated skill and thoroughly observing the output thinking, tool calls, and result, lets me adjust these over time and fill the weak spots with even more prompting.
I use this skill by simply telling the agent something like "Review the changes on the current branch against origin/main, take special care with backwards-incompatible changes to the public API" or something like that.
I use `pi` (pi.dev) with a subagents extension, so that I can ask the agent to invoke a subagent to do the review, on work that the agent did.
For models, I use the highest possible reasoning on whatever model I feel like makes sense, usually this is GPT-5.5 or deepseek flash/pro, depending on the confidentiality of the codebase, on the highest reasoning always (for reviews).
I've also had success with a review checklist, though it doesn't produce an easy to parse (for humans) output: https://gist.github.com/lionkor/054ac2cf241e0765eee2383f0dba...
This is why my review skill mandates a very strict output contract. I need the output to be very easy to parse, and the output contract I've specified there does that.
In general I let <whatever the latest model of OpenAI's ChatGPT is> author and review SKILL.md and similar large prompts, usually with a ruleset like this, which is a 1600 line research artifact from a long GPT 5.5 "Pro" research session on prompt engineering: https://gist.github.com/lionkor/71498794d0a7d72173fc58766f25...
Does the review catch all issues? Not at all. Does it catch, usually more than one, important issue, across large changesets? Absolutely, and that's the point! :)
Feel free to ask me any questions, I'm also happy to share more about my setup via email or add you or anyone else to my private repos with more of these.
Comment by rzerowan 3 days ago
Comment by lionkor 3 days ago
Comment by kekebo 3 days ago
Comment by throwa356262 3 days ago
Comment by maweaver 3 days ago
Comment by lionkor 3 days ago
For any work with protected intellectual property, I use other providers, for the contractual guarantees, but I think it would be silly to think that OpenAI or Anthropic are not training on literally all data they get. How could you ever tell if they did? They can just claim the data was mislabelled, or ignore the accusations. If you have serious IP, use only local models.
Comment by erikrothoff 2 days ago
Comment by brcmthrowaway 3 days ago
Comment by lionkor 3 days ago
Comment by marcus_cemes 2 days ago
Comment by enduser 2 days ago
Comment by marcus_cemes 2 days ago
If you don't care about latency, you can create a preset with a single provider, then use that as the model key (i.e. `@preset/deekseek-v4-excl`). The only real downside is OpenRouter's service fee. If you don't want the convenience of switching models, or their excellent dashboard, it's definitely better to pay the provider directly.
Comment by dbmnt 2 days ago
Comment by dakolli 3 days ago
Comment by lionkor 3 days ago
The main difference is that deepseek is bad at prose, and Codex models are much more eager to use tools provided to them (which is usually fine, they often make like 3 todos via tool calls for a simple one step task which is silly though), and deepseek in general benefits from good instructions more than GPT models maybe do.
Deepseek becomes much better if you give it tools for asking clarifying questions, doing self-review with subagents, and so on. The more tools it uses, the better the signal-to-noise ratio in its context, and the more consistent the output.
You must still review 100% of the code as if it's trying to sell you insurance.
Comment by mcbuilder 3 days ago
Comment by ai_fry_ur_brain 3 days ago
Comment by squidbeak 3 days ago
Then you, dakolli - out of generosity and minute-to-minute devotion to enlightenment - sacrifice time from your busy day to sit down (though perhaps that's been painful lately?) or stand up with your phone - and offer a profound, deeply thought-out counterpoint in the following form (and I'll paraphrase):
"Nah mate, it's shit. All LLMs are shit."
Comment by CamperBob2 3 days ago
Comment by applicative 3 days ago
Comment by _superposition_ 3 days ago
Comment by dakolli 3 days ago
Comment by shock 3 days ago
Well, I guess having "Two PhDs, Three masters degrees. Expert in everything.." in your bio makes you very smart!
Comment by lionkor 3 days ago
Edit: And like a lot of tools, HOW you use them is just about as important as the quality of the tool itself. Of course the tools can produce massive amounts of bad quality slop, they can also produce fast, focused edits that make sense.
Comment by dakolli 3 days ago
Comment by lionkor 3 days ago
Comment by ncphillips 3 days ago
Comment by dakolli 3 days ago
Comment by seanmcdirmid 3 days ago
Comment by ai_fry_ur_brain 3 days ago
Comment by hlynurd 3 days ago
Comment by innis226 3 days ago
Comment by lionkor 3 days ago
Usually unreviewed code only gets committed if I really don't care, like for one-off scripts, which I sandbox with github.com/lionkor/sbh or run as an unprivileged user.
Comment by kmarc 3 days ago
(TBH though, in my multi-subagent workflow I do use other, more expensive models for planning, reviewing, oracle-ing)
I haven't used our slow opus subscription for weeks.
(Also set up an OpenWebUi self-hosted chat that works from my phone, has some mcp and skills. fully replaced perplexity. Monthly cost ~$18 for hosting and subscriptions)
Comment by lionkor 3 days ago
Comment by peperunas 3 days ago
Comment by kmarc 3 days ago
To be more constructive, what I did (as an experiencd SWE but a complete noob to agentic coding): went to pi.dev's extension marketplace and looked into all the new shiny stuff. Subagents, mcps, context and memory optimizers, skills. Using the most popular ones (not necessarily the best ones)
It was like 15years ago learning the new mindset of vim (and spending a ton of time to customize it to my workflow). My understanding is that Claude and opencode doesn't give you this flexibility.
Learning all these stuff drove me to also set up openwebui, and it was such a successful private project that I implemented it at work (with jira/confluence/bazel query access) and management said "we need this by tomorrow".
I believe the models matter not that much anymore. The "harness" does. (unless you just want to vibe code. Thebn, throw crap at fable and call it a day)
Comment by javier123454321 3 days ago
Comment by epolanski 3 days ago
Comment by peperunas 3 days ago
Comment by sdesol 3 days ago
https://github.com/gitsense/pi-brains/tree/staging
The README is being worked on but the three videos should give you a good sense of what it can do. Pi is also what makes what I will demo in
https://github.com/gitsense/chat/tree/update-readme
possible. Since Pi exposes so much, it is very easy to build advanced tooling around it to help easily grok hundreds of tool calls to help you understand what they agent knows and what it has tried.
Comment by sergiotapia 3 days ago
Lots of sensible defaults and good tweaks/settings you just don't worry about.
Comment by rurban 3 days ago
Comment by peperunas 3 days ago
Comment by WithinReason 3 days ago
Comment by jeremyjh 3 days ago
Comment by try-working 3 days ago
Comment by kzrdude 3 days ago
Comment by kmarc 3 days ago
Last night it single handedly implemented a feature after a grilling session, and came back with the red-yellow-green risk assessment points that I mostly saw with anthropic models. I had to check if I'm using the right model, but it was DS4Flash.
So maybe I was using it already?
Comment by the_lucifer 3 days ago
If you are directly using it through Deepseek, they do mention that the flash slug has migrated over
Comment by rdsubhas 3 days ago
Comment by embedding-shape 3 days ago
Comment by wkcheng 3 days ago
Crazy.
Comment by gr_norm 3 days ago
Comment by cbg0 3 days ago
Comment by benjiro29 3 days ago
* DS4 Flash: 82.7
* GPT 5.6 Luna: 75.7
For reference, that puts it on the third spot behind GPT 5.5 and Fable 5. For some reason GPT 5.6 Sol is not showing in the leaderboard. If it did, then DS4 Flash was number four.
The thing is, even if Luna is better in DeepSWE and has the 80% discount. DeepSeek is still cheaper.
--------------
DeepSeek V4 | Flash GPT-5.6 Luna (New)
--------------
Input (Cache Hit) $0.0028 $0.02
Input (Cache Miss) $0.14 $0.20
Output $0.28 $1.20
--------------
Both Luna and Flash are heavy on the reasoning > output. And the cache hitrate + prices also matter.
Reality is, you can not go wrong with Luna or Flash at those prices. And remember, DeepSeek V4 Pro is still in the rafters, what is ironically closer to Luna's new price.
Comment by flashblaze 3 days ago
Comment by ggcr 3 days ago
If those numbers translate well to its general capabilities, with the great caching DeepSeek has, I feel like this model will get tons of usage.
Comment by lostmsu 3 days ago
Comment by ignoramous 3 days ago
Comment by dannyw 3 days ago
Comment by arizen 3 days ago
Comment by dannyw 3 days ago
In terms of open research, China has absolutely overtaken the US.
Comment by anon373839 3 days ago
Comment by siva7 3 days ago
Comment by neya 3 days ago
US or American, don't trust anyone, these are open weight models. Host them yourself if you feel strongly about privacy (as you should). I honestly don't know of any OSS open weight models from the US labs as good as Kimi K3 or Deepseek V4 though.
Comment by ozgrakkurt 2 days ago
There is no telling how much worse US will get as they start to lose more and more internationally and grow the wealth inequality locally.
It is easy to be liberalist and cool when winning but it doesn’t mean there isn’t a racist, uneducated and violent majority
Comment by fdsjgfklsfd 3 days ago
Comment by gr_norm 3 days ago
Comment by chorizo 3 days ago
Comment by anigbrowl 3 days ago
Comment by genxy 3 days ago
Comment by bel8 3 days ago
They release the models back for free.
Comment by applicative 3 days ago
Comment by gravypod 3 days ago
Undermining out entire economy by subsidizing the release of DIY versions of our main economic drive sounds like a huge win for China.
Comment by applicative 3 days ago
Yes this is why I referred to 'months' and was downvoted by people who can't distinguish their politics from reality. You are restating exactly the text you are criticizing.
This is the nature of mechanical parrotlike repetition of propaganda:
a) You can have 'frontier' models with closed weights. Your sentence is basically a contraction within itself, again, the weight of ideology.
b) No one actually knows whether or not the closed weights of Bytedance are beyond all existing frontiers. Again the weight of ideology blinds you to the fact that the real 800 lb gorilla of Chinese Ai is more closed than Anthropic.
Comment by ricardobeat 3 days ago
The parent made a totally coherent commment that China closing off their open weight models would cede the frontier (and majority of AI users worldwide) to the USA. Nothing you said counters that point.
Comment by applicative 3 days ago
Comment by gravypod 3 days ago
1. Selling access to the US? 2. Ship more and better software? 3. Talk about it publicly?
If you had a secret AI better than anything currently available the mere mention of this would crater the US tech investment sentiment.
They could even host these Chinese models through AWS and sell at-cost inference on Bedrock and obliterate the US model companies.
Comment by satvikpendem 3 days ago
Comment by applicative 3 days ago
Comment by Petersipoi 2 days ago
Comment by satvikpendem 2 days ago
Comment by anon373839 3 days ago
Comment by applicative 3 days ago
In fact the overwhelming weight of AI use in China, the chatgpt so to say, is Bytedance's AI which is absolutely closed and uniquely opaque.
The press treatment of these matters was no good and they are slowly walking it back, e.g. NYT yesterday finally actually read the speech.
Comment by anon373839 3 days ago
> We should put in place laws and regulations, technological monitoring, early warning and emergency response systems in order to strengthen the line of security, prevent abuses and malicious use, and ensure that AI is always under human control. In the meantime, we should jointly oppose overstretching the national security concept in the field of AI and placing one country’s security over that of others.
There was a blog post by a state-linked broadcaster cited in the NYT piece:
> “China supports openness, but this does not mean it advocates for the unconditional proliferation of all capabilities,” the blog said.
The article also quoted an American journalist:
> “If these models do reach those dangerous capabilities, they are not going to let it be a free-for-all in terms of releasing them," Mr. Sheehan said.
But a distinction has to be drawn between real dangers (which many people believe LLMs have not actually shown, to date) versus "dangers" hyped up marketing purposes or domestic regulatory-capture motives. Presumably the Chinese government is less interested in the latter.
Comment by applicative 3 days ago
It is just a question of being unaffected by the motives of the speakers, which is what adults learn to do.
Comment by brazukadev 3 days ago
Comment by applicative 2 days ago
The person I am replying to actually believes that Xi actually spoke of "open weights", for example. This is the AI information space we live in.
Comment by anon373839 3 days ago
But the speech doesn't say that? I'm looking at the full text. For example:
> We should take seriously the various types of inherent and secondary risks that AI may trigger.
The risk portion of the speech is focused more on application-level risks than model capabilities. Which is a much more sensible regulatory framing than what Silicon Valley has proposed.
Comment by applicative 2 days ago
Comment by culi 2 days ago
Comment by GTP 3 days ago
Comment by applicative 3 days ago
The administration blather about banning open weights is characteristically confused. Xi has already stated (what is obvious) that he will ban security-endangering weights and keep them a state secret.
Comment by darkwater 3 days ago
Comment by riskd 3 days ago
Comment by 1234letshaveatw 3 days ago
Comment by Zetaphor 3 days ago
Comment by 1234letshaveatw 3 days ago
Comment by riskd 21 hours ago
Comment by applicative 3 days ago
Comment by h8hawk 3 days ago
I’m curious to see why you’re so eager to ban open-source LLMs while being okay with Anthropic’s control. Do you think they’ll rebel against you?
Comment by culi 2 days ago
Comment by sudosysgen 3 days ago
Comment by baublet 3 days ago
Comment by applicative 3 days ago
Comment by satvikpendem 3 days ago
Comment by culi 2 days ago
Comment by 1234letshaveatw 3 days ago
Comment by culi 2 days ago
Comment by bwfan123 3 days ago
You could have said the same of linux - that it extinguished proprietary OSs at least for server usecases.
Comment by 1234letshaveatw 3 days ago
Comment by applicative 3 days ago
Comment by criley2 3 days ago
It's so good that the US government is rushing to ban all Chinese models as fast as they can.
Comment by applicative 3 days ago
Comment by zozbot234 3 days ago
The interest around K3 is a lot more defensible because we actually know what the architecture looks like, how much effort it takes to get it to run, and what kinds of results it gets on cyber evaluations. And no, it's nowhere near "dangerous" enough to where people might honestly want to ban it for real safety reasons. It does a good enough job at fixing cyber issues, but that's hardly a safety concern.
Comment by potwinkle 3 days ago
Comment by fdsjgfklsfd 3 days ago
Comment by codemk8 3 days ago
Comment by ReptileMan 3 days ago
Sarcasm aside - if the community can't get their shit together to continue improving what is currently public, well - we don't deserve free stuff and open weights.
Comment by Goranek 3 days ago
Does this make sense?
Comment by baalimago 3 days ago
Comment by geek_at 3 days ago
Comment by try-working 3 days ago
Comment by throwa356262 3 days ago
Comment by yewenjie 3 days ago
Comment by lionkor 3 days ago
Comment by krapht 3 days ago
Comment by lionkor 3 days ago
Comment by halJordan 3 days ago
Comment by dannyw 2 days ago
Comment by xbmcuser 2 days ago
Comment by halJordan 3 days ago
Comment by thirtygeo 3 days ago
Comment by baalimago 3 days ago
Should be extending the lead in intelligence/cost index, as deepseek-v4-flash already were the most price efficient model, which now becomes even better. Although, in the deepseek APIs, the cost is leaking all information about codebases to China.
Comment by ilaksh 3 days ago
Comment by sim04ful 3 days ago
Comment by rubslopes 3 days ago
Comment by bel8 2 days ago
Comment by sim04ful 2 days ago
Comment by behindsight 2 days ago
If implementing non-trivial tasks on a preview model surely there is some anticipation of it not being the final stable release?
Unless you mean they should have appended a "preview" suffix on the endpoint for extra good measure?
Comment by bel8 2 days ago
Comment by kzrdude 3 days ago
Comment by crvdgc 3 days ago
Comment by markasoftware 3 days ago
Comment by sqemo 3 days ago
Comment by k__ 3 days ago
I didn't do much agent coding and had a mix experience.
1. It would build something that was in the spirit of what I wanted, but unusable in practice.
2. It would build something quite useful, but only the public APIs were nice, the deeper code layers would get more and more convoluted.
3. It would built what I wanted and it would have okay-ish code.
However, for 3. I also had to add a custom AGENTS.md, many more code example, extra repos as subtrees, and review any code that had new concepts.
Much more work, but still much less than typing it all by hand.
Comment by arjie 3 days ago
Comment by wg0 3 days ago
Comment by mordae 3 days ago
Comment by spwa4 3 days ago
Comment by wolttam 3 days ago
Comment by Tepix 3 days ago
Dual Strix Halo is much slower and current Macs with 256GB are both slower and more expensive (Mac Studio M3 Ultra 256GB around 12000€).
To get something faster than the two Sparks you'd need to spend more than $22000 for a server with 2x RTX Pro 6000 at $10000 each.
Beyond that you could get 2x AMD MI350P.
Comment by arjie 3 days ago
Comment by benjiro29 3 days ago
Comment by lukan 3 days ago
The max version I could order now with 128 GB?
If so, the price for local inference would be 12 000 € vs 500 000 € for a B300.
Comment by NitpickLawyer 3 days ago
You can also do 2x 6kPRO in a workstation, for ~20k.
Comment by spwa4 3 days ago
The 4 bit quant technically fits (there's a 127 GB version) but ... obviously that's not going to work. It is so close though, surely someone will a way to do it.
Comment by matrik 3 days ago
But still, even for mid level projects API is orders of magnitude cheaper, since you don't need to set it up and maintain it.
Comment by gpugreg 3 days ago
Comment by reverius42 3 days ago
Comment by spwa4 3 days ago
Comment by amelius 3 days ago
Comment by f311a 3 days ago
Rust works perfectly fine, but when I use Rust, I usually pay closer attention to performance, so I have to guide it a bit, to improve cache locality, use simd, avoid unnecessary allocations and so on. Terra has the same issues with Rust. If you always prompt models to achieve the best performance, the code is usually no the one that I want, they optimize unnecessary/cold parts or blindly optimize stuff where compiler takes care of the optimizations already.
See my other comment for more information on how I work with it. In short, keep the changes under 1k lines, context under 120k (ask it to use subagents), drive the architecture yourself.
Comment by fdsjgfklsfd 3 days ago
- OpenCode for codebase editing: python scientific computing and LLM projects
- Open Interpreter Classic (python version) for Swiss army knife terminal replacement one-off task type stuff.
Comment by sparse-Matrix 3 days ago
I tried using it to generate some rust code yesterday, and it generated much code but only ever came within 1 error of a testable build. The 4th or 5th full rewrite is sitting in the buffer right now.
I'm currently looking to up my game with Bottlecap AI's return of qwen3.6, 'thinking cap'.
Alleged to be twice as fast and superior at coding over extended sessions (vs. 3.6).
We'll soon see.
Comment by ilaksh 3 days ago
Comment by dandaka 3 days ago
Comment by bel8 3 days ago
c#, TypeScript, PHP, SQL, CSS, HTML.
also features, tests, fixes, refactoring and planning.
it's super fast, smart and dirt cheap.
Comment by alecsm 3 days ago
I find the newest OpenAI and Anthropic models to be way better for big tasks that require many decisions but I don't like that anyway because I lose track of what's being done.
Knowing what I want for every prompt makes DeepSeek Pro the best LLM for me. It allows me to work relatively fast at a very low price.
Comment by nickandbro 3 days ago
I admire DeepSeek's openness, but even they have been raising prices after their discounts.
Comment by minraws 3 days ago
As for vision yeah it sucks but Luna is also 2x input and 1.5x output for 1M context...
That's around 0.4 in/1.8 out
DSv4 is wayyy cheaper.
And it's open now you have Luna at home if you have a decent set of GPUs you can run this on 2Sparks or one very expensive Mac or just like 6-8 5090s..
Comment by minraws 3 days ago
I guess using a ZDR provider is good enough for now.
Comment by re-thc 3 days ago
The leaked interview has him saying it doesn't matter... as much as open source doesn't matter. There's enough in it for everyone right now and they aren't after everything.
Perspective: DeepSeek doesn't have enough infrastructure to serve their target customers already.
Comment by nickandbro 3 days ago
Comment by ifwinterco 3 days ago
And maybe that's not a bad thing tbh because look at the state of the US right now
Comment by re-thc 3 days ago
That's partly. I'd say the other part is it's an open secret they have "illegal" Nvidia GPUs and other "secrets". There's a common understanding not talk about these things because it'd hurt everyone collectively.
Comment by Rzor 3 days ago
Comment by dudisubekti 3 days ago
V4 flash cache read is $0.0028 per mtok
That's not "a bit cheaper", just saying
Comment by nickandbro 3 days ago
Comment by ignoramous 3 days ago
Comment by gpugreg 3 days ago
Comment by namuol 3 days ago
Comment by sroerick 3 days ago
Comment by namuol 2 days ago
Comment by heyalexej 2 days ago
Comment by Reubend 3 days ago
Comment by f6v 3 days ago
Comment by embedding-shape 3 days ago
Comment by dannyw 2 days ago
Comment by yuzuquat 3 days ago
Comment by embedding-shape 3 days ago
Comment by f6v 3 days ago
Comment by davidjade 3 days ago
I got super great results working this way. Maybe there is a better way to integrate the two modes though. But my first real project was end-to-end 100% working correctly from the first run - about 10,000 lines (including tests) of greenfield code. I did have it work in manageable chunks that I could easily review - not one-shotting the whole thing.
Now I'm thinking about plugging Deepseek into Codex to be the coding model and see how it goes.
Comment by cthulberg 3 days ago
I use Opus/Sol with for /brainstorming, deepseek (on Pi) for /subagent-driven-development
I love it, the docs are easily editable and when I'm ready Deepseek is faster/cheaper then everything on my coding plans.
Comment by leobg 3 days ago
Excuse
"Too simple to test"
Reality
Simple code breaks. Test takes 30 seconds.Comment by miyuru 3 days ago
https://openrouter.ai/rankings?view=day#leaderboard-table
These days cost per task is more important, and SOTA models have become expensive.
Comment by benjiro29 3 days ago
These massive jumps in cheap models, is really great times!
Comment by KronisLV 3 days ago
I'm still considering pulling the trigger on the annual subscription of Kimi for K3 but it's sometimes slower than I'd like (at least when compared to Anthropic) even on their Vivace plan, and the token limits on the GLM Coding subscription for GLM 5.2 were too easy to hit.
Comment by wolttam 3 days ago
Comment by sebjones 2 days ago
Comment by egeozcan 3 days ago
Comment by indigodaddy 3 days ago
Comment by vladukha 3 days ago
Comment by u8080 3 days ago
Comment by psibi 3 days ago
Comment by ticoombs 3 days ago
Probably not.
But Opencode-Go is a great solution for those who don't want to pay DeepSeek directly (or can't due to reasons)
Selfish referral code: https://opencode.ai/go?ref=R1AJZT4VBX
Comment by embedding-shape 3 days ago
Otherwise, if you're trying to run it locally, even really low quantizations like DeepSeek-V4-Flash-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-chat-v2-imatrix seem to actually not be so dumb compared to smaller models with same quantization, might be worth a try if you're sitting on a lot of RAM/VRAM yet not industry-scale amount :)
Comment by chronogram 3 days ago
3rd party providers on OpenRouter can be cheaper but it's already so cheap.
Comment by kzrdude 3 days ago
Comment by gpugreg 3 days ago
https://opencode.ai/docs/go/#usage-limits
Previously, OpenCode Go had higher API prices for some models, but now they lowered the API price and simultaneously reduced the allowance.
Comment by kzrdude 3 days ago
GPT 5.6 Luna is a new model in Go since I last checked, for example.
Comment by Lalabadie 3 days ago
Comment by anon373839 3 days ago
Comment by gpugreg 3 days ago
Comment by kzrdude 3 days ago
I still find this today:
> The plan is designed primarily for international users and provides stable global access. Your data will not be used for model training.
Comment by gpugreg 3 days ago
> because we added the new deepseek which we do not yet have a ZDR with we cannot blanket say we offer ZDR
I wonder how the website can make the statement that data will not be used for training.
Comment by Tepix 3 days ago
Comment by Gigachad 3 days ago
Played around for a few hours and used up 80 cents of tokens.
Comment by Lalabadie 3 days ago
Providers' cache hit stats are available to consult, and only 1-2 of them behave properly if I remember correctly, zero if you request providers that don't store and train on sessions.
Comment by lucianmarin 3 days ago
Comment by darkest_ruby 3 days ago
Comment by PhilippGille 3 days ago
Why not call it V4.1?
Comment by petu 3 days ago
edit: nope, at least deepseek kept "deepseek-v4-flash" and just updated model underneath. I guess preview is no longer worth serving with that release and you'd have to look through inference provider docs to see if they've updated, yeah..
Comment by PhilippGille 3 days ago
The `-0731` style suffix is worse compared to a proper version bump like V4.1.
Comment by Macuyiko 3 days ago
Comment by kzrdude 3 days ago
Comment by petu 3 days ago
https://news.ycombinator.com/item?id=49082022#49087112
How is that important? Maybe it does, so what?
Comment by kzrdude 3 days ago
Comment by try-working 3 days ago
Comment by PhilippGille 3 days ago
Some providers like OpenRouter now call it `deepseek-v4-flash-0731`, but even in places like here on HackerNews people say things like "Sonnet is better than DeepSeek" without specifying a version or a reasoning effort, certainly no one will mention that `-0731` suffix when talking about DeepSeek V4 Flash.
Comment by benjiro29 3 days ago
The only issue i see, is 3th party providers that have not yet updated. But that is going to be a short time periode. There is no reason to not update.
Comment by bermudi 3 days ago
Comment by Tepix 3 days ago
No mention of weights, just API. When will the updated weights be released?
Comment by fdsjgfklsfd 3 days ago
Comment by ilaksh 3 days ago
Although it's funny that I am thinking about that at all because I have a 2060 :P . My local inference is playing with Gemma 4 E2B and MiniCPM 5 1B.
Comment by throwdbaaway 3 days ago
Comment by jtbaker 2 days ago
Comment by troglodytetrain 2 days ago
Comment by HyperL0gi 3 days ago
Comment by markab21 3 days ago
QA analysis of voice transcriptions. Napkin math: we operate at 2-5% of the cost of running on Equiv Frontier, though this changes near-weekly because pricing is so volatile.
It took us about a month to get the inference configured to achieve these numbers. But if you can get your hands on a pair of B300 GPUs and the context works, it's untouchable for price/performance.
(B200 would work, but you don't have the B300's memory, which lets you run it on 2xGPU instead of 4xGPU... with Dspark, it's like magic)
On a side note, for tasks that don't require the intelligence of DS v4 flash, we're using Nemotron-3-super with incredible success. I'm shocked we're not seeing more adoption of this model, given how easy it is to fine-tune and how blisteringly fast the nvfp4 version is. (A single B200 GPU can produce an insane amount of throughput with Nemotron 3 Super.)
Comment by freakynit 3 days ago
Most of the times, the total cost, including search API's, is less than $0.05 for full deeply researched output, and the research is actually good.
Comment by Lalabadie 3 days ago
At the speed Flash has on most providers, it doesn't really turn into a latency concern.
Comment by flysoft 3 days ago
Comment by throwaw12 3 days ago
Comment by storywatch 3 days ago
Comment by amunozo 3 days ago
Comment by storywatch 2 days ago
Comment by nathaah3 3 days ago
Comment by kamikazechaser 3 days ago
Comment by dakolli 3 days ago
Comment by k__ 3 days ago
Comment by ra 3 days ago
Comment by petu 3 days ago
https://github.com/antirez/ds4 is often mentioned for DS4F on Mac, but 64GB is likely not enough to achieve reasonable speeds (official weights should be ~160GB).
Comment by Tepix 3 days ago
Comment by zozbot234 3 days ago
Comment by Tepix 12 hours ago
Comment by prtmnth 2 days ago
Comment by znnajdla 3 days ago
Comment by nchmy 3 days ago
Comment by truth_seeker 3 days ago
Comment by XCSme 3 days ago
> Trains: this provider may use prompts for training and may retain prompt data.
Comment by Philpax 3 days ago
Comment by sparse-Matrix 3 days ago
Comment by mekky16 3 days ago
Comment by w2seraph 2 days ago
Comment by sreekanth850 3 days ago
Comment by sourcecodeplz 3 days ago
https://x.com/SourceCodeplz/status/2083099712760987746
i prefer GPT-5.6 Luna honestly
Comment by Tepix 3 days ago
Comment by tosh 3 days ago
Comment by dnhkng 3 days ago
• Terminal Bench: 56.9 → 82.7 (+25.8)
• Toolathlon: 51.8 → 70.3 (+18.5)
Compared to GPT-5.6 Terra:
• Terminal Bench: Flash 82.7 vs Terra 78.4
• Toolathlon: Flash 70.3 vs Terra 53.1
• DeepSWE: Flash 54.4 vs Terra 69.6
• Agents' Last Exam: Flash 25.2 vs Terra 50.4
Trading blows with Terra, which is pretty interesting. No clear winner on these benchmarks, and wildy differeing scores. Very interesting!
Comment by villish 3 days ago
Terra 87.4
Comment by benjiro29 3 days ago
> 78.4
The real score is always the official benchmark.
We need to see later if DS4 flash 0731 is going to maintain the score but we need to look at the official benchmarks.
Already seen a PR for DeepSWE to update the benchmark with 0731, so we can verify claimed vs official.
Comment by villish 3 days ago
Comment by throwaw12 3 days ago
Comment by bayesianbot 3 days ago
Comment by Iolaum 3 days ago
Comment by NitpickLawyer 3 days ago
They're literally comparing the previous version of the same model with the new one. It's based on the same architecture, same pre-trained model, just different post-training. It doesn't get more apples to apples than this.
Comment by dnhkng 3 days ago
Comment by NitpickLawyer 3 days ago
Comment by dnhkng 3 days ago
The performance changes are so big with the right harness that is makes sense to engineer the harness and fine-tune the model to one another from the start.
Comment by yms_hi 3 days ago
Comment by try-working 3 days ago
Comment by Havoc 3 days ago
Wow that's crazy
Good times for those that don't need strict data protection