AlphaEvolve Goes Mainstream on Google Cloud
Google Cloud's AlphaEvolve is an evolutionary coding agent that has gone generally available to all customers on July 9, 2026. This tool uses large language models for general-purpose algorithm discovery and optimization.
The process starts with a seed program, which is a piece of compile-ready code with specific sections marked for evolution. The evaluator is a deterministic script that compiles, runs, and scores each mutated candidate on metrics defined by the user.
AlphaEvolve uses a two-model ensemble to generate optimized code. Gemini Flash handles breadth, while Gemini Pro handles depth. This approach allows the tool to quickly explore a wide range of candidates and then refine them more carefully.
The output of AlphaEvolve is human-readable, optimized code that can be reviewed and shipped. The tool is not limited to specific domains or problems, making it a versatile solution for developers.