Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. OpenEvolve

OpenEvolve

Open-source LLM-driven code evolution framework implementing the AlphaEvolve approach with island-based evolutionary search, MAP-Elites archive, and ensemble-based prompt mutation.

Year: 2025Generality: 650Added: Aug 31, 2026
Back to Vocab

OpenEvolve is an open-source framework for LLM-driven algorithmic discovery that couples large language models with evolutionary search. Released by codelion / Algorithmicsuperintelligence, it implements the AlphaEvolve paradigm of using LLMs as mutation operators over candidate solutions, with an island-based population model and a CVT-MAP-Elites archive that maintains diversity while tracking per-cell quality. The framework is widely used as a baseline for self-improving-agent research, including in Meta^n and in follow-up work comparing evolutionary to recursive-self-improvement approaches.

Unlike AlphaEvolve (Google DeepMind, May 2025), OpenEvolve is fully open-source under Apache 2.0, written in Python, and supports plug-in replacement of the LLM backbone, the evaluator, and the search algorithm. It has been extended in CodeEvolve (arXiv 2510.14150, October 2025), which adds inspiration-based crossover, meta-prompting, and depth-based refinement on top of OpenEvolve's MAP-Elites archive, and is used as the evolutionary baseline in Meta^n (arXiv 2608.24735).

OpenEvolve is adjacent to evolutionary-algorithm (the classical population-based optimization it implements) and to dgm-darwin-godel-machine (which uses a similar evolutionary archive to search over self-modifying agents). It differs from Gödel Agent in being purely code-evolution-based — no LLM-as-self-modifier — and from Meta^n in not implementing multi-layer recursive depth. The framework is one of the canonical baselines for any new self-improving agent system as of 2026.

Sources

  1. OpenEvolve (open-source implementation of AlphaEvolve)

    GitHub · Nov 1, 2025

  2. CodeEvolve: an open source evolutionary coding agent for algorithmic discovery and optimization

    arXiv · Oct 15, 2025

  3. Meta^n: Recursive Self-Improvement through Emergent Depth (uses OpenEvolve as baseline)

    arXiv (U. Minnesota + Seoul National) · Aug 25, 2026

Research this in Signals

Scan OpenEvolve for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with OpenEvolve already loaded, so edit it or scan as is.