| This week at a glance |
|
2
s
|
5
New papers
|
3
Active fronts
|
This week's theme:Concept-structured search is outperforming brute code mutation across multiple optimization domains.
|
|
Top Priority Papers
5 papers this week (ranked by significance, recency and impact)
| |
PRIORITY 7.6/10
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.
| |
PRIORITY 6.9/10
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.
| |
PRIORITY 6.1/10
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.
| |
PRIORITY 6.0/10 EMERGING FRONT
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.
| |
PRIORITY 5.0/10 EMERGING FRONT
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.
|
Research Front Landscape
3 active fronts | 5 new papers
| |
MILP-Driven Optimization for Dynamic LLM System Resource Management
EMERGING Density: 0.01 34 papers
Methodstensor_parallelism integer_linear_programming llm_in_the_loop pipeline_parallelism linear_programming
Inst:Peking University 9% · University of Illinois. 9% · Fudan University 9% · Shenzhen 6%
This research front unifies advanced Operations Research (OR) techniques, primarily Mixed-Integer Linear Programming (MILP), Integer Linear Programming (ILP), Linear Programming (LP) and Constraint Programming (CP-SAT), with dynamic programming and GPU-accelerated metaheuristics, to optimize complex Large Language Model (LLM) systems. The core theme revolves around enhancing efficiency, cost-effectiveness and reliability in dynamic LLM system resource management, spanning serving, inference, training and multi-agent orchestration, particularly in environments with heterogeneous hardware and evolving workloads. Key contributions include Helix's max-flow MILP for 3.3x throughput on heterogeneous LLM serving, SageServe's ILP-based auto-scaling achieving 25% GPU-hour savings and HAP's ILP for dynamic MoE parallelism yielding 1.6x speedups. In multi-agent systems, BAMAS leverages ILP for LLM selection, reducing costs by 80% while maintaining accuracy and FATE employs CP-SAT for heterogeneous LLM workflows, cutting makespan by 8.9%. Inference efficiency is boosted by Puzzle's MIP-driven NAS (2.17x throughput) and ETS's ILP for tree search pruning (1.8x KV cache reduction). Other notable advancements include ToaST's IP for 11% tokenization compression, DFLOP's ILP/LPT for 3.6x multimodal training throughput and MuxTune's DP for 5x PEFT throughput. These papers consistently demonstrate that formal OR methods significantly outperform heuristic-based approaches across diverse LLM system challenges. This research front is rapidly emerging, driven by the increasing complexity and scale of LLM deployments. The trajectory indicates a strong move towards integrating sophisticated OR solvers directly into LLM serving runtimes and multi-agent frameworks, replacing traditional heuristics. Future work will likely focus on dynamic, real-time adaptation of OR models to changing workloads and hardware conditions, scaling these formulations to larger, geographically distributed clusters and developing multi-objective optimization approaches that balance performance, cost, energy efficiency and quality-of-service (QoS) for increasingly complex, multimodal and agentic LLM applications.
| |
Formal Operations Research for LLM Serving, Training and Agentic Workflows
EMERGING Density: 0.00 33 papers
Methodslinear_programming llm_in_the_loop resource_allocation llm_as_heuristic pipeline_parallelism
Inst:Peking University 9% · Independent Researcher 9% · The University of. 6% · Beihang University 6%
This research front is characterized by the application of formal Operations Research (OR) techniques, particularly Mixed-Integer Linear Programming (MILP), Integer Linear Programming (ILP), Linear Programming (LP) and Dynamic Programming (DP), to optimize various aspects of Large Language Model (LLM) infrastructure. The core theme is leveraging these mathematical optimization methods to enhance efficiency, performance and resource utilization in LLM serving, training and multi-agent systems. Specific problem domains include GPU scheduling, Mixture-of-Experts (MoE) load balancing, prompt compression and Reinforcement Learning (RL) training orchestration. Papers in this front demonstrate significant quantitative improvements. For instance, Trident achieved up to 2.01x throughput speedup for multimodal pipelines using MILP. MC# achieved 6.2x weight reduction on DeepSeek-VL2 with<2% accuracy loss via ILP for MoE compression. FineEP boosted MoE throughput by up to 47.6% using LP for token scheduling. DORA achieved state-of-the-art accuracy on MATH500 with 3.5x fewer FLOPs by optimizing resource allocation for reasoning paths. SAGA achieved 1.64x speedup in task completion time for AI agent inference with workflow-atomic scheduling. Glia outperformed AlphaEvolve and FunSearch by 1.3-1.7x in mean response time for system design using agentic reasoning. SNIP used ILP for adaptive mixed-precision training, achieving near BF16 accuracy at 75% FP4 FLOPs. IEMAS demonstrated an 80.2% KV-cache hit rate and 35% cost reduction in LLM request routing using Min-Cost Max-Flow. This front is rapidly emerging, driven by the increasing complexity and resource demands of LLMs and multi-agent systems. The trajectory indicates a strong shift from heuristic-based solutions to theoretically grounded, mathematically optimized approaches. The next papers will likely focus on integrating these OR techniques into more complex, dynamic and heterogeneous environments, exploring adaptive real-time optimization and extending formal guarantees to end-to-end agentic workflows. There's also a clear trend towards combining different OR methods (e.g., DP with MILP, Bayesian optimization with MILP) and leveraging LLMs themselves as components within these optimization loops (e.g., for reasoning path generation or hypothesis formation).
| |
Operations Research and Reinforcement Learning for LLM Serving and Multi-Agent Systems
STABLE Density: 0.01 63 papers
Methodsllm_in_the_loop resource_allocation reinforcement_learning queueing_theory llm_as_heuristic
Inst:Tsinghua University 13% · Shanghai Jiao Tong. 8% · UC Berkeley 6% · Peking University 6%
This research front focuses on the synergistic application of Operations Research (OR) and Reinforcement Learning (RL) to address critical challenges in Large Language Model (LLM) serving, inference optimization and the design of robust multi-agent systems. Researchers are leveraging techniques such as Mixed-Integer Programming (MILP), queueing theory, convex optimization and various RL algorithms (PPO, GRPO) to tackle complex problems like GPU scheduling, KV cache management, prefill-decode disaggregation and multi-agent coordination under uncertainty. The unifying theme is the move towards mathematically rigorous and adaptive solutions for the efficient and reliable deployment of advanced AI systems. Key contributions include significant advancements in LLM serving and inference, such as Helium's 100x speedup for workflow-aware serving [1], DiP-SD's 1.93x throughput for distributed speculative decoding via MILP [3] and TRAIL's 24x lower Time-To-First-Token (TTFT) using embedding-based output length prediction [35]. In multi-agent systems, SRPO prevents free-riding in collaborative RL, yielding up to 19% accuracy gains [2], while AgentConductor achieves 14% gains in code generation with RL-optimized interaction topologies [6]. Robustness is enhanced by MaMa's adversarial co-evolution, reducing attack success rates from 50% to 15-25% [22] and ODAR's Free-Energy-Principled fusion, matching supervised Process Reward Models (PRMs) on MATH benchmarks with 82% less compute [50]. Resource allocation benefits from RLTune's 25% makespan reduction using hybrid RL+MILP [7] and SkyNomad's 1.25-3.96x cost savings for AI batch jobs via multi-region spot instance scheduling [43]. This front is rapidly emerging and maturing, characterized by a high density of recent papers (2025-2026) introducing novel hybrid OR/RL frameworks and problem formulations. The trajectory indicates a clear shift from purely heuristic-based solutions to more mathematically grounded and adaptive approaches, often combining the strengths of both OR for optimality and RL for dynamic adaptation. Future work will likely focus on integrating these advanced scheduling and resource allocation techniques into production-grade, multi-tenant, heterogeneous LLM serving systems, incorporating dynamic adaptation to non-stationary workloads and addressing the interplay between CPU and GPU bottlenecks in complex agentic workflows. Further research will also explore more sophisticated LLM-in-the-loop optimization for agent design and robustness.
|
Cross-Front Bridge Papers
1 papers connecting multiple research fronts
| |
TRUE SYNTHESIS Front 2 → Front 0
2025-11-12 · 2502.14617
SageServe optimizes LLM inference resource allocation across regions using an Integer Linear Programming (ILP) model coupled with ARIMA-based traffic forecasting, specifically targeting mixed interact...
|
Framework Genealogy
Tracking research lineages and framework evolution
|
64frameworks tracked ·62root frameworks ·4active (last 30 days)
Framework landscape (size = paper count, color = ratio)
vllm (11 papers, 9 ) • sglang (4 papers, 3 ) • megatron_lm (3 papers, 1 ) • grpo (3 papers, 3 ) • sarathi_serve (2 papers, 2 ) • rebase (2 papers, 2 ) • vidur (1 papers, 1 ) • kubernetes (1 papers, 1 ) • lorafusion (1 papers, 0 ) • pytorch (1 papers, 0 )
■Active + ■Active ■Inactive + ■Inactive
|
|