Anthropic says Alibaba illicitly extracted Claude AI model capabilities
691–700 of 1001 posts
Re: Anthropic says Alibaba illicitly extracted Claude AI model capabilities
#692Re: Anthropic says Alibaba illicitly extracted Claude AI model capabilities
#693Earlier quoted context omitted.
> These complaints of distillation are inflating the problem to make it sound worse than it is Unfortunately, the Reuters piece itself is complicit in this dramatization. The lede paragraph parrots Anthropic's talking point that distillation is an "attack", without using quotes that would alert the reader that this framing is a corporate talking point. Distillation is NOT an attack.
Anthropic raped everyone without asking and stole their labor to build their career-commoditizing tech. Distillation is Robin Hooding it back so that one trillion dollar company doesn't reap all the benefits of their automation of the workforce. Distillation is Prometheus bringing fire from the gods to give to ordinary humans. Something we all own anyway, but that was kept from us. Distillation is freedom. Everyone s…
Re: Anthropic says Alibaba illicitly extracted Claude AI model capabilities
#694Earlier quoted context omitted.
For something to be a trade secret, you have to actually keep it secret. If I get the ingredients of Coca-cola from an ex-employee, I've stolen a trade secret. If I work it out by doing a chemical analysis, I've stolen nothing. There is a difference with anthropic, as no-one signs a licence agreement to buy a coke. But Anthropic are also not saying you can't publish the output of their models. It's not clear to me if…
Wait, really? So why doesn't someone just reverse-engineer Coca-Cola like that? My understanding was that a "clean room" implementation is fine, but not reverse-engineering. If you can just copy everything on the market, why isn't someone already doing that?
Here it is.
Per liter of cola:
104 g sugar
1 mL Flavor Solution A
10 mL Flavor Solution B
Carbonated water to volume
Flavor Solution A (Essential Oils):
Dilute 20–21 mL of the following oil mixture to 1 L using 95% ethanol:
45.8 mL lemon oil
36.5 mL lime oil
8 mL tea tree oil (emulates decocainized coca leaf extract)
4.5 mL Cassia cinnamon oil
2.7 mL nutmeg oil
1.2 mL orange oil
0.7 mL coriander oil
0.6 mL fenchol
Flavor Solution B (Chemical and Color Base):
Dilute the following ingredients to a volume of 1 L using water:
320 mL Shank's caramel color or 190 mL Durkee caramel color
160 g glycerin
45 mL 85% phosphoric acid
10 mL vinegar (5% acidity)
10 mL vanilla extract
10 g wine tannins (emulates decocainized coca leaf extract)
9.65 g caffeine
Re: Anthropic says Alibaba illicitly extracted Claude AI model capabilities
#695Companies like Anthopic will be using the same model as anyone else. They just bring value in having a fast datacenter and agent.
Its stupid to even think that a general model lile opus would be the real value.
Models age fast, new ones come along, and the end user wont care "whos model it is" just that it is fast and sharp.
Re: Anthropic says Alibaba illicitly extracted Claude AI model capabilities
#696Earlier quoted context omitted.
Anthropic raped everyone without asking and stole their labor to build their career-commoditizing tech. Distillation is Robin Hooding it back so that one trillion dollar company doesn't reap all the benefits of their automation of the workforce. Distillation is Prometheus bringing fire from the gods to give to ordinary humans. Something we all own anyway, but that was kept from us. Distillation is freedom. Everyone s…
And a number of Qwen variants are available to self host. Do Anthropic have any like that?
It's far cheaper to spin up an H200 hourly or to simply consume a managed version of an open weights model than it is to use a proprietary hyperscaler API. And you own the model itself and can fine tune, tweak, lobotomize, etc.
The stuff you can run on your own RTX cards is neat, but it's rather hobbyist. The real power is in the cloud. Renting cloud hardware is fine, because the core problem is ownership of the weights, not the server rack or ISP fiber lines. Those are already commodity.
Big businesses will eventually run open weights models in the cloud, and it'll be a rather large part of the future AI economy.
Re: Anthropic says Alibaba illicitly extracted Claude AI model capabilities
#697Here's what is happening: Chinese resellers are offering Claude tokens at 70-90% below official Anthropic API prices. They achieve this by reselling capacity from pooled Claude Max accounts, payments fraud, and also reselling the model output & reasoning chains to various Chinese labs. They are subsidizing model access in exchange for user logs and reasoning traces, which they then sell as training data, allowing the…
One would think Anthropic could point Mythos at this to solve the reseller problem outright: - Purchase multiple accounts via resellers - Send messages that contain a UID - Capture these in Anthropic's logs - Shut down account. Use any metadata to identify related accounts /loop
You're assuming Anthropic want to stop it.
I think it serves their interests more to be able to release stories like this from time to time, to feed to the US government, in an attempt to get the Chinese competition shut down.
Re: Anthropic says Alibaba illicitly extracted Claude AI model capabilities
#698Even if the US bans opens models, the Chinese and Russians will still have them, along with the rest of the world including cybersecurity attackers, and that's probably the worst-case scenario for the US.
The only way forward now is open models and how we restructure society around them.
Re: Anthropic says Alibaba illicitly extracted Claude AI model capabilities
#699Growing up with the birth of the internet - I really did think it would be a force for transferring power and authority to the people. Sigh, I was I so wrong.
Where are the companies that declare, "we will be the best, come at us!"
Where are the politicians who are supposed to represent us? Oh, right. I forgot for a moment.
Re: Anthropic says Alibaba illicitly extracted Claude AI model capabilities
#700Ask claude it's name in chinese and it thinks its Qwen (opus) or Deepseek (sonnet). Anthropic are just as guilty as everyone else training AI, today, maybe more so. Every lab borrows from every other. It only takes a few hundred samples to figure out the pattern; look at glm-5.2 reasoning using the caveman tongue of gpt-5.5. Stopping this would require some draconian surveillance.
A model may misidentify itself due to the surrounding context. When a model is about to answer "I'm ...", what follows is a sorted list of probabilities for what the next token should be. In most models it's usually a list of popular model names: say, in the list, first comes Claude, then Qwen, then ChatGPT etc. Usually the "Claude" token would be the most probable token, say 70%. But if the surrounding context is in Chinese, the embeddings for "something to do with China" may nudge the combined embedding of the output token towards the "Qwen" embedding more ("China+Claude=Qwen" in the embedding space). Say, the probability for "Qwen" now becomes 60% instead of 10%.
If we also use high temperature for more "creativity", the token sampler now may choose "Qwen". It's not the most probable token still, but it was chosen because selecting the 2nd most probable token once in a while usually allows a model to explore unexpected "creative" paths, and 60% probability is good enough compared to 70%. It's basically a hallucination.
I once made an experiment: if I ban the word "Qwen" in the inference engine entirely, and ask Qwen "which model are you?", it happily starts announcing it's Claude 100% time, simply because "Claude" is the next most probable token after "Qwen" in this context.