Hubbry Logo
search button
Sign in
AlphaEvolve
AlphaEvolve
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
AlphaEvolve
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the AlphaEvolve Wikipedia article. Here, you can discuss, collect, and organize anything related to AlphaEvolve. The purpose of the hub is to connect people, f...
Add your contribution
AlphaEvolve

AlphaEvolve is an evolutionary coding agent for designing advanced algorithms based on large language models such as Gemini. It was developed by Google DeepMind and unveiled in May 2025.[1][2]

Design

[edit]

AlphaEvolve aims to autonomously discover and refine algorithms through a combination of large language models (LLMs) and evolutionary computation.[3] AlphaEvolve needs an evaluation function with metrics to optimize, and an initial algorithm. At each step, AlphaEvolve uses the LLM to produce variants of the existing algorithms, and then selects the most effective ones.[4] Unlike domain-specific predecessors like AlphaFold or AlphaTensor, AlphaEvolve is designed as a general-purpose system. It can operate across a wide array of scientific and engineering tasks by automatically modifying code and optimizing for multiple objectives. Its architecture allows it to evaluate code programmatically, reducing reliance on human input and mitigating risks such as hallucinations common in standard LLM outputs.[2]

Achievements

[edit]

According to Google, across a selection of 50 open mathematical problems, the model was able to rediscover state-of-the-art solutions 75% of the time and discovered improved solutions 20% of the time, for example advancing the kissing number problem.[3] AlphaEvolve was also used to optimize Google's computing ecosystem. Improved data center scheduling heuristics, enabled the recovery of 0.7% of stranded resources. It was also used to optimize TPU circuit design and Gemini's training matrix multiplication kernel.[3]

Open source implementations

[edit]

Following the publication of AlphaEvolve, several open source implementations have been developed by the research community. The most prominent is OpenEvolve, created by Asankhaya Sharma, which provides a comprehensive implementation of the evolutionary coding agent architecture described in the original paper.[5]

OpenEvolve implements key features including distributed evolutionary algorithms, multi-language support, and integration with various large language model providers. The system has demonstrated practical applications, including the automated discovery of high-performance GPU kernels that outperform expert-engineered baselines.[6] In one notable example, OpenEvolve achieved up to 12.5% average performance improvements on transformer attention kernels for Apple Silicon processors.[7]

See also

[edit]

References

[edit]
  1. ^ "AlphaEvolve: A Gemini-powered coding agent for designing advanced algorithms". Google DeepMind. 2025-05-14. Retrieved 2025-05-14.
  2. ^ a b Whitwam, Ryan (2025-05-14). "Google DeepMind creates super-advanced AI that can invent new algorithms". Ars Technica. Retrieved 2025-05-17.
  3. ^ a b c Nuñez, Michael (2025-05-14). "Meet AlphaEvolve, the Google AI that writes its own code—and just saved millions in computing costs". VentureBeat. Retrieved 2025-05-14.
  4. ^ Tardif, Antoine (2025-05-17). "AlphaEvolve: Google DeepMind's Groundbreaking Step Toward AGI". Unite.AI. Retrieved 2025-05-25.
  5. ^ Sharma, Asankhaya. "OpenEvolve: Open-source implementation of AlphaEvolve". GitHub. Retrieved 2025-08-05.
  6. ^ Sharma, Asankhaya (2025-05-17). "OpenEvolve: An Open Source Implementation of Google DeepMind's AlphaEvolve". Hugging Face. Retrieved 2025-08-05.
  7. ^ Sharma, Asankhaya. "Automated Discovery of High-Performance GPU Kernels with OpenEvolve". Hugging Face. Retrieved 2025-08-05.
[edit]