TL;DR
Open weights versus closed weights is the rent-versus-own decision for AI: with closed models like GPT and Claude, you pay per use and never control the underlying numbers; with open-weight models like Llama and Mistral, you can download, inspect, and run them on your own infrastructure. On July 24, 2026, 25 companies including NVIDIA, Meta, and Microsoft signed a letter asking the US government not to restrict open-weight AI models. OpenAI and Anthropic did not sign.
The CEO of NVIDIA had never posted on X. He joined the platform last month but had never posted. On July 24, 2026, he published for the first time — and it was not about chips.
Jensen Huang shared an open letter signed by 25 US organizations asking the government not to restrict open-weight AI models. The signatories include NVIDIA, Microsoft, Meta, IBM, Dell, Palantir, Mistral, Hugging Face, Mozilla, The Linux Foundation, Perplexity, Andreessen Horowitz, and Y Combinator. OpenAI and Anthropic did not sign.
The letter is publicly available as a PDF. Here is what it actually says, why it matters now, and the three questions every business owner should ask themselves after reading it.
What "open weights" means
A model like GPT or Claude is a very large table of numbers — the weights — that the model learned by processing enormous amounts of data during training. Those weights are what make the model capable of reasoning, writing, and answering questions.
When weights are closed, the model lives on the vendor's servers. You send a request, pay per use, and never touch the underlying numbers. When weights are open, the company publishes those numbers. You can download them, inspect them, fine-tune them on your own data, and run them on your own hardware.
GPT (OpenAI) and Claude (Anthropic) are closed. Llama (Meta) and Mistral publish open weights.
The practical difference for a business:
- Rent (closed)
- Vendor's servers
- Own (open)
- Your hardware or cloud
- Rent (closed)
- Per-API-call fees
- Own (open)
- Upfront compute + engineering
- Rent (closed)
- Vendor's data centers
- Own (open)
- Your infrastructure
- Rent (closed)
- High — if they change terms, you adapt
- Own (open)
- Lower — weights are yours
- Rent (closed)
- Vendor's internal team
- Own (open)
- Anyone with access to the weights
| Rent (closed) | Own (open) | |
|---|---|---|
| Infrastructure | Vendor's servers | Your hardware or cloud |
| Cost model | Per-API-call fees | Upfront compute + engineering |
| Data location | Vendor's data centers | Your infrastructure |
| Vendor dependency | High — if they change terms, you adapt | Lower — weights are yours |
| Who reviews flaws | Vendor's internal team | Anyone with access to the weights |
Neither column is better by default. The right answer depends on the task, the data sensitivity, and your engineering capacity.
What the letter actually says
The letter makes four arguments, stripped of the lobbying language.
Cost and competition. Not every task needs the most expensive frontier model. If a small, specialized open-weight model can handle your repetitive work, you pay less. When many companies can build on open weights, prices drop and the benefit spreads beyond the largest organizations that can afford the highest-tier APIs.
Control. If you run an open-weight model on your own infrastructure, your client data does not leave your servers. You are not locked to one vendor's pricing decisions, terms of service changes, or product discontinuations.
The unusual security argument. The letter argues that open models are not inherently less safe than closed ones. A closed model can be breached and nobody outside the company notices. An open-weight model is reviewed by researchers and practitioners worldwide, so flaws surface faster. This is a real argument — it is also genuinely contested.
The irreversibility concession. This is the most honest line in the letter: once weights are published, there is no taking them back. The letter's conclusion is that attempting to ban open models would be worse than living with that reality — but it does not pretend the risk is zero.
Why this is happening now
Washington is actively debating whether to restrict open-weight AI models. The concern is partly about Chinese open models — specifically that they could be adapted for military or surveillance applications, and that restricting US open-weight development does nothing to stop Chinese development while handicapping US companies.
The signatories have a financial interest in the outcome. NVIDIA sells the GPUs these models run on. Meta publishes Llama. Hugging Face hosts open models. That does not make them wrong, but this is well-written lobbying, not neutral analysis.
The absentees matter too. OpenAI and Anthropic have both warned Washington about the risks of unrestricted Chinese open-weight models. Their not signing is a choice, and it signals a genuine split inside the industry about how to handle this.
Three questions for your business
You do not need to take a position on US AI policy to use this moment productively. Here are the questions that actually matter for your operation.
Are you paying for a premium model on tasks that do not need it? Some businesses are running every single workflow — including simple classification and extraction tasks — through expensive frontier APIs. A smaller, fine-tuned open-weight model would do the same job at a fraction of the cost.
Where does your client data go? Every prompt you send to a closed API travels to a third-party server. If you handle sensitive client information, check the vendor's data processing agreement. If the answer makes you uncomfortable, self-hosted open-weight options exist — they require more setup, but the data stays home.
If your primary AI vendor changed terms or discontinued a model tomorrow, what would stop? Most small businesses have never answered this question. You do not have to switch vendors to benefit from thinking through it. Knowing the answer is the first step to managing the dependency.
What this is not
This letter will not resolve the open-versus-closed debate. It is one side of a genuine argument that regulators are still working through.
Open weights are not automatically better. For complex, multi-step reasoning — the kind where a frontier model's broader training pays off — closed models still outperform most open alternatives. For well-defined, repetitive tasks, a fine-tuned open model is often the right tool.
And open does not mean free. Downloading weights is the easy part. Then come infrastructure, testing, and licensing — some open-weight models have commercial restrictions worth reading before you build anything on top of them.
The real question is not whether AI will change how your industry works. It will. The question is who owns the thing you build on top of it.
What you can do today
- 1List every AI tool you currently pay for and write one sentence describing what task it handles. That inventory is the starting point for any serious vendor-dependency or cost conversation.
- 1For each tool that handles client data, spend fifteen minutes reading the vendor's data processing agreement. Confirm where the data goes and what the vendor can do with it.
- 1Before your next renewal, ask: if this vendor discontinued this product tomorrow, which part of my operation would stop? You do not have to act on the answer today — but you should know it.
Frequently asked questions
What are open weights in AI?
Weights are the large table of numbers that a model learned during training — essentially the distilled result of processing vast amounts of data. When a company publishes open weights, anyone can download those numbers, inspect them, fine-tune them on their own data, and run them on their own hardware. When weights are closed, the model runs only on the vendor's servers; you send a request, get a response, and never touch the underlying numbers. GPT (OpenAI) and Claude (Anthropic) are closed. Llama (Meta) and Mistral publish open weights.
Are open-weight models like Llama free?
Open is not the same as free. Downloading the weights costs nothing, but then comes the real bill: you need hardware or cloud compute to run the model, you need to test it carefully before trusting its outputs, and you need to read the license terms — some open-weight models have restrictions on commercial use. The cost shifts from per-API-call fees to infrastructure and engineering time.
Did OpenAI and Anthropic sign the letter?
No. The 25 signatories included NVIDIA, Microsoft, Meta, IBM, Dell, Palantir, Mistral, Hugging Face, Mozilla, The Linux Foundation, Perplexity, Andreessen Horowitz, and Y Combinator — but not OpenAI or Anthropic. Those two have been among the most vocal in warning Washington about the risks of unrestricted Chinese open-weight models, which is part of why their absence from the letter is notable.
Should I switch from GPT or Claude to an open-weight model?
It depends on the task. Closed frontier models still outperform open-weight models on complex reasoning, nuanced writing, and multi-step tasks. Where open-weight models often make sense is for repetitive, well-defined work — classification, extraction, simple generation — where you can fine-tune a smaller model on your specific data and run it at much lower cost. The practical answer for most small businesses is not either/or: use the big closed model for hard problems, a small specialized open model for the volume work.
Does the open-weights debate matter to a small business?
Yes, in three concrete ways. First, cost: if AI tools you rely on are built on closed APIs, their pricing is entirely at the vendor's discretion. Open-weight alternatives create competitive pressure that keeps prices lower. Second, data location: with a closed model, your prompts and client data travel to someone else's server. With a self-hosted open model, data stays inside your infrastructure. Third, dependency: if a vendor discontinues or restricts a model, part of your operation stops. Knowing which of your processes depend on which vendors is the first step to managing that risk.
Related articles
What Is an AI Brand Algorithm? Your Brand, Turned Into an AI
An AI Brand Algorithm encodes your brand — voice, visual identity, positioning, and the customer it speaks to — into a working AI that writes and designs like you. Here's what it is and how it works.
The New Workflow of Knowledge: From Writing to Digital to Tokens
Knowledge work has reset twice before — writing, then digital. The third reset runs on tokens. What changes, and why owning your knowledge layer now matters.
Adopt AI Now — But Teach It Who You Are First
AI adoption starts with one move most businesses skip: teaching the AI who you are. Your brand visuals are the safest place to start.
I'm Not Technical. How Do I Implement AI in My Business Before It's Too Late?
Everyone says AI is the biggest opportunity since the internet. But how does a regular business owner actually use it? Here's the honest answer — and your first step.