The AI Agent Boom Is Outrunning Infrastructure
AI agents need always-on inference, persistent state, and real-time networking. Most infrastructure wasn't built for that. Learn what agent-ready requires.
Read field noteField notes / Latest
Engineering notes from operating open infrastructure: the failures, design decisions, and upstream work that make open infrastructure better.
Browse all field notesAI agents need always-on inference, persistent state, and real-time networking. Most infrastructure wasn't built for that. Learn what agent-ready requires.
Read field noteThink OpenStack is too complex, dead, or insecure? We debunk the 7 most persistent OpenStack myths with real data, current releases, and practical insights from the field.
Read field noteWatch our CNCF on-demand webinar on building a fully open-source private cloud using Kubernetes, OpenStack, Ceph, and Prometheus. Live demo included.
Read field noteAI agents need always-on inference, persistent state, and real-time networking. Most infrastructure wasn't built for that. Learn what agent-ready requires.
TL;DR
Agentic AI introduces a new class of infrastructure workload that cannot be efficiently supported by platforms designed for model training or stateless inference. Unlike traditional AI applications, autonomous agents execute long running, stateful workflows, coordinate with external systems and other agents, and require continuous access to compute, storage, and networking resources. This shift demands an infrastructure architecture capable of persistent inference, fractional GPU allocation, low latency communication, durable state management, and comprehensive observability. This post examines why existing AI infrastructure falls short for agentic workloads and explores how OpenStack, Kubernetes, and Ceph together provide the foundational capabilities required to operate AI agents reliably, efficiently, and at scale.
Agentic AI is moving quickly from experimentation to enterprise software. Gartner predicts that by 2028, one-third of enterprise applications will include agentic AI, up from less than 1% in 2024.
But building an AI agent is very different from running thousands of them reliably.
A chatbot receives a prompt, generates a response, and exits. An AI agent plans, invokes tools, maintains memory, collaborates with other agents, and executes long-running tasks across multiple systems. Instead of milliseconds, agents may run for minutes, hours, or even days.
That creates an entirely new infrastructure profile.
Traditional AI infrastructure was designed for two workloads: model training and stateless inference. Agentic AI introduces a third. These workloads are persistent, stateful, and highly concurrent. They require flexible GPU allocation, durable storage, low-latency networking, and orchestration capable of managing thousands of long-running processes.
Most AI platforms weren't built for that.
This is where platforms built on OpenStack and Kubernetes, like Atmosphere by VEXXHOST become essential. OpenStack provides the infrastructure control agents demand: flexible GPU allocation through MIG and vGPU, high-performance networking, and persistent storage through Ceph. Kubernetes provides the orchestration: scheduling concurrent inference workloads, autoscaling agent pools, and managing the complex lifecycle of long-running, stateful processes.
The agent era is arriving quickly. The infrastructure to support it is only beginning to catch up.
Every previous AI workload followed a predictable infrastructure pattern. Training is bursty and scheduled, using large GPU clusters for hours or days before scaling back. Inference is stateless and request response, handling short-lived interactions measured in milliseconds. Infrastructure for both is mature.
Agentic AI changes those assumptions.
Agents run continuously. An agent optimizing a supply chain or monitoring financial transactions doesn't start and stop with a single request. It operates for hours, days, or even indefinitely, making decisions, invoking tools, and adapting as conditions change. Infrastructure must support continuous compute, not scheduled bursts.
Agents maintain state. Unlike a chatbot that forgets every interaction, agents retain context across sessions, including previous decisions, tool outputs, and workflow history. That state must persist reliably for weeks, months, or longer.
Agents communicate. Multi-agent systems exchange information, delegate tasks, and coordinate decisions in real time. This requires low-latency networking and reliable communication between distributed services, not simply fast GPU interconnects.
Agents use compute differently. Rather than a few large training jobs, they generate thousands of small, concurrent inference requests. GPU resources need to be shared efficiently using technologies such as MIG and vGPU instead of being allocated as entire devices.
Agents take action. They don't just generate text. They execute code, call APIs, update databases, and trigger business workflows. That raises new requirements for security, isolation, observability, and governance.
Agentic AI isn't simply another inference workload. It introduces a new operating model with infrastructure requirements that existing AI platforms were never designed to meet.
For more on how different AI workload types place different demands on infrastructure, read AI Workloads on Kubernetes: Training vs. Inference Infrastructure.
Most AI infrastructure was built for two workload patterns: large-scale model training and stateless inference. Agentic AI fits neither.
Traditional inference platforms are designed to process a request, generate a response, and move on. Agents, however, execute long-running workflows that span multiple steps, calling tools, waiting for responses, making decisions, and continuing over minutes or even hours. Treating every interaction as an independent request causes agents to lose context and limits their ability to operate reliably.
Storage presents another challenge. AI platforms typically optimize storage for streaming large training datasets to GPUs. Agents have very different requirements. They constantly read and write small pieces of state, including memory, tool outputs, and session history. This high-concurrency, small-object access pattern is very different from the sequential workloads most AI storage systems were designed to support.
Networking also changes. Training clusters prioritize high-bandwidth communication between GPUs, while agentic applications depend on frequent, low-latency communication between distributed services and other agents. As multi-agent systems become more common, network performance between applications becomes just as important as network performance between accelerators.
GPU utilization is another mismatch. Most cloud platforms allocate entire GPUs to a workload, even when an individual agent only requires a fraction of the available compute. Without technologies such as MIG or vGPU, organizations waste valuable GPU capacity by dedicating far more hardware than each inference task actually needs.
Finally, observability becomes far more important. A failed training job usually means lost compute time. A failed agent may have already called APIs, updated records, triggered workflows, or taken actions that need to be traced and, in some cases, reversed. Understanding every decision, tool invocation, and state transition becomes essential for reliability and governance.
Today's AI infrastructure performs well for training and traditional inference. Running autonomous, stateful, long-lived agents requires a different architecture.
For a closer look at why infrastructure limitations keep AI initiatives from reaching production, read Why Half of AI Projects Never Leave Pilot.
The infrastructure gap is clear. Here's what fills it.
No single technology provides all of these capabilities. Running agentic AI at scale requires infrastructure control and workload orchestration working together, which is exactly what OpenStack and Kubernetes deliver as a combined platform.
Each agent infrastructure requirement maps directly to capabilities that OpenStack and Kubernetes provide together.
The combination matters because agents operate across all three layers at once. They need fractional GPU allocation, persistent storage, low latency networking, and intelligent workload orchestration working together. Focusing on only one layer leaves critical gaps.
You can read more about this here: Why OpenStack and Kubernetes Are Better Together for AI.
Atmosphere by VEXXHOST brings these capabilities together in a single, integrated platform built on upstream OpenStack and CNCF certified Kubernetes.
For a complete overview of the platform, read The Complete Guide to Managed OpenStack with Atmosphere.
Choose from Atmosphere Cloud, Hosted, or On-Premise.
Simplify your cloud operations with our intuitive dashboard.
Run it yourself, tap our expert support, or opt for full remote operations.
Leverage Terraform, Ansible or APIs directly powered by OpenStack & Kubernetes