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