Earlier quoted context omitted.
No, it’s consistent with what China is doing in other markets, which is dumping product to drive others out of business. I had a shower thought on how to counteract this, specifically related to the AI dumping. If China is losing substantial money on every token, why wouldn’t an adversary try to maliciously increase consumption? This strategy is not really viable against physical goods dumping because demand is finit…
Because it's not losing money on each token? Aside from most global people using American inference providers to run the models, I suspect the cloud inference products of the Chinese labs are profitable, at least on the inference costs (ie: not including model training, salaries, etc).
Open-weight AI is having its Kubernetes moment
271–280 of 346 posts
Re: Open-weight AI is having its Kubernetes moment
#272Earlier quoted context omitted.
Hosting and providing Chinese models wouldn't be the same as doing business with the sanctioned entities though, you don't interact with them in any capacity if you only use the weights and don't sign any contracts.
They can easily write the law such that your first part becomes illegal too.
Re: Open-weight AI is having its Kubernetes moment
#273Everyone is talking about banning Chinese models but nobody talks how it is feasible to ban them. I think it’s impossible simply because technically there is no such thing as a “Chinese model”. There is no way to tell apart an “American” model from a “Chinese” one by looking at their weights. Weights are just numbers and you can’t assign country of origin to numbers. One can find very easy workarounds to any naive at…
> Everyone is talking about banning Chinese models but nobody talks how it is feasible to ban them. It is not possible to 100% ban open weight models getting released in the same way you cannot stop leaks. Just ask Meta with the original Llama leak.
Re: Open-weight AI is having its Kubernetes moment
#274Re: Open-weight AI is having its Kubernetes moment
#275Earlier quoted context omitted.
No. There are questions you can ask but that's not it. Don't be political in a way that's toxic to half the country - be political in a way that's toxic to the entire country. I'll leave what those lines of inquiry would be as an open exercise.
It’s funny how asking “who won the 2012 election” and “who won the 2016 election” are not political but suddenly “who won the 2020 election” is. I think that should tell you whoever takes an easily verifiable fact and argues that it is “political” is a raging idiot. That said, I truly don’t mean that disparagingly. I just mean literally it’s right up there with flat earthers. There is a very low bar for critical thou…
Careful now, this path allows the weasel option of "Joe Biden was certified as the winner of the 2020 election" and similar "Biden didn't win, but he was installed" bs.
Re: Open-weight AI is having its Kubernetes moment
#276Earlier quoted context omitted.
Because it's not losing money on each token? Aside from most global people using American inference providers to run the models, I suspect the cloud inference products of the Chinese labs are profitable, at least on the inference costs (ie: not including model training, salaries, etc).
There is no way Deepseek is making money even on inference
https://openrouter.ai/compare/deepseek/deepseek-v4-flash/ten...
Re: Open-weight AI is having its Kubernetes moment
#277Earlier quoted context omitted.
I think the argument is that artificial comes in with IP law, which some people feel is superfluous. I do think that corporate price gouging is a huge problem that does need to be addressed. But especially with smaller business types — creatives, et al— I still haven’t gotten any grownup answers about what would compel people to get professionally good at something and innovate in the complete absence of copyright: t…
I'm with you on all of that. There is, nevertheless, a strong argument that IP protection (particularly for creative / "culturally significant" works) is too long . Twenty years - interestingly enough, the original time-period in the US - of protection seems like a better (for society) deal than life of the author plus seventy. I think, in fact, most artists would agree: if you went back in time and asked a playwrite…
I have, however, met a ton of very well-paid tech workers that were extremely against copyright, entirely, especially where it came to paying artists, such as musicians, for their labor. Pretty ironic because the market for software development labor market would probably land somewhere between graphic designers and company IT worker if the commercial software business had no IP protection.
Re: Open-weight AI is having its Kubernetes moment
#278Earlier quoted context omitted.
Thank you for this explanation. It makes sense, but I don't really understand why it has become so popular. Professionally, my experience is that certain software components need to run together on an individual machine (e.g. database server, app server, web server), and then those machines need to be networked in a certain way (e.g. web server talks to app server, which talks to database server), so I really need to…
Your host with the webserver has no idea its just a docker image. It talks to app.domain.tld and gets a reply. app.domain.tld asks db.domain.tld with an SQL query and gets a reply. But it can be one of any deployed docker image on any bare metal host - which one is db. and app. etc. is decided by Kubernetes. In the background kubernetes routes all these docker images with each other without you having to think about…
Re: Open-weight AI is having its Kubernetes moment
#279Earlier quoted context omitted.
"We have been having extensive discussions around open source strategy. [..] one thing we'd like to do soon is to create a language model with the approximate capability of GPT-3 that can run locally [..]. In general, we think this helps discourage others from releasing similarly-powerful models, and makes it harder for new efforts to get funded." - Sam Altman emails OpenAI board, 2.5 years after GPT-3 Chinese releas…
> Chinese release open models to drive the state of the art Are you sure it isn't just another form of Chinese industrial policy? China does not have frontier labs, but through distillation and their own work they can get pretty close. It's not enough to be competitive with Anthropic and OpenAI, but there is still money to be made by selling compute (software as a service), and in any case it's better than being left…
Re: Open-weight AI is having its Kubernetes moment
#280Earlier quoted context omitted.
I’m happy to be proven wrong, but the limited examples I’ve seen of clustered Strix Halos are quite slow running large models (ie models too large to fit into the ram of a single machine) due to the slow networking between each one?
That is already being addressed with GPUs and special PCIe daughter cards that link them together faster than the PCIe on the MOBO could. SLI but better.
That's why I pointed out the next generation is coming soon. Also, the AMD docs aren't using quantization (as far as I can tell, I only skimmed), which gives a speedup roughly linear in the compression ratio. Algorithms for that continue to improve, so expect a lossless factor of 2-8x on DRAM and throughput, at least.