💻 Tech

Google's Algorithm-Writing AI Improved the Model That Powers It. Nobody Noticed.

One year after deployment, DeepMind's AlphaEvolve has recovered 0.7 percent of Google's global compute fleet, cut DNA sequencing errors by 30 percent, reduced quantum circuit errors tenfold, and sped up training for the very Gemini models that run it. A conservative estimate puts the compute savings alone at $500 million per year. Google just made it available to enterprise customers.

A vast data center server room with rows of illuminated racks stretching to vanishing point, overlaid with holographic visualization of algorithmic evolution

Zero point seven percent.

That is the fraction of Google's worldwide compute resources that a single scheduling algorithm, discovered by an AI coding agent called AlphaEvolve and deployed in production for more than a year, continuously frees up across every data center the company operates, according to DeepMind's original May 2025 announcement. On paper the number sounds microscopic, but in practice Google spent approximately $91 billion on capital expenditures in 2025, roughly 60 percent of which went to servers. Accumulate three to five years of server purchases at that rate, factor in a cumulative fleet valued at roughly $150 to $200 billion in undepreciated hardware, and 0.7 percent of that fleet represents somewhere between $1 billion and $1.4 billion in hardware capacity that Google no longer needs to purchase. The annualized operating cost savings, including electricity, cooling, and maintenance on the freed machines, land conservatively between $350 million and $700 million per year. AlphaEvolve did not build that fleet; it wrote a better scheduler for the fleet that already exists, and the scheduling fix went into production without a press conference.

Now multiply.

On May 7, 2026, DeepMind published a one-year retrospective cataloging AlphaEvolve's production impact across domains that have nothing to do with scheduling, and the breadth is staggering: genomics, power grids, quantum computing, earth sciences, and pure mathematics, each showing improvements that would individually qualify as headline results from specialized research teams, all produced by the same general-purpose optimization engine running different scoring functions. In genomics, it reduced variant detection errors in PacBio's DeepConsensus sequencing model by 30 percent. Mutations that hid in noise now get caught. In grid optimization, it increased the proportion of feasible solutions for the AC Optimal Power Flow problem from 14 percent to 88 percent, a sixfold leap. In quantum computing, it proposed circuits with tenfold lower error rates on Google's Willow quantum processor, turning previously intractable molecular simulations into runnable experiments. In earth sciences, it boosted natural disaster prediction accuracy by 5 percent across 20 hazard categories including wildfires, floods, and tornadoes, using automated optimization of Google's Earth AI models.

And it solved math, not toy problems but open conjectures that had defeated human mathematicians for decades. Working alongside Fields Medal winner Terence Tao, AlphaEvolve cracked Erdős problems that had resisted human effort for decades, earning Tao's public endorsement as a legitimate research collaborator, not a gimmick, not a curiosity, but a tool he voluntarily chose to work with on problems he cares about. It improved lower bounds on the Traveling Salesman Problem and Ramsey Numbers. Seventy-five percent. That is the share of open mathematical problems AlphaEvolve solved when it attempted them, according to cross-referenced published results. No other AI system touches that hit rate.

The Loop That Closes on Itself

Here is the part that should make you sit up straighter.

AlphaEvolve runs on Gemini, and it also improved Gemini. The AI optimized the AI that powers the AI. Specifically, it found a smarter way to decompose matrix multiplication operations inside Gemini's architecture, producing a 23 percent speedup in a critical computational kernel that reduced Gemini's total training time by 1 percent. It separately optimized low-level GPU instructions for the FlashAttention kernel, the attention mechanism underpinning every Transformer model on Earth, achieving a 32.5 percent speedup at a stratum of code that human engineers rarely touch because compilers have already squeezed it dry, or so everyone assumed until an evolutionary algorithm found instruction sequences that no human and no compiler had tried. It even proposed a Verilog modification that trimmed unnecessary bits from a matrix multiplication circuit, and that fix was integrated into an upcoming Tensor Processing Unit.

Follow the chain: AlphaEvolve is powered by Gemini, AlphaEvolve made Gemini faster, and faster Gemini makes faster AlphaEvolve. Google has built the first production-verified AI self-improvement loop, one where the AI optimizes the computational substrate that the AI itself runs on, and it has been running in production for over a year without anyone outside the AI research community paying much attention.

Is this the recursive self-improvement that science fiction warned us about? Not yet, and the magnitude makes that clear. A 1 percent training time reduction does not make AlphaEvolve into a fundamentally more capable system with each iteration; it is incremental, measured, possibly even boring if you are calibrated to the breathless pace of AI hype cycles where every demo is a breakthrough and every benchmark is a harbinger of superintelligence. But the loop is real, the compounding is measurable, and the scope keeps widening: from data center scheduling in May 2025 to genomics, quantum physics, power grids, chip design, disaster prediction, and pure mathematics by May 2026.

How It Works, Briefly

AlphaEvolve combines two Gemini variants inside an evolutionary loop that would be familiar to anyone who has studied genetic algorithms but alien to anyone who thinks AI coding means autocomplete. Flash generates a broad population of candidate algorithms as executable code while Pro contributes more sophisticated proposals. Automated evaluators score each candidate against objective metrics, then an evolutionary algorithm selects, mutates, and recombines the highest-performing solutions across successive generations. What comes out the other end is not a suggestion or a summary but working code, verified against quantifiable benchmarks, ready for deployment. The Borg scheduling fix is human-readable: engineers can inspect it, debug it, maintain it, argue about it over coffee, and that transparency is not a footnote but the entire reason it shipped into production.

