ATRIUMsearch → argument graph
Video · 2026-07-30 · 22m · 5 moments

Open Weight Models Explained for Everyone

✦ AI generated

timeline · colored by role

01
Definition

A model (LLM) is just a standalone file — trillions of numbers predicting the next word — not a server or a program connected to the internet.

CJ explains that an LLM is fundamentally a file — like a photo on your phone — containing billions or trillions of numbers that predict the next word, with no built-in internet connection.

transcript

CJ: And a model is basically the thing you get access to when you go to chat.openai.com or gemini.google.com or claude.ai. And a model is a standalone thing created by an AI lab. [...] the end result of all of that upfront analyzing of all of that data is a single file that predicts words. It's not a server farm, it's not a computer, it's not a program running on a computer, it's a file with trillions or billions of numbers inside of it. [...] The model file itself is not connected to the internet. It was essentially created by analyzing the occurrence and relationships of every word on the internet. And so, the model file has all of that information embedded inside of it as a collection of numbers. You could think of it like an encyclopedia that predicts words, but it's not connected to anything. It can't access the internet. It is literally just a file that when run through some other program, predicts words.

02
Mechanism

Open weight models from Chinese AI labs can be run on your own hardware or via third-party providers like Microsoft, so your data never travels to China.

CJ uses a restaurant/food analogy to explain that while using Chinese AI websites sends data to China, open weight models — like published recipes — can be downloaded and run locally or via US providers like Microsoft Foundry, with no data going back to the model's creator.

transcript

CJ: All of these Chinese AI labs also offer up what are known as open weight models, which is like publishing their recipes online. And when they do that, that actually means you can download these open weight models to run them on your own computer or your own hardware or your own servers in the cloud. [...] Some AI labs make it so that other companies and people can take that model and then run it on their own systems. And then they provide API access to end users and applications. And one of the biggest examples of this is Microsoft Foundry. They actually give you API access to many different open weight models when you sign up for their service. And so if you go to ai.azure.com, you actually can get access to GLM 5.2 or Kimmy K 2.5, which are all models that were created by Chinese labs. But when you're interacting with those models, none of your data is actually traveling to China. Your data is only traveling between you and Microsoft or whatever company is hosting these open weight models. And when you access models in this way, the creator of that model has no idea that you're even interacting with that model.

supports · 1

03
Definition

Open weight models are not the same as open source — you can see the weights (numbers) but not how the model was created or what data trained it.

CJ clarifies that 'open weight' means the model file's numbers are visible, but unlike open source software, you cannot see how the model was trained or what data went into it, and usage is governed by licenses like MIT (DeepSeek) or more restrictive ones (Meta's Llama).

transcript

CJ: And this is where we can make a clear distinction between open weight and open source. Now, open source is a term that comes from the world of software. It's how we license open source software. But, the main difference here is that we can see the weights, the numbers inside of that model file, but we can't actually see how that model was created or what data was used or what actually encoded all of those weight values inside of the file. [...] Deep Seek models are released under the MIT license, and this means that anyone is allowed to download, run, and even profit from their models. [...] But, in contrast to that, there are models like Llama from Meta that have a license which cap free commercial use at 700 million monthly active users and a competitor restriction clause that blocks entire industries.

explains mechanism · 1extends · 1provides context · 1

04
Data

Chinese LLMs produce more vulnerable code when prompted with a US government persona and inject PRC-aligned political bias, according to a Booz Allen Hamilton study.

CJ reports on a Booz Allen Hamilton study finding that Chinese LLMs produce more vulnerable code when prompted with a US government persona, with highly obfuscated vulnerabilities, and inject Chinese government-aligned political bias into both answers and code — even when run locally with no data going to China.

transcript

CJ: There was a recent study done by Booz Allen Hamilton trying to determine, do these Chinese models, even if we're running them ourselves, let's say we're not talking to them hosted in China, do they have inherent biases? [...] The result of that study says, in short, yes. On all accounts, our testing revealed two core findings. One, Chinese LLMs produce more vulnerable code when prompted with a US government persona than without. And the vulnerabilities are highly obfuscated. Two, Chinese LLMs inject PRC-aligned political bias into both the answers and the code they generate. So, that means if you're using an AI model, again, even if you host it yourself, no data is going to China, but you're using it locally, it's possible that it might actually introduce vulnerabilities into your code.

05
Context

The same black-box risk applies to US frontier models too — we cannot see into ChatGPT, Claude, or Gemini either, and they hallucinate and give wrong information.

CJ balances the discussion by noting that the inability to see inside models applies equally to US AI labs — ChatGPT, Claude, and Gemini are also black boxes with unknown biases that hallucinate, and users must be responsible about verifying outputs.

transcript

CJ: The same risk goes for using models from the big US AI labs, right? ChatGPT, Claude, Gemini, we can't see into those models. We don't know what inherent biases they have. We don't know what data they have or have not been trained on. And we actually see that sometimes they hallucinate or they give us the wrong information, and we're supposed to be responsible enough to not just accept those bad answers, and basically correct the model ourselves, even though we're paying for access to that model from some big company.

Highlight slides
Related episodes