| ▲ | DeepSeek V4 Pro 0813(openrouter.ai) |
| 646 points by explosion-s 7 hours ago | 226 comments |
| |
|
| ▲ | simonw 4 hours ago | parent | next [-] |
| Nice bicycle chain, the little basket with a fish didn't show up in the right place: https://tools.simonwillison.net/markdown-svg-renderer#url=ht... |
| |
| ▲ | delduca 29 minutes ago | parent | next [-] | | You don’t need the best model in 99% of cases… | |
| ▲ | wolttam 4 hours ago | parent | prev [-] | | I think I saw a better overall composition out of Flash 0731 Effort on this one? | | |
|
|
| ▲ | freakynit 4 hours ago | parent | prev | next [-] |
| 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... Tested this model, and gpt-5.6-terra-high. Results: this one had few issues. terra: none. 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. They are good till the project is simple... not anymore. |
| |
| ▲ | derangedHorse 4 hours ago | parent | next [-] | | 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. | | |
| ▲ | mixedCase 3 hours ago | parent | next [-] | | 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. 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. The planner routinely finds issues with the worker's output, but that's what it is for. | | |
| ▲ | ericfr11 18 minutes ago | parent | next [-] | | Harness is the key. I built my own to "talk" our institutional knowledge and it's working great | |
| ▲ | sejje an hour ago | parent | prev [-] | | Plan with sol-med, implement with luna-high. Rarely a problem. | | |
| ▲ | ericfr11 20 minutes ago | parent [-] | | Same for me, with Claude Opus/Sonnet. All the models are almost equivalent if well steered |
|
| |
| ▲ | Art9681 an hour ago | parent | prev | next [-] | | Terra is great. It's wild how different our experiences are. Install the Superpowers plugin. Behold. | |
| ▲ | freakynit 4 hours ago | parent | prev | next [-] | | Depends on project complexity. For one of my more complex projects, I exclusively use sol-high ... nothing below that works correctly. For this however, a comparatively much simpler task, tarra-high works fine. | | |
| ▲ | Foobar8568 4 hours ago | parent [-] | | 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"). DeepSeek is okay for random API-based stuff, as it's cheap. Local open models running on a 5090 are hit or miss. I feel that most GGUFs/quants are awful... | | |
| ▲ | ericfr11 21 minutes ago | parent | next [-] | | 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 | |
| ▲ | miohtama an hour ago | parent | prev [-] | | Opus 5 degrades to word salad. I wonder if it is because of watermarking. | | |
| ▲ | SwellJoe 4 minutes ago | parent [-] | | 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. 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. |
|
|
| |
| ▲ | zeven7 2 hours ago | parent | prev | next [-] | | 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? | | |
| ▲ | Juvination 2 hours ago | parent [-] | | One thing I've really noticed with Luna Max is its speed. I've got a review script setup on a custom Pi extension. Luna finds some issues/some false positives, while Sol finds issues but disregards false positives. The biggest thing is Sol finishes in about half the time. |
| |
| ▲ | bob1029 3 hours ago | parent | prev | next [-] | | I am seeing essentially deterministic results with Terra running a custom browser automation agent across >100 interaction events. 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%. | | | |
| ▲ | cyanydeez 4 hours ago | parent | prev [-] | | the breadth and width of the universe of oneshot challenges are all arbitrary. It's unsurprising different workflows oneshot better than others. 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. I can't really believe no one understands, after decades, how valueable a rock solid development environment is. | | |
| ▲ | Phemist 2 hours ago | parent [-] | | 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. 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. |
|
| |
| ▲ | celsoneto07 39 minutes ago | parent | prev | next [-] | | 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. | |
| ▲ | ApolloFortyNine 3 hours ago | parent | prev | next [-] | | 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. 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. I did make a skill, but if your doing anything repeatedly you should as well. Opencode, but any harness I'd think would work similar. | |
| ▲ | npn 4 hours ago | parent | prev | next [-] | | wait for Deepseek Harness (yes it is the official name) release then try again. for your kind of task, harness tools matter. | | |
| ▲ | gkbrk 4 hours ago | parent | next [-] | | 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. | | |
| ▲ | hadlock 4 hours ago | parent | next [-] | | 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?" I get drastically different tool call failure rates using Claude SDK vs OpenCode using Qwen 3.6 models | | |
| ▲ | HDBaseT 14 minutes ago | parent | next [-] | | Yeah this is a complete lie. You can use effectively any harness and get good results. Harnesses are mostly placebo. | |
| ▲ | KronisLV 4 hours ago | parent | prev | next [-] | | > the harness has almost equal, if not more weight than the model itself 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. | | |
| ▲ | dominotw an hour ago | parent [-] | | i think thats BS that harness has equal weight. most of intellegice is still coming from training data not from RL. so how is 'coevolved harness' equal weight. |
| |
| ▲ | JLO64 3 hours ago | parent | prev | next [-] | | It's worth nothing that recent Claude models seem to have gotten worse at tool calling outside of Claude Code and the SDK: https://lucumr.pocoo.org/2026/7/4/better-models-worse-tools/ | |
| ▲ | davidlt 4 hours ago | parent | prev | next [-] | | 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. | |
| ▲ | azinman2 4 hours ago | parent | prev [-] | | Which works better for you? |
| |
| ▲ | npn 4 hours ago | parent | prev | next [-] | | 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. 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. then also the output format, the tool calling syntax, the quirks and gotchas of each model. it is not simple as just throwing everything at the model, especially when your project has hundred of files or so. | |
| ▲ | derefr 4 hours ago | parent | prev | next [-] | | 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 can 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. 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. 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 how 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.) And before you say "but why can't they just experiment to figure these things out" — if you think about it, knowing how to interface with a shell and an IDE are bootstrapping requirements 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. --- 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. (Really, they'd ideally want to run 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.) --- And also, 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 MCP itself. 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 through 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. | |
| ▲ | segmondy 3 hours ago | parent | prev | next [-] | | the single shell command is the terminal bench. | |
| ▲ | sheeshkebab 4 hours ago | parent | prev | next [-] | | This. The same goes for “skills”, skill type “subagents” and other bullshit - powerful models don’t need any of that anymore I noticed. | |
| ▲ | bugglebeetle 4 hours ago | parent | prev [-] | | Not exactly. See: https://alexzhang13.github.io/blog/2026/mgh/ |
| |
| ▲ | teravor an hour ago | parent | prev | next [-] | | > Deepseek Harness I wonder if it's just going to be a rebranded Reasonix (https://github.com/esengine/DeepSeek-Reasonix) as it's the only harness their docs mention and it seems specially built for deepseek models. | |
| ▲ | ghm2199 3 hours ago | parent | prev | next [-] | | 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) | |
| ▲ | freakynit 4 hours ago | parent | prev [-] | | I used pi | | |
| ▲ | natrys 4 hours ago | parent [-] | | For me, flash 0731 was much better in omp/opencode than in Pi. 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. |
|
| |
| ▲ | v3ss0n 2 hours ago | parent | prev | next [-] | | I do that kind of things all the time with Qwen 3.5 122B. It works well in one shot with Cline or Opencode. May be your harness problem? | |
| ▲ | scrlk 4 hours ago | parent | prev | next [-] | | What harness are you using? DS V4 is harness sensitive. | | | |
| ▲ | yassa9 2 hours ago | parent | prev | next [-] | | 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 | |
| ▲ | amelius 2 hours ago | parent | prev | next [-] | | I didn't understand your use case, so it could also be the way you write your prompt, I suppose ... | |
| ▲ | apitman 3 hours ago | parent | prev | next [-] | | Wait people use terra? | | |
| ▲ | miohtama an hour ago | parent | next [-] | | I use mostly Terra. Much better than Opus 5. Much more token mileage. | | |
| ▲ | apitman 18 minutes ago | parent [-] | | But why? Luna Max is almost the same intelligence as Terra xhigh and way way cheaper. And Terra max is almost the same as Sol high. I just don't really see a place for Terra but slower. |
| |
| ▲ | smb06 32 minutes ago | parent | prev [-] | | My company pretty much exclusively uses Sol and Luna |
| |
| ▲ | shimman 4 hours ago | parent | prev | next [-] | | 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). LLMs make containers in a pretty workable format for me (still hand tweak the env variables for a sanity check). 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? | | | |
| ▲ | tripleee 4 hours ago | parent | prev [-] | | sir you tested a single fucking task |
|
|
| ▲ | scrlk 6 hours ago | parent | prev | next [-] |
| Benchmarks: | 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 |
Source: https://reddit.com/r/LocalLLaMA/comments/1vmi0fg/deepseek_v4... |
| |
| ▲ | parsimo2010 5 hours ago | parent | next [-] | | 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... For comparison I looked at Qwen's claimed benchmarks for Qwen3.8-max (https://qwen.ai/blog?id=qwen3.8). 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. - 43.6 on HLE (Presumably without tools). Pro 0813 is a little worse. - 86.6 on Terminal Bench 2.1. Pro 0813 is better. - 55.9 on NL2Repo. Pro 0813 is better. - 27 on Agent's Last Exam. Pro 0813 is a little worse. - 72.5 on Toolathon-Verified. Pro 0813 is better. - 56.6 on DeepSWE 1.1. If the DeepSWE listed for Pro 0813 is the same version, then Pro is better. - 27.3 on AutomationBench. If the AutomationBench (Public) listed for Pro 0813 is the same, then Pro is better. 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. | | |
| ▲ | trollbridge 5 hours ago | parent | next [-] | | By that standard, the release of Grok 4.6 was also timed on the same day. 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. | | |
| ▲ | somenameforme 5 hours ago | parent | next [-] | | 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. | | |
| ▲ | trollbridge 5 hours ago | parent | next [-] | | The founder of DS's stated goal is to get to AGI. He thinks this is the path to get there. Kind of interesting, when compared to the hubris from American frontier labs. | | |
| ▲ | johnvanommen 5 hours ago | parent [-] | | > Kind of interesting, when compared to the hubris from American frontier labs. One Man’s “hubris” is another man’s “marketing campaign.” Drama sells. |
| |
| ▲ | scrlk 5 hours ago | parent | prev | next [-] | | Benefits of having a well performing hedge fund funding DeepSeek. 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. | | | |
| ▲ | surgical_fire 5 hours ago | parent | prev [-] | | Their stance on LLM development is why they earned my respect in a time when OpenAI and Anthropic only earn my mistrust. That, and the fact that DS is an insanely capable model. |
| |
| ▲ | parsimo2010 5 hours ago | parent | prev [-] | | Actually, yes. I just didn't know about Grok's release because they aren't on the front page of HN. |
| |
| ▲ | eli 5 hours ago | parent | prev | next [-] | | Official pricing only kinda matters for an open weight model, no? | | |
| ▲ | parsimo2010 5 hours ago | parent [-] | | 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. | | |
| ▲ | eli 5 hours ago | parent [-] | | I wondered if the promised change in pricing is actually going to be deepseek bringing up their cached costs. They're extremely inexpensive. |
|
| |
| ▲ | maherbeg 5 hours ago | parent | prev [-] | | I mean at the rate of model releases happening, I think a lot of these will collide more often than expected! |
| |
| ▲ | bel8 5 hours ago | parent | prev | next [-] | | So it's a Fable class LLM? 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
| | |
| ▲ | eli 5 hours ago | parent | next [-] | | Fable's guardrails would never let it do something like Cybergym so at least for that one it's measuring Opus 5 | | |
| ▲ | wren6991 5 hours ago | parent [-] | | We have a first-party figure from the system card [1]: > 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). 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. [1]: https://www-cdn.anthropic.com/57a52ea7d8f0e54e8a542e90826608... |
| |
| ▲ | nikcub 2 hours ago | parent | prev | next [-] | | that DeepSWE result is likely most indicative of how you'll find real world usage | |
| ▲ | aftbit 5 hours ago | parent | prev [-] | | Fabble lol |
| |
| ▲ | goldenarm 5 hours ago | parent | prev | next [-] | | Geometric mean of all these benchmarks : * GPT-5.6 Sol: 65.5 * Fable 5 (w/ fallback): 64.5 * Opus 5: 64.0 * DS-V4-Pro 0813: 62.5 * Kimi-K3: 62.3 * DS-V4-Flash 0731: 55.8 * GLM-5.2: 47.3 | | |
| ▲ | svachalek 5 hours ago | parent [-] | | 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. | | |
| ▲ | spijdar 4 hours ago | parent | next [-] | | 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. 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. 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. 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 for a local model it might be the most overall effective at coding. For what it is, it's extremely impressive. | | |
| ▲ | ApolloFortyNine 3 hours ago | parent [-] | | My experience is the same. 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). At the end of the day, I think that's one of the most important features of a model. |
| |
| ▲ | segmondy 3 hours ago | parent | prev | next [-] | | 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 | |
| ▲ | spiffytech 3 hours ago | parent | prev | next [-] | | In my little social circle DS4F generally substitutes for GLM 5.2 except it's the next best thing to free. | |
| ▲ | platinumrad 4 hours ago | parent | prev [-] | | I think instruction following carries outsized weight in these evaluations. |
|
| |
| ▲ | myworkaccount2 4 hours ago | parent | prev | next [-] | | IMO the HLE scores without tools seem to align better with real world performance of the models. To me it feels like the difference between "RL performance" and the pretraining / base "knowledge". Yes you can RL terminal bench to the moon but does the model hold up on out of distribution tasks? 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. | |
| ▲ | andai 3 hours ago | parent | prev | next [-] | | The most interesting part of this is how Flash scores almost as well on all of them. Haven't tried the new DeepSeek models but I'm assuming the difference is more than these numbers show! | |
| ▲ | NietTim 5 hours ago | parent | prev [-] | | In classic reddit fashion the post you linked to is now deleted | | |
| ▲ | SV_BubbleTime 5 hours ago | parent [-] | | To be fair… I don’t know who still needs to figure out that AI benchmarks are almost all entirely fucking trash, but the great number would surely surprise me. |
|
|
|
| ▲ | aabdi 7 hours ago | parent | prev | next [-] |
| https://api-docs.deepseek.com/quick_start/pricing/ Competitive with opus 4.8 but weaker than sol or fable. About 20x cheaper. |
| |
| ▲ | xynelius 5 hours ago | parent | next [-] | | 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]: For DeepSeek V4 Pro the typical split is 750 in, 290 out, 82k cached. Cost per request for V4 Pro: $0.000875 per request. Equivalent Opus cost (w/o taking into account cache write costs): $0.052 per request. [1] https://opencode.ai/docs/go/#usage-limits | | |
| ▲ | HDBaseT 8 minutes ago | parent | next [-] | | Can we have a conversation about subscription plans for a minute? 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. | |
| ▲ | taosx 4 hours ago | parent | prev [-] | | 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. 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 https://harness.eveid.com/lazy-harness-cost-simulation * I built this for getting an initial estimate between different checkpoint/ compaction methods for the harness. | | |
| ▲ | RALaBarge 2 hours ago | parent [-] | | Hey this looks good! Maybe consider adding a hover-over popup for the rectangles explaining what each thing means to a lay person. I see it at the bottom, but that is below the fold. | | |
| ▲ | taosx 2 hours ago | parent [-] | | Done, I'll take any other suggestions and apply them later, I will also split it a bit for different usecases as this was initially a throwaway prototype but found it useful. Basically it needs a bit more human touch. |
|
|
| |
| ▲ | JacobAsmuth 6 hours ago | parent | prev | next [-] | | Per token. You need to look at pricing per task. | | |
| ▲ | trollbridge 5 hours ago | parent [-] | | ... which still comes out cheaper, since DeepSeek caches so much more. 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. | | |
| ▲ | dgellow 3 hours ago | parent [-] | | How much do you pay for the subscription? | | |
| ▲ | RALaBarge 2 hours ago | parent [-] | | Not them, but I payed 10 dollars to DeepSeek directly to use their Reasonix tool. I worked all weekend and the past few days, billions of tokens, I still have 3 bucks left! |
|
|
| |
| ▲ | swiftcoder 6 hours ago | parent | prev | next [-] | | How does it stack against the updated Deepseek Flash version? | | |
| ▲ | pixelesque 6 hours ago | parent | next [-] | | 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). 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. | | |
| ▲ | swiftcoder 6 hours ago | parent | next [-] | | yeah, I've definitely noticed one has to be quite precise to keep Flash on the straight-and-narrow | | |
| ▲ | RALaBarge 2 hours ago | parent [-] | | Every plan and every code checkpoint finds me saying "Check with Grok and Fable latest to critique our strategy/code review" with pretty much every model. I havent ran into any deal breakers with the new Flash version yet (like it not running a tool properly or coming back with something completely daft) |
| |
| ▲ | surgical_fire 5 hours ago | parent | prev [-] | | I use a plan -> implement wotkflow for this reason. pro plans, flash implements. I am super happy with how flash behaves like that. |
| |
| ▲ | k__ 6 hours ago | parent | prev [-] | | Around 5 percentage points better. (E.g., 87% instead of 82%) | | |
| ▲ | Gecko4072 6 hours ago | parent | next [-] | | 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. | | |
| ▲ | networked 6 hours ago | parent | next [-] | | 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 (https://artificialanalysis.ai/models/mimo-v2-5-pro, https://artificialanalysis.ai/models/deepseek-v4-flash). 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. | | |
| ▲ | trollbridge 5 hours ago | parent [-] | | 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. 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. | | |
| ▲ | networked 5 hours ago | parent [-] | | 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. 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. | | |
| ▲ | trollbridge 4 hours ago | parent [-] | | Terra and Luna are fine, but they’re quite slow (OAI seems to be really slow lately) and don’t have the reasoning traces. My workflow really depends on them or I can’t switch models effectively. |
|
|
| |
| ▲ | saaga 6 hours ago | parent | prev | next [-] | | 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. I was running a session over a couple days and it didnt cross a dollar lol. | |
| ▲ | npn 6 hours ago | parent | prev | next [-] | | I still believe this is not the full potential of pro models. I expect they will release another checkpoint later this year. | |
| ▲ | k__ 6 hours ago | parent | prev | next [-] | | I tried the previous Pro model and in the end it was 50% more expensive than the previous Flash. Wasn't worth it. | |
| ▲ | eli 5 hours ago | parent | prev [-] | | Opus 5 medium to Opus 5 max is only 3 points, if that puts it in context |
| |
| ▲ | sparkling 6 hours ago | parent | prev [-] | | deepseek-v4-flash feels so fast and snappy, i'm loving it. Happy to trade speed for the the 5% degraded benchmarking performance. | | |
| ▲ | saaga 6 hours ago | parent | next [-] | | 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. | |
| ▲ | k__ 6 hours ago | parent | prev [-] | | I wouldn't exactly call it snappy, but faster than Pro, yes. | | |
| ▲ | ericd 6 hours ago | parent [-] | | Single request depth on vllm with dspark, I'm getting ~200 tps, I'd say it's pretty snappy. | | |
| ▲ | JacobAsmuth 6 hours ago | parent | next [-] | | Well sure but you're running on tens of thousands of dollars of hardware. | | |
| ▲ | ericd 4 hours ago | parent [-] | | It's much faster than other models on that same hardware in the same size class. I've tested a few, it's by far the fastest I've tested. And it wasn't tens* until recently. Didn't expect this to be one of my best performing assets this year. |
| |
| ▲ | k__ 4 hours ago | parent | prev [-] | | I get like 80. |
|
|
|
|
| |
| ▲ | segmondy 3 hours ago | parent | prev [-] | | ... and mere mortals can run this at home or rent a GPU, you can't do so with Sol or Fable. |
|
|
| ▲ | jklmnopqrstuvw 5 hours ago | parent | prev | next [-] |
| 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. Deepseek 4 pro: Worked for 12m 02s - cost $0.12 - has bug. Grok 4.6: Worked for 3m 18s - cost $ 1.41 - no bug. |
| |
| ▲ | bigmadshoe 2 hours ago | parent | next [-] | | 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. 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. | | |
| ▲ | jklmnopqrstuvw 2 hours ago | parent [-] | | 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. |
| |
| ▲ | computerex 5 hours ago | parent | prev | next [-] | | Repeat the test like 5 times for each model and see the results. | | |
| ▲ | epolanski 5 hours ago | parent [-] | | +1, a single test means little. | | |
| ▲ | jklmnopqrstuvw 5 hours ago | parent [-] | | I don't think so. I specifically kept this PR to test model capabilities, and I've already tested a bunch of models. Current test results show that the more advanced the model is, the easier it passes. For example, GPT-5.5 Medium fails the test(has bug), but High passed. | | |
| ▲ | computerex 3 hours ago | parent | next [-] | | They are causal autoregressive models, the output is sensitive even to the implementation nuances in inference. Even 1 token that's badly selected could throw off the entire answer. | | |
| ▲ | segmondy 3 hours ago | parent [-] | | you're thinking of one shot. if they are running an agentic loop then they don't need multiple passes. an agentic loop is multiple passes with tool calls and tools could fail and agent would correct from seeing the failure. a bad model will compound on error and fail, a good model will correct. 1 test is fine to gauge the quality of the model. | | |
| ▲ | computerex 2 hours ago | parent [-] | | An agent doing a task even with multiple back to back calls like normal without an example is zero shot. An agent doing a task with 1 example is one shot. An agent doing a task with a few examples is few shot. I don't think you are correctly using these terms. The multiple back to back LLM calls are done on accumulating context, so if there is a sampling error it could throw the entire session out of whack, because LLM's build on the previous context. It's actually meaningless to argue, one could simply sample more than 1 times and let the numbers speak for themselves. | | |
| ▲ | gpt5 37 minutes ago | parent [-] | | That's not true. An agent in a loop can test itself, review, verify and iterate as much as needed. That's one of the primary reasons more capable models tend to have a higher success rate. I don't disagree that multiple tests increase confidence, but it's not correct to argue that an agent in a loop harness is equivalent to oneshotting |
|
|
| |
| ▲ | seunosewa 4 hours ago | parent | prev [-] | | Do it a second time at least. |
|
|
| |
| ▲ | Zetaphor 4 hours ago | parent | prev | next [-] | | It's the third link on the front page right now? | |
| ▲ | hugmynutus 3 hours ago | parent | prev | next [-] | | Nullius in verba | |
| ▲ | ferongr 5 hours ago | parent | prev | next [-] | | [flagged] | | |
| ▲ | nozzlegear 5 hours ago | parent | next [-] | | This but unironically | |
| ▲ | gafferongames an hour ago | parent | prev | next [-] | | Yes. | |
| ▲ | numpad0 5 hours ago | parent | prev [-] | | no he and his stuffs are now considered transparent, no pun intended. I think he deserves it since his minions were persistent with usage of "this ___ has hateful bias against ___" canned response. |
| |
| ▲ | NooneAtAll3 5 hours ago | parent | prev [-] | | I thought it was impossible to downvote posts? | | |
| ▲ | benjiro29 3 hours ago | parent | next [-] | | I thought it was impossible to downvote posts? User Posts can be downvoted but you need over 500 karma to have access to the downvote button. A Submission can not be downvoted. | |
| ▲ | numpad0 4 hours ago | parent | prev [-] | | Maybe a tug of war between flags and vouches might work like downvotes? |
|
|
|
| ▲ | Palmik 3 hours ago | parent | prev | next [-] |
| 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: - https://api-docs.deepseek.com/ - https://x.com/ChrisGPT/status/2087572834650407024/photo/1 (officially posted on WeChat, this is just one of many reposts) |
|
| ▲ | alecsm 5 hours ago | parent | prev | next [-] |
| 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. I can't wait to try this new one. |
| |
| ▲ | coredog64 5 hours ago | parent | next [-] | | 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. | |
| ▲ | xnyan 4 hours ago | parent | prev [-] | | 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 |
|
|
| ▲ | book_mike 6 hours ago | parent | prev | next [-] |
| 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. |
| |
| ▲ | frumplestlatz 3 minutes ago | parent | next [-] | | > .998 of the time I don't need that kind of intelligence. I just need the job done. This surprises me. At less than >= (sol|opus)/xhigh, the results are dangerously poor for anything I've tried. With anything less, the model might get things over the line, but very poorly -- and not without me steering it so heavily that I'd be better off writing it myself. Even with high thinking in a SOTA model, I still have to steer them by pointing them to underlying theory and prior art in the relevant field -- as well as challenging their unsupported/smuggled assumptions, task blindness, catching attempts at shortcuts, etc. Hell, even when just using sol in the web UI as an advice-bot, the difference between "pro" and other thinking modes is night and day in terms of logical inference, insightfulness, etc. | |
| ▲ | okamiueru 5 hours ago | parent | prev [-] | | 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. | | |
| ▲ | bikemike026 5 hours ago | parent | next [-] | | 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. | | |
| ▲ | okamiueru 4 hours ago | parent | next [-] | | 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. > [Opus 5's output] is beyond the comprehension of virtually all engineers and developers 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. > 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. 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 plausible. It is far more likely than not, that it is equally inadequate in the areas I lack the necessary knowledge to tell. 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? 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 experts time in filtering and refuting incorrect postulations that are cheep to generate. The perfect storm for bullshit asymmetry. | | |
| ▲ | bikemike026 2 hours ago | parent [-] | | 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. |
| |
| ▲ | hgoel 4 hours ago | parent | prev | next [-] | | 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. Opus 5 and Fable 5 in particular suffer from this issue at worse level than most models in the same class. | | |
| ▲ | greenchair 2 hours ago | parent [-] | | yep, it is so bad i had to create rules to cut down on the techbro language and domain slang. | | |
| ▲ | hgoel an hour ago | parent [-] | | I just canceled my Claude subscription outright. The models are all gairly fungible, it's easy enough to just switch to another provider. |
|
| |
| ▲ | logicchains 4 hours ago | parent | prev [-] | | You mean Fable 5 right? Opus 5 makes lots of stupid mistakes about anything that requires any domain knowledge. |
| |
| ▲ | f6v 4 hours ago | parent | prev | next [-] | | 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. 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. But now I can say: "Look at the latest log and make a plan to fix". And it takes it from there. | |
| ▲ | odig 4 hours ago | parent | prev [-] | | so????? |
|
|
|
| ▲ | indigodaddy 6 hours ago | parent | prev | next [-] |
| @dang - Pls merge this with https://news.ycombinator.com/item?id=49274018 |
| |
| ▲ | CharlesW 4 hours ago | parent [-] | | Email hn@ycombinator.com with anything you want HN mods to see. They're incredibly responsive. |
|
|
| ▲ | Gecko4072 6 hours ago | parent | prev | next [-] |
| 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. |
| |
| ▲ | nolist_policy 6 hours ago | parent | next [-] | | 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: https://github.com/elsung/dgx-spark-deepseek-v4-flash#-long-... | |
| ▲ | sschueller 5 hours ago | parent | prev | next [-] | | 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. | |
| ▲ | eli 5 hours ago | parent | prev | next [-] | | The Deepseek official API is good with excellent caching. But their privacy policy is unusually bad - they can train off your prompts and completions. | | |
| ▲ | trollbridge 4 hours ago | parent [-] | | Use another provider from OpenRouter. I really don’t care if they train off my prompts. | | |
| ▲ | stanac 3 hours ago | parent [-] | | V4 Pro 0813 isn't offered by other providers. I can't find this model on hugging face. It's probably not open, or not open yet. |
|
| |
| ▲ | Eueudhsbsj32 6 hours ago | parent | prev | next [-] | | What's the new pricing? The prices on OpenRouter still look the same. | | |
| ▲ | notatoad 4 hours ago | parent [-] | | nobody is saying. just "more". but openrouter says they don't expect the price to change other than through the deepseek api, other people hosting the same model will keep charging the same price. | | |
| ▲ | Eueudhsbsj32 2 hours ago | parent [-] | | Unfortunately cache reads with third party providers are all 10-50x more expensive than with DeepSeek, so they're not even close to as cost efficient for multi-round agent use. |
|
| |
| ▲ | Jsttan 6 hours ago | parent | prev | next [-] | | What is the new price through? | | |
| ▲ | Gecko4072 6 hours ago | parent [-] | | https://api-docs.deepseek.com/quick_start/pricing/ edit: there are banner announcements saying v4 flash pricing will increase first then overall by an undetermined amount | | |
| ▲ | nchmy 5 hours ago | parent | next [-] | | i dont see any price increase there... what am i missing? | | |
| ▲ | vdfs 5 hours ago | parent | next [-] | | It's a big confusion, some[0] say an email was sent about significant price increase, personal I haven't seen anything official [0] https://finance.yahoo.com/technology/ai/articles/deepseek-pl... | | |
| ▲ | surgical_fire 5 hours ago | parent [-] | | The email is real, I received it from DeepSeek itself. I probably received it because I buy tokens directly from them. No actual price increase however. |
| |
| ▲ | GrinningFool 4 hours ago | parent | prev | next [-] | | The banner on account settings; and a blurb on the pricing page:
"We plan to raise the overall pricing for DeepSeek API services in the near future, with a significant increase expected. Please plan your usage accordingly. The specific pricing plan will be subject to official notice." | |
| ▲ | alecsm 5 hours ago | parent | prev [-] | | Right below the pricing it is stated that they plan to increase the prices in the near future. | | |
| |
| ▲ | minraws 6 hours ago | parent | prev [-] | | isn't it the same old pricing? did they increase V4 Pro pricing already? |
|
| |
| ▲ | igravious 5 hours ago | parent | prev [-] | | yup :) i'm doing opencode <-> openrouter <-> official deepseek api (i don't get the opencode hate, i like it) how are you doing it? am also using Kimi K3 via kimi-code and also GLM 5.2 via ZCode 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 | | |
| ▲ | literallyroy 4 hours ago | parent [-] | | > i don't get the opencode hate, i like it 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. 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. It’s a good tool I just don’t like the privacy policies nor maintainers attitudes. |
|
|
|
| ▲ | eshack94 5 hours ago | parent | prev | next [-] |
| 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. |
| |
| ▲ | jubilanti 5 hours ago | parent | next [-] | | Their privacy policy doesn't forbid them from just straight up publishing your raw prompts as training data. 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. | |
| ▲ | cdolan 5 hours ago | parent | prev [-] | | That is likely because Deepseek themselves is the only host. In 24-48 hours there will be other options I presume |
|
|
| ▲ | XCSme 3 hours ago | parent | prev | next [-] |
| Again, I will wait until there's a provider that doesn't train on prompts before I will benchmark. |
| |
| ▲ | LeBit 2 hours ago | parent | next [-] | | The good thing is that there seems to be quite a lot. Let’s just wait a bit for this one. | |
| ▲ | dakolli 2 hours ago | parent | prev [-] | | 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. 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. 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. | | |
| ▲ | XCSme 2 hours ago | parent | next [-] | | 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. 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. | |
| ▲ | diydsp an hour ago | parent | prev [-] | | >are you protecting some crazy discovery Yes. If someone figured out my current project they would have a huge scoop. |
|
|
|
| ▲ | cjg007 4 hours ago | parent | prev | next [-] |
| Before DeepSeek-V4-Pro-0813's price goes up, I expect a surge of frantic traffic — hope the servers can hold up. |
|
| ▲ | nthypes 5 hours ago | parent | prev | next [-] |
| Still behind Kimi-K3 in almost half of the benchmarks |
| |
|
| ▲ | ernsheong an hour ago | parent | prev | next [-] |
| These people can't version control properly, V4.1 or V5 would be more appropriate. |
|
| ▲ | nimsarajay 3 hours ago | parent | prev | next [-] |
| I'm Satisfied with this model (in opencode) |
|
| ▲ | Readerium 5 hours ago | parent | prev | next [-] |
| V4 Pro has vision correct? |
| |
|
| ▲ | nullbyte 5 hours ago | parent | prev | next [-] |
| Even though cost-per-token is low, Deepseek v4 tends to burn an immense number of tokens to accomplish tasks. |
| |
| ▲ | SwellJoe 3 hours ago | parent [-] | | It still ends up being one or two orders of magnitude cheaper per task on benchmarks. |
|
|
| ▲ | Myzura 4 hours ago | parent | prev | next [-] |
| 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 |
|
| ▲ | moritzwarhier 2 hours ago | parent | prev | next [-] |
| Is having padded version numbers with a leading zero a common thing? Wondering, sorry if it's a dumb triviality to ask. Is this even a (sub-)version number? I mean the major version is clearly 4. |
| |
|
| ▲ | LeonKnst 6 hours ago | parent | prev | next [-] |
| 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 |
| |
| ▲ | krlx 5 hours ago | parent | next [-] | | 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 ... | |
| ▲ | sinuhe69 6 hours ago | parent | prev | next [-] | | 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. | |
| ▲ | spacebanana7 6 hours ago | parent | prev | next [-] | | 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. | | |
| ▲ | BlackRabbit1 5 hours ago | parent | next [-] | | There are EU/US providers offering Deepseek/Qwen/Kimi/etc.-as-a-Service. With zero ties of their infrastructure to China. Fully compatible with the well known Antrophic API. You only have to replace the URL and your key. | | |
| ▲ | odo1242 5 hours ago | parent [-] | | 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). It may not be likely but it's definitely possible enough to be something people worry about. |
| |
| ▲ | trollbridge 5 hours ago | parent | prev [-] | | Then run the DeepSeek or Qwen model on AWS GovCloud, etc., and you won't have any risk of exposure to "China". I'm not even sure what "EU AI safety rules" are. Can't people in the EU just use whatever they want? | | |
| ▲ | hgoel 4 hours ago | parent [-] | | Running on AWS GovCloud isn't necessarily an option, some places prohibit running Chinese origin models even locally. |
|
| |
| ▲ | HawtAds 6 hours ago | parent | prev | next [-] | | 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. | |
| ▲ | numpad0 4 hours ago | parent | prev | next [-] | | There's just no place for models that are neither SoTA nor truly crazy cheap in today's public mental health climate. 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. 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. | |
| ▲ | ianm218 5 hours ago | parent | prev | next [-] | | I suspect if you follow dev groups in developing countries people are much more focused on token/ price efficiency. For funded startups it mostly just doesn’t matter a ton unless you are passing on inference in your product at scale | |
| ▲ | cortesoft 4 hours ago | parent | prev | next [-] | | I keep using Claude and Codex simply because the subscription rates are SO MUCH cheaper than per-token rates, even with the cheaper models | |
| ▲ | BlackRabbit1 6 hours ago | parent | prev | next [-] | | A lot of it/infrastructure departments aren't aware that you can use Asian models hosted within the US or even EU. | |
| ▲ | spacephysics 5 hours ago | parent | prev [-] | | Most of my model usage comes from my work’s model selection (which is now down to just Claude models) 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. 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 |
|
|
| ▲ | yipinwong 5 hours ago | parent | prev [-] |
| Worse than Luna but more expensive than Luna.
Sticking with Luna without sending my data to Deepseek (China) |
| |
| ▲ | Eueudhsbsj32 5 hours ago | parent | next [-] | | Unless you're Chinese, why would you care if they see your data? 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. | | |
| ▲ | akman 3 hours ago | parent | next [-] | | I do think this question comes up a lot-- I can understand why. For some well-explained reasons, check out https://darioamodei.com/essay/the-adolescence-of-technology and search for "CCP". | | |
| ▲ | Eueudhsbsj32 2 hours ago | parent | next [-] | | 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? 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. | | |
| ▲ | akman 15 minutes ago | parent [-] | | 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 on top of that. |
| |
| ▲ | vrganj an hour ago | parent | prev [-] | | 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. The CCP's not great either, sure. But the Americans don't really have a leg to stand on anymore. | | |
| |
| ▲ | segmondy 3 hours ago | parent | prev [-] | | 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. |
| |
| ▲ | iammrpayments 4 hours ago | parent | prev | next [-] | | It’s either chinese in the US or chinese in China anyway | |
| ▲ | comandillos 3 hours ago | parent | prev [-] | | At least you can run it for relatively cheap hardware. I guess OpenAI doesn't let you do that. |
|