← All briefings|Research Intelligence Mate
RI

Weekly Research Intelligence — LLMs for Algorithm Design

Issue #15 of 2026 · 2026-04-07

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

Top Priority Papers

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

PRIORITY 8.2/10 MUST-READ
2026-04-06 | Independent Researchers | 2604.04347
M=8 P=8 I=9
RoboPhD optimizes LLM agent evolution under tight evaluation budgets by replacing traditional validation sets with an Elo-based tournament on training data and allowing agents to evolve their own diagnostic instrumentation. The results are backed by solid empirical comparisons, outperforming GEPA and Autoresearch on 3 out of 4 benchmarks (ARC-AGI, Text2SQL, DocFinQA) under a strict 1,500 evaluation budget. The single most useful takeaway we can steal is 'self-instrumenting agents'—seeding the initial agent with print() statements and letting the evolutionary process grow its own logging to provide richer Actionable Side Information (ASI) to the LLM optimizer. This paper matters immensely for AlgoEvo; we should immediately test dropping our validation splits in favor of Elo tracking and implement self-instrumenting diagnostics to improve our evolutionary signal without increasing API costs.
PRIORITY 8.0/10 MUST-READ
2026-04-01 | IBM Research | 2604.01210
M=8 P=8 I=9
CliffSearch is an LLM-based evolutionary framework that co-evolves algorithm theory and code, using specialized agents for crossover, two-path mutation (exploration vs. repair), and explicit reviewer gating. The results are backed by concrete empirical runs on nanoGPT optimizer discovery and transformer hyper-connection search, demonstrating the discovery of genuinely novel geometric routing and optimizer variants rather than trivial hyperparameter tweaks. The single most useful takeaway is the 'reviewer-gated selection' where an LLM explicitly scores candidates on originality and correctness as a hard survival gate before benchmark scores are considered. This is highly relevant for our AlgoEvo project; we should immediately steal the two-path mutation (novelty vs repair) and the originality hard-gate to prevent our populations from converging on unoriginal benchmark-hacking.

Research Front Landscape

2 active fronts | 2 new papers

Meta-Evolutionary AlphaEvolve and FunSearch for Robust Algorithm Discovery

STABLE Density: 0.04 57 papers
Methodsllm_code_generation program_synthesis llm_evolutionary_search llm_as_heuristic evolution_of_heuristics
Inst:DeepMind 14%  ·  University of California 9%  ·  City University of. 9%  ·  Google 5%

This research front explores advanced LLM-guided evolutionary search frameworks, primarily building upon AlphaEvolve, FunSearch, and EoH, to automate the discovery of novel algorithms and heuristics. The unifying theme is the development of sophisticated architectural innovations and meta-learning strategies to address critical challenges such as sample efficiency, generalization across problem instances, and robustness in complex domains like combinatorial optimization, compiler design, and multi-agent systems.

Key contributions include frameworks like ShinkaEvolve and DeltaEvolve, which drastically improve sample efficiency, achieving new SOTA on Circle Packing with significantly fewer evaluations or tokens. Magellan and ImprovEvolve demonstrate superior generalization, with Magellan achieving >5% binary size reduction in LLVM and ImprovEvolve setting new SOTA for Hexagon Packing by evolving modular local search operators. Robustness is enhanced by methods such as ASRO, which co-evolves solvers and adversarial instance generators to beat static baselines by up to 30% on CVRP, and Robusta, which uses a heuristic analyzer to achieve 28x improvement in worst-case performance for traffic engineering. Other innovations include C-Evolve's EMA voting for prompt groups, LoongFlow's Plan-Execute-Summarize with lineage context for directed search, AdaEvolve's hierarchical adaptive control, and KernelFoundry's gradient-informed evolution for GPU kernel optimization. Berthold et al. provide a crucial reality check, showing that classical global NLP solvers can outperform AlphaEvolve on its own benchmarks, suggesting hybrid approaches.

This front is rapidly maturing, moving beyond initial demonstrations of LLM code generation to focus on algorithmic and architectural enhancements that make evolutionary search more practical and robust. The trajectory indicates a shift towards meta-learning, where LLMs evolve not just solutions but also the search strategies, evaluation criteria, and even the problem instances themselves. Future work will likely involve deeper integration of planning and memory mechanisms, multi-modal inputs, and applications to increasingly complex, real-world, and open-ended scientific discovery problems, while also rigorously validating against and integrating with classical optimization techniques.

LLM-Guided Evolutionary Search with Advanced Feedback and Co-Evolution

STABLE Density: 0.08 50 papers
Methodsllm_code_generation program_synthesis llm_as_heuristic llm_evolutionary_search evolution_of_heuristics
Inst:DeepMind 14%  ·  City University of. 12%  ·  Southern University of. 6%  ·  Leiden University 4%

This research front focuses on advancing LLM-driven evolutionary search for algorithm design through sophisticated architectural patterns and feedback mechanisms. Key frameworks like AlphaEvolve, FunSearch, EoH, and ReEvo are being extended with dynamic control, multi-agent collaboration, and generative search strategies. This includes methods for co-evolving components, managing population diversity, and integrating reinforcement learning for fine-tuning LLM generators.

Significant contributions include DyACE's reformulation of Automated Heuristic Design (AHD) as a dynamic control problem using 'Look-Ahead Rollout Search' and 'Verbal Gradients', and EvoStage's efficient stagewise intermediate execution feedback. For diversity, MEoH employs AST-based 'Dominance-Dissimilarity', EvoLattice utilizes multi-alternative Quality-Diversity DAGs, and EoH-S evolves complementary heuristic sets. RL-infused evolution is prominent, with EvoTune integrating DPO with Forward KL regularization and CALM fine-tuning LLMs online using relative improvement rewards. Architectural innovations range from StitchCUDA's multi-agent rubric-based RL for GPU programming to G-LNS's co-evolution of destroy/repair operators with a 'Synergy Matrix', and TIDE's nested framework for decoupling structural generation from parameter tuning.

This research front is rapidly maturing, moving beyond basic LLM code generation to focus on robust, sample-efficient, and generalizable evolutionary architectures. Future work will likely emphasize integrating more sophisticated control theory, multi-modal feedback, and meta-learning for dynamic adaptation of search strategies. The trajectory points towards hybrid systems that combine LLM reasoning with traditional optimization techniques and structured feedback loops, aiming for truly autonomous algorithm discovery that generalizes across diverse and non-stationary problems.

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

29 frameworks tracked · 29 root frameworks · 8 active (last 30 days)
Framework landscape (size = paper count, color = must-read ratio)
alphaevolve (23 papers, 22 must-read) • funsearch (15 papers, 10 must-read) • eoh (12 papers, 10 must-read) • reevo (6 papers, 4 must-read) • evolution_of_heuristics (5 papers, 4 must-read) • openevolve (3 papers, 3 must-read) • llamea (3 papers, 3 must-read) • gepa (1 papers, 1 must-read) • psro (1 papers, 1 must-read) • discogen (1 papers, 1 must-read)
Active + Must-read   Active   Inactive + Must-read   Inactive

Curated by Research Intelligence System

View Full Archive →