Deepseek V4 Flash 0731 was such a massive jump in capability for such a small model (and price), that I'm a bit disappointed by this release.<p>I keep my agents on tight leashes, using them very interactively for bouncing off ideas, architecture, and then writing code (especially prototyping) and Flash has been crushing everything I ever needed it to do.<p>Maybe my ambitions are too tame compared to people needing Fable / Sol grade models, but I'm probably staying on Flash and not moving on to Pro for the foreseeable future.
Nice bicycle chain, the little basket with a fish didn't show up in the right place: <a href="https://tools.simonwillison.net/markdown-svg-renderer#url=https%3A%2F%2Fgist.github.com%2Fsimonw%2F5d8474b8a9c1316c21ab5162b564f8ff" rel="nofollow">https://tools.simonwillison.net/markdown-svg-renderer#url=ht...</a>
Basket? Fish? All I see is the model recursively running itself locally on an eye-pad, which for some reason beyond our understanding is obscuring the invisible fork.
For a while now, I've found pelican rendering to be an unreliable metric for LLM ability - and most people know it. Yet, somehow it gets upvoted to the very top of every new model discussion.
As others commenters said, it's amusing. But also the person you're replying to is the guy who created the pelican test in the first place and I appreciate the whimsy he brings to the discussion.
It's just a little fun.
Because of all the svg rendering stuff, I added a draw_svg tool to my harness and it has been really nice to get a quick mock-up of ui changes. And conveniently, the new DeepSeek models are really good at knowing when to use it. So I do look at pelican rendering as a small metric of useful capability.
Well it is just a bit of fun I think. However, I also think an AGI or an extremely capable model approaching AGI would be able to paint a pelican on a bicycle fairly easily. So in that way it is a good metric.
I agree it's fun, no argument there.<p>However, it's no longer a good metric, as "drawing svg pelicans" is now showing up too much in the training data, so is not proof of generalization.
At this point I want to see some human-drawn pelicans on bicycles. I suspect the LLMs aren't doing all that bad.
becuase most people don't care whether it's accurate, as long as it looks right and is funny...
I prefer the Browser OS test
On either side of the front wheel is a perfectly reasonable place to carry cargo. I think I'd have taken more issue with the spokes, or at least that's what stood out to me. The chain is indeed nice, however.
You don’t need the best model in 99% of cases…
This is true and is only becoming more important the more they improve. I am already moving to checking so they're at least somewhat following the status quo and otherwise prioritizing price and platform. I think this will be an emerging way of viewing AI in 2027 and the winner will probably be open models and China.
You don’t need Fable or Sol to execute tasks. However, you need them to supervise and plan. Like, Luna is cheap and is at DSV4F level, but it’s not capable of advanced reasoning.
we hitting singularity levels of bicycle chain here
Wonder if we'll ever see optimizations for pelican riding a bicycle svg, make it in to model training runs.
these links never work for me. always "Error: Enter a valid URL" when opening in Firefox. maybe a URL escape issue with Glider?
Your tool is giving "Error: Gist API returned 403"
I assume this isn't watermarked...
Not bad but the left foot is still in the wrong place
I think I saw a better overall composition out of Flash 0731<p>Effort on this one?
Default effort for OpenRouter. I'll try a grid of efforts...<p>Wow, the low, medium, and high pelicans came out in surprisingly different styles: <a href="https://tools.simonwillison.net/markdown-svg-renderer#url=https%3A%2F%2Fgist.github.com%2Fsimonw%2Fc1108a380593547c2def5863bca63160" rel="nofollow">https://tools.simonwillison.net/markdown-svg-renderer#url=ht...</a>
It's interesting that all three of those used roughly the same amount of tokens, and almost entirely output. Feels like the thinking level lever didn't alter cost at all for this specific task, even though it did change the output.
I never trust OpenRouter to forward parameters correctly and would only ever conduct benchmarks with the official api, personally.
That raises the question of what is it actually doing?<p>If it isn't spending tokens on quality, is it the assumptions about the task difficulty that cause it to perform better? Or are their broader differences in the model being run.
[flagged]
exciting. it's almost like 3 models in one. that variety would matter when trying to solve a creative problem.
Looks like a belt driven bicycle to me. :D
Honestly they should all use their respective pelicans as their logos. Or maybe a browser plugin to do do that on the Hugging Face and OpenRouter sites.
Just tested through openrouter.. gave exactly same task.. the task was to scan existing repo, and generate a single docker-compose file to deploy behind a caddy server, where certain port ranges are already used, the service demands widlcard certificates to be provisioned from outside, and postgre needs to be built-in one...<p>Tested this model, and gpt-5.6-terra-high.<p>Results: this one had few issues. terra: none.<p>These results are consistent with my past observations with the latest flash version as well. What benchmarks say, vs what I've been observing are different.<p>They are good till the project is simple... not anymore.
Terra has not been able to do any of the technical tasks I've asked of it correctly. I'm surprised others get use out of it. Anything below Sol high tends to give me mostly unreliable results. I'm using codex as my main harness but maybe it performs better with a different one.
With Pi as a harness I've been using OpenAI models as a worker with an Opus 5 (in Claude Code) planner. I've only had a few issues with Terra High/Medium and absolutely none with Sol Medium+ on a fairly complex Rust project that targets Linux, Mac, Windows and Web, with plenty of nasty FFI, VMs, remotely debugging systems, among some other things within a monorepo.<p>I think the key is to give them a nice assortment of self-verification tools, an AGENTS.md or reference document that they're encouraged to routinely check, and asking the planner to be thorough with the ACs but give the model some space.<p>The planner routinely finds issues with the worker's output, but that's what it is for.
Harness is the key. I built my own to "talk" our institutional knowledge and it's working great
Plan with sol-med, implement with luna-high. Rarely a problem.
Depends on project complexity. For one of my more complex projects, I exclusively use sol-high ... nothing below that works correctly.<p>For this however, a comparatively much simpler task, tarra-high works fine.
Right now, sol-xhigh is my favorite model. I feel that Opus 5 is dumber than 4.8. Fable is too expensive to do anything (limit of $50, started a prompt at $25, ended up at $75, is bullshit, but at least it's "free credits").<p>DeepSeek is okay for random API-based stuff, as it's cheap.<p>Local open models running on a 5090 are hit or miss. I feel that most GGUFs/quants are awful...
I am still on Opus 4.8, with a custom built harness and it works very well even on multi-repos, across stack, deep changes. I also have a very solid test suite which is helping the coding agent a lot
Opus 5 degrades to word salad.<p>I wonder if it is because of watermarking.
Opus 5 doesn't really even speak coherent English. I'm not sure what's going on, but it can't explain anything. It still does an excellent job with code and writing tests and code review and creating and completing a plan, and it seems to be able to understand English instructions, but it sure as hell can't explain what it did or how to use the code it wrote.<p>That was true before they announced the watermarking, I'd already started to back off of using Opus as much because I like to understand what the model is doing and have it write documentation I can use to reproduce its results, but maybe watermarking was already in there unannounced.
Agreed, I'll get a terminal full of text and I just reply "I don't understand this"<p>And it retypes it for a human, I'm doing this more and more lately.
Ah, so it's not only me :-D<p>I think it could be the watermarking, but at this point they might be deliberately complicating the prose so that we ask clarifying questions and that leads to more token spend.
[dead]
I bounce between Sol high/medium and Luna max. I don't know why you'd use anything between Luna max and Sol medium. Luna is so extremely cheap and cranked up to max it does anything I'd want Terra to do for a fraction of the cost. What is Terra for?
Terra is great. It's wild how different our experiences are.<p>Install the Superpowers plugin.<p>Behold.
I am seeing essentially deterministic results with Terra running a custom browser automation agent across >100 interaction events.<p>The harness is everything. If I just threw something like Codex at this and said "good luck" I wouldn't make it beyond 5-10 interactions. I tried that already. Carefully designing the views and tools over the environment is where you can go from 50% to 99.9999%.
the breadth and width of the universe of oneshot challenges are all arbitrary. It's unsurprising different workflows oneshot better than others.<p>All the more reason to favor local models under your control, as once you find that sweet spot model, no one can change it, upgrade it, align it, take it down or otherwise harm the time investment you made it making it your own.<p>I can't really believe no one understands, after decades, how valueable a rock solid development environment is.
Exactly! I am not opposed to cloud-based models, but I do only stick to open-weight models because I know I can move my whole stack to local (given enough hardware) and continue development without any of the LLM interaction contracts being broken.<p>I would like to see some development where proof of authenticity certs are generated alongside the actual output of the model. Prove to me (or at least claim to me liable to breach of contract) that this output was generated by FP8 DeepSeek V4 Pro 0813. Not some cheaper quantization of the model.
But I don’t want to manage a local model…
I use deepseek flash to do exactly this. Git repo (which I usually have it build from scratch) -> build docker image -> deploy to server with komodo/caddy-docker proxy.<p>Works great, regularly one shot applications. I often make changes to the application after its deployed (to be fair, my prompts are usually quite laxidasical, just 'build x, use /deploy-to-komodo) but the deployment works great.<p>I did make a skill, but if your doing anything repeatedly you should as well.<p>Opencode, but any harness I'd think would work similar.
wait for Deepseek Harness (yes it is the official name) release then try again.<p>for your kind of task, harness tools matter.
If the model cannot figure out simple and ubiquitous tools, how is it supposed to figure out complex problems? All of the good models basically work with any harness, including giving them a single "shell command" tool. They can just figure things out.
When it comes to quality of outcome, since at least Feburary, the harness has almost equal, if not more weight than the model itself. It's no longer "which model is the best?" it's "which model + harness is the best?"<p>I get drastically different tool call failure rates using Claude SDK vs OpenCode using Qwen 3.6 models
> the harness has almost equal, if not more weight than the model itself<p>This feels like a horrible failing of the models to generalize, then - both basic and intermediate tasks should be possible to do with Claude Code, OpenCode, Pi, ZCode, Kimi Code, Dirac and tbh any other mainstream or even slightly niche harness. Not doubting the claim itself, there's a reason why good benchmarks include the harness.
It's worth nothing that recent Claude models seem to have gotten worse at tool calling outside of Claude Code and the SDK: <a href="https://lucumr.pocoo.org/2026/7/4/better-models-worse-tools/" rel="nofollow">https://lucumr.pocoo.org/2026/7/4/better-models-worse-tools/</a>
Every other week it's a new "X didn't matter, until Y date" without any hard quantitative claims.<p>It's crazy how over the past years a field originating from math ends up succumbing to subjective feels.
It's a forum, not an engineering conference, but here is a demonstrated 10 point difference between two top harnesses anyways: <a href="https://artificialanalysis.ai/agents/coding-agents#harness-comparison" rel="nofollow">https://artificialanalysis.ai/agents/coding-agents#harness-c...</a>
I just wanted to emphasize this. Harness is a big part of how things perform thus usually it's harness + model co-design that's important.
Which works better for you?
Yeah this is a complete lie.<p>You can use effectively any harness and get good results. Harnesses are mostly placebo.
With Opus 4.7, there's a 10 point improvement in the AA coding agent index when you swap out Claude Code for OpenCode: <a href="https://artificialanalysis.ai/agents/coding-agents#harness-comparison" rel="nofollow">https://artificialanalysis.ai/agents/coding-agents#harness-c...</a><p>To put that in perspective, the difference between GPT-5.6 Sol Max and 5.6 Luna Max is 8 points. That's a lot of extra performance that you can get for free just by using the best harness.
I don't think so. there is a lot of tools with similar usage, some harness even bring their own internal tools for accurately manipulation.<p>also, even if some models claim that they have full 1M context window, some only work effective with the head or tail of the window, a proper harness tool will know about the limitation of the model and act accordingly.<p>then also the output format, the tool calling syntax, the quirks and gotchas of each model.<p>it is not simple as just throwing everything at the model, especially when your project has hundred of files or so.
Because complex problems can be decomposed (a skill in itself) into easy parts and hard parts; and the hard parts are almost always bottlenecked on understanding concepts and principles (i.e. things that are either in a model's weights, or not), not on having certain facts available. Models <i>can</i> solve complex problems insofar as they can decompose those problems, and have learned the concepts and principles relevant to approaching the hard parts of those problems.<p>Whereas tool-use isn't a capability problem, but a context problem: the thing that makes models fail by default is that they have no idea, when first summoned out of the aether, what kind of conversation they're having, who it's with, what that person is trying to do, what tools they have available, and how those tools can be invoked.<p>Think of the difference between how you'd respond to a casual programming question asked by a person sitting next to you on a flight, vs. a programming question asked of you by someone you're pair-programming with with your IDE open in front of you. Now imagine waking up blind and deaf and needing to discern which of the two situations you're in. LLMs know <i>how</i> to approach both of these problem-contexts (and more besides), but they need to be given context to know which problem-context they're in (and everything else about that problem-context: which IDE they're using, which OS it's installed on, what other tools are installed+accessible, etc.)<p>And before you say "but why can't they just <i>experiment to figure these things out</i>" — if you think about it, knowing how to interface with a shell and an IDE are <i>bootstrapping requirements</i> for any kind of experimentation, in about the same way that "knowing how to open your eyes and move your head" is a bootstrap requirement for a human gaining information about the world around them. These capabilities are necessary to explore the world to "discover" and "probe" other capabilities.<p>---<p>Also, a lot of the work LLMs do "needs" (i.e. is heavily improved by the use of) some kind of structured scratchpad, that they have been trained to manipulate and "look at" through tool-use. Even for a human who could accurately visualize a canvas based on a coordinate system, you still wouldn't expect said human to succeed at the pelican test if they had to write the SVG entirely in their head and then write it out sequentially with no rewinding to fix mistakes. You'd expect them to ask for at least a whiteboard, if not a text editor, to be able to write and rewrite the SVG XML.<p>(Really, they'd <i>ideally</i> want to <i>run</i> the SVG and look at it to see how close it is, and optimize that way. I'm not sure if we're letting LLMs do that part in the classical pelican test. It feels like that would vaguely violate the "zero-shot"-ness of the test, though I'm not sure if we're currently considering a conversation to be "zero-shot" if it involves the model iteratively interacting with a third-party system [such that there are repeated model -> system -> model conversation turns] but holding off to responding to the user until they think they've fully solved the problem.)<p>---<p>And <i>also</i>, on a lower level, all of these external capabilities are getting exposed to the LLM through MCP. Models can and do understand how to speak <i>MCP itself</i>. But there's no standard for how a given harness's capabilities (e.g. "execute command line in new shell session", "send patch edit command to active tab in IDE", etc) should be modelled to be exposed <i>through</i> MCP, either in their encoding or in their semantics. There's no MCP equivalent of WASM's WASI meta-standard, such that models could learn these specs and "assume by default" that things work like them until told otherwise; and nor are there even open harnesses that LLMs could learn about during training, and through them, learn some de-facto MCP-endpoint specs. Instead, there are mostly just proprietary harnesses, that hide all that info from public access, sharing it only with the LLM during inference, and even then, only at the moment the LLM needs it.
This. The same goes for “skills”, skill type “subagents” and other bullshit - powerful models don’t need any of that anymore I noticed.
the single shell command is the terminal bench.
Not exactly. See:<p><a href="https://alexzhang13.github.io/blog/2026/mgh/" rel="nofollow">https://alexzhang13.github.io/blog/2026/mgh/</a>
I use pi harness with codex and all the tool calls are custom delegate extensions, I mean ALL(for security checks), i get consistently good results from sol on high and xhigh reasoning. I don't believe harness should matter because its at most just a way to abstract tool calls and maybe the system prompt. Training on the tool calls results should not(and in codex's case does not matter)
> Deepseek Harness<p>I wonder if it's just going to be a rebranded Reasonix (<a href="https://github.com/esengine/DeepSeek-Reasonix" rel="nofollow">https://github.com/esengine/DeepSeek-Reasonix</a>) as it's the only harness their docs mention and it seems specially built for deepseek models.
I used pi
For me, flash 0731 was <i>much</i> better in omp/opencode than in Pi.<p>Anyway, it might be so that they are rolling out deployment. There haven't been an official announcement post yet (this submission is a link to openrouter). Some people have been saying they are getting results worse than GLM-5.1, that's obviously broken.
I do that kind of things all the time with Qwen 3.5 122B. It works well in one shot with Cline or Opencode.<p>May be your harness problem?
The flash model will always use an outdated Treafik version that is not compatible with the newer docker engine, I tried to deploy some personal services with Traefik and everytime it uses this wrong version, and then fixes the version issue in the thinking chain.<p>I was thinking to switch to Caddy but with your experience I'm gonna stay with Traefik and bare with the version issue...
What harness are you using? DS V4 is harness sensitive.
I agree. The “frontier level” open weights models benchmark really well but fall behind in real world performance
I've been doing pretty heavy stuff with DeepSeek with a good degree of success. The thing is: I don't trust it to go fully autonomous. I check the steps, I steer it. For the pricing, it's worthy. Let's how the price increase is going to change my behavior.
did you test kimi k3 or qwen 3.8 max on the same task ? or plan to test them ?
I respect those genuine users tests other than those benchmarks that models are trained and overfitted to them
I didn't understand your use case, so it could also be the way you write your prompt, I suppose ...
I've always wondered if I was using containers wrong because none of them I've ever had to create were complicated. Maybe it's because I choose tools that make local development easy (Go + sqlite + various CLTs) or maybe it's because I never hard to interact with this on the professional side outside of making images for our projects (which still weren't complicated for the reasons above).<p>LLMs make containers in a pretty workable format for me (still hand tweak the env variables for a sanity check).<p>How exactly does it struggle here and why does postgres need to be built? Were the needs beyond what you get in a base image?
This was the repo: <a href="https://github.com/amalshaji/portr" rel="nofollow">https://github.com/amalshaji/portr</a><p>And this was my gh issue: <a href="https://github.com/amalshaji/portr/issues/308" rel="nofollow">https://github.com/amalshaji/portr/issues/308</a><p>And below was my prompt:<p>"""
give me single docker-compose file that i can run on my server to run current project... you can read README.md , and then, this relevant page: <a href="https://docs-custom-reverse-proxy.portr-docs.pages.dev/docs/server/custom-reverse-proxy" rel="nofollow">https://docs-custom-reverse-proxy.portr-docs.pages.dev/docs/...</a> ... this was the result of me raising github issue: <a href="https://github.com/amalshaji/portr/issues/308" rel="nofollow">https://github.com/amalshaji/portr/issues/308</a> ... you can use gh cli to fetch the details and comments...<p>i already have a caddy server running on my vps... and i will create wildcard certificates myself using certbot.. the domain name will be helloportr.xyz ... also, ports up to 9019 are already taken...<p>ask me if anymore info is needed...
"""<p>You can try yourself and let me know of what you got.
I've been using DS4F+Pi with great results, but I think one thing that helps is at the end of my prompt I'll tell it how to verify it, e.g. "Make sure the compose file works by running it locally (use self-signed certs if required)".<p>The argument could be made that "the model should be smart enough to figure it out" , and maybe DS4 isn't. But with just a bit of steering you can get the correct result for like 1/10th the cost, or even cheaper.
This is definitely beyond my capabilities lol but wow portr is a neat project. Never heard of it before, only the paid services from tailscale/cloudflare.
Wait people use terra?
[dead]
[flagged]
Have been letting it spin pretty hard (~$12.50 for 2B, 50% cache hits) on my traffic simulator/distributed physics engine all day, it's found some pretty significant gains without introducing any new problems.<p>I'm happy
50% cache hit is really low - in a standard agentic loop you should expect like 99%+ cache hit percentage (which should also lower that $12.50 to like a couple of $ for the same amount of tokens).<p>If you're using a customised harness you should make sure you don't have something that's e.g. changing your system prompt on some requests or rewriting history - it can be tempting to do stuff like strip old thinking tokens or compact tool call results to reduce context size but it's a trap - you want to <i>never</i> change history because of how cheap cache is, even more so with deepseek because their cache hit pricing is so low compared to most other models.
In my experience, that's the OpenRouter tax. Even a session that does everything right to remain sticky ends up getting moved between providers on a few requests, which bills you the full context as input every time the switch happens.<p>I assume it's done as load balancing/latency mitigation, but it's put me off of OpenRouter for my use cases (limited use, limited need for changing models).
This has not been my experience. Generally I do pin to 1 provider, or 1 provider with a couple fallbacks (especially with deepseek - most providers are 10x the cached token price compared to deepseek themselves), but even when I don't I still usually see 99%+ cache hit percentage. Specifically using pi with various ad-hoc customisations (that I was careful not to break prompt caching with).
Seems like pro 0813 is exclusively served by Deepseek themselves at the moment so I wouldn't say that's the case?
Why not pin to specific openrouter provider and disable fallback?
There is only one provider for this model, so shouldn't be running into that.
You can set it up to always use the official provider.
It is a pain from openRouter if you don't define your providers correctly, but for DeepSeek, surely not- the weights aren't released yet and there's only one provider, DeepSeek.
With Deepseek as the provider, there's no issue of course, but that means you don't filter providers for data retention, and you could also choose direct API use with them at that point.
That’s a very heavy tax tbh.
Can you tell me about your engine?
Can you explain how you used 12 billion tokens to do useful work?
I've been using the last Deepseek Flash update for a week and I'm amazed. It was a capable model for easy tasks but now it looks like it can do some heavy development for peanuts.<p>I can't wait to try this new one.
IME I can't trust it to write it's own plans from a spec, but if I give it a detailed execution plan written by Opus, it's fast and cheap (if chatty) in executing it.
Interesting. I use Flash for making the plans and GPT for execution.
flash for plans?! i don't understand why you wouldnt use something far stronger for the most load bearing point of the project
Depending on the language you're writing in and the problem domain, the smaller models can do dramatically better or worse.<p>I suspect in the future we'll see language-specific small models. "Coding" is still pretty broad as an activity. It'd be nice to be able to load up a model specific to, say, class-based Python and run it on-device.
You're doing it backwards.
This is what I do, and it works fantastically well. Just make sure you have Opus/GPT review after.
I find DeepSeek flash incredible for the price and good in general if it has good plans. I will typically plan using Opus or GLM, then implement with DSF
[dead]
Based on my experience so far, compared to previous models, DeepSeek V4 Pro achieves results equal to or even better than before, but at a lower cost.
What I care about is whether the model is capable of the tasks I give it at the lowest cost. Right now I'm using Kimi-K3/GLM-5.2/Minimax. Sonnet is great but I burn through the tokens too fast. Opus 5 set to max is amazing and more intelligent than all of us. .998 of the time I don't need that kind of intelligence. I just need the job done.
How do you define intelligence? I encounter that kind of sentiment all too often, and I have to assume we go by wildly different understanding of what that might entail.
My definition is that I can be much less precise with AI the more intelligent it is. It can extract the intent from my fuzzy description of the problem. Which means I can offload some of the thinking effort.<p>It wasn't possible a couple years ago. I used to make fun of people who were trying to get ChatGPT to think about the problem when all it could do was write code from the pseudocode you provide.<p>But now I can say: "Look at the latest log and make a plan to fix". And it takes it from there.
I'm not sure if you are aware as to the extent certain processes and functions are being anthropomorphized.<p>These systems are not "intelligent" if you follow the dictionary definition. Hence the question posed to get a better understanding of how it is being used in this context.<p>They also do not "extract intent". There is for sure some intent behind your input to the service. What follows is a predictive text that uses your input, together with a LLM trained on a corpus with similar relations, that ultimately gives you a series of words.<p>That isn't to say a service like this cannot be useful. But I'm often wondering if the people who rely on these, and are particularly enthused by them, are actually aware that the terms they used are in fact anthropomorphized. I start by giving the benefit of the doubt, but it rarely lasts. 'Reasoning', 'agent', 'skill' 'hallucinate', 'know', 'think', 'train', 'learn', 'understand', 'harness', 'attention', 'context', 'prompt'.
I think this is the best and most useful way to measure model intelligence. In my experience it's what really sets apart the capable models from the best. A small model can be RL trained to be extremely good at programming or narrow problem solving for its size (eg 5.6 Luna, DS4 Flash, Qwen 3.6 27B), but even Luna is IME comparatively awful at understanding intent and making good decisions with limited guidance.
Sounds like a good working definition in the context you are using it in.<p>> But now I can say: "Look at the latest log and make a plan to fix". And it takes it from there.<p>I usually tell the agents to first work on reliably reproducing the problem in the log, and only then even start thinking about a fix.
If you read Opus 5's output, it is beyond the comprehension of virtually all engineers and developers. That is what I mean by intelligence. Math, science, and engineering are all contained in one model. We may be experts in one field. The model is an expert in everything that humans know.
I'd have to ask for you to be more specific, otherwise, to take your answer at face value, it comes across as a contradiction.<p>> [Opus 5's output] is beyond the comprehension of virtually all engineers and developers<p>That would make it pretty bad? The key defining quality of good software, is clarity, and the ability to simplify a complex problem to the point of it seeming trivial.<p>> Math, science, and engineering are all contained in one model. We may be experts in one field. The model is an expert in everything that humans know.<p>The bar here should absolutely be to judge this against the expert level within each domain. I have time and time come across LLM output being woefully underwhelming in every single request where I am an expert. For all areas that I am not, it sure seems <i>plausible</i>. It is far more likely than not, that it is equally inadequate in the areas I lack the necessary knowledge to tell.<p>If the AI is being subpar in every field and category compared to an expert in said respective field, then, what a strange gauge of a tool's usefulness. Are we attributing higher value because a single model is "attempting to solve all knowledge and fields at the same time", why is that of any importance, or excuse?<p>We should not define "intelligence" as how effectively it can convince a non-expert of something being plausible. That sounds like the absolute worst tradeoff. You'd have to waste the <i>experts</i> time in filtering and refuting incorrect postulations that are cheep to generate. The perfect storm for bullshit asymmetry.
I disagree with points 1, 2, and 3. Point 4, AI is better than average, and sometimes it's better than excellent. Point 5 is irrelevant.
Careful, you may have a bit of psychosis. They are very, very far from incomprehensible, and also very far from the top at least of my field. The best in my field are produce far higher quality results, and I think that's true for all fields. It's just an incredibly good 85% quality machine that experts all use because they can guide it to be up to their quality faster than doing it themselves.
You could take that even further, to the actual danger of reliance of these tools when you lack the expert knowledge. That is, when you assume it took you 100%, but missed the 15% it got very wrong, or perhaps even worse: <i>subtly wrong</i>. This compounds with the next similar task, and either you've made the actual experts quit their job as it has become to babysit LLM output, or you end up with an unusable mess, deleted production databases, etc.
I don't think that's because of its "intelligence". It speaks obtuse techbro-ese: stringing together words that sound smart to obscure the simplicity of the thing it's describing. In many ways it's the opposite of intelligence.<p>Opus 5 and Fable 5 in particular suffer from this issue at worse level than most models in the same class.
This is a "load-bearing" issue recently.<p>I think the idea is packing more information into fewer words, but the result is a word salad that is somehow simultaneously very dense in adjectives and adverbs, and still way too verbose.
yep, it is so bad i had to create rules to cut down on the techbro language and domain slang.
If you read the many, many complaints about opus 5 on anthropic forums, the sentiment is that opus 5 output is poor and people are back to 4.8 and 4.6.<p>You may want to re-evaluate and compare to the older models.
Opus 5 is too verbose.<p>I'm using Sonnet 5 on a large porting project and it's good. I switched from Opus 5 to Sonnet 5 on a project of another customer and I didn't notice a decrease in quality. I concede that it's very difficult to assess a difference in quality unless one uses both models on the same task and carefully compare the code, not the output in the terminal. I really don't have the time and the tokens for that. Anyway, Sonnet is still doing a good job.
You mean Fable 5 right? Opus 5 makes lots of stupid mistakes about anything that requires any domain knowledge.
so?????
Opus 5 fucking sucks to talk to and read compared to 5.6 Sol though. I’m fully done with Claude models until they figure this out
Check out <a href="https://unbiased.ai" rel="nofollow">https://unbiased.ai</a><p>(Disclaimer: I’m a co-founder)
how are you paying for tokens with this setup + what harnesss + how many tokens/day are you consuming?
Tested both DS v4 pro 0813 and Grok 4.6 (all from openrouter) on Codex cli. Worked on a same new feature development on my project.<p>Deepseek 4 pro: Worked for 12m 02s - cost $0.12 - has bug.<p>Grok 4.6: Worked for 3m 18s - cost $ 1.41 - no bug.
Why are people giving these n=1 comparisons like they mean anything? The worst offender is that pelican guy. These are non-deterministic systems and a single trial should not update your priors much at all.<p>Of course it's significant that your response had a bug and took four times longer, but if you're only going to try once, this isn't real science, it's just vibes.
I don’t understand why people are calling these transformers models non-deterministic? Are you referring to the temperature parameter? I haven’t played with transformer internals in a while but my understanding is that if the temperature is fixed at a value where the top logit is always picked, then because they weights are fixed, the exact same input should produce the exact same output. Am I missing something?
> if the temperature is fixed at a value where the top logit is always picked, then because they weights are fixed, the exact same input should produce the exact same output. Am I missing something?<p>Yes.<p>Your input is part of a batch, and you don't know where in the batch it is. By default batches are not invariant and VLLM only supports invariance at all on some Huwaei Ascend hardware.<p>See <a href="https://docs.vllm.ai/projects/ascend/en/latest/user_guide/feature_guide/batch_invariance.html" rel="nofollow">https://docs.vllm.ai/projects/ascend/en/latest/user_guide/fe...</a>
Well, yes and no.<p>By non-deterministic I think people really mean "chaotic" in the chaos theory sense. Small perturbations in the input lead to wild and unpredictable changes in the output. Even with temperature parameters a fixed PRNG seed could mean an LLM was just chaotic and not technically non-deterministic.<p>But more literally while LLMs are in theory deterministic (though perhaps not inference providers implementations if there's anything like a race condition affecting how things are rounded when added together) - we use the LLMs in harnesses that aren't. There are very likely races in the terminal outputs, dates both intentionally put in the context and accidentally leaked to the context, things like that.
Ok. I see. I guess people are not referring to the raw models themselves when they say non-deterministic, but are also including the harness used in conjunction with the model. Then, in that case, for the exact same input you could get a non-deterministic output. But the model itself and all the mathematical machinery around the model is still very much deterministic.<p>I guess if we really needed to, we could construct a deterministic agent harness. But in most use cases we probably want some chaotic behavior to increase our chances of stumbling on the desired results.<p>Thank you for the clarification
I think people are wrapping that across the English language. In English, these two tasks are exactly the same:<p>"Would you hand me that item?"<p>"Please hand me that item"<p>But when posed to the LLM, they generate different outputs. One character difference in the prompt might be a whole different output. People who aren't programmers mostly don't know that there's any difference. They asked for the same thing, it knows what they want in both cases...but different results.
I'm not sure that's true. Sure, in the end I might hand them the item, but my thoughts about what they said will be different. I think you have to consider my thoughts "output" for this comparison to be valid.
Not to be too pedantic, but these requests would not be exactly the same.<p>There is a bit of indexicality in "Would <i>you</i> hand <i>me</i> that <i>item</i> ?"<p>that might cause it to be interpreted as an actual question rather than a request, and might elicit different responses:<p>- maybe _I_ would not hand this to you (I'm busy right now), but the person next to me whose hands are free would, so I'd nod to them. However, if you had said "Please hand me that item" I'd put down what I was doing to comply.<p>- maybe I would not hand _this_ to you (it's not the right tool IMO), but I'd suggest another option. However, if you had said "Please hand me that item" I'd put my doubts aside to comply.<p>- maybe I would not hand this to _you_ (you're not the one who should be handling it), but I'd do the thing myself or hand it to a more qualified member of the group. However, if you had said "Please hand me that item" I'd trust you enough to comply.<p>I think this distinction is relevant in that I've found people to sometimes have difficulties understanding how similar LLM prompting is to giving instructions to human colleagues.<p>I've had a collaborator who though very highly of his own prompting skills (while his prompts were very ambiguous and of the "make no mistakes, erase everything & correct yourself if you find one" variety) and blamed the models for not being "smart enough", and it was very noticeable that his management style for the juniors on his team was similarly unproductive.
Yeah, that's bullshit.<p>Depending on my mental state, status with the person and many other factors each of them may trigger both many different internal thoughts, looks, body expressions and even outcomes.
<a href="https://thinkingmachines.ai/blog/defeating-nondeterminism-in-llm-inference/" rel="nofollow">https://thinkingmachines.ai/blog/defeating-nondeterminism-in...</a>
As the above two comments mentioned this is not true in practice due to batch effects (you can read about some interesting work published by Thinking Machines on this), as well as calculation drift that happens across computations esp. now with inference optimization becoming common.
You could answer your own question really, really quickly.
Months ago I start making this kind of test for my own reference. At beginning I I test each model multiple times, and results always same(pass or fail). Later I test only once for new models, I trust the results.
> multiple times, and results always same<p>Not my experience at all.<p>With smaller models, whenever I see a response that is going into wrong direction, I would just redo that step, and more often that not that brings improvement.<p>This effect is less pronounced with SOTA, but still there.
Yes not my experience either.<p>I've tried or sometimes be stupid to work on bugs/features and ask with almost identical prompts with same modal and harness set, and yes, they generate totally different results.<p>Sometimes the output is unusable and even with extended guidance it will still drift away from what I was expecting.<p>Sometimes the output is just one shot and follows almost whatever I want.<p>I then be used to work like this, if the model and harness set does not work for one time, I just start a new session and do it again. And currently there is one of my task working like this.
Repeat the test like 5 times for each model and see the results.
It's the third link on the front page right now?
Nullius in verba
I thought it was impossible to downvote posts?
<i>I thought it was impossible to downvote posts?</i><p>User Posts can be downvoted but you need over 500 karma to have access to the downvote button. A Submission can not be downvoted.
Yes and-<p>Submissions can be flagged by anyone and mods/admins can downweight them. (If I’m not mistaken this is common for, say, Flock posts at the moment.)<p>Curiosity & repetition are two key factors.
comments can be downvoted, posts can't
Maybe a tug of war between flags and vouches might work like downvotes?
[flagged]
I’ve found Flash 0731 to be pretty great recently. I do feel like a lot of the models are pretty close in terms of ability. I often run code through multiple different models _and_ harnesses for code reviews and they all typically find the same things as each other.
Official deepseek announcement- <a href="https://x.com/deepseek_ai/status/2087864585504305397?s=20" rel="nofollow">https://x.com/deepseek_ai/status/2087864585504305397?s=20</a>
Currently burning money quickly on official deepseek api. They are also increasing pricing starting today. V4 Flash 0731 still feels like the most outstanding model of the past few months and probably to come.
DeepSeek V4 Flash is the "too cheap to meter" of AI. And you can run the full unquantized model locally for $8000 (2x DGX Spark) at full 1M context and decent speeds: <a href="https://github.com/elsung/dgx-spark-deepseek-v4-flash#-long-context--what-to-expect" rel="nofollow">https://github.com/elsung/dgx-spark-deepseek-v4-flash#-long-...</a>
The Deepseek official API is good with excellent caching.<p>But their privacy policy is unusually bad - they can train off your prompts and completions.
Deepseek seems to have gotten too cheap. I have been using it for a long time and it's at a point now where my credits balance barely moves even at max setting.
What is the new price through?
What's the new pricing?<p>The prices on OpenRouter still look the same.
Just use opencode go, you get more bang for your buck. Same api
yup :)<p>i'm doing opencode <-> openrouter <-> official deepseek api (i don't get the opencode hate, i like it)<p>how are you doing it?<p>am also using Kimi K3 via kimi-code<p>and also GLM 5.2 via ZCode<p>happy with all three, they're trailing frontier but i figure if i'm running GNU/Linux then i ought to favour open weights models with my €s -- reduced my usage of claude/gpt to the ~$20 tier just to keep abreast of claude_code/codex developments
> i don't get the opencode hate, i like it<p>When the company I work for was evaluating it, there were multiple rough points. Their terms and conditions allowed training on prompts, the default behavior was to route prompts to their servers for conversation summary/labeling. One of their lead maintainers is also super toxic on many issues.<p>Sorry this is all baseless with no links, I’m on my phone and locating those issues again isn’t something I have time for.<p>It’s a good tool I just don’t like the privacy policies nor maintainers attitudes.
1. The privacy policy was a bit misleading, but it has since been updated to reflect the exact state of things. [1]. For example, DeepSeek models have ZDR, although their ZDR contract is renewed monthly. It COULD change. You need to toggle a Setting in your account to use DS.<p>2. At one point (apparently) summary and title generations were handled by Grok. This has changed, by default it uses your 'small_model' configured in your config. By default, it will use a cheap model provided by your provider. E.g. if you have ChatGPT API connected, it will use the cheapest ChatGPT model. OpenRouter users MAY see it routed to a free model however. [2] [3]<p>[1] - <a href="https://opencode.ai/docs/go/#privacy">https://opencode.ai/docs/go/#privacy</a>
[2] - <a href="https://github.com/anomalyco/opencode/blob/9b805e1cc4ba4a98419ca13d9d487c4550af8ddf/packages/opencode/src/provider/provider.ts#L1385" rel="nofollow">https://github.com/anomalyco/opencode/blob/9b805e1cc4ba4a984...</a>
[3] - <a href="https://opencode.ai/docs/config/">https://opencode.ai/docs/config/</a>
Benchmarks:<p><pre><code> | Benchmark | DS-V4-Pro | DS-V4-Flash | DS-V4-Pro | DS-V4-Flash | GLM-5.2 | Kimi-K3 | Opus-4.8 | Fable 5 |
| | 0813 | 0731 | Preview | Preview | | | | (w/ fallback) |
|--------------------------|-----------|-------------|-----------|-------------|-----------|-----------|-----------|---------------|
| HLE (wo/w tools) | 42.7/60.0 | 37.8/51.5 | 37.7/48.2 | 34.8/45.1 | 40.5/54.7 | 43.5/56.0 | 49.8/57.9 | 53.3/63.0 |
| Terminal Bench 2.1 | 87.9 | 82.7 | 72.1 | 61.8 | 81.0 | 88.3 | 85.0 | 88.0 |
| NL2Repo | 61.5 | 54.2 | 38.5 | 39.4 | 48.9 | - | 69.7 | - |
| Cybergym | 83.3 | 76.7 | 52.7 | 38.7 | - | 80.0 | 78.3 | 83.1 |
| DeepSWE | 62.7 | 54.4 | 12.8 | 7.3 | 46.2 | 67.5 | 58.0 | 70.0 |
| Toolathlon-Verified | 74.1 | 70.3 | 55.9 | 49.7 | 59.9 | 76.5 | 76.2 | 77.9 |
| Agents' Last Exam | 25.7 | 25.2 | 16.5 | 15.8 | 23.8 | 27.6 | 25.7 | - |
| AutomationBench (Public) | 31.8 | 25.1 | 12.8 | 10.8 | 12.9 | 30.8 | 27.2 | 29.1 |
| DSBench-FullStack | 71.1 | 68.7 | 41.8 | 37.0 | 61.8 | 73.7 | 71.6 | 77.2 |
| DSBench-Hard | 67.2 | 59.6 | 31.1 | 25.8 | 54.5 | 63.0 | 71.7 | 68.3 |
</code></pre>
Source: <a href="https://reddit.com/r/LocalLLaMA/comments/1vmi0fg/deepseek_v4pro0813_benchmarks/" rel="nofollow">https://reddit.com/r/LocalLLaMA/comments/1vmi0fg/deepseek_v4...</a>
The timing looks like they are trying to take the wind out of Qwen's sails by releasing this on the same day that Qwen released the weights of Qwen3.8-max. Or maybe it's coincidence...<p>For comparison I looked at Qwen's claimed benchmarks for Qwen3.8-max (<a href="https://qwen.ai/blog?id=qwen3.8" rel="nofollow">https://qwen.ai/blog?id=qwen3.8</a>). Assuming each published set of benchmarks is believable, it looks like v4 Pro 0813 is better on average but overall performance is comparable. Pro 0813 is much cheaper. If you don't need vision capabilities then you don't have much reason to use Qwen3.8-max.<p>- 43.6 on HLE (Presumably without tools). Pro 0813 is a little worse.<p>- 86.6 on Terminal Bench 2.1. Pro 0813 is better.<p>- 55.9 on NL2Repo. Pro 0813 is better.<p>- 27 on Agent's Last Exam. Pro 0813 is a little worse.<p>- 72.5 on Toolathon-Verified. Pro 0813 is better.<p>- 56.6 on DeepSWE 1.1. If the DeepSWE listed for Pro 0813 is the same version, then Pro is better.<p>- 27.3 on AutomationBench. If the AutomationBench (Public) listed for Pro 0813 is the same, then Pro is better.<p>I guess we do need to wait to see if the upcoming DS pricing increase is enough to change the value proposition. As it is now, they could double or triple prices and it still would be a better value to use DS. I bet they know that.
By that standard, the release of Grok 4.6 was also timed on the same day.<p>Given how I think DeepSeek operates... I think they just release it when they feel it's ready, and don't even seem that concerned with what other people are doing.
Their leaks would confirm this sort of attitude. They're not trying to become the top player or anything like that - just working to play their part in pushing LLM tech forward and going from there. It was quite refreshing from the 'here's how we're going to dominate the world' nonsense. It's undoubtedly the same attitude that just lets them shrug and cancel the fund raising round after the leaks came from said funding round.
The founder of DS's stated goal is to get to AGI. He thinks this is the path to get there.<p>Kind of interesting, when compared to the hubris from American frontier labs.
> Kind of interesting, when compared to the hubris from American frontier labs.<p>One Man’s “hubris” is another man’s “marketing campaign.”<p>Drama sells.
When one needs money, an infinitely remote goal is the best cause.
Benefits of having a well performing hedge fund funding DeepSeek.<p>IIRC, Demis attempted to start a fund inside DeepMind but it was killed off. In an alternative world where he manages to pull that off, perhaps DeepMind would still be independent with Demis at the helm.
Their stance on LLM development is why they earned my respect in a time when OpenAI and Anthropic only earn my mistrust.<p>That, and the fact that DS is an insanely capable model.
Actually, yes. I just didn't know about Grok's release because they aren't on the front page of HN.
Official pricing only kinda matters for an open weight model, no?
It still matters as a point of comparison until other providers come online. If the consensus price from other providers is much different that can be compared then. But for now we have $0.435 / $0.87 for v4 Pro 0813 (with increase announced but we don't know the new pricing), and $2 / $6 for Qwen3.8-max. So until we get other data points that is what we have to look at.
I mean at the rate of model releases happening, I think a lot of these will collide more often than expected!
So it's a Fable class LLM?<p><pre><code> DSV4Pro vs Fable5
HLE w tools 60.0 vs 63.0
Terminal Bench 2.1 87.9 vs 88.0
Cybergym 83.3 vs 83.1
DeepSWE 62.7 vs 70.0
Toolathlon-Verified 74.1 vs 77.9
AutomationBench (Public) 31.8 vs 29.1
DSBench-FullStack 71.1 vs 77.2
DSBench-Hard 67.2 vs 68.3</code></pre>
Fable's guardrails would never let it do something like Cybergym so at least for that one it's measuring Opus 5
We have a first-party figure from the system card [1]:<p>> Mythos 5 reproduced 83.8% of targeted vulnerabilities on a single try, and produced at
least one crash in 99.4% of tasks. This is comparable to Claude Mythos Preview, which
reproduced 83.1% of targeted vulnerabilities and produced a crash in 97.1% of tasks. By
contrast, Claude Opus 4.8 achieved a score of 78.1% (95.7% any crash).<p>So their quoted figure exactly matches the figure for Mythos Preview, although they don't state the provenance. It could also quite possibly be an independent measurement of Opus 5.<p>[1]: <a href="https://www-cdn.anthropic.com/57a52ea7d8f0e54e8a542e908266086df425cdf5/Claude%20Fable%205%20&%20Claude%20Mythos%205%20System%20Card.pdf" rel="nofollow">https://www-cdn.anthropic.com/57a52ea7d8f0e54e8a542e90826608...</a>
that DeepSWE result is likely most indicative of how you'll find real world usage
Fabble lol
Geometric mean of all these benchmarks :<p>* GPT-5.6 Sol: 65.5<p>* Fable 5 (w/ fallback): 64.5<p>* Opus 5: 64.0<p>* DS-V4-Pro 0813: 62.5<p>* Kimi-K3: 62.3<p>* DS-V4-Flash 0731: 55.8<p>* GLM-5.2: 47.3
Maybe it's me but I don't see how DS Flash is better than GLM at all, much less by a huge gap. I'd probably protest less against Fable and Opus being put at the same level than many would, but there's no denying the two models are a very different experience from each other. I guess where I'm going is no one should pick a model by the benchmarks.
I'm not the most LLM-savvy person around, and I'm not gonna say I've put a ton of effort into practically compared these open models. But, a month or two ago I did do some "practical evaluates" testing GLM 5.2 versus DSv4 (flash/pro) with OpenCode's subscription with some late 80s Unix clone-type work, and this jives with my experience.<p>GLM ended up being far slower, and far more expensive, for approximately the same results. There was never a problem that GLM could solve that DS couldn't solve, faster, and significantly cheaper.<p>I strongly agree that you shouldn't pick a model based on benchmarks. But for me, I found GLM really underwhelming given its cost and speed.<p>DSv4 isn't as good as GPT or Claude or what have you, but it's fast, and pretty darned effective. I can run a 3-bit quant of DSv4 locally on my system with ~15 tokens per second, and <i>for a local model</i> it might be the most overall effective at coding. For what it is, it's extremely impressive.
Exactly the same experience. I really loved GLM5.2 for a while, but after trying it again after riding DSv4 flash (new) for a while, they're mostly at the same capabilities, with GLM being slower and much, much more expensive. A task cost me 2$ where it did very wrong, whereas Flash nailed it almost instantly for like a rounding error on my billing page.
Interesting!<p>GLM 5.2 is slower for sure (although they offer a fast version), and it's more expensive. But in my experience, it's universally better than Deepseek V4-flash-0731. Don't get me wrong, the new Flash version is amazing.<p>But the use cases I have looked at are about source code understanding, bug finding, etc. - GLM 5.2 is clearly better.<p>I think by using some prompt engineering, you will probably be able to close this gap, but some extra work is needed.<p>And I'll say it again: the new Flash version is amazing. I love it. That level of intelligence for the price is unprecedented, and the fact that it's open weights and runs locally makes me genuinely happy.
My experience is the same.<p>Imo it has a lot to do with you/the harness tries to get it to test itself. Deepseek v4 flash seems more than capable of understanding when something has failed, and making changes until it works. I've definitely seen it make mistakes I would expect something like Opus to find, but it works through them on it's own (and for literal pennies).<p>At the end of the day, I think that's one of the most important features of a model.
It isn't. I run both at home. GLM5.2 Q4 crushes DSv4Flash0731 Q8. I reach for DS for speed and for medium effort level work. If I care about quality I'll reach for GLM5.2 Looking at this release, I'm comparing it to GLM5.2 and it seems to beat GLM5.2, only time/experience will show. If true, then I'm happy. It's much easier to run than Qwen3.8/KimiK3
In my little social circle DS4F generally substitutes for GLM 5.2 except it's the next best thing to free.
I think instruction following carries outsized weight in these evaluations.
IMO the HLE scores without tools seem to align better with real world performance of the models.<p>To me it feels like the difference between "RL performance" and the pretraining / base "knowledge".<p>Yes you can RL terminal bench to the moon but does the model hold up on out of distribution tasks?<p>Kind of like trying to navigate a dark room with a laser light, vs a flashlight. Laser is going to go a lot farther much more efficiently but only if you are already pointing it at the right place.
The most interesting part of this is how Flash scores almost as well on all of them.<p>Haven't tried the new DeepSeek models but I'm assuming the difference is more than these numbers show!
In classic reddit fashion the post you linked to is now deleted
@dang - Pls merge this with <a href="https://news.ycombinator.com/item?id=49274018">https://news.ycombinator.com/item?id=49274018</a>
It appears that the only available endpoint (as of this writing) requires enabling "Allow paid endpoints that train on request data" in the OpenRouter privacy settings. I hope additional paid providers will become available that don't require training on data.
Their privacy policy doesn't forbid them from just straight up publishing your raw prompts as training data.<p>My threat model is that anything I POST to DeepSeek I treat as public to the web, as much as a public GitHub repo is.
That is likely because Deepseek themselves is the only host.<p>In 24-48 hours there will be other options I presume
I had high expectations for V4 Pro, especially since DeepSeek V4 Flash 0731 performed so well compared with other Flash models. What a letdown.
Bizarre, it has a nearly identical improvement as the flash model.
Wait, what are you disappointed by? Seems like a significant jump in performance, and it competes handily with other models.
Why do I feel that the Pro version's effects are inferior to Flash's? Is it just my imagination?
Again, I will wait until there's a provider that doesn't train on prompts before I will benchmark.
The good thing is that there seems to be quite a lot.<p>Let’s just wait a bit for this one.
I built TrustedRouter so this can fail closed. min_privacy=zdr rejects the request when the model has no ZDR provider; confidential requires provider-side confidential compute. <a href="https://trustedrouter.com/blog/how-confidential-computing-protects-ai-prompts?utm_source=hackernews&utm_medium=organic_reply&utm_campaign=openrouter_conversations_202608&utm_content=20260813_hackernews_benchmark_privacy" rel="nofollow">https://trustedrouter.com/blog/how-confidential-computing-pr...</a>
psst.. they all do. Also, what kind of IP are you protecting, are you protecting some crazy discovery, nothing you're throwing at them is special, they aren't going to steal your CRUD pomodora app.<p>If anything Deepseek is the only company I'd want to consent to training on my data, they're by far the most altruistic. Atleast they give back all their IP in the form of research and open source weights. It's not like they're hoarding your data for them to make money, they're basically giving everything out for free. The only reason you even have the option of waiting for another provider is because they release weights.<p>They're releasing all their IP, which is a trillion times more valuable than anything you're providing, you people are just greedy and oddly self centered.
I "trust" what they say on OpenRouter for the provider, for some it says they retain prompts, for other that they retain but can also use them for training.<p>It's not any crazy IP, just my own benchmarks/tests, once they are in the training set it defeats the purpose of the tests, and I have to make new ones.
>are you protecting some crazy discovery<p>Yes. If someone figured out my current project they would have a huge scoop.
Before DeepSeek-V4-Pro-0813's price goes up, I expect a surge of frantic traffic — hope the servers can hold up.
<a href="https://api-docs.deepseek.com/quick_start/pricing/" rel="nofollow">https://api-docs.deepseek.com/quick_start/pricing/</a><p>Competitive with opus 4.8 but weaker than sol or fable. About 20x cheaper.
If that wasn't impressive enough, it's actually ~60x cheaper if you take into account the typical cache-read/input/output split in agentic coding, and the deep discount for cache reads offered by DeepSeek. Opencode has some public data on the typical split [1]:<p>For DeepSeek V4 Pro the typical split is 750 in, 290 out, 82k cached.<p>Cost per request for V4 Pro: $0.000875 per request.<p>Equivalent Opus cost (w/o taking into account cache write costs): $0.052 per request.<p>[1] <a href="https://opencode.ai/docs/go/#usage-limits">https://opencode.ai/docs/go/#usage-limits</a>
I created a simulation for coding harnesses based on my own pi sessions. When taking into account all factors, DS-v4-Pro is cheaper than gpt-5.6-luna due to caching. Look at the bill segments difference for cache read cost and uncached cost between deepseek and the other models. At this point is cheaper to use ds-v4-pro than the luna models from openai.<p>ignore the numbers except the classic and keep in mind that classic is based on pi with the only change limiting tool output to 10kb<p><a href="https://harness.eveid.com/lazy-harness-cost-simulation" rel="nofollow">https://harness.eveid.com/lazy-harness-cost-simulation</a><p>* I built this for getting an initial estimate between different checkpoint/ compaction methods for the harness.
Can we have a conversation about subscription plans for a minute?<p>I don't mean to hype up the US AI firms, but if a ChatGPT $200/m subscription can get you $16,000 in effective API costs, doesn't effectively every model get destroyed by the subsidized Claude/ChatGPT models? Both in price and intelligence.
That is the problem currently the subscription plans are being subsidized by VC money and token buyers. When Open weight get good enough token buyers build their own servers instead of buying tokens then no one to subsidize the subscriptions
99.9%+ of the tech worker population will never be able to build their own servers to run future frontier models. Kimi 3 is an indication of what's coming. These models will keep getting drastically larger. The hardware isn't getting cheaper anytime soon (no matter what China does; that goes for memory and GPUs).<p>Cycle forward to Fable 7, Kimi 5, GPT 7 a couple years out. Forget about it unless you own a datacenter.
90% of the tech worker population does not work for themselves they work for someone that pays them 1000s in salary for those paying those tech worker spending $40-50k on a server that helps them not pay for 2-3 tech workers is not that big a deal.
> 99.9%+ of the tech worker population will never be able to build their own servers to run future frontier models.<p>A single local user can run frontier models slowly on a 24/7 basis, which drops hardware requirements by orders of magnitude compared to a datacenter setup for just-in-time inference. This is not a real alternative to subsidized subscriptions at present, but it's a great insurance policy against future VC-driven rug pulls.
Yeah pretty much. I spent half a billion in tokens one night on a huge refactor with DSFlash, cost $11.<p>If I spent that every night it would be 3x my GPT subscription.
Per token. You need to look at pricing per task.
Some benchmarks are out. Seems a bit weaker than Opus 4.8 but at least 10x cheaper once you account for verbosity.
<a href="https://artificialanalysis.ai/?models=claude-opus-5%2Cclaude-opus-4-8%2Cdeepseek-v4-pro%2Cdeepseek-v4-flash%2Cclaude-opus-5-medium%2Cclaude-opus-5-high" rel="nofollow">https://artificialanalysis.ai/?models=claude-opus-5%2Cclaude...</a><p>Wonder how much more they'll squeeze out.
... which still comes out cheaper, since DeepSeek caches so much more.<p>I keep track of my token consumption even on subscription plans and my equiv. cost for my 5.6-Sol usage is around $4000-$8000 a month.
How does it stack against the updated Deepseek Flash version?
I've found Pro to be a lot better per "task" than the recently released Flash for code reviews and things (via OpenRouter running in pi.dev).<p>Flash makes a lot more initial mistakes, and then has to re-check stuff, and produces much more output compared to Pro. It often gets to the correct result eventually, but the output volume is often 5x more than for Pro, and the initial outputs are often wrong, with the first few saying something wrong (like there's a bug, or the code won't compile when it does), and then saying things like "Wait, let me re-check:", or "Actually, looking at it more carefully:" and then it thinks a bit more and eventually gets to the right answer.
I use a plan -> implement wotkflow for this reason.<p>pro plans, flash implements. I am super happy with how flash behaves like that.
yeah, I've definitely noticed one has to be quite precise to keep Flash on the straight-and-narrow
Around 5 percentage points better. (E.g., 87% instead of 82%)
So not worth it over flash? Even at ~7x the size it isn't worth the price hike. Flash may be a monster of a model due to all the RL it received from free usage everywhere.
I haven't tried DeepSeek V4 Pro 0813 yet. Recent experience tells me that larger models are worth it in non-obvious ways. MiMo-V2.5-Pro solved problems that DeepSeek V4 Flash 0731 couldn't solve for me: for example, adding a live counter for elided reasoning lines to a terminal-based coding harness. You wouldn't be able to tell from the scores on their respective Artifical Analysis page (<a href="https://artificialanalysis.ai/models/mimo-v2-5-pro" rel="nofollow">https://artificialanalysis.ai/models/mimo-v2-5-pro</a>, <a href="https://artificialanalysis.ai/models/deepseek-v4-flash" rel="nofollow">https://artificialanalysis.ai/models/deepseek-v4-flash</a>). I like the DeepSeek V4 models, though. They critiqued my engineering decisions better than MiMo, and they seem to have a distinct aesthetic in the SVGs they write.
Interesting - I've been dropping into MiMo-V2.5-Pro-UltraSpeed whenever Flash seems to be "stuck" and it usually figures it out. I use UltraSpeed just because I'm so frustrated by then that I'm impatient.<p>I still find 5.6-Sol can solve some things neither of those can, but it's so slow (and it's so hard to trace / debug the reasoning) that I just let it run overnight.
What about 5.6 Terra and especially Luna? Luna scores pretty high on benchmarks and seems to have different habits (like a denser pattern of tool use) and blind spots.<p>I'm trying out a development workflow where I generate mundane code with MiMo and Luna (and soon V4 Pro 0813?) and have Opus 5, which is running on only a Pro subscription, review and refactor it. I'm not sure it will justify the context switching, but it's an interesting exercise.
Yea that's what I was thinking.
Flash is nuts. I find I have to be a more precise and specific with it but damn. It's crossed a threshold of production grade coding for sure.<p>I was running a session over a couple days and it didnt cross a dollar lol.
I still believe this is not the full potential of pro models. I expect they will release another checkpoint later this year.
I tried the previous Pro model and in the end it was 50% more expensive than the previous Flash.<p>Wasn't worth it.
Opus 5 medium to Opus 5 max is only 3 points, if that puts it in context
deepseek-v4-flash feels so fast and snappy, i'm loving it. Happy to trade speed for the the 5% degraded benchmarking performance.
I feel the same too. I like the speed.
I'm also a big fan of glm 5.2 fast. I can't wait for like 2000 t/s on these haha.
I wouldn't exactly call it snappy, but faster than Pro, yes.
... and mere mortals can run this at home or rent a GPU, you can't do so with Sol or Fable.
Been testing this on hobby project <a href="https://github.com/arj03/seedkernel/" rel="nofollow">https://github.com/arj03/seedkernel/</a>. Latest flash was a big step up. Pro feels really slow compared. Claude opus is still better day this level.
OpenRouter is a place with zero support.<p>Suddenly get a big debt on your account with nobody to respond.<p>As an early adopter of OpenRouter, I'm afraid they are in shambles.
The past DeepSeek models and now these new checkpoints score very badly on the ArtificialAnalysis AA-Omniscience and hallucination rate benchmarks. I wonder where that's from? Maybe they're overindexing on coding even more than others? I can't say I've noticed it in my (coding) usage so far, has anyone seen it make up potential root causes or other speculative stuff more than other models?
0731 is definitely tuned for coding. I mean: <a href="https://gertlabs.com/rankings?mode=agentic_coding" rel="nofollow">https://gertlabs.com/rankings?mode=agentic_coding</a><p>But it is also a decent translator from English to Czech in my experience.
Yeah. I stopped ising deepseek v4 flashbecause it is awful (even worse than my local qwen3.6 35B model) at multilingual prose.
Deepseek V4 Pro 0813 is the most unreliable model I have tried, it works on pass@3 shockingly well you can get it to match Sol or Fable perhaps in task done, but it's horrendous at pass@1 very prone to going wrong and doing horribly at most benches.<p>I am not sure what it is buy I suspect it might be GRPO.
Still behind Kimi-K3 in almost half of the benchmarks
This model is not very good at coding, but it is quite good at research, evaluation and action, I don't write code, but it really goes head-to-head with the most expensive models in searches such as stock market and forex
So flash is 52 points on artificial analysis, and pro is 53
These people can't version control properly, V4.1 or V5 would be more appropriate.
Graphs without labels and/or scales on the axes are useless. I know less after viewing that page than before, but I got to see some pretty lines that I guess must mean something.
The only graphs that don't have axes require a mouse to use. They show the values on hover—or if you tap the fullscreen button, that version also has axes. One graph is a 3-month time series showing a single day, so it looks like it doesn't have an X axis, but it does.
Even though cost-per-token is low, Deepseek v4 tends to burn an immense number of tokens to accomplish tasks.
It still ends up being one or two orders of magnitude cheaper per task on benchmarks.
I can go for days on end without topping up my deepseek account. When it can’t solve a problem I switch to GPT and have to top up in real time.
DeepSeek is moving to peak/off-peak API pricing. Off-peak rates are 50% of peak rates.<p>Peak: 01:00–04:00 UTC and 06:00–10:00 UTC
Off-peak: all other hours<p>New pricing takes effect August 16, 2026 at 16:00 UTC.<p>Model Period Cache hit Cache miss Output
(input / 1M) (input / 1M) (/ 1M)<p>deepseek-v4-flash Off-peak $0.007 $0.22 $0.66<p>deepseek-v4-flash Peak $0.014 $0.44 $1.32<p>deepseek-v4-pro Off-peak $0.022 $0.66 $1.98<p>deepseek-v4-pro Peak $0.044 $1.32 $3.96<p>For batchable workloads, scheduling outside those two UTC windows cuts token costs in half.
V4 Pro has vision correct?
DS Pro is what I hoped it would be. I have used it as an auditor for a couple of implementations, and the work is solid. This will allow me to split the work between 5.6 Sol and DS Pro.
I'm Satisfied with this model (in opencode)
You mean to tell me it's been 10 hours and there's no unsloth quant? I've been running 0731 and love it.
Did you guys read the fine print they plan to increase prices significantly in the future
Welp gonna give Deepseek more money. This is very cheap indeed. And I’ve been using them and kimi for a bit now not via open router but on my own and have found them on part with sonnet 5 though sonnet 5 these days I think has gotten worse.<p>At work I had to move to Fable to get decent work results.
Is having padded version numbers with a leading zero a common thing?<p>Wondering, sorry if it's a dumb triviality to ask.<p>Is this even a (sub-)version number? I mean the major version is clearly 4.
its for the month and day the model released in 2026. 0813 -> Aug 13th. I assume that if they use it internally the padded 0 makes finding the newest model easier cause all the numbers for the date line up instead of the zig zag you get without it once you get to 2 digit months.
It is the date of the release
mannnn i just downloaded 0731 ffs
Why does this link to OpenRouter, which has no useful information on its own? Linking to the official API or the benchmarks would make more sense:<p>- <a href="https://api-docs.deepseek.com/" rel="nofollow">https://api-docs.deepseek.com/</a><p>- <a href="https://x.com/ChrisGPT/status/2087572834650407024/photo/1" rel="nofollow">https://x.com/ChrisGPT/status/2087572834650407024/photo/1</a> (officially posted on WeChat, this is just one of many reposts)
There's no new page for this model. Hackernews didn't allow the same link be posted twice.
I don’t know about you but I find the information about prices, effective price (weighted average), providers and performance, benchmarks (down bottom) very useful. With openrouter I can even test it right away and compare with other models (use the chat functions).
Don’t you find the official document website was out of service for a long time since the new model was published soon?
DeepSeek really need to provide a PAGE for this model release. There's no blog post, there's not even a tweet. It's very unclear what we can link to!
Moreover, OpenRouter is <i>NOT</i> Open Source, fair source, source available, etc. It's a proprietary cloud service that got first place in the API aggregation distribution game.<p>Link to DeepSeek!
Open doesn't always refer to the code. Just like their previous project, it refers to an open marketplace where anybody can sign up to sell access to models.<p>But it'd still be nice to post to wait an extra minute to find some other page/new url from deepseek for it instead of posting that it exists somewhere.
It is great for getting aggregate insights about the privacy and security picture of model providers.<p>For example if you want zero data retention and US -based hosting you can find that easily. You will not find that through Deepseek.
TrustedRouter is hosted and full opensource!
[dead]
Artificial Analysis page is up: <a href="https://artificialanalysis.ai/models/deepseek-v4-pro" rel="nofollow">https://artificialanalysis.ai/models/deepseek-v4-pro</a>
[flagged]
[flagged]
I find it interesting how much adoption seems to be influenced by momentum. Some of these Chinese models are surprisingly capable, but developers often default to the models that are already established as the “industry standard
Well things may change soon. I've been testing Coding fulltime with Deepseek Flash this week to evaluate an eventual shift for the whole company away from anthropic. It has been quite positive and I can't wait to try pro tomorrow. If our data has to be used by either US or China, we might as well go the cheaper and unwalled garden. If only it supported image input ...
Hacker News is very Bay Area/US tech centric where spending a few hundred a month on AI is just pocket change. The weaker AI models with more questionable data retention policies are popular in developing countries. I think the new Facebook muse model will be similarly popular.
Well, one reason is that we always have to work with the quirks of each model. So, a know model is often preferred over a new/unknown one because we have to be vigilant again. (Negative) surprises are mentally exhausting in the long run.
IMO, you can work much better when you know the model.
In an enterprise setting Chinese models are often discouraged due to political risk. They don't want to need to remove a model that's deeply embedded in their stack. And it's entirely feasible that the US gov bans federal contractors from using them in the next 6 months for example, or that EU AI safety rules effectively ban them too.
There are EU/US providers offering Deepseek/Qwen/Kimi/etc.-as-a-Service. With zero ties of their infrastructure to China.<p>Fully compatible with the well known Antrophic API.<p>You only have to replace the URL and your key.
Based on what the political climate looks like nowadays it's entirely possible the US bans federal contractors from associating with any company that uses the models themselves, regardless of data provenance or where they are hosted. Or they create AI safety rules that make it impossible to release open source models (for example, making it so that closed-source models can be evaluated with a harness but open-source models need to pass the benchmark with the weights alone, which isn't really possible). Or they just declare Chinese models a security risk like TikTok (claiming that the model would be trained to respect Chinese interests).<p>It may not be likely but it's definitely possible enough to be something people worry about.
Then run the DeepSeek or Qwen model on AWS GovCloud, etc., and you won't have any risk of exposure to "China".<p>I'm not even sure what "EU AI safety rules" are. Can't people in the EU just use whatever they want?
I suspect if you follow dev groups in developing countries people are much more focused on token/ price efficiency.<p>For funded startups it mostly just doesn’t matter a ton unless you are passing on inference in your product at scale
There's just no place for models that are neither SoTA nor truly crazy cheap in today's public mental health climate.<p>If it's 500x cheaper than US models for similar ballpark performance just because it's hosted in China, sure whatever. If it's name brand like Anthropic/OpenAI/Google, that's kinda fine too.<p>If it's neither, like merely 50% cheaper than latest OpenAI whatever, however massive loss that pricing may be incurring to its provider, it wpuld be considered not worth any attention.
I keep using Claude and Codex simply because the subscription rates are SO MUCH cheaper than per-token rates, even with the cheaper models
A lot of it/infrastructure departments aren't aware that you can use Asian models hosted within the US or even EU.
Most of my model usage comes from my work’s model selection (which is now down to just Claude models)<p>I’ll try out the latest models, but mainly stick with Claude only because I’m most used to its quirks and how to work around them. I imagine this is part of these hyperscalers playbook.<p>I will say though, I miss Sol model at work. It with Codex was amazing at first-shot understanding. Claude i need to scope out where to look otherwise a large portion of my token budget is eaten up
[flagged]
[dead]
[dead]
[dead]
[dead]
[dead]
[dead]
[dead]
Worse than Luna but more expensive than Luna.
Sticking with Luna without sending my data to Deepseek (China)
Unless you're Chinese, why would you care if they see your data?<p>As an American, I'd much rather have my data kept outside the country than here where companies and the government have a lot more leverage over me.
Premise is wrong, "unless you're chinese".<p>Don't matter whether you are chinese or not, anything going to China will be used against you.<p>And also you are cherry-picking my comment on "China" as my emphasis was on Luna >>> DeepSeek.<p>You just are not reading my intention.
This! It's always amusing when folks say "But China", my data in the hands of my government and their billionaire friends is more than dangerous than in China. I mean, if it's an IP sort of thing then go local.
I do think this question comes up a lot-- I can understand why.<p>For some well-explained reasons, check out <a href="https://darioamodei.com/essay/the-adolescence-of-technology" rel="nofollow">https://darioamodei.com/essay/the-adolescence-of-technology</a> and search for "CCP".
A blog by Dario of all people. Totally not bias towards non-US models.
So is your concern more about reducing the risk of an authoritarian China "winning" the AI race? And less about reducing the risk of your data being used against you personally?<p>To me, the risks of an individual helping China to continue to develop their AI by being a customer is pretty marginal compared with the personal risks of my data being used against me.
I see. Though if you follow the argument set forth by Dario, it seems you'll not only have your concern to worry about (i.e., personal risks of your data used against you), but many more as well <i>on top of that.</i>
As somebody from neither the US nor China, this argument would be much stronger if the US hadn't started acting like a rogue state - starting wars of aggression and messing up the world's energy supply, actively speeding up climate change, kidnapping leaders of sovereign nations, threatening its allies (!) with invasion, etc etc.<p>The CCP's not great either, sure. But the Americans don't really have a leg to stand on anymore.
To be fair the US has been doing this its entire history, it just stopped pretending. C.f. Hawaii, Guatemala, Cuba, Chile, "The Jakarta Method", etc. etc. etc.
As far as AI is concerned, it looks like you will need to pick 1?
It’s either chinese in the US or chinese in China anyway
At least you can run it for relatively cheap hardware. I guess OpenAI doesn't let you do that.
[dead]