148. 对游凯超3小时访谈:开源Infra、和模型Co-design 、“如果vLLM失败,我们会后悔一辈子”

Summary

This 张小珺Jùn|商业访谈录 episode interviews [[YuKaichao|游凯超]], co-founder and chief scientist of Infract, about [[VLLM|vLLM]] as open-source large-model inference infrastructure. The source connects vLLM’s origin in PagedAttention, its donation to the [[PyTorchFoundation|PyTorch Foundation]], and Infract’s company-building choice to a broader Open Source AI Infrastructure thesis: inference engines must absorb changing models, hardware, workloads, and community demands without abandoning open governance. Its technical synthesis is Model-Infra Co-Design: models, inference engines, chips, and [[AgentHarness|agent harnesses]] now shape each other because post-Moore efficiency depends on system-level fit.

Key Claims

  • [[YuKaichao|游凯超]] moved from algorithm-oriented ML research toward systems work after concluding that large-scale experiments, data, hardware, and software often decide whether an algorithmic idea matters in practice.
  • [[VLLM|vLLM]] emerged from PagedAttention and the Berkeley open-source tradition, then became a sustained community project rather than only a paper implementation.
  • vLLM’s 2024 V0-to-V1 rewrite is framed as an infrastructure response to rapidly changing model structures, hardware paths, and production workloads while keeping user-facing interfaces stable where possible.
  • In 2025, DeepSeek V3/R1 and other Chinese open models pushed vLLM to build a stronger Chinese community and work more directly with domestic model users such as DeepSeek and Kimi.
  • Donating vLLM to the [[PyTorchFoundation|PyTorch Foundation]] is presented as a governance move: the trademark and project should remain community-owned and protected from future closure.
  • Infract exists because serious open-source inference work needs full-time maintainers, NDA-bound customer collaboration, cluster resources, release planning, and commercial support that a volunteer-only project cannot reliably supply.
  • The episode treats Open Source AI Infrastructure as a company-backed but community-protected pattern, closer to Linux/Kubernetes/Spark-style infrastructure than a normal closed SaaS product.
  • vLLM’s governance includes a benevolent-dictator role, core maintainers, committers, and contributors; the source says maintainers must actively remove low-value features and filter lower-quality AI-generated pull requests.
  • Model-Infra Co-Design is the source’s durable technical frame: hardware is like a natural resource, models are generators, and inference engines are the power system that determines how efficiently tokens are produced.
  • Hardware Lottery explains why algorithms that cannot exploit available hardware may fail to survive even if they are intellectually attractive.
  • Continuous Batching, attention-state management, and prefix/cache behavior become first-principles knowledge for judging whether inference optimizations are real.
  • [[MixtureOfExperts|MoE]] models create inference challenges around fine-grained experts, dynamic routing, expert parallelism, and communication; DeepSeek is presented as an important co-design case.
  • Test-Time Scaling is split into several workloads: repeated sampling, long thinking-token generation, and agent-environment loops can stress inference engines in different ways.
  • In coding-agent scenarios, Prefix Caching can be damaged by small harness changes such as dynamic dates, tool-list shifts, or changing system prompts, so harness design becomes part of inference efficiency.
  • The source predicts that open models will ultimately win because widely served models leak capability through usage, data flywheels, ecosystem learning, and open alternatives.

Key Quotes

“好的软件总会有人用” — Ion Stoica’s advice as remembered by Yu.

“如果 vLLM 失败会不会后悔” — the founding team’s decision test.

“开源模型最后会赢” — Yu’s final bet in the episode.

Connections

Contradictions