Arm announced it is now manufacturing and selling its own chips, directly competing with longtime licensees like Apple, Nvidia, and Amazon.
Arm CEO Rene Haas announced at a San Francisco event that Arm is entering the chip manufacturing business with a product called the Arm AGI CPU. The chip targets high-performance data center servers and is designed for agentic AI workloads. It is being fabricated by TSMC on a 3nm process. This marks a fundamental departure from Arm's decades-old IP licensing model, putting it in direct competition with the very customers it has historically served.
This doesn't change your API calls today, but it reshapes the silicon layer your workloads run on. If Arm AGI CPUs land in AWS, Azure, or GCP data centers, you'll eventually get new instance types optimized for agentic AI workloads. The 3nm fabrication and agentic task focus suggest lower power-per-inference ratios, which could translate to cheaper compute for inference-heavy pipelines.
Benchmark your current CPU-bound inference costs on AWS Graviton (already Arm-based) vs x86 instances this week to establish a baseline — when Arm AGI instances arrive, you'll have a direct comparison ready.
Run: aws ec2 describe-instance-types --filters Name=processor-info.supported-architecture,Values=arm64 --query 'InstanceTypes[*].{Type:InstanceType,vCPUs:VCpuInfo.DefaultVCpus,Memory:MemoryInfo.SizeInMiB}' --output table
Tags
Also today
Signals by role
Also today
Tools mentioned