An AI model is a single standalone file of numbers that predicts the next word — it is not a server farm, not a computer, and not a program connected to the internet.
CJ explains that an AI model is fundamentally a file (like a photo on your phone) containing trillions of numbers, created by analyzing internet data, that can only predict the next word — it has no internet connection.
transcript
CJ: But the end result of all of that analyzing and processing is a single standalone model file that essentially has internal representations of every piece of data it analyzed throughout that process. And that model file can do one thing. Predict the next word. Essentially, every interaction you have with a model happens by breaking down your prompt, predicting what word might come next in the response, then appending the predicted word back into the prompt. repeat, repeat, repeat until you get a full answer from the model. Now, it's important to note that the end result of all of that upfront analyzing all 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. Now, if you're not familiar with this file metaphor we use in computers, think about your camera roll on your phone. Every single photo you take is a file. It's an individual thing that you can send to other people or open up on your phone. That's a file. And these models are also files. They're just a a particular kind of file that's very large and have a bunch of numbers inside of them. Now, this is the key distinction to make because 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 it can't access the internet. It is literally just a file that when run through some other program predicts words.
extends · 1