Movement III · Who Controls It — Lesson 8
Hugging Face and OpenAI
Two poles of one industry: capability delivered as a service with the weights retained, and capability published for anyone to download. The distinction between “open weights” and “open source” has real money attached to it.
Learning objective
By the end of this lesson you can explain the difference between open weights and open source and say why the distinction has money attached; you can describe the real shape of the open ecosystem, including its extreme concentration; and you know why “open” no longer implies “small enough to run.”
8.1 Two poles of one industry
OpenAI represents one pole: the closed-frontier model. Capability is delivered as a service over an API, the weights are retained, and what you buy is access rather than an artefact. The commercial logic is clean — the asset stays with the company, and improvements reach every customer at once.
Hugging Face represents the other: the distribution layer for everything else. Models, datasets, and demonstrations are published for anyone to download and run. It is not a lab competing on capability; it is the place the rest of the field publishes. That makes it the single best vantage point for observing what the open ecosystem actually looks like, because the platform reports its own numbers.
The two poles are not enemies so much as different answers to one question: where does the artefact live, and who can revoke your access to it? Lesson 9 turns that question into a framework.
8.2 The scale of the open ecosystem — and its concentration
Hugging Face's State of Open Source report for Spring 2026, published 17 March 2026, puts the platform at 13 million users, more than 2 million public models, and over 500,000 public datasets — roughly double the activity of a year earlier.1
Those are the numbers that get quoted. The more interesting finding is the one about the shape of demand, and the report is candid about it: supply is broad while attention is extremely concentrated. The top 200 models — on the order of 0.01% of the catalogue — account for 49.6% of all downloads.1 Roughly half the models on the platform have fewer than 200 total downloads across their entire lifetime.2
Two further structural shifts in the same report are worth more than the headline totals.
The centre of gravity moved. China has overtaken the United States in downloads on the platform, with Chinese-origin models accounting for about 41% of the total. Baidu went from no releases to more than a hundred during 2025; ByteDance and Tencent each increased releases eight- to ninefold.3
The producers changed. Industry's share of model development fell from around 70% before 2022 to 37% in 2025, while independent and unaffiliated developers rose from 17% to 39%.3 And robotics became the fastest-growing community on the platform, its datasets going from 1,145 in 2024 to 26,991 in 2025 — the single largest dataset category.3
Meanwhile more than 30% of the Fortune 500 now maintain verified accounts on the platform.2 The open ecosystem is not a parallel hobbyist economy. It is where a large share of enterprise AI work is now published and consumed.
Broad supply, concentrated demand
A long-tail distribution rendered honestly and at scale: models ranked by downloads on the x-axis, downloads on the y-axis. The first 200 entries form a towering spike shaded in the accent gold and annotated top 200 models = 49.6% of all downloads. The remaining two million stretch to the right as a nearly flat line, annotated ~half have fewer than 200 downloads, ever. Include an inset showing how far off-canvas the tail would extend at true scale. The image should feel almost absurd — that is the point.
Aspect 21:9 · 3600×1550 px · Brand palette: navy #00040c, silver-blue #a8c0d8, column gold #a87848 · Style: data visualisation, log-scale annotation permitted if labelled
8.3 Open weights are not open source
This is the distinction the lesson exists for, and it is routinely blurred in marketing.
| You get… | Closed API | Open weights | Open source (strict) |
|---|---|---|---|
| Use the model | Yes, while your account works | Yes | Yes |
| Download the parameters | No | Yes | Yes |
| Run it on your own hardware, offline | No | Yes | Yes |
| See the training data | No | Usually not | Yes |
| See the training code and recipe | No | Often not | Yes |
| Unrestricted commercial use | Per contract | Check the licence | Yes |
| Reproduce the model from scratch | No | No | In principle, yes |
Open weights means you can download and run the parameters. It does not mean the training data is disclosed, the training code is published, or the licence permits whatever you intend. Many widely used “open” models ship under custom licences carrying usage restrictions, acceptable-use policies, or thresholds above which separate terms apply — terms that would disqualify them under the Open Source Initiative's definition.
Why the distinction has money attached, in three practical consequences:
- Legal exposure. Deploying a restrictively licensed model commercially without reading the licence is a real liability, and “everyone calls it open source” is not a defence.
- Auditability. Without training-data disclosure you cannot fully assess bias, contamination, or provenance — which matters where you are the one accountable for the output.
- Reproducibility. Weights alone do not let you rebuild or independently verify the model. You have the artefact, not the method.
8.4 Open no longer means small
There was a period when “open model” implied “small enough to run on a workstation.” That implication is gone.
Leading open-weight models in 2026 are trillion-parameter mixture-of-experts systems requiring datacenter-scale hardware to serve. Separately there is a class of genuinely small models that run on a single GPU or a phone. What has thinned dramatically is the middle ground.4
The practical consequence for anyone reading a model card: “I can download it” and “I can run it” have become different questions. Downloading a trillion-parameter open-weight model to a laptop achieves nothing except filling the disk. Check the file sizes and the stated hardware requirements before the licence, and the licence before the benchmark scores.
Reading a model card in the right order
- File sizes and parameter count — can you actually run this?
- Licence — can you legally do what you intend with it?
- Training data disclosure — can you assess what is in it?
- Download count and recency — is anyone else relying on it?
- Benchmarks — last, and with Lesson 7's scepticism attached.
Most people read that list backwards, then discover the problem after building on it.
Demonstration protocol
- Walk a model card on the Hub in the §8.4 order: files, licence, data, downloads, benchmarks. Read the licence aloud — including the restrictions.
- Show a second model card with a genuinely permissive licence and point at the difference.
- Show the tail. Sort or search to surface a model with single-digit downloads. Figure 8.1 as a lived fact.
- Pull a small model and run it locally. The moment a model answers on the viewer's own machine, with the network available or not, is the emotional hook for Lesson 9. Do not skip it and do not use a hosted demo for it.
Key terms introduced here
- Open weights
- The trained parameters are downloadable and runnable. Says nothing about training data, training code, or licence permissions.
- Open source (strict)
- Weights, training code, data documentation, and a licence without use restrictions. Considerably rarer than the marketing suggests.
- Model card
- The published description accompanying a model: files, licence, intended use, limitations, and evaluation. Read it in the order given in §8.4.
- Mixture of experts (MoE)
- An architecture in which only a subset of the network's parameters is used for any given input. Enables very large total parameter counts, and is why several leading open models need datacenter hardware.
- Long tail
- The very large number of items receiving very little attention. On Hugging Face, roughly half of all models have fewer than 200 lifetime downloads.
Evidence at a glance
| Claim | Specifics | Source |
|---|---|---|
| Platform scale | 13M users · >2M public models · >500K public datasets; roughly double the prior year | Note 1 |
| Demand concentration | Top 200 models = 49.6% of all downloads | Note 1 |
| The tail is real | ~Half of all models have <200 lifetime downloads | Note 2 |
| Geographic shift | China overtook the US in downloads; Chinese models ≈41% of total; Baidu 0 → 100+ releases in 2025 | Note 3 |
| Producer shift | Industry share of model development ~70% (pre-2022) → 37% (2025); independents 17% → 39% | Note 3 |
| Robotics is the growth area | Datasets 1,145 (2024) → 26,991 (2025); largest single dataset category | Note 3 |
| Enterprise presence | >30% of the Fortune 500 hold verified accounts | Note 2 |
The misconception to kill
“Open source AI is the free hobbyist version.”
It is a load-bearing part of enterprise and national infrastructure. More than 30% of the Fortune 500 maintain verified accounts on the platform; open-weight models sit close to the frontier on published benchmarks; and Lesson 9 shows entire national AI programmes built on this tier.24
The two paired misconceptions, both also wrong: that “open weights” means you may do as you like — read the licence — and that “open” means “runnable on your laptop.” Several leading open models need datacenter hardware to serve at all.
Self-check
Answer before revealing.5
Name three things “open weights” does not give you.
The training data, the training code and recipe, and unrestricted permission to use it — the licence may impose restrictions. As a result you also cannot reproduce the model independently: you have the artefact, not the method.
Two million public models exist. Why is that number close to meaningless on its own?
Because demand is concentrated to an extreme degree: the top 200 models take 49.6% of all downloads while roughly half the catalogue has fewer than 200 lifetime downloads. The supply figure describes a publishing platform; it says almost nothing about what is actually used.
In what order should you read a model card, and why that order?
Files and parameter count, then licence, then training-data disclosure, then downloads and recency, then benchmarks. It runs from the constraints that can disqualify the model outright — you cannot run it, or cannot legally use it — to the numbers that are least reliable and easiest to over-weight.
What changed about who builds models between 2022 and 2025, and why might that matter?
Industry's share of model development fell from around 70% to 37% while independent and unaffiliated developers rose from 17% to 39%. It matters because provenance and maintenance guarantees weaken as production disperses — the model you depend on may have no organisation standing behind it.
Model licence audit
Complete for any model you intend to deploy. Attach to your procurement record.
Model name, publisher, and date of the version you are using:
1. File sizes and stated hardware requirements — can you actually run this?
2. Licence name, and the specific restrictions in it. Quote the clause that most constrains your intended use:
3. Training-data disclosure — what is documented, and what can you therefore not assess?
4. Downloads, last update, and who maintains it. What happens to you if maintenance stops?
Endnotes
Source tiers: Primary peer-reviewed or archival; Institutional research body or first-party platform report; Documentation first-party technical documentation; Journalism established newsroom; Trade vendor or aggregator — verify figures independently.
- Institutional Hugging Face, “State of Open Source on Hugging Face: Spring 2026,” published 17 March 2026. Platform totals of 13 million users, more than 2 million public models, and over 500,000 public datasets, roughly double the prior year; and the concentration finding that the top 200 models account for 49.6% of all downloads. This is a first-party platform report — the publisher has visibility no third party has, and also an interest in the story it tells. huggingface.co
- Trade Marvin-42 Insights, “Hugging Face says open-source AI is scaling fast and fragmenting into specialized ecosystems,” March 2026, summarising the Spring 2026 report's concentration findings — including that roughly half of models have fewer than 200 total downloads and that more than 30% of the Fortune 500 maintain verified accounts. Secondary summary; the underlying figures are the platform's. insights.marvin-42.com
- Institutional Hugging Face Spring 2026 report, geographic and producer findings: Chinese-origin models accounting for about 41% of downloads with China overtaking the US in monthly downloads; Baidu moving from zero releases to more than 100 during 2025 and ByteDance and Tencent increasing releases eight- to ninefold; industry's share of model development falling from roughly 70% before 2022 to 37% in 2025 as independent developers rose from 17% to 39%; and robotics datasets growing from 1,145 in 2024 to 26,991 in 2025. huggingface.co · as summarised in SingularityByte
- Trade GMI Cloud, “AI Model Benchmarks August 2026: Open-Weight Models Catch the Frontier,” on leading open models being trillion-parameter mixture-of-experts systems requiring datacenter-scale hardware, on the separate class of genuinely small models, and on the thinning middle ground. Vendor blog; directional. gmicloud.ai
- Primary H. L. Roediger III and J. D. Karpicke, “Test-Enhanced Learning,” Psychological Science 17, no. 3 (2006): 249–255. doi:10.1111/j.1467-9280.2006.01693.x
Bibliography
First-party platform research
- Hugging Face. “State of Open Source on Hugging Face: Spring 2026.” 17 March 2026. huggingface.co
- Hugging Face. “Model statistics of the 50 most downloaded entities on Hugging Face.” huggingface.co
Secondary analysis — verify figures against the primary report
- GMI Cloud. “AI Model Benchmarks August 2026: Open-Weight Models Catch the Frontier.” gmicloud.ai
- Marvin-42 Insights. “Hugging Face says open-source AI is scaling fast and fragmenting into specialized ecosystems.” March 2026. insights.marvin-42.com
- SingularityByte. “State of Open-Source AI Spring 2026: 41% of Downloads Are Chinese, Robotics Datasets Up 23x.” singularitybyte.com
Learning science
- Roediger, Henry L., III, and Jeffrey D. Karpicke. “Test-Enhanced Learning: Taking Memory Tests Improves Long-Term Retention.” Psychological Science 17, no. 3 (2006): 249–255.