At the Ai4 conference in Las Vegas last week, three researchers who helped build modern AI took the stage and agreed on one thing: the fight over open-weight AI models is over, and the open-weight side won.
Geoffrey Hinton, the Nobel laureate who spent years warning that releasing model weights could enable cyber attacks, put it bluntly. "I think that battle's been lost," he said. "We now have open-weight models, so the barrier to lots of people getting these big models, which was the cost of training foundation models, that barrier has disappeared. It's too late."
Fei-Fei Li, co-founder and CEO of World Labs, and Andrew Ng, co-founder of Coursera and former head of Google Brain, shared the stage. They disagreed on tactics and emphasis. But all three rejected a future where a handful of closed-source labs control access to advanced AI, and all three said some form of regulation is coming whether the industry wants it or not.
For builders, the stakes are concrete. The open-weight landscape is reshaping model selection, infrastructure costs, and the geopolitical fault lines of AI adoption. Here is what the panel actually said, and what it changes for your roadmap.
What did the three pioneers actually argue at Ai4?
Hinton drew a sharp line between open-source software and open-weight models. Open source lets developers inspect code and find bugs. Open weights hand over the numerical parameters of a trained model, which anyone can fine-tune for a fraction of the original training cost.
"I was against open weights because it makes it so easy for people to take these big foundation models, which are very expensive to train, and for much less money train them to do bad things like cyber attacks," Hinton said, according to TechCrunch's coverage of the panel.
But he conceded the point is moot. Open-weight models from Meta, Alibaba, Mistral, DeepSeek, and others are already widely deployed. The barrier to entry that once protected against misuse, the enormous cost of training a frontier model from scratch, no longer exists. Anyone can download a capable model and adapt it.
Hinton also called for developers of powerful models to conduct safety testing and provide greater transparency about results before release, CIJ.World reported. He supported a more interventionist regulatory approach than his co-panelists, arguing that regulation should steer AI toward outcomes that benefit society rather than serve as a brake on development.
Ng took a different angle. His concern was the risk of losing open access, not the risk of open weights. He warned that lobbying by large AI companies, framed as safety advocacy, could push the US toward a closed ecosystem. If American open-source AI cannot compete on cost with Chinese open-weight models, he said, those models will dominate adoption across Asia, Africa, and the developing world.
"It turns out that AI is a tremendous source of soft power," Ng said. "You can see the way China's model has tremendous accomplishment with Africa, for example."
Ng's prescription was simple: promote openness, maintain multiple providers, and let competition rather than gatekeepers shape the market. He compared the risk to mobile operating systems, where Apple and Google control what reaches users through their platforms.
Li rejected the binary framing entirely. "It's very dangerous to make this a dichotomy between complete openness all the way to complete closedness," she said. She used nuclear physics as an analogy: scientific papers are published openly, uranium is regulated, and laboratory work falls in between. Different layers of the AI stack can operate at different levels of openness.
She also pointed to the Human Genome Project as a model. Publicly funded research became a platform that pharmaceutical companies profited from, scientists built on, and society benefited from. AI, she argued, should be treated as infrastructure with that same layered approach. Policy, in her view, should include investment in universities, public research, education, and nonprofit institutions alongside commercial development.