The Dollar Math

Nobody at Google has publicly stated the financial value of 0.7 percent of their compute fleet, so let us do the math ourselves.

Google's 2025 capital expenditure was $91 billion, with roughly 60 percent, or $55 billion, going to servers. Replacement cycle: three to five years, which means the active fleet represents somewhere between $150 billion and $200 billion in cumulative undepreciated hardware. Take $175 billion as a midpoint. Multiply by 0.7 percent. Result: $1.225 billion in server capacity that AlphaEvolve effectively conjured from thin air by scheduling existing resources more efficiently, without purchasing a single additional rack, without breaking ground on a single new data center, without even requiring a firmware update on any machine in the fleet.

But hardware capacity freed is not the same as dollars saved per year. Servers depreciate. Electricity runs about $0.05 per kilowatt-hour at Google's scale. Google consumed roughly 25.3 terawatt-hours in 2023, the most recent year with published data. If 0.7 percent of compute is freed, 0.7 percent of associated electricity and cooling costs vanish with it, roughly $10.5 million on a $1.5 billion annual power bill, which is trivial in isolation. The real value is opportunity cost: that freed compute runs additional Gemini inference, trains additional models, or serves additional Cloud customers without a purchase order ever being signed, and at Google's revenue-per-compute ratios, the freed capacity plausibly generates $400 to $600 million in annual value. We will use $500 million as a defensible midpoint, with the caveat that Google has not confirmed any financial figure and the true number depends on internal utilization rates that remain confidential.

Going Commercial

In May 2026, Google opened the valve. AlphaEvolve became available to enterprise customers through Google Cloud. Early demonstrations show a 20 percent reduction in database write amplification and measurable improvements in warehouse logistics. Pricing has not been disclosed, and independent enterprise results do not yet exist. Google Cloud's pitch is simple: this is not a chatbot that writes boilerplate. It is an optimization engine that evolves algorithms against measurable performance targets, and it works best in domains where you can define a clear scoring function.

That requirement is also its cage.

The Strongest Case Against the Hype

Every verified AlphaEvolve result to date is either internal to Google or involves a Google partner. That matters. PacBio's 30 percent error reduction is real, externally confirmed by PacBio's senior director of research Aaron Wenger. But PacBio used AlphaEvolve through a Google collaboration, not as an independent customer evaluating a commercial product against competing alternatives and publishing the comparison. The mathematical results are independently verifiable because proofs are proofs: a counterexample to an Erdős conjecture is either valid or it is not, and these are valid, full stop. But the infrastructure optimizations were discovered by Google, evaluated by Google, and deployed on Google's infrastructure. No independent replication exists for the highest-dollar claims.

We also do not know AlphaEvolve's failure rate. Seventy-five percent success on open math problems is remarkable, but how many infrastructure optimization attempts failed or produced negligible improvements before the 0.7 percent scheduling fix and the 23 percent kernel speedup emerged? DeepMind has not published those numbers. Without that denominator, we cannot assess whether AlphaEvolve is a precision rifle or a shotgun that occasionally hits something valuable, and the distinction matters enormously for enterprises considering whether to pay Google Cloud for access.

Finally, the self-improvement loop is real but not yet scary. A 1 percent training speedup per iteration, if that is the actual loop gain, would take approximately 70 iterations to double Gemini's training speed, assuming no other bottlenecks intervene, which is a heroic assumption given that memory bandwidth, interconnect latency, and data pipeline throughput all impose ceilings that a faster matrix multiply cannot lift. Recursive self-improvement scenarios that keep AI safety researchers awake involve exponential compounding. This is logarithmic at best.

What You Can Do

If you manage compute infrastructure, the takeaway is immediate. AlphaEvolve's architecture proves that evolutionary search over scheduling heuristics can extract meaningful efficiency gains from existing hardware. You do not need AlphaEvolve to try this; the technique of generating candidate schedulers, scoring them against utilization metrics, and evolving the best performers is reproducible with open-source evolutionary frameworks and local LLMs, and the barrier to entry is a weekend of engineering, not a Google Cloud contract. The insight is structural: your scheduling heuristics were probably written by a human five years ago and never re-optimized against current workload distributions. They are almost certainly leaving money on the floor.

If you invest in AI companies, look for the self-improvement loop as a moat indicator. Companies where AI output feeds back into AI improvement have a compounding advantage that grows with each deployment cycle; Google is the first to verify this loop in production at global scale, but others are building similar feedback architectures, and the gap between companies that have this loop and companies that do not will widen faster than most analysts currently model. Track it.

If you care about AI safety, watch one number: loop gain. Right now, roughly 1 percent per cycle, stable for a year. If a future iteration suddenly delivers 5 or 10 percent per cycle, the compounding dynamics change and the timeline for meaningful recursive self-improvement contracts from decades to years. One percent is manageable. Ten percent is a different conversation entirely.

The Bottom Line

AlphaEvolve is not the flashiest AI announcement of 2026. It does not generate images, hold conversations, or threaten anyone's job in a way that makes headlines. What it does is write better algorithms than humans across every domain where progress can be measured, deploy those algorithms in production at a scale that saves hundreds of millions of dollars per year, then use the results to improve the very AI system it runs on, creating a feedback loop that is real, verified, incremental, and expanding into new domains at a pace of roughly one major application area every two months. That quiet compounding, invisible to anyone not reading DeepMind's blog posts, is how infrastructure-level AI actually changes the world: not with a bang, but with a scheduling fix that frees 0.7 percent of everything.