Skip to main content

Open Is Not Sovereign

Open technology can give us possession. Sovereignty requires the ability to survive the owner.

Many thin graphite paths converge through one infrastructural bar, a single signal-red join, then separate again. Paper field. No people, no lettering.
  • Open source, open weights, self-hosting, and technological sovereignty describe different things. They should not be used interchangeably.
  • A reported Nvidia purchase of Hugging Face would matter because it could bring a central distribution layer of open AI into the same corporate ecosystem that already dominates AI acceleration. Neither company has announced a deal.
  • This does not necessarily threaten open AI. Hardware vendors have their own reasons to keep open models thriving.
  • The deeper risk is structural concentration: hardware, runtime, optimisation, model discovery, distribution, and deployment can gradually converge around the same supplier.
  • A model running inside your own datacenter may protect your data while leaving much of your technological capability externally dependent.
  • Sovereignty does not require owning every component. It requires credible substitutability. Treat public hubs as sources, not as production dependencies.
Would Nvidia owning Hugging Face mean open AI is no longer open?

No. Licences do not automatically change because a platform changes owner, and a downloadable revision can remain outside that owner's control. The concern is not that openness suddenly disappears. It is that important parts of the open ecosystem may become more concentrated.

Is a locally hosted open model sovereign?

Not necessarily. Local hosting can give you data and operational control. The system may still depend on an external hub, a runtime, a GPU architecture, proprietary software, a cloud, or the people who know that stack.

Does sovereignty require European models, European chips, and European software?

No. Sovereignty is not autarky. Foreign technology can sit inside a sovereign system when the dependencies remain understandable, replaceable, and governable.

What should organisations do differently?

Mirror the artefacts that matter. Pin the revision. Keep the licence and the documentation. Keep production off the public registry. Know the hardware-specific parts. Rehearse a way out before you need one.

If the Hub disappeared tomorrow, would a download save you?

A locally mirrored, pinned revision can survive the website. The runtime, the chip software, and the people who know the stack may not. A copy is not an exit.

Why does open still matter?

Because closed services cannot give you inspection, preservation, forks, or independent operation. Open makes sovereignty possible. It does not make it automatic.

On 27 August 2026, Reuters reported that Nvidia had agreed to buy Hugging Face for $12.9 billion.

The story cited The Information and a person with knowledge of the deal. TechCrunch, covering the same report, noted that Business Insider had described talks rather than a signed agreement, and said those talks could still fall apart. Neither Nvidia nor Hugging Face announced a transaction. Ownership on the public record was unchanged.

The immediate interpretation is obvious.

Nvidia, already dominant in the hardware used to train and run modern artificial intelligence, may acquire one of the most important platforms through which developers discover, distribute, evaluate, and deploy AI models.

It looks like another story about consolidation.

If the report holds, it is.

But it reveals something more interesting.

It exposes a confusion that has been growing quietly throughout the AI industry:

we have begun to treat openness as if it were sovereignty.

They are not the same thing.

And the difference is becoming important.

Hugging Face was never ownerless

It would be tempting to describe the reported acquisition as the moment when the open-model commons acquired an owner.

That would be wrong.

Hugging Face has always been a company.

Its servers had owners. Its employees had employment contracts. Its infrastructure had bills. Its investors had equity. Decisions about the platform were ultimately made by an organisation with shareholders, executives, budgets, and strategic interests.

The remarkable achievement of Hugging Face was never that ownership disappeared.

It was that a hosting platform, owned by a company, became sufficiently useful, sufficiently open, and sufficiently trusted that a large part of the machine-learning world began to behave around it like a commons.

Researchers published models there.

Companies distributed models there.

Developers searched there first.

Datasets accumulated there.

Documentation pointed there.

Libraries integrated directly with it.

Examples in tutorials assumed its existence.

Entire workflows began with a model identifier hosted on the Hub.

