Part 0 · AI Without the Fog

Does an “Open-Source Model” Mean It's Free?

Weights, data, method — a three-piece check of what mainstream models actually open; full-size vs distilled, and what you run locally is usually the small one

THE QUESTION THIS PAGE ANSWERS

ANSWER FIRST

Does an “Open-Source Model” Mean It's Free?

Weights, data, method — a three-piece check of what mainstream models actually open; full-size vs distilled, and what you run locally is usually the small one

DECISION RULE

Make the claim earn its place. Use this page as a decision aid, not a definition to memorize. Connect the idea to one real task, one observable result, and one failure that would change your mind.

TRY NEXT

Write one question you could answer with evidence after trying this idea.

WATCH FOR

A conclusion that sounds complete but leaves the key assumption untested.

One-sentence answer

Most "open-source models" only publish the weights — the trained brain itself. Training data and training methods usually stay closed. Download costs nothing, but running it needs a GPU and electricity, and making money with it still depends on the license.

First, a correction · "Open source" in AI is a bit special

Open source in software means you get the source code: you can see every line, change it, compile it yourself. The whole recipe is on the table — ingredients, method, heat, all of it.

"Open-source models" in AI are rarely that generous. What you get is the weights: hundreds of gigabytes of numbers — the finished pot of soup after it's been stewed. You can drink the soup, but the recipe (training data) and the method (how it was trained) usually stay secret. The more precise name inside the field is "open weights." News headlines just don't bother to tell them apart.

And don't forget the license. An open-source model comes with a usage agreement: some allow any commercial use, some restrict the purpose or how many users you have. Playing on your own is basically fine; read it before you make money with it. A lot of people skip this step. The cost of skipping it can be a lawyer's letter.

The three-piece checker · what did they actually open

To judge how open a model really is, three things are enough: weights, data, method. Tap the two buttons below and see how many lights each typical case turns on.

1

Model weights

2

Training data

3

Training method

Full-size vs. distilled · the one in the news and the one on your computer may be two models

Another common mix-up: the "full-size" model topping the leaderboards in the news, and the one you actually run on your own computer, are usually two different things. Companies typically "distill" a large model into a small one: the big one teaches, the small one learns. Some ability stays; the size shrinks by tens of times. Tap the button below to see the comparison.

Full-size version

The one topping the charts in the headlines
Size (parameters)Hundreds of billions
AbilityWhere the leaderboard scores come from
🏢 Hardware needed: a roomful of servers, a row of pro GPUs, the electricity meter spinning like a fan

Distilled version

The one that actually runs on your computer
Size (parameters)Tens of billions
AbilityFine for daily use, flinches on hard problems
💻 Hardware needed: one well-specced computer, a decent GPU, a slightly louder fan
See it now? What you run locally is usually the small one. It's fine at chat, summaries, and email — but if you hold it to the leaderboard scores from the news, it'll feel hard done by. Before you praise a model, check which version you're actually using.
Want to run it on your own computer · what you need

"Free to download" and "free to run" are two different things. The model file itself costs nothing, but running it eats VRAM: the bigger the model, the more expensive the GPU you need. Past a certain size, one card isn't enough — you need several at once. Electricity is an ongoing cost too. At home it probably won't sting; at server scale it's a real bill.

How big a model can your own computer actually run? No need to guess — this site has a ready-made VRAM calculator. Enter your GPU model and it tells you straight. Stay within your means. Not being able to run the full-size version is nothing to be ashamed of — a small model with tens of billions of parameters is already quite capable at everyday work.

Put “First, a correction · "Open source" in AI is a bit special” back into its constraints

“Most "open-source models" only publish the weights — the trained brain itself.” shows that a model, license, access route, or leaderboard is information—not an answer outside context. The real choice depends on task, data boundary, latency, quality floor, and operating cost.

Write elimination criteria before chasing the top score

The comparison in “Open source in software means you get the source code: you can see every line, change it, compile it yourself.” should use the same real inputs while observing correctness, failure behavior, response time, and cost. A model leading a public leaderboard may still fail your license, privacy, or peak-latency constraints.

  • Most "open source" is just open weights : you get the soup, the recipe and the method stay secret. The precise name is "open weights"
  • Free to download and free to run are two different things : running it costs a GPU and electricity — the bigger the model, the thicker the bill
  • What you run locally is usually a distilled small one : the full-size version in the news lives in a data center. Don't hold the small one to leaderboard scores

Without a test set, there is no reliable winner

Start with “"Free to download" and "free to run" are two different things.”: choose inputs that could genuinely change the decision and write down one counterexample that would reverse your choice. That is more useful than memorizing a single ranking.

From “First, a correction · "Open source" in AI is a bit special” to “The three-piece checker · what did they actually open”

“First, a correction · "Open source" in AI is a bit special” grounds the problem in “Open source in software means you get the source code: you can see every line, change it, compile it yourself. The whole recipe is on the table — ingredients, method, heat, all of it”. “The three-piece checker · what did they actually open” then moves it toward “To judge how open a model really is, three things are enough: weights, data, method . Tap the two buttons below and see how many lights each typical case turns on”. Together, they show that the lesson is not just a conclusion to remember, but a claim with conditions.

Carry the judgment into the next situation

For model selection, write non-negotiable constraints from the real task first. Compare quality, failure behavior, latency, licensing, and cost on the same inputs; use a leaderboard only as a starting point.

  • “First, a correction · "Open source" in AI is a bit special”: Open source in software means you get the source code: you can see every line, change it, compile it yourself. The whole recipe is on the table — ingredients, method, heat, all of it
  • “The three-piece checker · what did they actually open”: To judge how open a model really is, three things are enough: weights, data, method . Tap the two buttons below and see how many lights each typical case turns on
  • “The closing point”: Read the license before commercial use : play on your own as you like; read the agreement before you make money with it

The final “The closing point” brings the discussion to “Read the license before commercial use : play on your own as you like; read the agreement before you make money with it”. The useful thing to carry forward is knowing which judgments must be revisited when input, scale, or risk changes.

✅ What this page wants to share with you

  • Most "open source" is just open weights: you get the soup, the recipe and the method stay secret. The precise name is "open weights"
  • Free to download and free to run are two different things: running it costs a GPU and electricity — the bigger the model, the thicker the bill
  • What you run locally is usually a distilled small one: the full-size version in the news lives in a data center. Don't hold the small one to leaderboard scores
  • Read the license before commercial use: play on your own as you like; read the agreement before you make money with it
Mark as learned Your reading progress updates automatically
← PreviousNext →

Keep reading

The next useful article in the thread.

ARTICLE DISCUSSION

Leave one useful thought here.

Keep the idea that clicked, the question that stayed open, or a small note for the next learner.

Discussing Does an “Open-Source Model” Mean It's Free? AI Without the Fog
3discussionsArticle discussion · synced with the Circle
View in the learning circle
AM
Asha MorganContent editor
INSIGHTField note

I turned one judgment from this article into a small experiment I could run today. Knowing what to observe next is more useful than simply remembering the conclusion.

ARTICLE DISCUSSION7 helpful
LH
Lin HarperIndie developer
INSIGHTInsight

After reading this, I first looked for the conditions behind the idea instead of copying the method into a project. That order made the later trade-offs much clearer.

ARTICLE DISCUSSION5 helpful
KM
Kiki MooreProduct operations
QUESTIONQuestion

When this judgment reaches real work, which constraint should be added first? I am curious which step matters most between reading and the first practical attempt.

ARTICLE DISCUSSION4 helpful