Realtime AI News
Google AlphaEvolve Goes GA: Gemini-Powered Code Optimization Agent Now Available
Google has made AlphaEvolve Generally Available on the Gemini Enterprise Agent Platform, an evolutionary code optimization and algorithm discovery agent. Powered by Gemini models, it mutates seed code to find optimized versions and has already delivered significant gains across biosciences, enterprise systems, and internal Google projects.

Google this week announced that AlphaEvolve, evolved from a DeepMind research project, is now Generally Available on the Gemini Enterprise Agent Platform. The service is an evolutionary code optimization and algorithm-discovery agent that uses Gemini models to mutate baseline code and search algorithmic space for highly optimized, human-readable versions.
AlphaEvolve operates through a strict four-step workflow: users provide a seed algorithm, build a deterministic client-side evaluation script to score candidates on performance and correctness, the AI generates and searches mutated candidates, and finally the winning code is deployed. Crucially, code generation happens through Google's API while the evaluator script runs client-side on the user's own infrastructure, dividing labor to protect data.
However, the tool has clear limitations. AlphaEvolve is completely ineffective for standard business logic with ambiguous requirements — the outcome must be mathematically scorable. If the evaluator script misses a constraint, the evolutionary search will ruthlessly exploit it, generating code that passes flawed tests but fails catastrophically on edge cases. All published metrics remain vendor-supplied with no independent third-party benchmarks yet.
In biosciences, AlphaEvolve has shown remarkable results. The Qin Lab at Old Dominion University applied it to computational biogerontology, independently rediscovering the 1990s Kannisto logistic mortality model in just 500 evaluations and improving the Emergent Aging Model composite fitness score by 19%. PacBio used it on Google's DeepConsensus model to slash DNA sequencing variant detection errors by 30%. Schrödinger quadrupled machine learning force field inference speed, drastically shortening R&D cycles for molecular simulations in drug discovery.
Enterprise customers are reporting significant gains. Klarna doubled its ML training throughput while exploring nearly 6,000 deep architectural rewrites in three weeks. JetBrains reduced IDE code completion latency by 15-20%. FM Logistic cut warehouse picking routing costs by 10.4%. Kinaxis boosted supply-chain forecast accuracy by 22% while dropping runtime by 90%.
Internally, Google used AlphaEvolve to design next-generation TPU silicon layouts, reduced Google Spanner's write amplification by 20%, cut software storage footprints by 9%, and discovered Willow quantum processor circuits with 10x lower error rates.
Developers can access the AlphaEvolve API via documentation and Colab examples, or use the AlphaEvolve Skill to integrate the optimization workflow directly into IDEs like Antigravity and Claude Code. An open-source alternative called OpenEvolve is also available.
Why it matters
AlphaEvolve marks a major step in AI-driven engineering efficiency, combining evolutionary computation with LLMs to automate code optimization at scale.
Nearby Updates
All07/20, 21:50
WAIC 2026 spotlights AI agents as industry shifts from model breakthroughs to practical deployment
The 2026 World Artificial Intelligence Conference in Shanghai placed AI agents at center stage, marking the industry's accelerating shift from model innovation to commercial application. Exhibits and alliance launches signaled that agents are becoming the primary vehicle for AI 2.0 monetization across sectors from manufacturing to energy.
07/20, 19:57
Alibaba Previews Qwen3.8, Claims It Rivals Anthropic's Fable 5
Alibaba has previewed its latest large language model, Qwen3.8, claiming it performs on par with Anthropic's Fable 5. The announcement marks the latest iteration in the rapidly evolving Qwen model series and signals growing competition in the frontier AI model space.
07/20, 19:57
Moore Threads Accelerates Three "AI Factories" to Face the Token Economy Era
Chinese GPU maker Moore Threads announced the accelerated deployment of three "AI factories," positioning itself for the token economy era. The move signals the company's strategic shift from a chip provider to an AI infrastructure operator.
07/20, 18:59
Bristol Myers Squibb Builds Life Science's Most Advanced AI Factory on NVIDIA Vera Rubin
Bristol Myers Squibb announced it is deploying its second NVIDIA DGX SuperPOD, built on the Vera Rubin architecture, calling it the "SuperDuperPOD." The pharmaceutical giant already operates one of the largest AI clusters in life sciences and is doubling down on AI-powered drug discovery.