In August 2026 Hugging Face's own summer note said public models on the Hub had grown from 2.43 million in January to 2.96 million.

Hugging Face's own terms call that Hub a hosting platform of Hugging Face, Inc., a Delaware company. The open-source libraries live on GitHub. They are a different thing. The same documentation lets you download an entire repository at a given revision, pinned to a full commit hash.

A commons does not have to be ownerless.

But if the infrastructure beneath a commons becomes highly concentrated, the governance of that infrastructure becomes relevant to everyone who depends upon it.

The reported Nvidia acquisition does not create that question.

It makes the question visible.

The model is only one layer

Consider what an organisation might mean when it says:

We run open AI.

Perhaps it has downloaded an open-weight model from Hugging Face.

The model runs inside its own datacenter.

Prompts never leave the building.

Customer information never enters an external API.

The organisation owns its servers and controls the network.

That is meaningful.

Compared with sending sensitive information to an external AI service, it can represent a substantial increase in control.

But now inspect the stack more closely.

The model may have been discovered through Hugging Face. Its weights, tokenizer, configuration, model card, and associated code may live there. The software loading it may come from the same ecosystem.

The inference framework may contain hardware-specific optimisation.

The system may depend upon Nvidia drivers.

Those drivers interact with CUDA.

The server may contain Nvidia accelerators.

The people operating the environment may have built their expertise around that particular stack.

Nvidia's own CUDA documentation is titled "Build, tune, and deploy accelerated applications with CUDA." NVIDIA AI Enterprise is a commercial, supported suite: microservices, frameworks, libraries, GPU orchestration. Open models can still sit on a paid Nvidia stack.

Nothing about this architecture is inherently wrong.

The GPU may offer the best performance. CUDA may have the best ecosystem. The Hugging Face integration may save months of engineering effort. The inference framework may dramatically reduce cost.

Every component may have been selected rationally.

And yet the resulting system can still become concentrated.

This is the problem already set out in Sovereignty Is Lost One Optimisation at a Time: local optimisations accumulate until the system as a whole has fewer credible alternatives than any individual decision suggested.

The dependency is not created by one dramatic contract.

It is assembled.

One sensible choice at a time.

Figure 1. A model in the building is only one layer. Registry, artefacts, runtime, accelerator software, hardware, and competence still sit underneath it.
Figure 1. A model in the building is only one layer. Registry, artefacts, runtime, accelerator software, hardware, and competence still sit underneath it.

Accessible is not open

We therefore need better language.

An AI capability can be accessible without being open.

A commercial API can give millions of people access to an extraordinarily powerful model. That does not mean they possess the model, understand its implementation, or have the right to operate it independently.

Accessible AI answers:

Can I use it?

That is valuable.

But it says almost nothing about sovereignty.

And it does not imply the next step.

Open is not possessed

An AI system can also be described as open while remaining external to the organisation using it.

Source code may be published.

Weights may be available.

A licence may permit modification and redistribution.

Open source and open weights are not synonyms. A licence on software is not a licence on parameters, and neither is a hosting platform.

Openness describes legal and technical properties of an artefact.

It does not mean the organisation has secured its own copy, preserved the dependencies, or developed the competence to maintain it.

The possibility of possession is not possession.

Possession is not operation

Downloading the model goes one step further.

Hugging Face's own tools will download a complete repository at a given revision, if you pass the full commit hash, and keep those files locally.

Once the necessary artefacts are under an organisation's control, something important changes.

If the public repository disappears, the bytes need not disappear with it. A lawfully retained copy can remain available subject to its licence.

This is one of the fundamental differences between downloadable technology and API-only capability.

But even that is not sufficient.

A collection of model weights sitting on storage is not an operational AI service.

The model requires software.

The software requires dependencies.

The dependencies require compatible hardware.

The hardware requires drivers and firmware.

The system requires operators who know what to do when something breaks.

Possession is necessary for some forms of sovereignty.

