← All briefings|Research Intelligence Mate
RI

Weekly Research Intelligence — Automated Algorithm Discovery

Issue #22 of 2026 · 2026-05-26

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

Top Priority Papers

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

PRIORITY 8.6/10
2026-05-21 | MIT, Sakana AI, Improbable AI Lab, MIT-IBM Computing Research Lab |2605.22817
Bahlous-Boldi et al. introduce Vector Policy Optimization (VPO), an RL post-training method that trains LLMs to generate diverse candidate sets by combining multi-answer autoregressive generation with stochastic reward scalarization. The results are rigorously backed by empirical data, demonstrating that VPO continuously scales with test-time compute and successfully solves hard LiveCodeBench problems inside an AlphaEvolve-style evolutionary loop where standard GRPO completely stalls. The key insight is that collapsing vector rewards (such as per-test-case correctness) into a single scalar during RL causes mode collapse; instead, sampling random weightings from a Dirichlet distribution forces the policy to maintain a Pareto-diverse set of strategies. This is a fundamental advance for LLM evolutionary search, as applying VPO to mutator or generator models directly addresses sample efficiency and prevents premature convergence in automated algorithm design.
PRIORITY 8.6/10
2026-05-19 | UC Berkeley, MIT |2605.19633
Agrawal et al. introduce optimize_anything, a unified LLM-based evolutionary search API that optimizes arbitrary text artifacts (code, prompts, agent architectures) using Pareto-based selection and diagnostic side information. Results are highly rigorous and backed by numbers, including a controlled ablation showing it beats OpenEvolve on circle packing in 3x fewer evaluations and achieving SOTA on ARC-AGI (89.5%), cloud scheduling and CUDA kernel generation. The most actionable takeaway is the combination of multi-task search with a shared Pareto frontier, allowing optimization patterns discovered in one task to transfer to related tasks, alongside the formalization of Side Information (SI) as a first-class 'text gradient' to drive targeted mutations rather than blind evolution.

Research Front Landscape

3 active fronts | 2 new papers

Meta-Evolutionary Architectures and Process Rewards for LLM-Driven Algorithm Discovery

EMERGING Density: 0.01 24 papers
Methodsllm_code_generation llm_evolutionary_search llm_as_heuristic evolution_of_heuristics program_synthesis
Inst:Tsinghua University 12%  ·  University of Chinese. 8%  ·  Shanghai Jiao Tong. 8%  ·  DeepMind 8%

This research front focuses on advanced LLM-driven evolutionary search, moving beyond simple code generation to sophisticated architectural and methodological innovations. It unifies efforts to enhance the efficiency, robustness and generalization of algorithm discovery across diverse domains. Key frameworks like AlphaEvolve, FunSearch and EoH are extended through meta-evolutionary loops, novel feedback mechanisms and asynchronous execution strategies, emphasizing how LLMs are integrated into and guide the evolutionary process itself.

Significant contributions include the development of two-level evolutionary processes, such as EvoX, which jointly evolves solutions and search strategies and FlashEvolve, which achieves up to 4.9x higher proposal throughput via asynchronous orchestration. Papers like LLaMEA-SAGE introduce AST-based SHAP feedback to guide LLM mutations, while Teacher-Aware Evolution uses pre-trained neural policies for step-by-step behavioral feedback. RubricEM leverages dynamically generated rubrics for stage-wise process rewards in long-horizon agent tasks, improving performance by 3.5%. Domain-specific applications demonstrate state-of-the-art results: ImprovEvolve achieves new SOTA on Hexagon Packing by evolving modular local search operators, G-LNS outperforms OR-Tools on large CVRP instances by co-evolving destroy/repair operators and AlphaInventory discovers certified inventory policies with 15.9% cost reduction. DHEvo's data-algorithm co-evolution improves MILP primal gaps by 60% on Setcover and GR-Evolve reduces wirelength by up to 8.72% in global routing.

This front is rapidly emerging, characterized by a strong emphasis on improving the meta-level aspects of LLM-driven evolution. The trajectory indicates a shift towards more autonomous, self-improving and scalable algorithm discovery systems. Future work will likely integrate these architectural and feedback innovations, scale to even larger and more complex scientific and engineering problems and explore the meta-evolution of entire multi-agent systems, pushing towards fully autonomous research agents.

LLM-Driven Evolutionary Search: Architectures, Feedback and Advanced Operator Design

STABLE Density: 0.06 63 papers
Methodsllm_code_generation llm_evolutionary_search program_synthesis llm_as_heuristic evolution_of_heuristics
Inst:DeepMind 16%  ·  City University of. 14%  ·  University of California 6%  ·  Southern University of. 6%

This research front is at the cutting edge of automated algorithm design, leveraging large language models (LLMs) within evolutionary search frameworks such as AlphaEvolve, EoH and FunSearch. The unifying theme is the development of sophisticated architectural patterns, advanced feedback mechanisms and novel operator designs to significantly enhance the sample efficiency, exploration diversity and generalization capabilities of LLM-generated algorithms. Key application domains span combinatorial optimization (e.g., TSP, CVRP, Bin Packing), hardware optimization (GPU kernels, FHE on TPUs), multi-agent systems and scientific discovery.

