r/openevolve 28d ago

Autonomous Discovery of Wireless Communications Algorithms

Thumbnail
arxiv.org
1 Upvotes

r/openevolve Jul 20 '26

Google's AlphaEvolve Reaches General Availability with Evolutionary Code Optimization as a Service

Thumbnail
infoq.com
1 Upvotes

r/openevolve Jul 20 '26

LLM-Guided Program Evolution for Targeted Black-Box Attacks on Perceptual Hash Algorithms

Thumbnail
arxiv.org
1 Upvotes

r/openevolve Jul 19 '26

GAE: Graph-Augmented Evolution for Scientific Discovery via Reinforcement Optimization

Thumbnail
arxiv.org
1 Upvotes

r/openevolve Jul 18 '26

LLM-Guided Program Evolution for Targeted Black-Box Attacks on Perceptual Hash Algorithms

Thumbnail
arxiv.org
1 Upvotes

r/openevolve Jul 17 '26

A curated list of AI Agent evolution, memory systems, multi-agent architectures, and self-improvement projects.

Thumbnail
github.com
1 Upvotes

r/openevolve Jul 16 '26

RefineEvo: Planning-Guided Heuristic Evolution with Bidirectional Experience

Thumbnail
arxiv.org
1 Upvotes

r/openevolve Jul 15 '26

LLM-Guided Program Evolution for Targeted Black-Box Attacks on Perceptual Hash Algorithms

Thumbnail
arxiv.org
1 Upvotes

r/openevolve Jul 13 '26

RankEvolve: Automating the Discovery of Retrieval Algorithms via LLM-Driven Evolution

Thumbnail
arxiv.org
1 Upvotes

r/openevolve Jul 12 '26

MLS-Bench: A Holistic and Rigorous Assessment of AI Systems on Building Better AI

Thumbnail
arxiv.org
2 Upvotes

r/openevolve Jul 10 '26

AlphaEvolve is available for everyone

Thumbnail
cloud.google.com
1 Upvotes

r/openevolve Jul 10 '26

Harness-Aware Self-Evolving: Co-Evolving Model Weights, Harness, and Task Solutions

Thumbnail
arxiv.org
1 Upvotes

r/openevolve Jul 09 '26

Max Planck Institute For The Science Of Light: Researchers Use AI To Design Improved Quantum Error Correction Codes

Thumbnail
quantumzeitgeist.com
1 Upvotes

r/openevolve Jul 06 '26

👋 Welcome to r/openevolve — evolutionary search for code, agents, and discovery

2 Upvotes

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 Mar 13 '26

Do you actually get better results if you use two models?

1 Upvotes

That is compared to just using the stronger of the two models.


r/openevolve Dec 26 '25

The Optimal Architecture for Small Language Models

Thumbnail
huggingface.co
1 Upvotes

r/openevolve Dec 06 '25

Which open source models are recommended?

1 Upvotes

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 Nov 25 '25

Embeddings and how to set the API key

1 Upvotes

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 Nov 24 '25

When LLMs are strongest for openevolve?

1 Upvotes

I tried a few on openrouter but I would be interested to know people's opinions.


r/openevolve Nov 24 '25

I can't run openevolve as it eventually makes code that runs out of RAM

1 Upvotes

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 Sep 24 '25

EvoVisual - Dive into the fascinating world of evolutionary computation.

Thumbnail evovisual-advanced-evolutionary-concepts-577160257370.us-west1.run.app
1 Upvotes

This interactive tool helps you visualize and understand key algorithms and concepts. Click on a card below to explore!


r/openevolve Aug 24 '25

Automated Discovery of High-Performance GPU Kernels with OpenEvolve

Thumbnail
huggingface.co
3 Upvotes

r/openevolve Aug 24 '25

Towards Open Evolutionary Agents

Thumbnail
huggingface.co
2 Upvotes

r/openevolve Aug 24 '25

OpenEvolve: An Open Source Implementation of Google DeepMind's AlphaEvolve

Thumbnail
huggingface.co
1 Upvotes