
AlphaEvolve: Google’s algorithmic discovery agent goes GA

AlphaEvolve, Google’s code optimization agent, is now generally available on the Gemini Enterprise Agent Platform. The core problem it addresses is that traditional coding methods cannot effectively search the enormous space of possible algorithms and implementations for hard optimization tasks like microchip design, delivery network planning, or AI training architecture tuning. The GA release opens systematic algorithmic discovery to any organization on Google Cloud, backed by early access testing across logistics, semiconductors, genomics, high performance computing, and financial services.
The system follows a structured four-step process: define a baseline seed algorithm with problem context, measure candidates using a deterministic scoring function against metrics like correctness and performance, optimize via an agentic harness that generates mutated code, and apply the final algorithm directly into production. Early adopters report concrete gains: BASF improved planning models by over 80%, Coolblue cut WMAPE by over 5% on 28-day demand forecasting, and FM Logistic achieved a 10.4% routing improvement. On Google’s own infrastructure, AlphaEvolve reduced write amplification in Spanner’s LSM-tree compaction by 20% and shrank software storage footprints by nearly 9% through new compiler strategies. At Klarna, the agent doubled ML training throughput under strict regulatory constraints by exploring nearly 6,000 candidate programs over three weeks, discovering deep architectural rewrites. Kinaxis reported a 22% improvement in forecasting accuracy while reducing runtime by over 90%. The agent runs client-side: users provide only a seed program and an evaluator script, and AlphaEvolve returns optimized candidates via API.
The serious takeaway is that algorithmic discovery is becoming an automated, scalable infrastructure layer rather than a manual art. Organizations should treat AlphaEvolve not as a code generator but as a systematic exploration engine for high-dimensional optimization spaces where human intuition alone is insufficient. The most compelling use cases combine a strong baseline with clear, quantifiable scoring functions, across domains from warehouse routing to GPU kernel generation on exascale supercomputers. Engineers still own the problem definition, evaluation, and deployment decision, but the search space is what becomes dramatically smaller and more tractable.


