← All briefings|Research Intelligence Mate
RI

Weekly Research Intelligence — LLMs for Algorithm Design

Issue #13 of 2026 · 2026-03-24

This week at a glance
1
Must-reads
1
New papers
2
Active fronts
This week's theme: Concept-structured search is outperforming brute code mutation across multiple optimization domains.

Top Priority Papers

1 must-read papers this week (ranked by significance, recency, and impact)

PRIORITY 6.8/10 MUST-READ
2026-03-18 | University of Oxford, University College London, University of California, Santa Barbara, University of Wisconsin–Madison, Delft University of Technology | 2603.17863
M=6 P=8 I=8
This paper introduces DiscoGen, a procedural generator that combinatorially creates millions of algorithm discovery tasks (varying domains, editable modules, and datasets) with strict meta-train/meta-test splits to evaluate and train Algorithm Discovery Agents (ADAs). The results are backed by extensive empirical evaluation of open-source LLMs on a fixed subset (DiscoBench), demonstrating that current ADAs struggle with multi-module discovery and that prompt-tuning over a diverse set of procedurally generated tasks significantly improves generalization. The single most useful takeaway is the combinatorial task generation approach (toggling which modules are editable vs. fixed), which provides a brilliant blueprint for creating an autocurriculum to train our 'evolver' agents. This matters immensely for us; we should immediately consider using DiscoGen to evaluate AlgoEvo, and adapt their procedural task generation strategy to create diverse OR/routing environments for our own RL-infused evolutionary search training.

Research Front Landscape

2 active fronts | 1 new papers

LLM-Guided Co-Evolution and Advanced Feedback for Algorithm Discovery

GROWING Density: 0.07 54 papers
Methodsllm_code_generation program_synthesis llm_evolutionary_search llm_as_heuristic evolution_of_heuristics
Inst:City University of. 15%  ·  DeepMind 15%  ·  Tsinghua University 6%  ·  University of Chinese. 6%

This research front focuses on enhancing LLM-guided evolutionary search frameworks, such as AlphaEvolve, FunSearch, and EoH, through sophisticated feedback mechanisms and co-evolutionary strategies. A central theme is moving beyond simple prompt engineering to integrate reinforcement learning, causal reasoning, structural analysis, and game-theoretic approaches to improve the discovery of algorithms and heuristics across diverse domains like combinatorial optimization, scheduling, and hardware design.

Key contributions include CALM's reinforcement learning-based fine-tuning of LLMs during search, achieving up to 30% gap reduction on CVRP. EoH-S demonstrates significant improvements by evolving complementary heuristic sets, reducing optimality gaps by 40-60% on TSPLib and CVRPLib. AlphaEvolve applications, such as in Ramsey number discovery, have yielded new state-of-the-art lower bounds, while KernelFoundry achieved 2.1x speedup in GPU kernel optimization. G-LNS introduced co-evolving destroy and repair operators for ALNS, outperforming OR-Tools on large routing instances. EvoTune's DPO-based fine-tuning with Forward KL regularization consistently improved FunSearch performance by up to 15% on bin packing and TSP. DyACE's dynamic algorithm co-evolution for non-stationary problems significantly reduced CVRP optimality gaps from 12.5% to 3.1%.

This research front is rapidly emerging and maturing, characterized by a shift from basic LLM-guided code generation to sophisticated, feedback-rich co-evolutionary systems. The trajectory indicates a strong focus on improving the robustness, sample efficiency, and generalization capabilities of LLM-discovered algorithms. Future work will likely see further integration of advanced machine learning techniques, such as more stable and efficient reinforcement learning for LLM fine-tuning, and the development of hierarchical multi-agent systems for complex algorithm decomposition. We can anticipate the next papers to explore automated curriculum generation, adversarial training for enhanced generalization, and methods to bridge LLM-generated heuristics with classical optimization solvers, potentially by having LLMs generate high-level models or meta-strategies rather than raw code.

Adaptive and Meta-Evolutionary Architectures for LLM-Driven Algorithm Discovery

GROWING Density: 0.06 48 papers
Methodsllm_code_generation program_synthesis llm_as_heuristic evolution_of_heuristics llm_evolutionary_search
Inst:DeepMind 15%  ·  University of California 8%  ·  Microsoft 6%  ·  The Hong Kong. 6%

This research front is dedicated to advancing the core mechanisms of LLM-driven evolutionary search for automated algorithm and heuristic discovery. Building upon foundational frameworks like AlphaEvolve, FunSearch, and Evolution of Heuristics (EoH), the unifying theme is the development of meta-evolutionary loops, adaptive control strategies, and structured context management to enhance the efficiency, robustness, and generalization capabilities of these systems. Key innovations include DeltaEvolve's momentum-driven evolution with semantic deltas, LoongFlow's cognitive Plan-Execute-Summarize paradigm, and ShinkaEvolve's sample-efficient program evolution.

Significant contributions include substantial improvements in sample efficiency and cost reduction, such as DeltaEvolve achieving +557.7% scores on BBOB with 64.4% less token consumption, and ShinkaEvolve beating AlphaEvolve on Circle Packing with fewer than 150 samples. Robustness and generalization have been demonstrated by SATLUTION, which evolved SAT solvers outperforming 2025 human competition winners, and Robusta, which achieved a 28x improvement in worst-case performance over FunSearch on traffic engineering tasks. Architectural innovations like EvoX's joint evolution of solutions and search strategies, TIDE's nested framework for decoupling structural and parameter optimization, and PathWise's Entailment Graph for planning through world models have enabled these advancements across diverse problem domains, from combinatorial optimization to scientific discovery and multi-agent coordination.

This front is rapidly maturing, with a clear trajectory towards more autonomous, self-improving, and cost-effective algorithm discovery systems. Future work will likely focus on integrating more sophisticated meta-learning and self-adaptation mechanisms, such as dynamically adapting LLM architectures or fine-tuning strategies during search. There will be an increased emphasis on robust evaluation protocols that go beyond static benchmarks, incorporating dynamic, competitive, and procedurally generated task environments. The next generation of papers will aim to scale these LLM-driven evolutionary processes to even more complex, real-world, multi-file, and multi-agent systems, leveraging hybrid approaches that combine symbolic reasoning with continuous optimization.

Cross-Front Bridge Papers

2 papers connecting multiple research fronts

TRUE SYNTHESIS Front 0 → Front 1
2025-03-13 · 2503.10721
Zhao et al. propose CAE, a framework that co-evolves algorithm structure (workflow/call graphs) alongside function implementations, aiming to eliminate the fixed templates required by SOTA methods lik...
TRUE SYNTHESIS Front 0 → Front 1
2025-06-16 · 2506.13131
AlphaEvolve extends FunSearch by evolving entire code files (rather than single functions) using a 'search/replace' diff format and Gemini 2.0, achieving SOTA results across matrix multiplication (bea...

Framework Genealogy

Tracking research lineages and framework evolution

27 frameworks tracked · 27 root frameworks · 11 active (last 30 days)
Framework landscape (size = paper count, color = must-read ratio)
alphaevolve (22 papers, 21 must-read) • funsearch (15 papers, 10 must-read) • eoh (11 papers, 9 must-read) • reevo (5 papers, 3 must-read) • evolution_of_heuristics (5 papers, 4 must-read) • openevolve (3 papers, 3 must-read) • llamea (3 papers, 3 must-read) • discogen (1 papers, 1 must-read) • shinkaevolve (1 papers, 1 must-read) • llm_psro (1 papers, 1 must-read)
Active + Must-read   Active   Inactive + Must-read   Inactive

Curated by Research Intelligence System

View Full Archive →