Google Open-Sources AX: A Kubernetes-Style Orchestrator for AI Agents
Google's new AX orchestrator suspends and resumes AI agent workloads instantly, cutting idle-compute costs for teams running agent fleets.
Google's new AX orchestrator suspends and resumes AI agent workloads instantly, cutting idle-compute costs for teams running agent fleets.
If you're running AI agents in production — coding agents, research agents, customer-support agents, anything that calls a model, waits for a response, then calls a tool — you've probably noticed the bill doesn't match the work being done. Most of an agent's "life" isn't spent computing. It's spent idle: waiting on a model to finish reasoning, waiting on an external API, waiting on a human to approve the next step. Traditional container infrastructure, built for web servers that either serve a request or sit at zero, wasn't designed for that rhythm — so agencies end up either paying to keep sandboxes warm through long idle stretches, or eating painful cold-start delays every time an agent wakes back up.
That's the exact problem Google just open-sourced a fix for. On September 22, Google released AX, an Apache 2.0-licensed orchestrator built specifically to run autonomous AI agent workloads at scale — and it's already climbing GitHub's trending page and topping Hacker News.
Google is pitching AX as "Kubernetes for agents," and the comparison is deliberate. Like Kubernetes, it's a declarative system: you describe the state you want, and AX reconciles reality to match it. But instead of Kubernetes' Pods, Services, and Deployments, AX ships four purpose-built primitives:
Under the hood, AX runs on something Google calls the Agent Substrate — a runtime that treats each agent as an isolated actor inside a gVisor sandbox, rather than a container that's either fully running or fully torn down. That distinction is the whole point: AX can suspend a task in well under a second with zero cold-start penalty when it resumes, so an agent that's waiting five minutes on an API callback isn't quietly billing you for five minutes of compute.
For anyone managing workloads directly, AX ships a CLI that reads like kubectl for agents: ax apply to deploy, ax watch to stream state, ax ssh to drop into a running sandbox, and ax suspend / ax resume to manually pause and restart tasks.
If your team is deploying more than a handful of agents — say, a fleet of client-specific automation workflows, or a coding-agent pipeline running dozens of concurrent tasks — the economics here are the actual pitch. Idle-but-active sandboxes are one of the quietest cost leaks in agentic infrastructure, precisely because nothing looks wrong: the dashboard shows agents "running," not agents burning GPU-adjacent compute doing nothing. A runtime that can suspend and resume near-instantly turns that leak off without changing how the agent itself behaves.
The security model is worth calling out too. Each agent runs in its own gVisor-isolated sandbox — meaningful if you're running agents with real tool access (file systems, APIs, payment flows) on behalf of multiple clients and need hard isolation between them, not just process-level separation.
Coverage of the launch hasn't been uncritical, and agencies evaluating AX should read the pushback alongside the announcement. Google's own framing leans on the idea of orchestrating "billions" of agents — a scale claim that plenty of engineers on Hacker News and in early technical writeups have pointed out is more marketing than measured benchmark. There's also real, practical friction being reported in the first days after release: early adopters have flagged rough edges around proxy connection handling and secrets management, the unglamorous plumbing that determines whether a system like this is actually production-ready or just production-shaped.
None of that erases the value of the idea — suspend/resume-native infrastructure for agent workloads is a genuinely useful primitive that most current agent-hosting setups don't have. It does mean treating AX today as an early, fast-moving project rather than a finished platform you'd bet a client SLA on without testing.
If you're already fighting idle-compute costs on an agent fleet, or you've been bolting suspend/resume logic onto Kubernetes yourself because nothing purpose-built existed, AX is worth a pilot — it's free, Apache 2.0, and the repo is public on GitHub today. If your current agent workloads are small enough that a few idle containers don't move the needle, there's no urgency to migrate anything; watch how the secrets-management and proxy issues get resolved over the next few releases before it touches anything client-facing.
Our cutting-edge features simplify collaboration and creativity, making your workflow intuitive and efficient. Transform your vision into reality effortlessly with Hadidiz Flow.



