Creuto is now an OpenAI Select Partner Read More
The Google AX agent orchestrator suspends idle AI agents and resumes them in under a second. What it does, what it needs, and why it is not stable yet.

Google AX is an agent orchestrator built on one observation: an AI agent spends most of its life waiting. The Google AX agent orchestrator, covered by InfoQ on 22 September, is an Apache 2.0 runtime that treats each agent as a stateful actor, checkpoints it when idle and, per the project, brings it back in under a second. Read on for what AX actually is, what it asks of your platform team, and whether you should run it yet.
The short answer on that last point: the repository itself says it is not stable. That matters more than any feature on the list.
AX is an open-source, Apache 2.0-licensed orchestrator and declarative runtime for autonomous agent workloads, hosted at agentexecutor.io and on GitHub as google/ax. It runs on top of Agent Substrate, a separate open-source runtime Google announced alongside it, which multiplexes many idle "actors" onto fewer ready workers. Google introduced AX as Agent Executor in a Google Cloud blog post on 21 May 2026, where it was described as "available now in preview". The September attention is the open-source project and its documentation catching up.
| Item | What the sources say |
|---|---|
| Licence | Apache 2.0 |
| Runtime underneath | Agent Substrate, built on Kubernetes |
| Primitives | Task, Workspace, Gateway, Model (ax.io/v1alpha1) |
| Interface | ax CLI, written in Go, kubectl-shaped |
| Install needs | A Kubernetes cluster, ko, a container registry, a reachable Agent Substrate Control API |
| Stability | Major breaking changes likely before a stable release |
The AX README puts it plainly: agents "are neither stateless microservices nor run-to-completion batch jobs". A microservice handles short request-response lifecycles. A batch job runs to completion. An agent, as InfoQ summarises, is stateful, bursty and long-running: intense compute while reasoning or running code, then long idle stretches waiting on a model, an API or a human.
That profile is awkward on conventional Kubernetes. Keep a dedicated sandbox alive through the idle stretches and you pay for compute that does nothing. Tear it down and you take a cold start the next time the agent needs to act, which hurts interactive loops. The project site calls traditional orchestrators "cost-prohibitive when keeping idle sandboxes running".
AX exposes four declarative, Kubernetes-style resources. What each does, from the README and site:
| Primitive | Purpose |
|---|---|
| Task | Runs untrusted agent code in an isolated sandbox with CPU and memory limits |
| Workspace | Pre-wires Git repos, MCP servers and skill packages, or takes a plain-English goal an agent uses to set up the environment |
| Gateway | Locks outbound traffic to an explicit allowlist of hosts and ports, and injects credentials |
| Model | Configures models, parameters and secrets in one place, with credentials from a Kubernetes secret |
One detail worth reading closely: the README describes the Model primitive as configuring "which LLM the platform itself uses". Coverage that calls it a unified control point for your agents' LLM providers is broader than the repository's own wording. Check it against your use case before assuming it replaces your model gateway.
Day-to-day use is ax apply, ax watch, ax ssh into a debug-enabled sandbox, and ax suspend and ax resume, which the README says checkpoint actor state and "pick up exactly where it left off".
The speed comes from Agent Substrate. Its README claims sub-500ms resume at over 500 suspend/resume activations per second, support for microVMs and gVisor sandboxes, and a demo of about 250 stateful actors multiplexed onto 8 pods. These are the project's own figures. We have not benchmarked them, and nobody should size a cluster on a README.
InfoQ writes that the project is positioned for production agent deployment as well as research. The repositories are more cautious. The AX README opens with a warning that the team is "still actively refining" core concepts and will "likely introduce major breaking changes prior to a stable release". The Agent Substrate README goes further: "It is not ready for production use, and the APIs are almost guaranteed to change."
That is the fact a CTO needs. AX is a well-reasoned design for a real cost problem, published early so people can test it. It is not yet something to put under a customer-facing product with an SLA.
InfoQ also reports community reaction split along predictable lines: infrastructure engineers welcoming a fix for idle-agent cost, and developers pointing out the operational weight of Kubernetes clusters, registries and custom resources. The same summary notes early reports of egress proxy dropped connections and basic secrets management, and that AX is an execution runtime, not a high-level framework like LangGraph or CrewAI.
Without AX, the two common patterns we see are a long-lived pod per agent session, which is simple and wasteful when sessions idle, or a job per step with state pushed to external storage, which is cheaper but slower to resume. Both work. What they share is that your code, not the platform, owns the question of what persists between turns.
AX moves that into the runtime: Agent Substrate says it preserves working memory and filesystem state across hibernation, so the agent resumes rather than restarts. If you have ever debugged an agent that lost context between steps, that is the appeal. It does not remove the need to think about AI agent state between turns; it changes where the state lives.
AX is worth a proof of concept if all of these are true:
It is the wrong choice if you run a handful of agents, have no platform team, or need stability guarantees this quarter. A managed agent service, or a simpler container-per-session setup, will cost less in engineering time than operating a preview control plane. We covered that trade-off for OpenAI's hosted option in buy the harness, or keep yours.
Whichever way you go, the Gateway primitive is a good pattern to copy now: outbound traffic locked to an explicit allowlist, with credentials injected at the edge rather than handed to the agent. It is the same principle behind AI agent sandbox security starting with the allowlist.
In the agent systems we build, the practical next step is modest: put AX on a non-production cluster, run one representative long-running agent through suspend and resume, and measure idle cost against your current setup. Our Kubernetes implementation and AI engineering teams can help scope that test. Decide on production after the project ships a stable API, not before.
Google AX is an open-source, Apache 2.0-licensed orchestrator and declarative runtime for AI agents, also called Agent Executor. It runs on Agent Substrate, treats each agent as a stateful actor, and exposes four Kubernetes-style primitives: Task, Workspace, Gateway and Model, managed through a kubectl-like ax command-line tool.
Google AX is not yet stable. Its README warns that major breaking changes are likely before a stable release, and the Agent Substrate README says Substrate is not ready for production use. Google described Agent Executor as a preview when it announced it in May 2026. Treat it as a proof-of-concept candidate for now.
Agent Substrate is the runtime underneath Google AX. It maps many mostly idle actors, such as agents, onto a smaller pool of ready Kubernetes workers, and handles create, destroy, suspend and resume. Its README claims sub-500ms resume and support for microVM and gVisor sandboxes; those are the project's own figures.
Installing Google AX needs a Kubernetes cluster, the ko build tool, a container registry the cluster can pull from, and a reachable Agent Substrate Control API. The deploy step installs Redis and the control plane into the ax-system namespace, and the ax CLI is installed with go install.
Google AX is not a replacement for LangGraph or CrewAI. It is an execution runtime that sandboxes, networks and suspends agent workloads, while those frameworks define how an agent reasons and calls tools. Agent Substrate says it is framework-agnostic, so an agent built with a framework can run on it.
Ready to take the first step towards unlocking opportunities, realizing goals, and embracing innovation? We're here and eager to connect.
11th Floor, O-Hub, Chandaka Industrial Estate, Infocity, Bhubaneswar, Odisha 751024
Level 4, 11 York Street Sydney Startup Hub Sydney, NSW – 2000
30 N. Đinh Nghệ, Phước Mỹ Sơn Trà, Đà Nẵng / Da Nang City – 550000
Level 25, AIDP Business Tower, Dubai Marina, United Arab Emirates
50 Beauchamp Street, Wellington, WGN 5028, New Zealand