The AI industry is shifting its attention from training models to running models more efficiently. Enterprise AI applications generate millions of inference requests as they coordinate multiple models, tools, and agents. Inference is the process where a trained AI model generates a response to a user prompt. Every request consumes computing capacity, making inference efficiency one of the primary drivers of both AI performance and infrastructure cost.
The challenge is both acquiring enough capacity and using that capacity intelligently. As model parameters have grown exponentially in size and complexity, traditional deployment approaches have struggled to keep up. Many organizations still rely on standard Kubernetes load balancing to distribute inference requests, which was originally designed for stateless applications.
However, large language model (LLM) inference behaves differently. LLMs depend heavily on the key-value (KV) cache, the model's short-term memory, to avoid repeating work. When conventional load balancers blindly distribute related requests evenly across different inference servers, cache locality is lost. The result is redundant computation, unnecessary GPU utilization, and unnecessary infrastructure costs as the model is forced to recompute work it has already performed.
From better models to better inference
Scaling AI isn't simply a matter of adding more inference servers, inference infrastructure needs to be LLM-aware. Open source has played a central role in making AI models more accessible, and 2 open source projects, vLLM and llm-d, are doing the same for inference.
- vLLM is an open source inference engine optimized for running models more efficiently on a single node or server.
- llm-d acts as the overarching control plane for distributed inference. While vLLM increases single-node efficiency, llm-d spans multiple vLLM instances to orchestrate and optimize the entire cluster.
Using intelligent, KV cache-aware scheduling, llm-d understands where computed prompts already exist and routes inference requests accordingly. By preserving cache locality across multiple inference instances, it minimizes redundant computation, improves GPU utilization, reduces latency, and helps lower the cost of serving AI workloads. Capabilities such as intelligent request routing and inference disaggregation also help organizations to extract more value from the infrastructure they already have instead of simply adding more hardware.
Looking ahead
Open source projects like vLLM and llm-d demonstrate how collaborative innovation is helping organizations overcome the cost and compute barriers that stand between AI experimentation and enterprise production at scale.
In Part II of this series, we'll explore why efficient inference is only one piece of the puzzle, and why infrastructure independence is that path to sovereign AI.
To learn more, watch Red Hat's Brian Stevens and Robert Shaw discuss the fundamental challenges of scaling AI inference.
Risorsa
Muovi i primi passi con l'inferenza IA
Sull'autore
Pete serves as the Principal Community Architect for AI within Red Hat’s Open Source AI Program Office (OSAIPO). In this role, he drives community development and engagement for Red Hat’s open source AI initiatives, including key projects like llm-d. Pete helps scale Red Hat’s contributions to AI by supporting the open source communities and developers working to advance these technologies.
Altri risultati simili a questo
Inferenza IA distribuita: cosa devono sapere i leader dei fornitori di servizi di telecomunicazione
Perché l'IA agentica ha bisogno di un’insieme di tecnologie open source
Ricerca per canale
Automazione
Novità sull'automazione IT di tecnologie, team e ambienti
Intelligenza artificiale
Aggiornamenti sulle piattaforme che consentono alle aziende di eseguire carichi di lavoro IA ovunque
Hybrid cloud open source
Scopri come affrontare il futuro in modo più agile grazie al cloud ibrido
Sicurezza
Le ultime novità sulle nostre soluzioni per ridurre i rischi nelle tecnologie e negli ambienti
Edge computing
Aggiornamenti sulle piattaforme che semplificano l'operatività edge
Infrastruttura
Le ultime novità sulla piattaforma Linux aziendale leader a livello mondiale
Applicazioni
Approfondimenti sulle nostre soluzioni alle sfide applicative più difficili
Virtualizzazione
Il futuro della virtualizzazione negli ambienti aziendali per i carichi di lavoro on premise o nel cloud