Key contributions include architectural innovations like bi-level optimization (BEAM, A2DEPT), multi-agent collaboration (EvoStage, RoCo, MetaAgent-X) and graph-based search for code edits (Budget-Efficient AAD). Feedback mechanisms have advanced from scalar fitness to property-guided synthesis (Property-Guided LLM Program Synthesis), stagewise intermediate feedback (EvoStage) and causal scratchpads (CausalEvolve). Operator design has seen improvements with AST-based operations (Breaking Validity-Induced Boundaries), semantic crossover (Autonomous Algorithm Discovery) and functional deduplication (LLM-Guided Search for Deletion-Correcting Codes). Furthermore, RL-infused evolution (CALM, EvoTune, Kernel-Smith, VPO) is a significant trend, demonstrating superior performance and sample efficiency. Quantitatively, papers report substantial gains, such as KernelFoundry achieving 2.1x speedup on KernelBench L2, AlphaEvolve optimizing FHE kernels by 2.5x, ParEVO yielding 106x speedups on parallel algorithms and BEAM reducing CVRP optimality gaps by 37.84%.

This front is rapidly emerging and maturing, with a clear trajectory towards more robust, efficient and generalizable automated algorithm design. The focus is shifting from merely demonstrating LLM capabilities to rigorously improving search efficiency, ensuring correctness and fostering transferability. Future work will likely see deeper integration of RL-infused training with advanced memory architectures, more sophisticated formal verification techniques and the development of meta-learning strategies to learn and transfer evolutionary operators across complex, high-dimensional problem spaces, ultimately leading to the discovery of entirely novel solver architectures.

Adaptive Meta-Evolutionary Architectures for LLM-Guided Algorithm Discovery

STABLE Density: 0.06 55 papers
Methodsllm_evolutionary_search llm_code_generation program_synthesis evolution_of_heuristics llm_as_heuristic
Inst:DeepMind 9%  ·  Microsoft 5%  ·  City University of. 5%  ·  University of California 5%

This research front focuses on advancing LLM-guided algorithm discovery by developing adaptive, meta-level evolutionary architectures. It moves beyond static mutation operators and fixed search loops, emphasizing dynamic control, self-improvement and enhanced sample efficiency. Key frameworks like AlphaEvolve and FunSearch are extended with sophisticated mechanisms, including meta-prompt evolution, test-time reinforcement learning and hierarchical search strategies, to enable more robust and generalizable algorithm design across diverse domains such as mathematical constructions, compiler optimization, combinatorial optimization and multi-agent system design.

Significant contributions include AlphaEvolve's ability to evolve full code files and verifiers, achieving a 10,000x speedup in verification (2509.18057) and Magellan's hierarchical search for compiler heuristics, yielding over 5% binary size reduction in LLVM (2601.21096). AdaEvolve introduces a three-tier adaptive controller that achieves state-of-the-art on Circle Packing and 185 other tasks (2602.20133), while LoongFlow's Plan-Execute-Summarize paradigm reduces evaluations by 60% (2512.24077). Other notable results include 8 new Best-Known Solutions for CVRP using LLM-driven ruin heuristics (2602.23092), a 28x improvement in worst-case performance for traffic engineering via explanation-guided search (2510.08755) and optimize_anything's unified API achieving 89.5% accuracy on ARC-AGI (2605.19633). The Darwin Gödel Machine and AEVO demonstrate "evolving the evolver" by allowing LLMs to modify their own search procedures, leading to persistent memory and improved performance on coding and kernel optimization tasks (2603.19461, 2605.13821).

This front is rapidly emerging and maturing, characterized by a high density of impactful, paradigm-shifting papers. The trajectory is towards increasingly autonomous, self-improving and cost-efficient LLM-driven algorithm discovery systems. Future work will likely focus on integrating multiple meta-learning mechanisms, such as test-time RL, self-evolving rules and adaptive controllers, into unified, open-ended frameworks that can dynamically adapt search strategies and evaluation protocols across diverse, non-stationary problem distributions, with a growing emphasis on formal guarantees and real-world deployment.

Cross-Front Bridge Papers

5 papers connecting multiple research fronts

TRUE SYNTHESIS Front 2 → 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...
TRUE SYNTHESIS Front 2 → Front 0, Front 1
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 2 → Front 0, Front 1
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
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, Front 2
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

38frameworks tracked ·38root frameworks ·10active (last 30 days)
Framework landscape (size = paper count, color = ratio)
alphaevolve (30 papers, 28 ) • eoh (17 papers, 14 ) • funsearch (16 papers, 11 ) • reevo (7 papers, 5 ) • evolution_of_heuristics (5 papers, 4 ) • openevolve (4 papers, 4 ) • llamea (3 papers, 3 ) • gepa (2 papers, 2 ) • grpo (1 papers, 1 ) • autoresearchclaw (1 papers, 1 )
Active +  Active  Inactive +  Inactive

Curated by Research Intelligence System

View Full Archive →