{"id":109514,"date":"2026-07-17T12:47:09","date_gmt":"2026-07-17T12:47:09","guid":{"rendered":"https:\/\/www.europesays.com\/ai\/109514\/"},"modified":"2026-07-17T12:47:09","modified_gmt":"2026-07-17T12:47:09","slug":"arm-and-google-offer-a-smarter-option-to-run-agentic-ai-workloads","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/ai\/109514\/","title":{"rendered":"Arm and Google offer a smarter option to run agentic AI workloads"},"content":{"rendered":"<p>As enterprise leaders start deploying agentic workflows, they must establish the infrastructure to build and run them, one capable of fluidly routing a diverse set of workloads across the most efficient compute resources.<\/p>\n<p>This requires the ability to manage heterogeneous infrastructure, utilizing high-performance accelerators for large-scale training and inference, and utilizing CPUs for the critical orchestration layer of agentic AI. As autonomous agents become more prevalent, CPUs are ideally suited for managing agent state, semantic routing, tool selection, and spinning up secure, isolated sandboxes to safely execute untrusted generated code.<\/p>\n<p>The Google Axion advantage<\/p>\n<p>Google Cloud, with its workload-optimized Compute Engine portfolio, which includes general-purpose and specialized offerings, shines in addressing this need.<\/p>\n<p>Google Axion processors within this portfolio comprise a family of custom Arm processors engineered for performance, efficiency, and versatility, with a feature set that supports general-purpose workloads, CPU-based AI workloads, and other specialized tasks requiring Arm-native compatibility and direct hardware access.<\/p>\n<p>Axion is Google\u2019s first custom Arm-based server CPU, <a href=\"https:\/\/cloud.google.com\/transform\/axion-arm-cpus-custom-silicon-advantage-history?e=48754805\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">introduced in April 2024<\/a>. It is designed specifically for hyperscale cloud and AI-era data center workloads.\u00a0<\/p>\n<p>Axion also leverages more than a decade of Google\u2019s custom silicon innovation. This enables Google to more readily incorporate customer feedback into chip designs and address the more general, though complex, needs of CPUs.\u00a0<\/p>\n<p>Matching workload type to the processor<\/p>\n<p><a href=\"https:\/\/www.linkedin.com\/in\/bhumikpatel?utm_source=share_via&amp;utm_content=profile&amp;utm_medium=member_ios\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">Bhumik Patel<\/a>, Director of Software Ecosystem Development at Arm, says the key to all of this is to match the workload type as closely as possible to computing capacity. CPU-powered cloud instances are a practical option for certain AI workloads, particularly those with smaller datasets or less complex models.\u00a0<\/p>\n<p>\u201cAgentic tasks such as orchestrating, talking to APIs, and memory management are all ones CPUs are good at, so it\u2019s a distributed and concurrent AI workload,\u201d Patel tells The New Stack. Intelligent workload-processing apportionment makes agentic AI more cost-effective and efficient than running all workloads on a single compute type.<\/p>\n<p>This efficiency is quantifiable. The <a href=\"https:\/\/docs.cloud.google.com\/kubernetes-engine\/docs\/concepts\/machine-learning\/agent-sandbox\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">Google Kubernetes Engine Agent Sandbox<\/a> running on Google Axion N4A provides up to <a href=\"https:\/\/cloud.google.com\/blog\/products\/compute\/ai-infrastructure-at-next26\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">30% better price performance<\/a> than the next hyperscale cloud provider, says Google\u2019s <a href=\"https:\/\/www.linkedin.com\/in\/mfarhat?utm_source=share_via&amp;utm_content=profile&amp;utm_medium=member_ios\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">Mo Farhat<\/a>, Axion Group Product Manager. The GKE Sandbox is an open-source Kubernetes-native primitive designed to execute untrusted AI-generated code safely.\u00a0<\/p>\n<p>\u201cAgentic tasks such as orchestrating, talking to APIs, and memory management are all ones CPUs are good at, so it\u2019s a distributed and concurrent AI workload.\u201d<\/p>\n<p>Intelligent workload decoupling makes agentic AI significantly more cost-effective. Google Cloud\u2019s fluid computing foundation enables engineering teams to reserve specialized accelerators strictly for heavy reasoning and generative workloads, while leveraging Axion CPUs for high-concurrency orchestration and context management.<\/p>\n<p>Secure execution with the GKE Agent Sandbox<\/p>\n<p>As agents begin to generate and execute dynamic code autonomously, security is non-negotiable. Running AI-generated code directly in a standard cluster poses severe security risks, as untrusted code could potentially access other apps or the underlying cluster node.<\/p>\n<p>The Google Kubernetes Engine (GKE) Agent Sandbox resolves this by providing an isolated environment for safely executing untrusted code. Running on Axion-powered N4A instances, the sandbox provides up to 30% better price performance than comparable workloads on other hyperscalers.<\/p>\n<p>The vertical stack isolates sensitive tasks at the kernel level with sub-second latency.<\/p>\n<p>The vertical stack isolates sensitive tasks at the kernel level with sub-second latency.\u00a0 GKE Agent Sandbox natively supports <a href=\"https:\/\/gvisor.dev\/\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">gVisor<\/a> (an open-source application kernel developed by Google that acts as a secure sandbox for containers) and default-deny Kubernetes network policy. Agent Sandbox provides pluggable interfaces for open-source sandboxes, such as <a href=\"https:\/\/katacontainers.io\/\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">Kata Containers<\/a>, enabling users to customize their kernel isolation.\u00a0<\/p>\n<p>Powered by gVisor technologies with software support from Arm\u2019s architecture, the sandboxes intercept and validate system calls before they reach the host kernel. These isolated execution environments enable deployment of autonomous systems at scale without sacrificing performance or operational agility.<\/p>\n<p>To manage resources efficiently when agents sit idle, GKE Pod snapshots allow users to save and restore the exact process state of sandboxed environments. This functionality provides four major architectural benefits:<\/p>\n<p>Fast startup: Reduces sandbox startup time by restoring from a pre-warmed snapshot rather than initializing from scratch.<\/p>\n<p>Long-running agents: Pauses sandboxes that take a long time to run and resumes them later\u2014or moves them across nodes\u2014without losing progress.<\/p>\n<p>Stateful workloads: Persist an agent\u2019s context, such as conversation history or intermediate calculations.<\/p>\n<p>Reproducibility: Captures a specific state to use as a baseline for spinning up multiple new sandboxes.<\/p>\n<p>Getting started<\/p>\n<p>As token generation, autonomous workflows, and continuous agent interactions grow exponentially, relying exclusively on accelerator-backed stacks for every task will become financially and architecturally unsustainable.<\/p>\n<p>The combination of CPU and accelerator execution accounts for bursts in agent activity and unpredictable demand spikes by eliminating the inference tax. Google Cloud\u2019s full-stack advantage enables organizations to deploy the right machine for the job.\u00a0<\/p>\n<p>By using Google Axion and GKE Agent Sandbox, builders can optimize total cost of ownership and security while maintaining the performance required for AI agents.<\/p>\n<p>Learn more about <a href=\"https:\/\/cloud.google.com\/products\/axion\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">Google Axion<\/a>.<\/p>\n<p>\t<a class=\"row youtube-subscribe-block\" href=\"https:\/\/youtube.com\/thenewstack?sub_confirmation=1\" target=\"_blank\" rel=\"nofollow noopener\"><\/p>\n<p>\n\t\t\t\tYOUTUBE.COM\/THENEWSTACK\n\t\t\t<\/p>\n<p>\n\t\t\t\tTech moves fast, don&#8217;t miss an episode. Subscribe to our YouTube<br \/>\n\t\t\t\tchannel to stream all our podcasts, interviews, demos, and more.\n\t\t\t<\/p>\n<p>\t\t\t\tSUBSCRIBE<\/p>\n<p>\t<\/a><\/p>\n<p>    Group<br \/>\n    Created with Sketch.<\/p>\n<p>\t\t<a href=\"https:\/\/thenewstack.io\/author\/poornima-apte\/\" class=\"author-more-link\" rel=\"nofollow noopener\" target=\"_blank\"><\/p>\n<p>\t\t\t\t\t<img decoding=\"async\" class=\"post-author-avatar\" src=\"https:\/\/www.europesays.com\/ai\/wp-content\/uploads\/2026\/07\/9056536e-cropped-a44aa3a7-1597405674814-600x600.jpeg\"\/><\/p>\n<p>\n\t\t\t\t\t\t\tPoornima Apte is a trained engineer turned award-winning freelance technology writer. She\u2019s a frequent contributor to Forbes, Fortune, Salesforce, MIT, Princeton, Mechanical Engineering, the American Society of Civil Engineers, and Tech Briefs, among other publications. A professional member of the&#8230;\t\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\tRead more from Poornima Apte\t\t\t\t\t\t<\/p>\n<p>\t\t<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"As enterprise leaders start deploying agentic workflows, they must establish the infrastructure to build and run them, one&hellip;\n","protected":false},"author":2,"featured_media":109515,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[405,5079,7537,132,4898,15061],"class_list":["post-109514","post","type-post","status-publish","format-standard","has-post-thumbnail","category-agentic-ai","tag-ai-agents","tag-arm","tag-artificial-intelligence-agents","tag-google","tag-post","tag-sponsored"],"_links":{"self":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/109514","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/comments?post=109514"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/109514\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media\/109515"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media?parent=109514"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/categories?post=109514"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/tags?post=109514"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}