Ethics & Governance
Open Source AI: Benefits, Risks, and Governance Models
Meta's frontier model went closed in April 2026 and its first Apache release followed in August. With OLMo 3 shipping the whole stack and Brussels able to fine since August 2026, open weights still are not open source.

Gabriele Masetti ·
"Open source" is the most abused phrase in artificial intelligence. It is stamped on model cards that withhold their training data, attached to licenses that forbid competitors from using the software, and invoked by billion-dollar labs seeking the reputational credit of a movement built by volunteers who gave code away with no strings attached.
The gap between that borrowed halo and what companies actually release is not a semantic quibble — it is the central transparency fight in AI ethics right now, and it has already reshaped markets, triggered a formal definitional split in the open-source movement, and forced regulators in Washington and Brussels to write rules for a category that barely holds together.
The honest position is that most of what the industry calls "open source AI" is not open source at all, and treating "open weights" as equivalent to genuine openness is doing real damage to accountability.
Weights are not source
The confusion starts with a category error. Traditional open-source software makes its source code available under a license permitting use, study, modification, and redistribution. A trained neural network has no equivalent "source" in that sense — the artifact that matters is a multi-gigabyte file of numerical weights, produced by a pipeline of data collection, filtering, pretraining, and fine-tuning that the weights alone do not reveal.
A company can publish weights while keeping every upstream decision — what data went in, what was filtered out, what reinforcement learning was applied and to what end — a trade secret. That is "open weights," and it is a meaningfully weaker form of disclosure than open source, because it lets anyone run and fine-tune the model without letting anyone inspect, audit, or reproduce how it was built.
The distinction is not academic. DeepSeek's R1 reasoning model, released in January 2025, shipped its weights and inference code under the permissive MIT license — no usage restrictions, free commercial and research use. Yet the roughly 14.8-trillion-token pretraining corpus, the exact reinforcement-learning procedure, and the cold-start fine-tuning data were never published.
That gap did not stop the market from treating R1 as an epochal transparency event: on January 27, 2025, Nvidia's stock fell roughly 17-18% in a single session, wiping out on the order of $589 billion in market capitalization, as investors concluded that a lab could apparently match frontier reasoning performance at a fraction of the presumed compute cost.
The stock rebounded about 9% the following day, and most analysts now describe the initial reaction as an overcorrection — but the episode shows how much weight (literally and figuratively) markets and governments put on the mere fact of weight availability, independent of whether the underlying training process was actually transparent.
| Event | Figure |
|---|---|
| Nvidia single-day stock drop (Jan 27, 2025) | ~17–18% |
| Market capitalization wiped out | ~$589 billion |
| Next-day rebound | ~9% |
The spectrum, model by model
Lay the major "open" releases side by side and a hierarchy emerges. At one end sits Meta's Llama family, whose Community License is not an OSI-approved open-source license at all: Section 2 imposes a threshold of 700 million monthly active users, above which a company must separately negotiate a license with Meta, who may refuse or set arbitrary terms; the license also restricts using Llama outputs to train competing models, and Meta has never released the training data or a reproducible account of how it was assembled.
Meta has since moved twice, and neither move helps its case. Meta Superintelligence Labs released Muse Spark on 8 April 2026 as a closed, proprietary model; it now powers the Meta AI assistant, and the company's frontier work left the open-weight track with it. Then on 10 August 2026 came Muse Glimmer, a 30-billion-parameter open-weights model marketed as runnable on a personal computer, released under the Apache License. Meta's first release under a genuine OSI-approved licence arrived only once its best model had stopped being open at all.
Falcon, built by the UAE's Technology Innovation Institute, sits closer to genuine openness on the licensing axis — Falcon 40B and Falcon 180B were released under a TII license modeled directly on Apache 2.0, with no monthly-active-user caps and no competitor carve-outs — though TII, like Meta, has not published the underlying training corpus in full.
Mistral AI has released much of its lineup, including Mistral 7B, Mixtral 8x7B, and the newer Mistral 3 family, under unmodified Apache 2.0, among the most permissive terms in the field, though some of its models use a modified MIT license with an exception for companies above $20 million in monthly revenue. DeepSeek's MIT-licensed weights are permissively licensed but, again, undocumented in their data provenance.
At the far end of genuine openness is the Allen Institute for AI's OLMo project, now in its third generation. OLMo 3, released on 20 November 2025 at 7 billion and 32 billion parameters under Apache 2.0, ships not just weights but the pretraining corpus — Dolma 3, roughly 9.3 trillion tokens of web pages, science PDFs, code, maths and encyclopedic text, of which about 5.9 trillion went into the training mix — along with the Dolci post-training datasets, the training code, intermediate checkpoints and the evaluation harness. That is the complete stack needed to inspect, audit or reproduce the model from scratch.
AI2 markets this explicitly as "truly open," and on the available evidence that claim holds up in a way that Llama's or DeepSeek's does not. The lesson of putting these releases side by side is that "open" is not one thing; it is at minimum four separable axes — weights, code, training data, and license terms — and a model can score high on one while scoring near zero on another.
| Model | License | Training data published? |
|---|---|---|
| OLMo 3 (AI2) | Apache 2.0 | Yes (Dolma 3, Dolci, code, checkpoints) |
| Mistral 7B / Mixtral / Mistral 3 | Apache 2.0 | No |
| Falcon 40B / 180B | TII license (Apache-2.0-modeled) | No |
| DeepSeek R1 | MIT | No |
| Llama | Meta Community License (700M MAU cap) | No |
| Muse Glimmer (Meta) | Apache 2.0 | No |
OSAID and the fight to make the word mean something
The Open Source Initiative, the nonprofit that has stewarded the legal definition of "open source" for software since 1998, spent nearly two years running a multi-stakeholder process to answer the obvious question: what should "open source" mean for a system whose defining artifact is a set of trained weights rather than readable code? The result, the Open Source AI Definition (OSAID) version 1.0, was published on October 28, 2024.
It defines open source AI as a system that grants the same four freedoms as open-source software — freedom to use for any purpose, to study how it works, to modify it, and to share it, modified or not — and specifies that exercising those freedoms requires access to the model's parameters (weights), the complete source code used to build and run it, and information about the training data sufficient to let a skilled person understand and substantially recreate the system.
Notably, OSAID stops short of requiring the raw training dataset itself to be published — a compromise that drew criticism from advocates who argue that without the actual data, "substantially recreating" a system is not realistically achievable, and that OSI quietly caved on the hardest requirement to make the definition politically viable.
Meta's response was immediate and public rejection: the company, despite having participated in the drafting process, argued there is no single valid definition of open source AI and that Llama's restrictions reflect responsible-release judgment rather than a departure from openness. By OSAID's own criteria, though, Llama fails on multiple points — the 700-million-MAU threshold and anti-competitor terms violate the "any purpose" and non-discrimination freedoms, and the absence of training data documentation blocks the "study" freedom. Meta has not retracted the position, even after its August 2026 release met the licence half of the standard it rejected.
The significance of OSAID is not that it settled the argument — no major frontier lab's flagship release currently satisfies it in full — but that it gave critics a citable, versioned standard against which to hold companies accountable, converting a vague vibe ("this feels pretty open") into a checklist that can be publicly failed.
Open-washing is the right word for what's happening
The term for presenting something as open when it structurally is not predates AI by well over a decade: "openwashing" was coined by researcher and Internet-policy scholar Michelle Thorne in 2009, modeled on "greenwashing," to describe organizations claiming the reputational benefits of openness — community trust, developer goodwill, the implication of accountability — without accepting its obligations.
Applied to AI, the pattern is now familiar: release the weights, keep the data private, attach a custom license with commercial carve-outs, and let press coverage do the rest under the "open source" banner because that phrase tests well with developers and regulators alike. The OSAID's explicit purpose, per OSI's own framing, was to give this pattern a name that sticks and a definition that makes it falsifiable.
That is the correct governance instinct: transparency claims should be adjudicated against a public standard, not accepted on the strength of a press release, and companies that fail the standard should be described plainly as engaging in open-washing rather than granted the ambiguous credit of "sort of open."
Dual-use is not a hypothetical
The case for caution about weight availability is not abstract either. When Stanford Internet Observatory researcher David Thiel audited LAION-5B — the training dataset behind the open Stable Diffusion image models — in December 2023, he confirmed more than 1,000 URLs pointing to verified child sexual abuse material embedded in the training set, material that had measurably contributed to the models' capacity to generate CSAM-adjacent imagery. No amount of after-the-fact content filtering on the deployed model undoes the fact that the training corpus itself was contaminated, and once weights trained on that corpus are public, there is no way to recall them.
Biosecurity researchers have documented a parallel problem with textual and biological-sequence models: safety fine-tuning applied after pretraining is comparatively easy to strip away once weights are in an adversary's hands, because fine-tuning, distillation, or targeted "unlearning reversal" can restore capabilities that post-hoc alignment had merely suppressed rather than removed.
Recent work from EleutherAI and collaborators (the "Deep Ignorance" line of research) found that filtering hazardous biological content out of the pretraining data itself was over ten times more resistant to adversarial relearning than trying to unlearn that knowledge after the fact — a finding with a direct governance implication: safety has to be engineered at the data-curation stage, before weights are ever released, because nothing downstream is reliably tamper-proof once the model is in open circulation.
That is the crux of the dual-use debate, and better licenses do not resolve it. A permissive license does nothing to stop a bad actor from fine-tuning away a safety refusal; it only affects who can be sued afterward.
What regulators actually did
Two bodies have already had to legislate around this mess, and their divergent choices are instructive. The U.S. National Telecommunications and Information Administration, directed by the October 2023 executive order on AI to study the risks and benefits of widely available model weights, published its report on July 30, 2024.
Its conclusion was deliberately restrained: rather than recommending restrictions on releasing open-weight models, NTIA called for the government to build ongoing monitoring capacity — collecting evidence of both benefits (smaller developers, researchers, and nonprofits building on shared infrastructure) and emerging harms — with the explicit option to revisit restrictions later if evidence warranted it. That is a defensible position precisely because it does not conflate "open" with "safe" or "unsafe" a priori; it treats openness as a variable to be monitored, not a property to be blanket-permitted or blanket-banned.
The EU AI Act took a narrower and more legally precise approach that is frequently misreported as a blanket exemption. It is not one. Article 53(2) exempts providers of general-purpose AI models released under free and open-source licenses from two specific obligations — producing detailed technical documentation and providing integration information to downstream deployers — but explicitly does not exempt them from the requirement to publish a public summary of training content sufficient for rights holders to check whether their material was used, and does not exempt them at all if the model crosses the systemic-risk threshold defined in Article 51 (roughly, training compute above 10^25 floating-point operations).
The paperwork has since acquired a price. The Commission's enforcement powers over general-purpose model providers became exercisable on 2 August 2026, when the remainder of the Act began to apply, and Article 101 lets it fine a provider up to 3% of annual worldwide turnover or EUR 15 million, whichever is higher. The Digital Omnibus agreed in 2026 pushed the Annex III high-risk obligations back to 2 December 2027 while leaving the general-purpose timetable where it was. The carve-out for open-source providers is now a carve-out from something enforceable.
In other words, the Act's drafters built exactly the kind of graduated, criteria-based carve-out that OSAID's critics wish existed for the word "open source" itself: openness earns you relief from some paperwork, not a blanket pass from scrutiny, and the relief evaporates once the model is powerful enough that misuse consequences scale with it.
The governance model that follows from the facts
Put the pieces together and the right answer is not "open source AI is good" or "open source AI is dangerous" — both are lazy. It is that governance frameworks should stop taking license text at face value and instead certify against a public, versioned technical standard, the way OSAID attempts to do, with real consequences (reputational, and eventually regulatory) for models that claim openness while failing it.
NTIA's monitor-and-reassess posture is the right default for models below a systemic-risk threshold, because premature restriction would choke off the genuine public benefit that OLMo-style full-stack releases provide to independent researchers and smaller companies who cannot otherwise audit or build on frontier-scale systems.
But the EU AI Act's graduated approach — where the size and provable danger of a model, not its license, determines how much scrutiny it escapes — is the more durable template than a simple open/closed binary, and it should be the one other jurisdictions copy.
What should end is the practice of letting "open source" function as an unaudited marketing claim: a 700-million-user threshold buried in a license, an undisclosed 14-trillion-token corpus, or a training set never checked for illegal content are not details to disclose in a footnote — they are the whole question of whether transparency was ever real.