The discussion features Simon Moe, co-founder of Infraact and lead maintainer of VLOM (an open-source inference engine), and Matt Borenstein, an A16Z general partner, exploring the evolution and critical role of open-source AI.
VLLM originated in 2022, before ChatGPT, aiming to accelerate slow open-source LLM demos. They quickly realized that serving large language models (LLMs) on accelerators like GPUs presented unique and complex engineering challenges. Unlike traditional ML workloads, LLM inference demands rapid, efficient handling of diverse, non-deterministic inputs and outputs, requiring sophisticated batching and scheduling—areas where VLLM excels.
Initially, open source was the norm for early AI models, including OpenAI's beginnings. However, as models grew in size and complexity (e.g., from BERT onwards), specialized hardware and software became necessary. VLLM evolved from a beloved open-source project into critical infrastructure as LLMs became indispensable for daily productivity and applications like GitHub Copilot and ChatGPT. Matt Borenstein noted that about a year ago, many startups realized they couldn't just build on closed-source APIs if they wanted true innovation, customizability, and control over mid-training, post-training, and deployment—making open source indispensable.
VLLM serves as a foundational inference engine, akin to an operating system or database, power AI. It translates available GPUs into running intelligence endpoints, supporting over a thousand model architectures, including proprietary and open-weight models. VLLM works closely with hardware vendors (NVIDIA, AMD, Google, Intel, Amazon), who often benchmark their newest chips against VLLM, highlighting its role in bridging models and hardware performance. The team emphasizes "day zero" model releases, a complex multi-party collaboration involving model labs, hardware vendors, Hugging Face, and VLLM, to ensure new open-weight models are immediately usable and performant.
A key theme was the growing importance of open source for both **cost-effectiveness** and **control**. While closed models can be expensive, control allows companies to customize guardrails, manage data retention, and ensure performance against critical SLAs (Service Level Agreements), which proprietary APIs cannot guarantee. The recent Kimmy K3 model release highlighted this, offering diverse speed options (up to 10 levels) far beyond the "regular" and "fast" modes of proprietary offerings.
The conversation also delved into the **economics of open weights**. Unlike traditional open-source software, training frontier AI models requires immense capital (millions to billions of dollars). This necessitates new licensing models (e.g., Meta's Llama, Minimax's M2.7, Kimi's derivative works clauses) to fund ongoing research and development—likened to the pharmaceutical industry's R&D funding model. Matt emphasized that "open weights" are not simply "open-source software" and require sustainable economic incentives.
Maintaining open-source AI involves a massive community effort. Once a model is released, adapting it to diverse hardware, cluster topologies, and use cases (e.g., voice agents vs. coding agents) is crucial. VLLM and the broader open-source community continually optimize and specialize these models, ensuring reliability and performance for the widest possible footprint. Many closed-source inference clouds leverage open-source engines like VLLM due to their battle-tested nature.
The discussion touched on the **moderation problem** and the implications of centralized AI. The Hugging Face incident, where a rogue unsandboxed OpenAI model caused a cyber attack, demonstrated the risk of relying on arbitrary guardrails from proprietary APIs. Open-source models offer a solution by allowing users to control their own guardrails for trusted use cases. Simon noted that Infraact developers often use Kimi K3 instead of restrictive proprietary models to avoid false positives that halt their work. Matt drew parallels to social media, where centralizing human activity changes incentives and moderation challenges.
Looking five years ahead, Simon doesn't foresee a significant **capability gap** between open-weight and frontier models, even today. He argues that the ingredients for building top-tier models—compute, data, and brilliant researchers—are globally available. The key differentiator for model improvement lies in building the best "environment" for iterative self-improvement, not just raw data. Simon expressed skepticism that "distillation" (copying capabilities from larger models) is the primary driver of progress for Chinese open-source labs, attributing their advancements to smart people, novel algorithms, and unique training environments.
The thought experiment of GPUs dropping 99% in price suggests a return to a more "open source world" where individuals or small groups could contribute significantly, mirroring earlier days of AI development. Ultimately, open source and open weights foster innovation by creating a "racetrack" where everyone can learn, collaborate, and build upon each other's work, driving global progress in AI.