The chart above maps the three speakers across five dimensions drawn from their panel statements. Hinton scores highest on open-weight risk concern at 9 and on acceptance that open weights are permanent at 10. Ng leads on openness advocacy at 9 and on concern about Chinese competitiveness at 9. Li sits in the middle on most dimensions, consistent with her call for nuance and her rejection of the open-versus-closed dichotomy.
Why does the open-weight split matter for what you build?
The disagreement among these three carries direct consequences for decisions you are making right now about model selection, vendor lock-in, and infrastructure spending.
The cost arithmetic Hinton described is real and already reshaping the market. Training a frontier model from scratch can cost hundreds of millions of dollars. Fine-tuning an open-weight model of comparable capability can cost thousands. That gap is why startups and enterprises alike are building on open weights instead of paying per-token for closed API access.
Ng's anecdote about Chinese models is the more striking signal. He said he turned to Moonshot AI's Kimi K3 and Zhipu AI's GLM-5.2 to conduct a security review of an open-source agent tool called OpenWorker, after models from OpenAI and Anthropic refused to help, the South China Morning Post reported. Hugging Face also turned to GLM-5.2 to help defend against a cyberattack by OpenAI's models.
This is a genuine shift. US closed-source models are refusing legitimate security work because their guardrails cannot distinguish between offensive and defensive cybersecurity tasks. Chinese open-weight models, which have fewer such restrictions, are filling the gap. If you build security tooling, penetration testing pipelines, or red-team infrastructure, you may already be hitting this wall.
What this means for you:
- Model portability is now a moat. Teams that abstract their model layer can swap between closed APIs and open weights as costs and capabilities shift. Teams that hardcode against a single provider's API are betting that provider wins on price and capability indefinitely.
- Fine-tuning is the new default. When a capable open-weight model costs less to adapt than a month of API calls, the build-versus-buy calculus flips. If you are not evaluating open-weight fine-tuning for your domain-specific tasks, your competitors probably are.
- Guardrail collisions will increase. As closed models add more safety refusals, legitimate enterprise use cases will get blocked. You need a fallback strategy, whether that means an open-weight model for sensitive tasks or a multi-provider routing layer.
- Geopolitical risk is a model selection criterion. Ng's warning about Chinese soft power cuts both ways. Chinese open-weight models may be cheaper and less restrictive, but relying on them introduces supply chain and regulatory risk that US policymakers are already scrutinizing.
Should you bet your stack on open weights or closed APIs?
The answer from the Ai4 panel is: both, and the binary framing is wrong.
Li's layered approach is the most practically useful for builders. Treat AI as infrastructure with layers. Your foundation model layer might include a mix of closed APIs for general reasoning and open weights for specialized, cost-sensitive, or privacy-sensitive workloads. Your fine-tuning layer sits on top of open weights you control. Your safety and evaluation layer is separate from the model itself, because no model provider will perfectly align with your risk tolerance.
Hinton's regulation point also has a practical edge. He said AI could be better than humans at everything within 20 years, "probably a lot less," Inc reported. If you believe that timeline even partially, the regulatory landscape will change faster than your infrastructure refresh cycle. Building on open weights gives you optionality if a closed provider faces regulatory pressure, a safety incident, or a pricing change.
All three panelists agreed regulation is coming. Hinton's line about not leaving AI decisions to Elon Musk and Mark Zuckerberg drew the biggest applause of the session. For builders, that means the rules governing what you can deploy, how you audit it, and what models you can use in which jurisdictions will shift under your feet. Open weights give you a hedge against that uncertainty because you control the model, the weights, and the deployment environment.
The bets worth making:
- Build a model-agnostic abstraction layer now if you have not already. The cost of adding it later, when you are already integrated with a provider's proprietary features, is far higher.
- Evaluate at least one Chinese open-weight model for tasks where US models refuse. Even if you do not deploy it in production, you need to know where the capability ceiling is and what you lose by staying within US guardrails.
- Invest in your own evaluation pipeline. Hinton called for labs to conduct safety testing and provide transparency before release. Whether or not labs do this, you need your own benchmarks for your specific use cases.
The bet to avoid: assuming the current closed-source leaders will maintain their capability lead indefinitely. Hinton, who has spent more time inside frontier labs than almost anyone on the planet, just told you the barrier to entry has disappeared.
The barrier is gone
Hinton said it, and the other two did not push back. Open-weight AI models are a permanent fixture. The question for builders is how to architect around the fact that your model layer is now a fluid, competitive, geopolitically charged market where the cheapest capable model wins.
The three pioneers disagreed on risk, on China, and on regulation. They agreed on one thing: leaving the future of AI to a handful of companies is the worst outcome. For builders, that means the tools to build independently are already in your hands. The barrier is gone.
Sources
- TechCrunch - As AI safety concerns mount, three pioneers make the case for staying open
- South China Morning Post - US AI leaders turn to Chinese open-weight models, challenging closed-source safety claims
- Inc - Geoffrey Hinton's blunt warning about Elon Musk and Mark Zuckerberg got the biggest applause at Ai4
- CIJ.World - AI Pioneers Divide Over Jobs, Regulation and Control of Advanced Models at Ai4
