Skip to content
Tech News
← Back to articles

Google's Open Agentic Orchestrator

read original more articles
Why This Matters

Google is opening up AX, an agentic orchestrator designed specifically for AI agent workloads that behave unlike typical cloud services—bursty, stateful, and often idle while waiting on model or tool responses. This matters because it signals a shift in cloud infrastructure design toward supporting AI-native compute patterns, potentially lowering costs and complexity for companies building agent-based systems at scale.

Key Takeaways

About

Born from research, built for production.

AX was born at Google when agentic runtime systems research met frontier compute. Over years of building and operating agentic execution engines, teams across Google recognized that agentic workloads represent an entirely new computing paradigm: stateful, bursty, long-running actors that compute intensely for a minute and then wait for model responses, tool responses, or human approval. Traditional orchestrators built for stateless microservices or predictable batch jobs become cost-prohibitive when keeping idle sandboxes running, yet lack native support for sub-second suspend and resume.

Drawing on agentic runtime research from Google DeepMind alongside deep experience in large-scale isolation, resumption, and scheduling, AX is being built as an open, declarative control plane purpose-built for agent execution. It abstracts tasks, workspaces, network policies, and models into core primitives so developers and researchers can run massive fleets of agents without reinventing the underlying infrastructure. This project heavily relies on Agent Substrate but provides agentic abstractions and generative runtime components.