The Software Behind Many AI Chatbots Just Got More Flexible
This keeps AI running on cheaper, older chips — which could mean lower prices for you.
vLLM is invisible plumbing, but it's important plumbing: it's the software that many companies use to actually run AI models when you type a question. Its whole selling point has been that it works on almost any chip — NVIDIA, AMD, Intel, Google, IBM, Huawei. This week the team explained a big change. To squeeze maximum speed out of the newest chips, they've been writing special code for each chip. That's fast, but it risks breaking support for older or less common hardware.
So they built a middle path. New "hardware-agnostic" layers are designed to work across chips, and on NVIDIA's H100 — one of the fastest AI chips around — they hit 99.6% of the speed of the chip-specific version. In plain terms: you give up a rounding error of performance and keep the ability to run on all sorts of machines. The team says the world of AI models is splintering fast, with each new model using its own clever tricks, and keeping one version of the code working everywhere had become a real burden.
They also point to a shift nobody expected a year ago: AI coding assistants like Claude Code and OpenAI Codex are now good at writing these chip-specific optimizations themselves. That makes it cheaper to maintain many versions of the code rather than one universal version. The catch is honesty about trade-offs — the older, more universal layers may eventually be refactored in ways that stop working with some of today's optimizations. The team is being upfront that this could affect people using unusual accelerators or older GPUs.
Why should you care? Every layer of efficiency in the stack is money saved for AI companies. Cheaper, more flexible serving software means more competition among chipmakers, more AI features shipped on hardware companies already own, and a lower chance the AI tools you rely on suddenly stop working or get pricier. You won't see vLLM's name, but you'll feel its effects in your subscription bill and in how reliably your AI assistant answers.
- vLLM is the software many companies use to run AI models — it's the engine, not the chatbot you see
- The new version runs at 99.6% of top speed on NVIDIA's H100 chip, while still working on AMD, Intel, Google and other chips
- AI coding assistants like Claude Code now help write these chip-specific tweaks, which lowers the cost of supporting lots of hardware
Why It Matters
More efficient AI serving software means cheaper AI subscriptions, more competition among chipmakers, and fewer surprise outages.