But sovereignty is not an archive full of files.

It is the maintained capability to use them.

Self-hosted is not sovereign

Self-hosted is often used as a synonym for sovereign.

It should not be.

Self-hosting answers an important question:

Where does the system run?

Sovereignty asks a larger one:

Under whose decisions can the system continue to run?

Those questions overlap.

They are not identical.

Accessible, open, possessed, and operational each add a capability.

None of them implies the next.

And none of them is sovereignty.

A Swiss organisation can operate a model on a server in Basel and still have a technology chain whose critical components are controlled abroad.

A government can require national data residency and still operate software that cannot realistically be replaced.

A company can own the machines while depending on a proprietary accelerator architecture.

This does not make local hosting pointless. Data, jurisdiction, and operational control all matter.

But putting someone else's dependency inside your own building does not make the dependency disappear.

Location is one dimension of sovereignty. It is not sovereignty itself.

Figure 2. Access, openness, possession, and local operation each increase control. Sovereignty adds something harder: credible substitutability.
Figure 2. Access, openness, possession, and local operation each increase control. Sovereignty adds something harder: credible substitutability.

Nvidia's paradox

This makes the Nvidia-Hugging Face story more complicated than a simple warning about corporate power.

Nvidia may have very good reasons to preserve an open AI ecosystem.

The largest closed AI providers increasingly have incentives to design their own accelerators, negotiate alternative compute arrangements, and reduce dependence on Nvidia.

Open models create a different market. Thousands of organisations can download a model and run it themselves — and those organisations need hardware.

TechCrunch has offered the same strategic interpretation: a thriving open-model ecosystem gives customers alternatives to closed AI labs while keeping more AI workloads dependent on accelerator hardware. That is analysis, not Nvidia's stated rationale. Hugging Face itself observed earlier in August that AMD and Nvidia were among the most prolific publishers of new open models, noting the commercial connection between open models and chip demand.

This produces an important paradox.

Open AI can become stronger while AI sovereignty becomes weaker.

There is no contradiction.

More models can become downloadable. More software can be published. Inference can become cheaper. Local deployment can become easier.

At the same time, more of those activities can converge around one hardware and software ecosystem.

Openness and concentration can increase simultaneously.

That is why the useful question is not:

Is Nvidia good or bad for open source?

The useful question is:

How much of the system remains substitutable if Nvidia becomes the rational choice at every layer?

The gravity of defaults

Concentration rarely requires coercion.

Defaults are enough.

A developer visits the place where everyone searches for models.

The most convenient deployment path happens to be optimised for one accelerator.

The documentation demonstrates one runtime.

The benchmark uses one set of libraries.

The easiest hosted endpoint uses the same ecosystem.

Enterprise support exists there.

Colleagues already know it.

The previous project used it.

Procurement has already approved it.

The next system therefore uses it too.

None of these decisions requires anyone to prohibit AMD. AMD is already on the Hub: it documents ROCm and publishes models. The Hub is not an Nvidia-only gate today.

The risk does not require anyone to exclude AMD or suppress competing runtimes. Ownership can matter simply because defaults, integrations, documentation, optimisation, and investment gradually shape which path becomes easiest.

The competing path merely becomes slightly less convenient.

Then slightly less common.

Then less well understood.

Then less frequently tested.

Eventually the alternative still exists in theory, but no longer in practice.

This is one of the mechanisms through which technological sovereignty disappears.

Not through prohibition.

Through gravity.

The strongest platform attracts integrations.

Integrations attract developers.

Developers create knowledge.

Knowledge reduces risk.

Lower risk attracts customers.

Customers justify more optimisation.

Optimisation strengthens the platform.

Eventually what began as a good technical choice becomes an ecosystem assumption.

And assumptions are among the hardest dependencies to see.

The registry is infrastructure

GitHub is useful.

Mature organisations do not design production systems under the assumption that a public GitHub repository must be online at the exact moment their service starts.

