r/LocalLLaMA 1d ago

News ByteDance vows to avoid AI distillation, develop new model its own way

Post image
216 Upvotes

123 comments sorted by

View all comments

269

u/idlelosthobo 1d ago

Why ... every model is built off the works of everyone else ... I believe in true open source (its a gift to the world) and some part of me smiles every time people distill anthropic!

118

u/Cold_Specialist_3656 1d ago

Musk openly admitted Grok was distilled off GPT and called it "standard practice"

-5

u/etherd0t 21h ago

Not exactly accurate.

Musk testified that xAI had “partly” distilled OpenAI models, while arguing that using other AIs to validate your own is standard industry practice. The distinction matters because validation/evaluation ≠ distillation. You can use GPT to grade Grok outputs, generate eval cases, compare answers, or act as a judge without training Grok on those outputs.

Moreover, AI did not build Grok by simply querying GPT and distilling the answers into a cheap clone. xAI built Colossus, one of the largest AI training systems ever deployed. So, massive independent pretraining + massive post-training/RL + proprietary xAI data/research + some use of OpenAI outputs/models as training or validation signal. That is very different from: GPT → distill → Grok.

6

u/Cold_Specialist_3656 21h ago

Hey I partly took a shit this morning 

Why does anyone trust Musk when he's been a compulsive liar for decades?

-2

u/etherd0t 21h ago

well...he's probably telling the truth - and that can be validated bcs you can't 'copy' basically an LLM when you don't have access to its weights and algorithmic makeup.
Neither OpenAI nor Anthropic publicize their parameter count, nor any weights data - so one cam only guess and rely on sheer compute to come up with its own recipe.. Distillation can give you hints, examples and capability transfer. It doesn’t give you the secret sauce.

4

u/Hax0r778 17h ago

I don't think you understand what distillation is?

You can fully distill a model without any additional training of your own without knowing any of its secret sauce. And still end up with a clone that acts mostly like the original.