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.