Container registries and package repositories receive the same treatment. Critical artefacts are pinned, cached, or mirrored. Production is built from known inputs, not from whatever happens to be latest on the internet.

Models should now be treated the same way.

A public model hub is an extraordinary distribution mechanism.

It should not automatically become part of the runtime architecture.

The sovereign pattern is simple:

discover externally evaluate deliberately import explicitly verify locally operate independently

A model selected from Hugging Face should enter an organisational boundary.

Inside that boundary, the organisation should know exactly what it has imported: weights, configuration, tokenizer, required code, licence, model card, revision, hashes, evaluations, security notes, runtime and hardware requirements.

It should then be able to reproduce that deployment without asking the public registry what the current version happens to be.

Hugging Face's own tooling already makes revision-specific repository downloads possible. The technical ability to create such a boundary exists.

The missing piece is often not technology.

It is architecture.

Figure 3. Discover outside. Evaluate deliberately. Import explicitly. Verify locally. Production should not need the public registry to remain alive.
Figure 3. Discover outside. Evaluate deliberately. Import explicitly. Verify locally. Production should not need the public registry to remain alive.

A sovereign model supply chain

The model supply chain should begin to resemble other mature software supply chains.

Where did this model come from? Which exact revision? Under which licence? What happens if the upstream repository disappears?

These are ordinary supply-chain questions. The software industry learned to ask them about libraries and containers. AI systems now deserve the same discipline.

Europe should be careful with the word sovereign

Europe has an understandable interest in sovereign AI.

The term appears in political programmes, cloud strategies, datacenter projects, procurement discussions, and industrial policy.

But there is a danger in reducing sovereign AI to geography.

A model running in Switzerland is not automatically Swiss sovereign AI.

A European datacenter may still depend on models, accelerator stacks, software, repositories, and operational capabilities governed primarily outside Europe.

It may still be the right architecture for law, privacy, or operations.

But we should describe what has actually been achieved: data residency, jurisdictional control, independence from a SaaS provider, local inference. Those are substantial accomplishments.

Calling all of them complete technological sovereignty makes the remaining dependencies harder to see.

Sovereignty does not require Europe to recreate every transistor, compiler, framework, model, cloud, and library within its own borders.

That would replace a serious engineering problem with a fantasy of self-sufficiency. Sovereignty Is Not Self-Sufficiency already refused that fantasy.

The relevant objective is not isolation. It is governable interdependence — the distinction already required in Digital sovereignty is not nationalism.

Foreign suppliers are compatible with sovereignty.

Unreplaceable suppliers are where the problem begins.

The substitution test

This gives us a more useful definition.

A sovereign AI architecture should not be evaluated merely by asking whether it is open.

Nor merely whether it is local.

Nor whether the organisation owns the server.

Ask instead how replaceable each critical layer remains.

Can the model be replaced?

Can the model registry be replaced?

Can the inference runtime be replaced?

Can the accelerator be replaced?

Can the cloud be replaced?

Can the orchestration layer be replaced?

Can the identity provider be replaced?

Can the organisation recover the system without the original integrator?

Can another team understand how it works?

How long would substitution take?

How much capability would be lost during the transition?

How many alternatives have actually been tested?

This is the same discipline as The Exit Test, applied to artificial intelligence.

A theoretical alternative is not enough.

A README mentioning another backend is not enough.

An abstraction layer nobody has exercised is not enough.

A procurement document promising portability is not enough.

Substitutability has to survive contact with operations.

Figure 4. A theoretical alternative is not enough. Sovereignty depends on whether critical layers can actually be substituted within the time available.
Figure 4. A theoretical alternative is not enough. Sovereignty depends on whether critical layers can actually be substituted within the time available.

The hardest dependency is competence

There is one final layer that discussions of AI sovereignty routinely underestimate.

People.

An organisation may mirror every model.

It may preserve every container.

It may maintain multiple accelerator backends.

