# Google AlphaEvolve AI Agent Automates Code Optimization for Enterprises

> Source: <https://insideai.news/news/agentic-ai/google-alphaevolve-ai-agent-automates-code-optimization-for-enterprises/4725/>
> Published: 2026-07-20 16:44:10+00:00

**July 20, 2026**, (Inside AI) — Google has released **AlphaEvolve**, a DeepMind-born AI agent that automates code optimization, as a generally available tool on the **Gemini Enterprise Agent Platform**. The service uses evolutionary algorithms and Gemini models to mutate baseline code, searching for faster, human-readable versions. But the tool demands a mathematically precise scoring function—making it useless for ambiguous business logic.

AlphaEvolve works in four steps: provide a seed algorithm, build a client-side evaluator script to score candidates on performance and correctness, let the AI generate and search mutations, and deploy the winning code. Crucially, code generation happens via Google’s API, while the evaluator runs on the user’s own infrastructure, keeping sensitive data local.

The catch is stark. If the evaluator misses a constraint, the evolutionary search will exploit it, producing code that aces flawed tests but fails in edge cases. Engineers must own the benchmark and review process; the AI only shrinks the search space. All published metrics remain vendor-supplied, lacking independent benchmarks.

## The Bioscience Leap

In computational biogerontology, the **Qin Lab** at **Old Dominion University** applied AlphaEvolve to model aging mortality rates. In just **500** evaluations, the AI rediscovered the **1990s Kannisto logistic mortality model** and improved the **Emergent Aging Model** composite fitness score by **19%**.

**PacBio** used the agent on Google’s **DeepConsensus** model, slashing DNA sequencing variant detection errors by **30%**—critical for identifying disease-causing mutations. **Schrödinger** quadrupled the speed of machine learning force field inferences, drastically shortening R&D cycles for molecular simulations in drug discovery.

## Enterprise and Gaming Gains

**Klarna** doubled its machine learning training throughput, exploring nearly **6,000** deep architectural rewrites in three weeks while maintaining financial regulatory reproducibility. **JetBrains** reduced IDE code completion latency by **15 to 20%**. **FM Logistic** cut warehouse picking routing costs by **10.4%**. **Kinaxis** boosted supply-chain forecast accuracy by **22%** and dropped runtime by **90%**.

Startups and gaming companies also saw wins. **Kuro Games** achieved server-side backend optimizations. **Oak Ridge National Laboratory** deployed AlphaEvolve on the **Frontier exascale supercomputer** to optimize mixed-precision GPU kernels. **BASF**, **Coolblue**, **Infineon**, **Pebble**, **qBraid**, **Substrate**, and **WPP** reported similar breakthroughs.

Internally, Google used AlphaEvolve to design next-generation **TPU** silicon layouts, reduce **Google Spanner**’s write amplification by **20%**, cut software storage footprints by **9%**, and discover **Willow** quantum processor circuits with **10x** lower error rates.

Developers can access the AlphaEvolve API via onboarding documentation and Colab examples, or use the AlphaEvolve Skill to integrate optimization directly into IDEs like **Antigravity** and **Claude Code**. An open-source alternative, **OpenEvolve**, is available for those without Gemini Enterprise access.
