| Today at a glance |
|
5
s
|
8
New papers
|
3
Categories
|
|
|
AI for Optimization
0 new papers | 0 | 80 total analyzed
| | No new papers this period. |
Automated Algorithm Discovery
3 new papers | 3 | 142 total analyzed
| |
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.
| |
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.
| |
2026-05-18 | University of Oxford, Linköping University, Federal University of Rio Grande do Sul | 2605.16142
This paper replaces scalar fitness scores in LLM heuristic synthesis with a counterexample-guided repair loop that checks formal properties and feeds specific failure states back to the LLM. The results are backed by strong empirical evidence on 10 planning domains, showing a 7.4x reduction in LLM generation cost, a 1000x reduction in evaluation compute and higher task coverage compared to the previous sample-and-select state of the art. The key insight is that using verifiable properties to generate concrete, localized counterexamples (e.g., 'at state X, your heuristic gave value Y, but successors gave Z') is vastly more sample-efficient than end-to-end scalar rewards. This is highly relevant for LLM evolutionary search and automated algorithm design; the community should investigate defining checkable properties for routing or scheduling heuristics to replace or augment standard scalar fitness evaluations, drastically reducing LLM sample complexity.
|
Optimizing AI Systems
5 new papers | 2 | 130 total analyzed
| |
2026-05-20 | Harvard University, Boston University | 2605.21427
PALS introduces a power-aware runtime for LLM serving that jointly optimizes GPU power caps and batch sizes using a closed-loop controller. Backed by hardware measurements on multi-GPU setups, it achieves up to 26.3% energy efficiency improvements and a 4x-7x reduction in QoS violations. The key insight is that for communication-bound MoE models, increasing power beyond a specific threshold degrades efficiency by accelerating communication overheads rather than useful computation.
| |
2026-05-20 | The Chinese University of Hong Kong, Anuttacon, StepFun | 2605.21312
Frontier is a discrete-event simulator for modern LLM inference serving that accurately models disaggregated architectures, complex parallelism and stateful reasoning workloads. Backed by extensive physical H800 GPU profiling, it reduces end-to-end latency prediction error from over 45% in existing simulators to under 7% by replacing average-case analytical proxies with hardware-aware predictors. The key insight is that coarse analytical models for KV-cache and operator runtimes distort SLA predictions and can reverse optimization conclusions; accurate evaluation requires modeling the closed-loop dynamics of memory state and batch composition.
| |
2026-05-20 | National University of Singapore, Nanyang Technological University, Beihang University, Shanghai Qiji Zhifeng Co., Ltd., Infrawaves, Shanghai Innovation Institute | 2605.20863
PlexRL is a cluster-level runtime that multiplexes LLM execution across multiple Reinforcement Learning with Verifiable Rewards (RLVR) jobs to reclaim idle GPU capacity caused by long-tailed rollouts and phase alternation. The results are backed by strong empirical numbers on a 2048-GPU cluster, demonstrating up to a 37.58% reduction in GPU-hour costs for 7B to 235B models compared to asynchronous split deployments. The key insight is that decoupling algorithm control from model execution allows the system to treat rollout and training as shared cluster services, enabling spatio-temporal packing that interleaves jobs to hide the massive latency of long-tailed generation and tool-use stalls.
| |
2026-05-19 | Rice University, University of Central Florida, Mobi.AI | 2605.20179
TIDE optimizes inference for Mixture-of-Experts diffusion LLMs by formulating the GPU-CPU expert offloading schedule as a mathematical programming problem based on the temporal stability of expert activations. The results are backed by empirical hardware profiling, achieving up to 1.5x throughput improvements on LLaDA2.0 models using a single GPU-CPU setup. The key insight is that the temporal locality of expert routing in diffusion models allows for interval-based expert refreshing, where the optimal interval balancing I/O overhead and CPU compute can be solved analytically via mathematical programming.
| |
2026-05-21 | MIT, Kensho Technologies, Ben-Gurion University | 2605.22705
Schmidt et al. introduce ToaST, a tokenization method that replaces greedy heuristics like BPE by formulating vocabulary selection as an Integer Program to minimize total token count. The results are rigorously backed by numbers, demonstrating an 11% compression improvement over BPE and significantly better downstream language model performance. The key insight is that formulating the selection problem over a root-to-leaf tree structure yields an exceptionally tight Linear Programming relaxation, allowing exact OR solvers to scale to massive AI infrastructure problems.
|
|