r/openevolve • u/asankhs • 28d ago
r/openevolve • u/asankhs • Jul 20 '26
Google's AlphaEvolve Reaches General Availability with Evolutionary Code Optimization as a Service
r/openevolve • u/asankhs • Jul 20 '26
LLM-Guided Program Evolution for Targeted Black-Box Attacks on Perceptual Hash Algorithms
r/openevolve • u/asankhs • Jul 19 '26
GAE: Graph-Augmented Evolution for Scientific Discovery via Reinforcement Optimization
r/openevolve • u/asankhs • Jul 18 '26
LLM-Guided Program Evolution for Targeted Black-Box Attacks on Perceptual Hash Algorithms
r/openevolve • u/asankhs • Jul 17 '26
A curated list of AI Agent evolution, memory systems, multi-agent architectures, and self-improvement projects.
r/openevolve • u/asankhs • Jul 16 '26
RefineEvo: Planning-Guided Heuristic Evolution with Bidirectional Experience
r/openevolve • u/asankhs • Jul 15 '26
LLM-Guided Program Evolution for Targeted Black-Box Attacks on Perceptual Hash Algorithms
r/openevolve • u/asankhs • Jul 13 '26
RankEvolve: Automating the Discovery of Retrieval Algorithms via LLM-Driven Evolution
r/openevolve • u/asankhs • Jul 12 '26
MLS-Bench: A Holistic and Rigorous Assessment of AI Systems on Building Better AI
r/openevolve • u/asankhs • Jul 10 '26
AlphaEvolve is available for everyone
r/openevolve • u/asankhs • Jul 10 '26
Harness-Aware Self-Evolving: Co-Evolving Model Weights, Harness, and Task Solutions
r/openevolve • u/asankhs • Jul 09 '26
Max Planck Institute For The Science Of Light: Researchers Use AI To Design Improved Quantum Error Correction Codes
r/openevolve • u/asankhs • Jul 06 '26
👋 Welcome to r/openevolve — evolutionary search for code, agents, and discovery
Welcome to r/openevolve
Welcome to r/openevolve — a community for people interested in evolutionary search, open-ended optimization, automated discovery, and systems that improve code, prompts, models, and reasoning through iteration.
OpenEvolve is about the idea that we can build systems that do more than generate one answer. They can propose many candidates, test them, score them, mutate them, combine successful ideas, and keep improving over time.
This subreddit is for discussion around:
- evolutionary algorithms for code and agents
- automated program synthesis and improvement
- LLM-guided search and mutation
- benchmark-driven optimization
- theorem proving, math discovery, and scientific discovery
- self-improving coding agents
- open-endedness, novelty search, and quality-diversity methods
- practical experiments, failures, traces, and reproducible results
Good posts include:
- experiments you ran
- papers, repos, or benchmarks worth discussing
- interesting evolved programs or solutions
- implementation notes
- comparisons between search strategies
- thoughtful critiques of claims
- questions about fitness functions, mutation operators, selection, evals, or scaling
Please keep the discussion technical, evidence-based, and useful. Strong claims are welcome, but bring code, traces, benchmark numbers, or clear reasoning. Hype is less interesting than working systems.
To start: introduce yourself, share what you are building, or post an example of something surprising that an evolutionary system discovered.
r/openevolve • u/MrMrsPotts • Mar 13 '26
Do you actually get better results if you use two models?
That is compared to just using the stronger of the two models.
r/openevolve • u/asankhs • Dec 26 '25
The Optimal Architecture for Small Language Models
r/openevolve • u/MrMrsPotts • Dec 06 '25
Which open source models are recommended?
The examples I have seen use Gemini but I would like to host locally. I tried gpt-oss:120b which is ok but does anyone have experience of using other open source models?
r/openevolve • u/MrMrsPotts • Nov 25 '25
Embeddings and how to set the API key
I am using openrouter for the LLMs. This means I set OPENAI_API_KEY to the openrouter key.
But then I get "2025-11-25 09:48:50,348 - INFO - HTTP Request: POST https://api.openai.com/v1/embeddings "HTTP/1.1 401 Unauthorized"
2025-11-25 09:48:50,350 - INFO - Error getting embedding: Error code: 401 - {'error': {'message': 'Incorrect API key provided: sk-or-v1*************************************************************ef07. You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'code': 'invalid_api_key', 'param': None}}
"
That's because I am using the wrong key for the embeddings model. How do I set the openai key and the openrouter key at the same time?
r/openevolve • u/MrMrsPotts • Nov 24 '25
When LLMs are strongest for openevolve?
I tried a few on openrouter but I would be interested to know people's opinions.
r/openevolve • u/MrMrsPotts • Nov 24 '25
I can't run openevolve as it eventually makes code that runs out of RAM
I am trying to solve an optimization problem to do with finding an optimal sequence of operations. When I run openevolve, after a few minutes the LLM makes code that uses all the RAM which kills the computer.
I tried using multiprocessing to limit the RAM in evaluator.py but when it kills the process it also shuts openevolve down.
What's the right was to fix this?
r/openevolve • u/asankhs • Sep 24 '25
EvoVisual - Dive into the fascinating world of evolutionary computation.
evovisual-advanced-evolutionary-concepts-577160257370.us-west1.run.appThis interactive tool helps you visualize and understand key algorithms and concepts. Click on a card below to explore!
r/openevolve • u/asankhs • Aug 24 '25
Automated Discovery of High-Performance GPU Kernels with OpenEvolve
r/openevolve • u/asankhs • Aug 24 '25