Skip to main content
a16z Podcast

How Open-Source AI Became Critical Infrastructure

46 min episode · 2 min read
·
Simon Moe,Matt Borenstein

Episode

46 min

Read time

2 min

Topics

Relationships, Investing, Startups

AI-Generated Summary

Key Takeaways

  • Open-weight inference control: Running open-weight models through VLLM gives operators up to 10 configurable speed tiers — from lowest-cost slow mode to 400-500 tokens per second — compared to just two options (regular and fast) available through proprietary APIs. This performance flexibility alone justifies infrastructure investment beyond simple cost comparisons with closed-source providers.
  • Cost vs. control inflection point: Enterprise adoption of open-weight models shifted from control-driven to cost-driven motivations within the past year. Voice agent companies, for example, require self-hosted models to guarantee SLA response times that proprietary APIs cannot contractually ensure, making infrastructure ownership a reliability decision, not just a budget decision.
  • Day-zero model release coordination: Deploying a new open-weight model involves coordinating the model lab, hardware vendors (NVIDIA, AMD, Google, Amazon, Intel), Hugging Face, and 10-20 inference cloud partners simultaneously. VLLM supports over 1,000 model architectures and serves as the benchmark hardware vendors use to validate new chip performance before public release.
  • Moderation failures drive open-weight adoption: Proprietary API guardrails generate high false-positive rates that block legitimate use cases — InfraAct developers switched from Claude to Kimi and Qwen because GPU kernel debugging triggered content filters during two-hour jobs, erasing all work. For trusted internal use cases, self-hosted open-weight models with configurable guardrails are now the default choice.
  • Sustainable open-weight economics require licensing evolution: Frontier model training involves multiple large-scale failed runs before a successful release, making pure open-source donation models unworkable at AI scale. Labs like MiniMax and Moonshot are introducing usage-based commercial terms above revenue thresholds — mirroring pharmaceutical R&D funding structures — to sustain the capital required for successive training runs.

What It Covers

Simon Mo, cofounder and CEO of InfraAct and lead maintainer of VLLM, joins a16z to explain how open-source inference became critical infrastructure, why open-weight models now run on 500,000 GPUs simultaneously, and how the economics of model development are reshaping licensing structures across the AI industry.

Key Questions Answered

  • Open-weight inference control: Running open-weight models through VLLM gives operators up to 10 configurable speed tiers — from lowest-cost slow mode to 400-500 tokens per second — compared to just two options (regular and fast) available through proprietary APIs. This performance flexibility alone justifies infrastructure investment beyond simple cost comparisons with closed-source providers.
  • Cost vs. control inflection point: Enterprise adoption of open-weight models shifted from control-driven to cost-driven motivations within the past year. Voice agent companies, for example, require self-hosted models to guarantee SLA response times that proprietary APIs cannot contractually ensure, making infrastructure ownership a reliability decision, not just a budget decision.
  • Day-zero model release coordination: Deploying a new open-weight model involves coordinating the model lab, hardware vendors (NVIDIA, AMD, Google, Amazon, Intel), Hugging Face, and 10-20 inference cloud partners simultaneously. VLLM supports over 1,000 model architectures and serves as the benchmark hardware vendors use to validate new chip performance before public release.
  • Moderation failures drive open-weight adoption: Proprietary API guardrails generate high false-positive rates that block legitimate use cases — InfraAct developers switched from Claude to Kimi and Qwen because GPU kernel debugging triggered content filters during two-hour jobs, erasing all work. For trusted internal use cases, self-hosted open-weight models with configurable guardrails are now the default choice.
  • Sustainable open-weight economics require licensing evolution: Frontier model training involves multiple large-scale failed runs before a successful release, making pure open-source donation models unworkable at AI scale. Labs like MiniMax and Moonshot are introducing usage-based commercial terms above revenue thresholds — mirroring pharmaceutical R&D funding structures — to sustain the capital required for successive training runs.

Notable Moment

Simon Mo reveals that the inventor of Rotary Positional Embedding (ROPE) — a foundational transformer architecture component — personally authored the technical report for Kimi K3 explaining why ROPE is no longer necessary, demonstrating how open-weight research enables researchers to publicly iterate on and discard their own prior contributions.

Know someone who'd find this useful?

Episode Transcript

