AILGNEJun 16, 2025

AlphaEvolve: A coding agent for scientific and algorithmic discovery

DeepMind
arXiv:2506.13131v1529 citationsh-index: 117
Originality Highly original
AI Analysis

This addresses the problem of automating algorithm discovery and optimization for researchers and engineers, though it appears incremental as an extension of prior automated discovery methods.

AlphaEvolve is an evolutionary coding agent that tackles open scientific problems and computational infrastructure optimization by autonomously improving algorithms through code changes, achieving results such as developing a matrix multiplication algorithm with 48 scalar multiplications for 4×4 complex matrices (first improvement in 56 years) and optimizing data center scheduling and hardware accelerator circuits.

In this white paper, we present AlphaEvolve, an evolutionary coding agent that substantially enhances capabilities of state-of-the-art LLMs on highly challenging tasks such as tackling open scientific problems or optimizing critical pieces of computational infrastructure. AlphaEvolve orchestrates an autonomous pipeline of LLMs, whose task is to improve an algorithm by making direct changes to the code. Using an evolutionary approach, continuously receiving feedback from one or more evaluators, AlphaEvolve iteratively improves the algorithm, potentially leading to new scientific and practical discoveries. We demonstrate the broad applicability of this approach by applying it to a number of important computational problems. When applied to optimizing critical components of large-scale computational stacks at Google, AlphaEvolve developed a more efficient scheduling algorithm for data centers, found a functionally equivalent simplification in the circuit design of hardware accelerators, and accelerated the training of the LLM underpinning AlphaEvolve itself. Furthermore, AlphaEvolve discovered novel, provably correct algorithms that surpass state-of-the-art solutions on a spectrum of problems in mathematics and computer science, significantly expanding the scope of prior automated discovery methods (Romera-Paredes et al., 2023). Notably, AlphaEvolve developed a search algorithm that found a procedure to multiply two $4 \times 4$ complex-valued matrices using $48$ scalar multiplications; offering the first improvement, after 56 years, over Strassen's algorithm in this setting. We believe AlphaEvolve and coding agents like it can have a significant impact in improving solutions of problems across many areas of science and computation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes