← All briefings|Research Intelligence Mate
RI

Weekly Research Intelligence — Automated Algorithm Discovery

Issue #20 of 2026 · 2026-05-12

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

Top Priority Papers

10 papers this week (ranked by significance, recency and impact)

PRIORITY 8.3/10
2026-05-08 | University of California, San Diego, Georgia Institute of Technology |2605.08520
FlashEvolve accelerates LLM-based agent evolution by replacing synchronized execution stages with asynchronous workers and queues, allowing proposal, rollout and evaluation to overlap. Backed by strong empirical numbers, it achieves up to 4.9x higher proposal throughput and reaches higher validation scores significantly faster on benchmarks like IFBench and HotpotQA compared to synchronous baselines. The key insight is 'Reflective Async' for handling data staleness: unlike continuous weights in RL, stale language artifacts (prompts or code) are inspectable and can be semantically patched by the LLM to incorporate recent pool updates, preventing wasted compute. This is highly critical for scaling LLM evolutionary search and optimizing LLM serving scheduling, providing a concrete architectural blueprint to drastically reduce the wall-clock time of evolutionary discovery pipelines.
PRIORITY 8.3/10
2026-05-10 | Independent Researcher |2605.09764
LEVI introduces a cost-efficient framework for LLM-guided evolutionary search that replaces expensive frontier-model reliance with a stronger search architecture. The authors demonstrate that by combining a CVT-MAP-Elites archive, role-aware LLM routing (using small models for local edits and large models only for structural paradigm shifts) and rank-preserving proxy benchmarks, they can outperform existing frameworks like ShinkaEvolve and GEPA on systems-research and prompt-optimization tasks at 3.3 to 6.7x lower cost. The results are rigorously backed by empirical cost and performance metrics across 11 benchmarks.
PRIORITY 8.2/10
2026-05-11 | Massachusetts Institute of Technology, University of California, Berkeley |2605.10598
This paper proposes a graph-based search framework for LLM-driven automatic algorithm design where algorithms are represented as paths in a directed acyclic graph (DAG) of code blocks, allowing the LLM to generate composable corrections rather than full rewrites. The approach is backed by strong empirical results on TSP, LRP and BRP, demonstrating up to 22% smaller optimality gaps than full-algorithm baselines at equal token budgets. The key insight is the use of a Random Forest surrogate model combined with Shapley values to perform correction-level credit assignment, effectively isolating the impact of specific code edits from the overall algorithm fitness. This is highly relevant for LLM evolutionary search; the DAG representation and Shapley-based credit assignment provide a concrete architectural blueprint for drastically improving sample efficiency, search signal quality and observability in automated heuristic discovery.
PRIORITY 8.2/10
2026-05-11 | Shanghai Jiao Tong University, Shenzhen Technology University, Shanghai Polytechnic University |2605.10634
This paper introduces a teacher-aware evolutionary framework that uses pre-trained neural optimization policies to provide step-by-step behavioral feedback to guide the LLM-based evolution of symbolic heuristics. The results are backed by strong empirical numbers, showing consistent improvements over standard performance-driven baselines (EoH, ReEvo) on scheduling, routing and graph optimization benchmarks, while maintaining the fast inference of static code. The key insight is that instead of relying solely on delayed endpoint performance, one can query a black-box neural policy on the specific states visited by a candidate heuristic and use the behavioral discrepancies (top-1 action agreement) to prompt targeted LLM revisions. This is highly relevant for research in LLM evolutionary search, as it provides a concrete, actionable implementation of a process reward model that directly improves search guidance and sample efficiency.
PRIORITY 7.9/10
2026-05-09 | National University of Singapore |2605.09018
Yu and Yang introduce Evolutionary Ensemble (EvE), a framework that co-evolves functional code solvers alongside the guidance and skills of the coding agents that produce them. The results are backed by rigorous ablations on a complex positional-encoding design task, demonstrating that continuous agent evolution prevents the phase mismatch and stagnation seen with static or frozen agents. The key insight is the dual-population credit assignment mechanism, which evaluates and evolves agent guidance based strictly on the downstream performance gains of the code they generate in a synchronous race.
PRIORITY 7.7/10
2026-05-11 | Google Cloud AI Research, University of Illinois Urbana-Champaign |2605.10899
Li et al. introduce RubricEM, an RL framework for long-horizon LLM agents that uses dynamically generated rubrics to structure trajectories, assign stage-wise process rewards via Stage-Structured GRPO and train a reflection memory bank for cross-episode transfer. The results are rigorously backed by numbers, showing their 8B model outperforming 30B+ open models and approaching proprietary systems on four long-form research benchmarks. The key insight is that rubrics can serve as a shared interface across the entire RL loop, acting simultaneously as structural priors for planning, dynamic process reward models for intermediate credit assignment and structured memory for experience reuse.
PRIORITY 7.3/10
2026-05-10 | Carnegie Mellon University, University of Science and Technology of China, National University of Singapore, Shanghai AI Lab |2605.09539
TacoMAS introduces a test-time co-evolution framework for LLM multi-agent systems that updates agent capabilities rapidly (via memory refinement) and communication topology slowly (via birth-death operations and edge edits). The results are backed by strong empirical evidence, achieving an average 13.3% accuracy improvement over 20 baselines across four diverse benchmarks. The key insight is the separation of evolution into two time scales—fast capability updates to handle immediate subtasks and slow topology updates to preserve coordination stability—which prevents the system from diverging during test-time adaptation. Furthermore, using a meta-judge to assign contribution scores to individual agents effectively acts as a process reward model to guide the replicator dynamics.

Research Front Landscape

2 active fronts | 10 new papers

Adaptive Feedback and Memory Architectures for LLM-Driven Evolutionary Search

STABLE Density: 0.03 68 papers
Methodsllm_code_generation llm_evolutionary_search program_synthesis llm_as_heuristic evolution_of_heuristics
Inst:DeepMind 12%  ·  University of California 10%  ·  Berkeley 6%  ·  City University of. 6%

This research front focuses on advancing LLM-driven evolutionary search frameworks, such as AlphaEvolve, FunSearch, EoH and ReEvo, for automated algorithm and heuristic design. The core theme is the development of sophisticated architectural patterns and feedback mechanisms to overcome critical limitations like sample inefficiency, context window constraints and premature convergence to local optima. This involves integrating multi-agent systems, bi-level optimization, graph-based code representations and dynamic adaptation strategies to enhance the search process.

Key contributions include novel feedback mechanisms like teacher-aware evolution (2605.10634) and rubric-guided meta-RL (2605.10899), providing process rewards to guide LLM revisions. Memory and context management are addressed by adaptive memory (BEAM, 2604.12898) and semantic deltas (DeltaEvolve, 2602.02919), significantly reducing token consumption. Architectural innovations such as bi-dimensional co-evolution (ResearchEVO, 2604.05587) and DAG-based code representations (EvoLattice, 2512.13857) enable more flexible and interpretable program synthesis. Several papers demonstrate state-of-the-art results: FunSearch achieves up to 3058x reduction in Feynman integral seeding (2502.09544), Robusta improves traffic engineering worst-case performance by 28x (2510.08755) and RL-finetuned LLMs beat expert-designed CVRPLIB heuristics (2510.11121, 2602.23092). SATLUTION (2509.07367) autonomously evolves SAT solvers outperforming 2025 competition winners.

This front is rapidly maturing, with a strong emphasis on addressing the core limitations of LLM-driven evolutionary search. The trajectory indicates a clear shift from simple black-box performance optimization to more sophisticated white-box approaches that leverage structural analysis, process rewards and meta-learning. The next papers will likely focus on integrating these advanced techniques into unified, open-source frameworks, scaling them to more complex, real-world problems with tighter computational budgets and developing robust theoretical underpinnings for LLM-generated algorithms.

Architectural Innovations for LLM-Driven Evolutionary Algorithm Design

STABLE Density: 0.05 63 papers
Methodsllm_code_generation program_synthesis llm_evolutionary_search llm_as_heuristic evolution_of_heuristics
Inst:City University of. 14%  ·  DeepMind 13%  ·  Tsinghua University 6%  ·  Southern University of. 6%

The unifying theme of this research front is the development of advanced architectural and methodological innovations for LLM-driven evolutionary search, moving beyond basic code generation to sophisticated meta-evolutionary processes. Papers in this front leverage frameworks like AlphaEvolve, FunSearch and Evolution of Heuristics (EoH) as foundations, but primarily focus on enhancing the core mechanisms of evolutionary search, including memory, planning, diversity management and efficiency. This involves integrating LLMs into complex feedback loops, multi-agent systems and hybrid search strategies to discover novel algorithms and heuristics across diverse domains.

Key contributions include CausalEvolve's causal scratchpad for guided evolution, TIDE's nested framework for decoupling structural and parameter optimization and A2DEPT's tree-structured search for open-ended solver synthesis, which reduced optimality gaps by 9.8% on COPs. Adversarial co-evolution approaches like ASRO and COvolve improve generalization by evolving instances alongside solvers, while LEVI and ParEVO demonstrate significant cost reductions (3.3-6.7x lower cost, 106x speedup) through stronger search architectures and DPO fine-tuning. Innovations in diversity management, such as BehaveSim's trajectory-based similarity for TSP (7.8% gap reduction) and EoH-S's complementary population management, prevent mode collapse. Furthermore, agentic variation operators like AVO and RF-Agent, using MCTS and self-verification, have outperformed SOTA on GPU kernel optimization (up to 10.5% speedup) and robot control tasks (1.70 Avg norm score vs 0.63).

This research front is rapidly emerging and maturing, characterized by a high density of and papers. The trajectory indicates a strong shift towards more autonomous, self-improving and robust LLM-based algorithm discovery systems. Future work will likely focus on integrating the disparate architectural improvements (e.g., combining causal reasoning with adversarial co-evolution), scaling these complex frameworks to larger, real-world industrial problems with stringent computational budgets and developing theoretical foundations for the emergent behaviors of these meta-evolutionary systems. The next papers will likely present unified frameworks that can dynamically adapt their search strategies, manage persistent knowledge and self-diagnose failures across a wide range of problem types.

Cross-Front Bridge Papers

5 papers connecting multiple research fronts

TRUE SYNTHESIS Front 1 → Front 0
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 1 → Front 0
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...
TRUE SYNTHESIS Front 1 → Front 0
2026-02-09 · 2602.08253
G-LNS extends LLM-based evolutionary search to ALNS by co-evolving Python code for Destroy and Repair operators rather than constructive priority rules. The authors introduce a 'Synergy Matrix' that t...
TRUE SYNTHESIS Front 1 → Front 0
2026-01-27 · 2601.19622
This paper introduces 'Algorithmic-Contextual EoH' (A-CEoH), which injects the actual source code of the search algorithm (e.g., the A* driver loop, neighbor generation) into the LLM prompt alongside...
TRUE SYNTHESIS Front 1 → Front 0
2026-02-26 · 2602.23413
EvoX introduces a two-level LLM-driven evolutionary framework that jointly evolves candidate solutions and the search strategies (parent selection rules, variation operators) used to generate them. Th...

Framework Genealogy

Tracking research lineages and framework evolution

35frameworks tracked ·35root frameworks ·6active (last 30 days)
Framework landscape (size = paper count, color = ratio)
alphaevolve (28 papers, 27 ) • eoh (16 papers, 13 ) • funsearch (16 papers, 11 ) • reevo (7 papers, 5 ) • evolution_of_heuristics (5 papers, 4 ) • openevolve (4 papers, 4 ) • llamea (3 papers, 3 ) • dr_tulu (1 papers, 1 ) • escher_loop (1 papers, 1 ) • flashevolve (1 papers, 1 )
Active +  Active  Inactive +  Inactive

Curated by Research Intelligence System

View Full Archive →