It may own every server.

And still fail the sovereignty test because only one external consultancy knows how the system actually works.

Or because the internal team only understands one vendor's tooling.

Or because nobody has rebuilt the environment from scratch for three years.

Or because the organisation has retained artefacts but not knowledge.

Technological sovereignty is therefore partly institutional memory.

It lives in documentation.

Runbooks.

Rehearsals.

Operators.

Architectural understanding.

Procurement knowledge.

Security capability.

The confidence to make a different choice.

A system cannot be sovereign if the organisation operating it has lost the competence to change it.

The dependency may no longer sit in the datacenter.

It sits in the people.

What if Hugging Face disappeared tomorrow?

This is the useful thought experiment.

Not because Hugging Face is likely to disappear, and not because Nvidia should be presumed hostile. Remove intention from the question entirely.

Imagine that tomorrow, for whatever reason, huggingface.co is unavailable to your organisation.

Does production stop?

If not, excellent.

Can you deploy a fresh instance of every critical model?

Can you reconstruct the runtime?

Do you possess the configuration and tokenizer?

Can you demonstrate the licence under which the model was acquired?

Can you reproduce the exact revision?

Can your team operate it?

Now remove Nvidia.

Again, not because Nvidia is expected to disappear. Supply can be interrupted. A procurement rule can change. The organisation can simply decide to move.

How much of the architecture remains?

Which software has to change?

Which models become impractical?

Which optimisation assumptions are buried in the system?

How long until normal operation resumes?

That answer tells you more about your AI sovereignty than the address of your datacenter ever will.

Open still matters

None of this is an argument against open AI.

Quite the opposite.

Open software and downloadable model weights can create possibilities that closed services fundamentally cannot.

They make inspection, preservation, independent operation, alternative hosting, and forks possible. They allow a community to continue work even when an original organisation changes direction.

Those properties are powerful.

They are part of the technical foundation from which sovereignty can be built.

But they are ingredients.

Not the finished architecture.

The crucial advantage of open technology is not that it makes sovereignty automatic.

It makes sovereignty possible.

Whether organisations use that possibility is another matter.

Conclusion

The reported acquisition of Hugging Face by Nvidia is interesting because of what it may change.

It is more important because of what it reveals.

For years, the AI ecosystem has treated open models as evidence that technological power is becoming decentralised.

In one sense, it is.

A model that once required access to a handful of laboratories can now be downloaded and operated by thousands of organisations.

That is genuine redistribution of capability.

But distribution of artefacts does not automatically mean distribution of control.

Hardware can concentrate.

Runtimes can concentrate.

Model discovery can concentrate.

Distribution can concentrate.

Operational knowledge can concentrate.

The resulting system can contain millions of freely downloadable files while still becoming structurally dependent on very few institutions.

This does not make the system closed.

It makes the distinction between openness and sovereignty impossible to ignore.

Open means we may inspect it.

Open may mean we can modify it.

Open may mean we can copy it.

Open may mean we are permitted to run it ourselves.

Sovereignty asks what happens next.

Can we preserve it?

Can we operate it?

Can we repair it?

Can we replace the infrastructure beneath it?

Can we choose another supplier?

Can we continue when an owner changes strategy?

Can we leave?

That is the harder standard.

And it leads to a useful principle for the next generation of AI infrastructure:

Do not measure sovereignty by where the model runs.

Measure it by how many owners can disappear before the capability disappears with them.

Open is valuable.

Open is necessary.

But open is not sovereign.


Sources

The reported transaction

Hugging Face as a company and a hub

Nvidia in its own words

Related volumes

  • Digital sovereignty is not nationalism
  • Sovereignty Is Not Self-Sufficiency
  • Sovereignty Is Lost One Optimisation at a Time
  • The Exit Test

This volume discusses a reported transaction that neither company had confirmed at the time of writing. It is not a claim that the deal closed. It is not legal advice.