OpenEvolve: Teaching LLMs to Discover Algorithms Through Evolution
algorithmicsuperintelligence.ai
OpenEvolve: Teaching LLMs to Discover Algorithms Through Evolution
1–10 of 10 posts
Re: OpenEvolve: Teaching LLMs to Discover Algorithms Through Evolution
#2Though I'm not sure the public can access AlphaEvolve yet.
Re: OpenEvolve: Teaching LLMs to Discover Algorithms Through Evolution
#3It doesn't mention it in the article, but guessing this is based on / inspired by AlphaEvolve? Though I'm not sure the public can access AlphaEvolve yet. ( https://arxiv.org/abs/2506.13131 )
At the moment I'm mildly skeptical and uncertain of whether to twist or stick.
Re: OpenEvolve: Teaching LLMs to Discover Algorithms Through Evolution
#4Re: OpenEvolve: Teaching LLMs to Discover Algorithms Through Evolution
#5What's particularly interesting is the meta level insight: The system discovered scipy.optimize.SLSQP for circle packing - a completely different algorithmic paradigm than it started with. It's genuinely discovering new approaches, not just parameter-tuning.
Re: OpenEvolve: Teaching LLMs to Discover Algorithms Through Evolution
#6Re: OpenEvolve: Teaching LLMs to Discover Algorithms Through Evolution
#7It doesn't mention it in the article, but guessing this is based on / inspired by AlphaEvolve? Though I'm not sure the public can access AlphaEvolve yet. ( https://arxiv.org/abs/2506.13131 )
Nevertheless, I see a link to github for the OpenEvolve project [1] that in turn states:
> Open-source implementation of AlphaEvolve
[1] https://github.com/algorithmicsuperintelligence/openevolve
Re: OpenEvolve: Teaching LLMs to Discover Algorithms Through Evolution
#8Sakana.ai improved on this by honing in on sample efficiency iirc with shinkaevolve (which is open source and not an ai slop project)
Re: OpenEvolve: Teaching LLMs to Discover Algorithms Through Evolution
#9Very interesting that the LLM weights are co-evolved and reasoning skills improve!
Re: OpenEvolve: Teaching LLMs to Discover Algorithms Through Evolution
#10Very interesting that the LLM weights are co-evolved and reasoning skills improve!
What do you mean by this? I can't find anything there about modifying the used LLMs and the hosted ones wouldn't be possible to change. Do I misunderstand the convolved part you mentioned?