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

AI Explained For Everyone

✦ AI generated

timeline · colored by role

01
Definition

A model is just a standalone file with trillions of numbers inside that predicts the next word — it's not a server farm, not connected to the internet, and has no awareness of who runs it or where.

CJ explains that an LLM is fundamentally a single file of numbers that predicts words, not a running server or internet-connected service.

transcript

CJ: 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.

explains mechanism · 2provides context · 1supports · 2

02
Context

When you access Chinese open-weight models through a third-party host like Microsoft Foundry, your data never travels to China — the creator has no idea you're using their model.

CJ clarifies that running Chinese open-weight models on US infrastructure like Microsoft Foundry means no data goes to China and the original lab is unaware of usage.

transcript

CJ: If you go to ai.azure.com, you actually can get access to GLM5.2 or Kimmy K2.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. Like we talked about earlier in the video, a model is just a standalone file. It's not connected to the internet. So when that model is being run by Microsoft, the AI lab in China that created it has no idea that they're actually running their model. They basically handed it off. And now at that point, Microsoft is in full control.

explains mechanism · 1provides context · 3supports · 2

03
Mechanism

Open-weight models can be run locally, fine-tuned with proprietary data, and used entirely offline — this is a real benefit to US companies and breeds innovation independent of frontier labs.

CJ explains that open-weight models allow companies to fine-tune internally with trade secrets and run offline, reducing dependence on OpenAI, Anthropic, or Google.

transcript

CJ: You can essentially take a model and fine-tune it about specific data about your organization like how your company works, your org chart, maybe specific trade secrets that you don't want to be hosting on some third-party service. And you can do all of that internally with open-weight models. And that's really one of the main benefits and one of the main misconceptions I want to clear up because this is a real benefit to US-based companies. If we can take these open-weight models and modify them so that we can better do our business or whatever that may be and not necessarily have to depend on a large AI company like OpenAI, Anthropic or Google really just do it ourselves. That also breeds innovation. We don't necessarily have to wait for these AI labs to make their own progress in terms of releasing newer and better models. We can take existing open models and then make them work really well for one specific purpose or one specific business case.

extends · 1provides context · 3

04
Definition

Open-weight means the model file's numbers are visible, but unlike open-source software, you cannot see how the model was created or what data encoded those weights.

CJ distinguishes open-weight from open-source: you can see the numbers but not the data or process that produced them.

transcript

CJ: When an AI lab makes their model freely available for people to download and use, we call this open weight because we can actually look inside the model file and see all of those numbers or weights. 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.

provides context · 1supports · 1

05
Data

A Booz Allen Hamilton study found that Chinese LLMs produce more vulnerable code when prompted with a US government persona and inject PRC-aligned political bias, even when run locally with no data going to China.

CJ cites a Booz Allen Hamilton study showing Chinese models generate obfuscated vulnerabilities and political bias regardless of where they are hosted.

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.

explains mechanism · 1provides context · 2supports · 2

06
Context

The same inherent opacity risk applies to US frontier models — we cannot see inside ChatGPT, Claude, or Gemini either, and they hallucinate and give wrong information.

CJ argues that the black-box problem is not unique to Chinese models; US frontier labs produce models with unknown biases and hallucinations too.

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. And so it's not something we can just handwave over and say, well, if you're running it locally, that doesn't mean you're not prone to something bad happening.

provides context · 2supports · 2

Highlight slides
Related episodes