Inside vLLM: The Engine Powering Open-Source AI
- 01Open Source AI Has Crossed a Critical Infrastructure Threshold
- 02Control, Not Just Cost, Is the Primary Driver of Open Weight Adoption
- 03Inference Engines Are the New Critical Software Layer
- 04Open Source Licensing Is Evolving Toward a Pharmaceutical R&D Sustainability Model
- 05Over-Moderation by Closed-Source APIs Is Actively Pushing Sophisticated Users Toward Open Weight Models
- 06The Capability Gap Between Open Weight and Closed Models Is Already Negligible
1. Key Themes
Open Source AI Has Crossed a Critical Infrastructure Threshold
Open source AI models were once curiosities for enthusiasts, but roughly a year ago they became foundational to the most innovative AI products. The shift happened when serious application companies realized they couldn't build differentiated products solely on closed-source APIs.
"About a year ago, open source became really central in a way that's not always visible because it's deeply embedded in some of these products. But some of the most innovative products and applications now really depend on this very deeply." [00:07:35]
— Matt Bornstein (a16z GP)
Control, Not Just Cost, Is the Primary Driver of Open Weight Adoption
Enterprises initially adopted open weight models for cost savings, but latency control, SLA guarantees, data retention, and security are equally or more important motivations — especially for real-time applications.
"For a voice agent company, they want to control their own model so that it can make sure the model actually responds by the required time. So the customer, when they're on the phone, they can ensure the agent is responding according to a SLA. And this sometimes is only you can do with your controlled intelligence because you know the whole hardware you're running and the whole system you're monitoring versus signing up for relying on your critical infrastructure with a proprietary API where they might go down anytime." [00:15:15]
— Simon Moe (CEO, Infraact)
Inference Engines Are the New Critical Software Layer — Analogous to Databases and Operating Systems
vLLM is not just a useful tool; it is the connective tissue between hardware vendors, model labs, and deployed applications. Its position in the stack mirrors the strategic importance of foundational software in prior technology eras.
"VLLM is an inference engine. That means its job is to turn available GPUs into a running endpoint for intelligence. So that means it is kind of like databases and operating system and other critical software to power this economy or power of the AGI that everybody really uses today." [00:08:25]
— Simon Moe (CEO, Infraact)
Open Source Licensing Is Evolving Toward a Pharmaceutical R&D Sustainability Model
The original Apache 2 model of gifting weights to the world is giving way to commercial usage thresholds and derivative work restrictions, because training frontier models requires capital that volunteer contributions can never fund.
"It's really about sustainability in the end. It's about how do you make sure that all this initial capex almost to train the model fail again and again... Like, how do you really pay it back? I recently heard someone making an analogy to this to the pharmaceutical industry. It's almost like how do you make sure that the R&D process of new drugs are properly funded... a portion of those revenue will flow back to continue to fund the next R&D effort." [00:22:56]
— Simon Moe (CEO, Infraact)
Over-Moderation by Closed-Source APIs Is Actively Pushing Sophisticated Users Toward Open Weight Models
Proprietary API guardrails are generating enough false positives in legitimate professional workflows that developers are abandoning them entirely — and Infraact's own engineers are a live example of this dynamic.
"A lot of the Anthropic models are banning frontier AI user research and then when we're studying GPU kernels, even an invalid memory access error, we are triggering the red line... A lot of our developers are retreating from using Claude 5 because you have a two-hour job and you trigger the red line which is false positive and then you have to lose all of your work. So a lot of our developers are using Kimi K3 today because it's similar quality and it has a guardrail that makes sense to us." [00:33:11]
— Simon Moe (CEO, Infraact)
The Capability Gap Between Open Weight and Closed Models Is Already Negligible
The conventional wisdom that frontier closed models are meaningfully ahead of the best open weight models is, according to Simon, no longer accurate — and within a year, the gap is likely to disappear entirely.
"Capability-wise, I don't really see a big gap. Not even today... In a year there's not going to be any difference." [00:00:55]
— Simon Moe (CEO, Infraact)
Training Environment Quality — Not Data Distillation — Is the Real Moat in Model Development
The critical differentiator for next-generation model labs is the quality of the environment they build for reinforcement learning and iterative self-improvement, not their access to any competitor's outputs.
"Environment matters so much today. These are our environments — these cannot be distilled. Like you don't have other people's environment to really distill a copy from. It's about constructing it, understanding also understanding the learning process. You cannot distill how the model learns with the environment." [00:43:23]
— Simon Moe (CEO, Infraact)
Day-Zero Model Release Has Become a Multi-Party Coordinated Event
Getting a new frontier open weight model actually usable at launch requires orchestration across model labs, hardware vendors, inference engines, model hubs, and cloud providers — it is a partnership-driven process, not a simple file drop.
"Even up to today, if you look at the Kimi K3 model release, it's a whole partnership and a drive to make sure that once the model is released, because it's just a few terabytes of files sitting on the internet, that people are actually going to use it really, really well." [00:11:23]
— Simon Moe (CEO, Infraact)
2. Contrarian Perspectives
The Difference Between Open Source and Closed Source Is Mostly Go-To-Market, Not Capability
Most people assume a meaningful technical gap exists between open weight and proprietary frontier models. Simon explicitly rejects this framing.
"There's not much differentiation. It's more about the distribution strategy and go-to-market strategy and the capability-wise, I don't really see a big gap. Not even today." [00:38:23]
— Simon Moe (CEO, Infraact)
Banning Distillation Would Not Stop Chinese AI Progress — Smart People Building Good Environments Would
There is a tempting but flawed policy narrative that restricting distillation would hobble Chinese model labs. Simon argues the real engine of progress is talented researchers constructing novel training environments, something that cannot be regulated away.
"It's almost tempting if you're in the White House to say oh sure we'll just turn off distillation all our problems will be solved but I think it's more the case that they're smart people doing interesting things." [00:44:25]
— Matt Bornstein (a16z GP), endorsing Simon's point
"What's powering the progress is still just really smart people with very interesting algorithms, data, environment, and they will produce — of course compute — they will produce the models." [00:43:53]
— Simon Moe (CEO, Infraact)
Anthropic Is Over-Moderating Relative to Legal Requirements, and It's Costing Them Users
Most commentators treat Anthropic's cautious approach as a competitive advantage. Simon's direct experience suggests it is actively driving his own technical team away toward Chinese open weight alternatives.
"Anthropic is going further than even what would be legally required and they're taking ethical stances on these things... some of these companies have erred on the side of caution which is probably a reasonable thing to do but very frustrating as a user." [00:35:10]
— Matt Bornstein (a16z GP)
Chinese Labs Are Not Simply Copying — They Are Making Fundamental Architectural Contributions
The prevailing narrative is that Chinese AI labs are fast followers. In fact, the researcher who invented Rotary Position Embedding (RoPE) — a foundational transformer technique — later wrote the explanation of why it is no longer needed, as part of the Kimi K3 technical report.
"This Kimi K3 model is they removed a rotary positional embedding... and guess who removed it is the inventor of RoPE... Jenny wrote the first paper introducing RoPE as a concept and then he now also wrote the explanation of why you don't need it as part of the technical report. So like when we read it it's like really kind of full circle." [00:41:27]
— Simon Moe (CEO, Infraact)
Open Source AI Expands the Frontier for Everyone, Including Competitors
Rather than hoarding advances, open weight publication creates a shared racetrack where every participant can learn from and build on others' progress, compounding the overall pace of advancement.
"Open source and open way really helps innovation because it sets out this racetrack where everybody can learn from each other and see what each player is in this racetrack and then you're able to improve and stay on the shoulder of each other to improve yourself so that is where everybody can move forward faster." [00:44:54]
— Simon Moe (CEO, Infraact)
3. Companies Identified
vLLM / Infraact Open source inference engine and the company built around it, co-founded by Simon Moe and Ion Stoica. Currently running on half a million GPUs at any given moment, supports over 1,000 model architectures, and is used by virtually all major inference cloud providers under the hood.
"Just about everybody uses vLLM. vLLM is an inference engine. That means its job is to turn available GPUs into a running endpoint for intelligence." [00:08:25]
— Simon Moe (CEO, Infraact)
Moonshot AI (Kimi) Chinese AI lab that released Kimi K3, a frontier-quality open weight model that Infraact's own developers adopted because it matches Claude-level quality with more permissive and sensible guardrails. Notable for building exceptional environments for front-end coding that drove model quality.
"For Moonshot, they have built some of the best environment for front-end coding right... they have published amazing demos on the ability for this model to code and then see what the render is and then continue looping and iterative process." [00:39:21]
— Simon Moe (CEO, Infraact)
Hugging Face Model hub and format standard that is a key partner in every major open weight model release. Also notable for recently using a Chinese open source model to contain a cyberattack carried out by a rogue unsandboxed AI model being tested.
"For the Hugging Face incident, they break it down pretty well on their website and blog. In the end, it's about all the closed proprietary model APIs, their guardrails are a little bit arbitrary but also very difficult to enforce." [00:32:11]
— Simon Moe (CEO, Infraact)
Cursor AI coding tool cited as a leading example of an innovative application company that chose to go deep on open source — doing its own mid-training, post-training, and inference tricks — rather than remaining a pure API wrapper.
"This is what Cursor did. This is what sort of Decagon and Harvey are in the process of doing now." [00:07:35]
— Matt Bornstein (a16z GP)
Decagon Enterprise AI agent company, cited alongside Cursor and Harvey as a top-tier application company that is actively building on open source models rather than depending entirely on closed API providers.
"This is what Cursor did. This is what sort of Decagon and Harvey are in the process of doing now." [00:07:35]
— Matt Bornstein (a16z GP)
Harvey Legal AI company cited as a leading example of an application-layer startup that is making the transition to owning its own model stack via open source.
"This is what Cursor did. This is what sort of Decagon and Harvey are in the process of doing now." [00:07:35]
— Matt Bornstein (a16z GP)
Open Router Inference routing infrastructure company that started building around open models around 2022–2023. Now described as mission-critical infrastructure.
"Something that I find kind of funny... a company like Open Router or even Olama, all of these different teams kind of got started around 2022 and 2023... And what kind of special thing do you think was happening at that time?" [00:29:59]
— Matt Bornstein (host)
Ollama Local inference runtime that also started pre-ChatGPT and is now described as mission-critical infrastructure for running open weight models locally. Called a great partner and friend in the ecosystem.
"OpenRouter, Ollama, as you mentioned, they're all great partners and friends in the ecosystem because we're there to understand how everybody else can leverage AI model better." [00:30:57]
— Simon Moe (CEO, Infraact)
Mistral French AI lab recognized for pioneering the chaotic but exciting early era of open weight model drops. Their first model release — delivered as a raw torrent link — galvanized the community and led to a weekend sprint by the vLLM team to get it running.
"When Mistral dropped their first model, they just drop a torrent link for P2P. And then everybody's like struggling and trying to get it up and running. And then we're working behind the scene with the Mistral team trying to get the inference engine support working in vLLM." [00:11:51]
— Simon Moe (CEO, Infraact)
Meta (Llama) Pioneered commercial-use licensing thresholds for open weight models, with DAU/ARR triggers that require large companies to enter separate commercial agreements — a template now being followed by other labs.
"Even to the Llama days, when Meta was releasing Llama, they do have a term of if your daily active user or like annual recurring revenue exceeds some threshold, please enter into a commercial agreement with Meta specifically." [00:20:25]
— Simon Moe (CEO, Infraact)
Minimax Chinese AI lab praised for releasing the M2.7 model with a thoughtful usage-based licensing structure, viewed as a healthy development in the open weight sustainability ecosystem.
"Starting from even Minimax recently, when they're releasing the M2.7 model, they have a term specifically focusing on usage." [00:20:45]
— Simon Moe (CEO, Infraact)
Databricks Enterprise data and AI company, cited as the model for how to build a sustainable company on top of an open source project. Co-founder Ion Stoica's experience there directly informs Infraact's strategy.
"Yang as a co-founder, he has always been thinking about open source and where how do you support open source better. And then now with experience from Databricks and AnyScale and even Arena..." [00:36:49]
— Simon Moe (CEO, Infraact)
AnyScale AI infrastructure company co-founded by Ion Stoica, cited as part of his track record of building commercial layers on top of open source infrastructure before Infraact.
"Now with experience from Databricks and AnyScale and even Arena which is a public platform and now at Infraact..." [00:36:49]
— Simon Moe (CEO, Infraact)
Arena (LMSYS Chatbot Arena) Public model evaluation platform, affiliated with Ion Stoica and UC Berkeley, cited as a key benchmarking resource — specifically its front-end coding benchmark was used to evaluate Kimi K3.
"One of the very useful benchmarks that we have on Arena for K3 has been front-end coding." [00:39:21]
— Simon Moe (CEO, Infraact)
Anthropic Cited as the primary example of a closed-source model provider whose over-moderation is driving technical users away. Its Claude models are blocking legitimate GPU kernel research, causing Infraact's own engineers to switch to Kimi K3.
"A lot of the Anthropic models are banning frontier AI user research and then when we're studying GPU kernels, even an invalid memory access error, we are triggering the red line." [00:33:11]
— Simon Moe (CEO, Infraact)
4. People Identified
Simon Moe Co-founder and CEO of Infraact; lead maintainer of vLLM. UC Berkeley systems researcher who identified the fundamental unsolved problems in LLM serving before ChatGPT existed and built what became the de facto standard open source inference engine.
"vLLM is an inference engine. That means its job is to turn available GPUs into a running endpoint for intelligence... we support more than a thousand model architectures up to today." [00:08:25]
— Simon Moe (CEO, Infraact)
Ion Stoica Co-founder of Infraact and Databricks; professor at UC Berkeley; creator of AnyScale. Described as the strategic and philosophical backbone of Infraact's open source commercialization approach, with a multi-decade track record of building critical infrastructure companies from academic open source projects.
"Yang as a co-founder, he has always been thinking about open source and where how do you support open source better. And then now with experience from Databricks and AnyScale and even Arena, his focus really stands from how do we build such a world where this software is being used by so so so many people on such a critical project." [00:36:49]
— Simon Moe (CEO, Infraact)
Jenny (Su Jianlin / the inventor of RoPE) Researcher at Moonshot AI who invented Rotary Position Embedding, a foundational technique used across transformer architectures — and then, in a full-circle moment, authored the explanation of why it is no longer necessary in the Kimi K3 technical report.
"The inventor of RoPE who — Jenny wrote the first paper introducing RoPE as a concept and then he now also wrote the explanation of why you don't need it as part of the technical report in this case model. So like when we read it it's like really kind of full circle." [00:41:27]
— Simon Moe (CEO, Infraact)
Matt Bornstein General Partner at a16z, longtime observer of the vLLM project from its earliest days. Provides sharp framing of the open source infrastructure investment thesis and the policy implications of distillation debates.
"One thing we're looking for a lot from an investment standpoint is people doing open source model training all over the world, not just in the United States. You get that magic of collaboration when everybody is doing it." [00:45:20]
— Matt Bornstein (a16z GP)
5. Operating Insights
Switching Costs in AI Tooling Are Already Determining Developer Productivity — Choose Stacks With Liberal Guardrails for Internal R&D
Infraact's own engineering team is a live case study: Anthropic's Claude triggered false-positive safety blocks on routine GPU kernel work, causing engineers to lose two-hour sessions and permanently migrate to Kimi K3. For any company doing internal AI-assisted technical research, the operational lesson is to audit your model provider's guardrails specifically for your domain and pre-emptively route sensitive but legitimate workloads to open weight models where you control the guardrail configuration.
"A lot of our developers are retreating from using Claude 5 because you have a two-hour job and you trigger the red line which is false positive and then you have to lose all of your work. So a lot of our developers are using Kimi K3 today because it's similar quality and it has a guardrail that makes sense to us." [00:33:41]
— Simon Moe (CEO, Infraact)
Deploying Open Weight Models: Unlock "Fast Mode" to Get 2–3x More Speed Than Proprietary APIs
For teams that have deployed or are evaluating open weight models, simply enabling maximum throughput mode is not the default — but it unlocks 400–500 tokens per second, which Simon describes as 2–3x faster than the fast mode available from closed-source providers. For developer-facing and agentic workloads, this speed difference is functionally transformative.
"Users are able to get the maximum benefit out of this model when they enable fast mode... getting up to 400 and 500 tokens per second, because it is really a big step change... especially when developers are interacting with the model, they can see, oh, I can really just get my task done faster here." [00:18:55]
— Simon Moe (CEO, Infraact)
For Mission-Critical AI Workloads, Demand SLA Control That Only On-Prem or Dedicated Inference Provides
Proprietary API providers offer no contractual guarantees around latency or uptime that a real-time product can be built on. Voice agents and other latency-sensitive applications require the operator to own or control the full inference stack. This is not a nice-to-have — it is a product reliability requirement.
"For a voice agent company, they want to control their own model so that it can make sure the model actually responds by the required time... this sometimes is only you can do with your controlled intelligence because you know the whole hardware you're running and the whole system you're monitoring." [00:15:15]
— Simon Moe (CEO, Infraact)
6. Overlooked Insights
The Real Policy Lever Is Funding Mechanisms for Chinese Open Weight Labs — Not Export Controls on Weights
This was mentioned only briefly but carries significant strategic weight. Matt Bornstein noted that if Chinese model labs like Moonshot have no sustainable commercial revenue, the funding will come from government sources instead — which is actually a worse geopolitical outcome than a commercially self-sustaining Chinese open source ecosystem. This inverts the usual framing: restricting Chinese AI companies' ability to monetize open weight models may accelerate, not reduce, state capture of Chinese AI development.
"If there's no source of funding for Moonshot to continue to train models, like we know where the funding will come from instead and it's not like something that we, right, you know, it's government and things that like are actually worse for us, I think." [00:22:30]
— Matt Bornstein (a16z GP)
The Next Competitive Moat in AI Is Proprietary RL Training Environments, Not Data or Compute
This point was made technically and briefly, but it is enormously consequential for anyone trying to understand where durable model quality advantages will come from. Simon explicitly said that training environments — the scaffolding that lets a model observe its outputs, get feedback, and improve iteratively — cannot be distilled or copied. This means the labs that invest in building the best real-world feedback environments (Moonshot's front-end rendering loop being one example) will develop quality advantages that are genuinely proprietary and non-replicable. For investors, this is the new moat to look for — not GPU count or dataset size.
"Environment matters so much today. These are our environments — these cannot be distilled... It's about constructing it, understanding the learning process. You cannot distill how the model learns with the environment... the next year is all going to be about that — it's about how open way model labs are differentiating and really getting to the real world and have this kind of recursive self-improvement to really improve the model overall." [00:43:23]
— Simon Moe (CEO, Infraact)