Originally published on the OxygenLabs blog.
Every few weeks a new AI model is announced, and the coverage splits into two camps: one says the model is "open", the other says it is "closed". If you are learning to build with AI, that single distinction affects more of your day-to-day work than any benchmark score does. It decides what you can run on your own laptop, what your college project can rely on, what a client will let you deploy, and what your monthly bill looks like.
This post explains the difference without jargon, and then gets practical.
What "weights" actually are
A model learns by adjusting millions - often billions - of numbers until its guesses get good. Those numbers are the weights. They are the model. Everything the model learned from its training data lives in them. The code that runs a model is usually small and well understood; the weights are the valuable part.
So the open vs closed question is simply: can you download that file of numbers and run
Discussion
Break the silence
Take the opportunity to kick things off.