Google Just Open-Sourced AX: A Kubernetes-Style Runtime for AI Agents
Google open-sourced AX, a distributed runtime for running and recovering AI agent workloads at scale. Here's what agencies need to know.
If you've tried running more than a handful of AI agents in production, you already know the problem: a single agent that calls a model, waits on a tool, waits on a human approval, and needs to resume cleanly after a crash is surprisingly hard to operate reliably. On September 20, 2026, Google released AX (Agent Executor) — an open-source, Kubernetes-style runtime built specifically to solve that problem — and it shot to the front page of Hacker News within hours. For agencies and teams building agentic products rather than just demoing them, this is worth understanding.
AX is a distributed runtime for running agentic workloads at scale. Google describes agent workloads as a fundamentally different computing pattern from traditional web services: they're stateful, bursty, and long-running — an agent might reason intensely for a few seconds, then sit idle waiting on a model response, a tool call, or a human-in-the-loop confirmation that could take minutes or hours.
Most teams currently duct-tape this together with queues, cron jobs, and custom state machines. AX instead gives agent workloads a proper runtime: it handles dynamic scheduling, execution resumption, automatic recovery, auditing, and even "trajectory branching" — restarting an agent from a specific point in its execution history using kernel-level snapshots.
The project ships as google/ax on GitHub, with documentation and a project site at agentexecutor.io, and Google published an accompanying technical breakdown on the Google Cloud blog the same day.
A few things separate this from the usual flood of "agent framework" repos:
It comes from Google, not a startup. AX isn't a weekend project — it's an internal system Google built to run its own large-scale agentic infrastructure, now released as open source. That lends it credibility that a brand-new orchestration library from an unknown team wouldn't have. It targets an unsolved, unglamorous problem. Most agent frameworks focus on making it easy to write an agent. AX focuses on making it survivable to run one — recovering from outages, resuming a long-running task after a human finally approves it, and auditing exactly what an agent did and why. That's precisely the gap that shows up once a demo agent becomes a production system handling real customer workflows. The interface is deliberately familiar. If you've usedkubectl, AX will feel immediately recognizable — it has a similar apply, get, describe, watch, delete command structure, plus a handful of agent-specific verbs for the concepts unique to agentic work (like resuming from a checkpoint). That familiarity lowers the learning curve for any team that already runs Kubernetes-based infrastructure.
The timing lines up with an industry shift. Data from GitHub's own trending signals this week shows agent-infrastructure repositories — not new models — dominating developer attention. AX arrives right as the conversation is moving from "which model should I call" to "how do I actually operate a fleet of agents reliably."
For an agency building AI-driven products or internal automations for clients, the appeal of AX isn't that it replaces your existing agent framework (LangGraph, CrewAI, custom orchestration, or whatever you're using to define agent logic) — it's a layer underneath that. AX is concerned with running and recovering agent executions reliably, not with how the agent reasons.
Practically, that matters most once you have workflows that:
If none of that describes your current work, AX is safe to file away for later. If it does, it's early — expect rough edges, since it launched days ago — but it's a signal of where production agent infrastructure is heading, and it's worth a pilot before it becomes the default the way Kubernetes did for containers.
kubectl, making it approachable for teams already running Kubernetes infrastructure.
Our cutting-edge features simplify collaboration and creativity, making your workflow intuitive and efficient. Transform your vision into reality effortlessly with Hadidiz Flow.



