Google brings AlphaEvolve to Cloud customers

Jeff Dean gave chip engineers something to think about last week: AlphaEvolve is now working at the lowest hardware layer of Google’s AI stack.

His point was not that another coding assistant can write faster boilerplate. DeepMind’s optimization system has already proposed a counterintuitive circuit design efficient enough for Google to put into next-generation TPU silicon. On May 8, Google said it plans to make the same approach available to Cloud customers.

AlphaEvolve is not a coding assistant

AlphaEvolve is built for narrower and harder problems than tools such as Copilot or Claude Code. Given a measurable target, such as lower training time, lower error rate or better routing, it searches for algorithms and system configurations that improve that metric.

The loop combines Gemini Flash for broad candidate generation, Gemini Pro for deeper critique, and evolutionary selection that keeps stronger answers while feeding them into another round. It is not search or chat. It is a system for pushing already-defined objective functions toward better solutions.

Google’s internal numbers are material

Google says AlphaEvolve has been used internally for more than a year. The examples it disclosed include a 20% reduction in Spanner write amplification, nearly 9% lower compiler software storage, a 30% reduction in DeepConsensus variant-calling errors, an AC Optimal Power Flow feasibility rate rising from 14% to 88%, and Willow quantum-chip molecular simulation error falling to one-tenth of its previous level.

It also accelerated a key Gemini kernel by 23%, cutting total training time by 1%. In production data-center scheduling, Google says the system has recovered 0.7% of global compute capacity for more than a year, a small percentage with large absolute value at Google’s scale.

Early customers point to practical savings

Google also highlighted customer tests. Schrödinger used AlphaEvolve to make training and inference for a machine-learning force-field model four times faster. Klarna doubled training speed while improving model quality. WPP reported a 10% accuracy lift. FM Logistics improved routing by 10.4%, saving more than 15,000 kilometers of transport in a year.

Those gains matter because they map directly to electricity, engineering time, customer experience and logistics costs, rather than to a generic “AI adoption” story.

The product question is different

Most AI coding tools help developers implement a known task more quickly. AlphaEvolve is aimed at problems where the desired result is clear but the method is not: chip design, database tuning, scheduling, scientific computing and chemical synthesis search all fit that pattern.

Before enterprises buy it, Google still has questions to answer: pricing, workload boundaries, data governance, auditability, reproducibility and rollback. Even so, moving AlphaEvolve from the lab toward Cloud commercialization is a signal that DeepMind research tools are becoming products. AlphaFold opened that path for pharma; AlphaEvolve may do it for cloud computing and enterprise IT.

Sources: CocoLoop