Earlier quoted context omitted.
Some providers are based in the US or EU and would face legal repercussions for lying about what they do with your data. It's a bit more than "trust me bro". Off the top of my head, you can use Fireworks, for example, which is based in California and would face the same consequences for lying about their data policy as OpenAI or Anthropic would.
Meta is based in the US, yet they torrented TERABYTES worth of books to feed their AI. I’m not trying to be negative here, but your point is invalidated by that particular event in itself.
DeepSeek V4 – almost on the frontier
301–310 of 420 posts
Re: DeepSeek V4 – almost on the frontier
#302Naive Question: is DeepSeek V4 actually cheaper to run? Or is it cheaper because of other reasons? For example Anthropic running at a higher margin or DeepSeek at a larger loss?
I believe that DeepSeek-V4-Pro API at promotional pricing ( https://api-docs.deepseek.com/quick_start/pricing ) could run at almost exactly 200 % profit. If you take DeepSeek's numbers for DeepSeek-V3 ( https://github.com/deepseek-ai/open-infra-index/blob/main/20... ) and plug in ~3333 tps/GPU for DeepSeek-V4-Pro ( https://developer.nvidia.com/blog/build-with-deepseek-v4-usi... ) and a price of $7/hr per B300 GPU, th…
Re: DeepSeek V4 – almost on the frontier
#303The biggest differentiator for me: DeepSeek just does what I ask. I've tried using both GPT and Claude for reverse engineering recently, both refused. I even got a warning on my OpenAI account.
In my experience GLM 5.1 has been excellent when paired with IDA Pro (DeepSeek v4 pro comes in close second, Kimi straight up refuses). Claude can only do reverse engineering if you throw it into some sort of hero/saviour mode then gradually pivot into red team (though it gets easily tripped).
On my personal test bench, when compared to other inexpensive models, GLM 5.1 provides the answers that I would consider most complete or satisfying (these are subjects that I consider myself an expert in). The answers tend to be more comprehensive, nuanced, and include references that I would consider the correct ones (if given access to web search).
I also find it a joy to code with, somewhere between Sonnet 4.6 and Opus 4.6 (have not tested Opus 4.7 yet).
Finally, just gauging by pelicans, it kind of stick out: https://simonwillison.net/tags/pelican-riding-a-bicycle/
Re: DeepSeek V4 – almost on the frontier
#304Earlier quoted context omitted.
This. It's going to be tricky for the frontier model labs to argue they didn't intentionally design their models to do so, when the models take illegal actions. I'm not even sure how one would construct a viable legal argument around that for SOTA models + harnesses, given the amount of creative choices that go into building them. It'd be something like "Yes, we spent billions of dollars and thousands of person-hours…
> I'm not even sure how one would construct a viable legal argument around that for SOTA models + harnesses, given the amount of creative choices that go into building them. I'm not a lawyer, but to me the legal case seems pretty obvious. "We spent billions of dollars creating this thing to be a good programmer, but we did not intend for it to reverse engineer Oracle's database. No creative effort was spent making it…
That's the bit that's going to be nasty in evidence. 'So you didn't have any reverse engineering in your training or testing sets?'
Re: DeepSeek V4 – almost on the frontier
#305Earlier quoted context omitted.
I believe that DeepSeek-V4-Pro API at promotional pricing ( https://api-docs.deepseek.com/quick_start/pricing ) could run at almost exactly 200 % profit. If you take DeepSeek's numbers for DeepSeek-V3 ( https://github.com/deepseek-ai/open-infra-index/blob/main/20... ) and plug in ~3333 tps/GPU for DeepSeek-V4-Pro ( https://developer.nvidia.com/blog/build-with-deepseek-v4-usi... ) and a price of $7/hr per B300 GPU, th…
Good info, thanks! (Not sure why my original question got downvoted. It’s very fair to ask imho!)
Re: DeepSeek V4 – almost on the frontier
#306I have a gut feeling that these models can do just as well, has someone run a reasonable size task — >=1-2 days of designing and planning — and see it work well with these models?
* For me what worked well was the grill me skill(or its variation) at the design stage, the hygiene I followed here was have it ask one question at a time, resolving dependencies at the design stage and reading the hashed out plan closely. The use of a couple of other MCP tools like a documentation server like deepwiki and arxiv for grounding. Other tricks I use are having high signal tests and having claude either be able to read logs and code at the same time or embedding it in the execution(e.g. as a debugger, repl or devtools)
Re: DeepSeek V4 – almost on the frontier
#307Does it censor mentions of what happened in Tiananmen Square in 1989?
Re: DeepSeek V4 – almost on the frontier
#308Does it censor mentions of what happened in Tiananmen Square in 1989?
Re: DeepSeek V4 – almost on the frontier
#309Re: DeepSeek V4 – almost on the frontier
#310The biggest differentiator for me: DeepSeek just does what I ask. I've tried using both GPT and Claude for reverse engineering recently, both refused. I even got a warning on my OpenAI account.