Earlier quoted context omitted.
I'm not American. Ever since I've been old enough to understand the world, the only country constantly at war everywhere is America. An all-powerful American AI is scarier to me than an open source Chinese one
As Russian I only recently started to understand that russian government was at wars for a lot of its existence from USSR times: https://en.wikipedia.org/wiki/List_of_wars_involving_Russia#... . Many invasions and wars in places Russia should have no business in. Most of them not publicized in the country. Unlike US it was not spreading liberal values of individual freedom and against violent dictatorships, actually…
DeepSeek R2 launch stalled as CEO balks at progress
61–70 of 186 posts
Re: DeepSeek R2 launch stalled as CEO balks at progress
#62Re: DeepSeek R2 launch stalled as CEO balks at progress
#63"We had difficulties accessing OpenAI, our data provider." /s
Rumour was that DeepSeek used the outputs of the thinking steps in OpenAI's reasoning model (o1 at the time) to traing DeepSeek's Large Reasoning Model R1.
Remember that DeepSeek is the offshoot of a hedge fund that was already using machine learning extensively, so they probably have troves of high quality datasets and source code repos to throw at it. Plus, they might have higher quality data for the Chinese side of the internet.
* Of course I won't detail my class of problems else my benchmark would quickly stop being useful. I'll just say that it is a task at the undergraduate level of CS, that requires quite a bit of deductive reasoning.
Re: DeepSeek R2 launch stalled as CEO balks at progress
#64Re: DeepSeek R2 launch stalled as CEO balks at progress
#65Earlier quoted context omitted.
I think that's unlikely. DeepSeek-R1 0528 performs almost as well as o3 in AI quality benchmarks. So, either OpenAI didn't restrict access, DeepSeek wasn't using OpenAI's output, or using OpenAI's output doesn't have a material impact in DeepSeek's performance. https://artificialanalysis.ai/?models=gpt-4-1%2Co4-mini%2Co3...
almost as well as o3? kind of like gemini 2.5? I dug deeper and surprise surprise: https://techcrunch.com/2025/06/03/deepseek-may-have-used-goo... I am not at all surprised, the CCP views AI race as absolutely critical for their own survival...
EQBench, another "slop benchmark" from the same author, is equally dubious, as is most of his work, e.g. antislop sampler which is trying to solve an NLP task in a programmatic manner.
Re: DeepSeek R2 launch stalled as CEO balks at progress
#66The title of the article is "DeepSeek R2 launch stalled as CEO balks at progress" but the body of the article says launch stalled because there is a lack of GPU capacity due to export restrictions, not because a lack of progress. The body does not even mention the word "progress". I can't imagine demand would be greater for R2 than for R1 unless it was a major leap ahead. Maybe R2 is going to be a larger/less perform…
Human progress that benefits everyone being stalled by the few and powerful who want to keep their moats. Sad world we live in.
Re: DeepSeek R2 launch stalled as CEO balks at progress
#67Earlier quoted context omitted.
Are you saying that large-model capabilities would make a substantial difference in a military conflict within the next five years? Because we aren’t seeing any signs of that in, say, the Ukraine war.
small scale drones are in use in that conflict. On device AI would be a game-changer no?
Re: DeepSeek R2 launch stalled as CEO balks at progress
#68Earlier quoted context omitted.
I'm not American. Ever since I've been old enough to understand the world, the only country constantly at war everywhere is America. An all-powerful American AI is scarier to me than an open source Chinese one
As Russian I only recently started to understand that russian government was at wars for a lot of its existence from USSR times: https://en.wikipedia.org/wiki/List_of_wars_involving_Russia#... . Many invasions and wars in places Russia should have no business in. Most of them not publicized in the country. Unlike US it was not spreading liberal values of individual freedom and against violent dictatorships, actually…
Then look up Latin America’s history, where the US actively worked to install and support such violent dictatorships.
Some under the guise of protecting countries from the threat of communism - like Brazil, Argentina and Chile, and some explicitly to protect US company’s interests - like in Guatemala
Re: DeepSeek R2 launch stalled as CEO balks at progress
#69Earlier quoted context omitted.
Presumably there is a CEO statement somewhere. If DeepSeek said May, but it is almost July, that would call for some comment from them. Although I'd like to know the source for the "this is because of chip sanctions" angle. SMIC is claiming they can manufacture at 5nm and a large number of chips at 7nm can get get the same amount of compute of anything Nvidia produces. It wouldn't be market-leading competitive but de…
> If DeepSeek said May It is pretty strange that DeepSeek didn't say May anywhere, that was also a Reuters report based on "three people familiar with the company".[1] DeepSeek itself did not respond and did not make any claims about the timeline, ever. [1]: https://www.reuters.com/technology/artificial-intelligence/d...
Re: DeepSeek R2 launch stalled as CEO balks at progress
#70Earlier quoted context omitted.
My experience with R1-0528 for python code generation was awful. But I was using a context length of 100k tokens, so that might be why. It scores decently in the lmarena code leaderboard, where context length is short.
Would love to see the system/user prompts involved, if possible. Personally I get it to write the same code I'd produce, which obviously I think is OK code, but seems other's experience differs a lot from my own so curious to understand why. I've iterated a lot on my system prompt so could be as easy as that.
The published model has a note strongly recommending that you should not use system prompts at all, and that all instructions should be sent as user messages, so I'm just curious about whether you use system prompts and what your experience with them is.
Maybe the hosted service rewrites them into user ones transparently ...