The fun thought experiment is if GPUs dropped in price by 99%, then do we get back to a real open source world. If moderation is never solved in the future, people will go to Openwave by default because that is where you know for sure you can control your guardrail for trusted use cases. And can you talk about where VLOM sits in that stack? VLOM is a inference engine. It is kind of like databases and operating system and MD, Google. Their newest chip will make sure VEOM can run on them, and then a lot of cases they use VEOM as a benchmark. We're bridging almost a 10 x gap. For proprietary proprietary model, there is a regular mode and fast mode. But for open weight, every provider can offer potentially even 10 different levels of speed. Five years from now, open source AI models, have they closed the gap with Frontier models? Capability wise, I don't really see a big gap, not even today, because open source AI has become one of the most important forces shaping the industry. But making Frontier models available to the world requires far more than releasing model weights. It requires an entirely new infrastructure layer. In this episode, Elena Burger and Matt Borenstein are joined by Simon Moe, cofounder and CEO of InfraRack, to discuss how open source inference became critical Today, we're here with Simon Moe, cofounder of InfraAct and a lead maintainer of VLLM, the open source inference engine now running on half a million GPUs at any moment. We're also joined by Matt Borenstein, an a sixteen z general partner. Simon, Matt, thank you so much for joining us. I think first, we should start with the open source AI and kind of the more recent history of open source AI. So VLLM actually has its origins kind of back in 2022 pre Chargept, and your team set out to make a slow open source demo faster and instead just found this pile of unsolved problems. So can you talk about what made serving an LLM so fundamentally different from the ML workloads everyone already knew how to run? Yep. Good to be here. So serving a large language model is a fundamentally different problem because serving it requires to run it on accelerators like GPUs or TPUs. And it is a computationally intensive process that will require a lot of engineering and ensuring that for each request, user can see the LOM's response quickly and efficiently. So this typically means we need to handle differences in input distribution, how long each request is, output distribution, which is nondeterministic, and batching and scheduling a lot more in the at the core of the inference engine. Yeah. And so the team, the project has been around for about four years now, but the company is a little bit more recent. So I wanna throw this out to either of you. Matt, I know you've known the team and …

Get the full transcript (8,633 words) + summary by email — free

One-time email with the complete transcript and AI summary of this episode. No account needed.

One email, no spam. We’ll also show you what SignalCast does.

Browse all a16z Podcast transcripts →

You just read a 3-minute summary of a 43-minute episode.

Get a16z Podcast summarized like this every Monday — plus up to 2 more podcasts, free.

Pick Your Podcasts — Free

Keep Reading

Books, tools, and gear mentioned in this episode

SignalCast may earn commission on purchases via these links.

Tools

  • vLLMRecommendedBy guest
    Simon Mo, cofounder and CEO of InfraAct and lead maintainer of VLLM, joins a16z to explain how open-source inference became critical infrastructure...VLLM gives operators up to 10 configurable speed tiers...VLLM supports over 1,000 model architectures and serves as the benchmark hardware vendors use to validate new chip performance before public release.
  • by Anthropic

    InfraAct developers switched from Claude to Kimi and Qwen because GPU kernel debugging triggered content filters during two-hour jobs, erasing all work.
  • Simon Mo reveals that the inventor of Rotary Positional Embedding (ROPE) — a foundational transformer architecture component — personally authored the technical report for Kimi K3 explaining why ROPE is no longer necessary.
  • InfraAct developers switched from Claude to Kimi and Qwen because GPU kernel debugging triggered content filters during two-hour jobs, erasing all work.

company

  • InfraactBy guest
    Simon Mo, cofounder and CEO of InfraAct and lead maintainer of VLLM, joins a16z to explain how open-source inference became critical infrastructure.
  • Deploying a new open-weight model involves coordinating the model lab, hardware vendors (NVIDIA, AMD, Google, Amazon, Intel), Hugging Face, and 10-20 inference cloud partners simultaneously.
  • Labs like MiniMax and Moonshot are introducing usage-based commercial terms above revenue thresholds — mirroring pharmaceutical R&D funding structures — to sustain the capital required for successive training runs.
  • Labs like MiniMax and Moonshot are introducing usage-based commercial terms above revenue thresholds — mirroring pharmaceutical R&D funding structures — to sustain the capital required for successive training runs.

More from a16z Podcast

We summarize every new episode. Want them in your inbox?

Similar Episodes

Related episodes from other podcasts

Explore Related Topics

This podcast is featured in Best Business Podcasts (2026) — ranked and reviewed with AI summaries.

Read this week's Investing & Markets Podcast Insights — cross-podcast analysis updated weekly.

You're clearly into a16z Podcast.

Every Monday, we deliver AI summaries of the latest episodes from a16z Podcast and 192+ other podcasts. Free for one show.

Start My Monday Digest

No credit card · Unsubscribe anytime