| This week at a glance |
|
1
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 7.7/10
Norgren introduces a stateful transformer inference architecture that decouples data ingestion from query processing, maintaining a persistent KV cache to achieve constant-time query latency for streaming workloads. The approach is backed by strong empirical results, demonstrating a 2.4x to 5.9x speedup over state-of-the-art engines like vLLM and SGLang on streaming benchmarks while maintaining approximately 43ms latency regardless of context size. The key insight is the use of Flash Queries, which utilize idle GPU cycles between data arrivals to pre-compute answers to registered queries against the evolving context, effectively pushing user-visible latency toward zero.
| |
PRIORITY 5.1/10
2026-05-13 | Zhejiang University, Northeastern University, University of Surrey, Zhongguancun Institute of Artificial Intelligence | 2605.13319
PipeSD accelerates cloud-edge collaborative LLM inference by using dynamic programming to optimally batch and pipeline draft tokens, alongside a Bayesian optimization-tuned dual-threshold mechanism for triggering speculative verification. The results are backed by empirical hardware measurements, demonstrating 1.16x–2.16x speedups and up to 25% energy reduction over baselines like EdgeLLM on standard benchmarks. The key insight is formulating the token-batching decision—balancing communication startup overhead against immediate transmission—as a dynamic programming problem to perfectly overlap edge-side autoregressive generation with network transmission.
|
Research Front Landscape
3 active fronts | 2 new papers
| |
OR-Driven Resource Allocation and Scheduling for LLM Infrastructure
EMERGING Density: 0.00 34 papers
Methodsresource_allocation linear_programming pipeline_parallelism llm_in_the_loop tensor_parallelism
Inst:Stanford University 12% · Peking University 12% · Tsinghua University 12% · Shanghai Innovation Institute 9%
This research front focuses on applying advanced Operations Research (OR) and formal optimization techniques to address complex resource allocation, scheduling and coordination challenges within Large Language Model (LLM) systems. It encompasses LLM inference (serving, speculative decoding, KV cache management, multi-agent inference), LLM training (tensor management, parallelism, mixed precision) and multi-agent LLM coordination (debate, error propagation, code generation). Key methodologies include Mixed Integer Linear Programming (MILP), Constraint Programming (CP-SAT), convex minimization, Bayesian methods and queuing theory, demonstrating a shift from heuristics to mathematically rigorous solutions. Key contributions include the Global Resolution algorithm, which achieves 10,000x faster optimal multi-draft speculative sampling and MEMO, which provides 1.97x MFU improvement for ultra-long context training via bi-level MIP. Continuum reduces delay by 3.66x and improves throughput by 3.22x for multi-turn agent scheduling using KV cache Time-to-Live. ODAR matches supervised PRMs on MATH (96.7%) without training, cutting compute by 82% via Free-Energy-Principled fusion. Nitsum achieves up to 5.3x higher goodput for tiered LLM serving with adaptive Tensor Parallelism, while DisagMoE delivers 1.81x throughput for MoE training using MILP-guided disaggregation. Furthermore, Twill matches hand-tuned Flash Attention performance within 1-2% using ILP/SMT and LCO/BandPO consistently outperform PPO/GRPO on math benchmarks with significant gains (e.g., +7.8% Pass@1 on MATH500) and fewer samples. This front is rapidly emerging, driven by the increasing complexity and scale of LLM systems and multi-agent architectures. The trajectory indicates a strong trend towards integrating sophisticated OR solvers directly into the runtime of LLM infrastructure, moving beyond traditional heuristics. Future work will likely focus on dynamic, real-time adaptation of these OR solutions to non-stationary workloads and resource fluctuations, as well as holistic optimization across multiple parallelism strategies and heterogeneous hardware components.
| |
Operations Research for Heterogeneous LLM Serving and Agentic System Optimization
EMERGING Density: 0.01 32 papers
Methodsllm_in_the_loop llm_as_heuristic resource_allocation reinforcement_learning llm_as_evaluator
Inst:Shanghai Jiao Tong. 12% · University of Illinois. 6% · Carnegie Mellon University 6% · Independent Researcher 6%
This research front is defined by the rigorous application of Operations Research (OR) techniques, including Integer Linear Programming (ILP), Mixed-Integer Linear Programming (MILP), Linear Programming (LP), convex optimization and game theory, to optimize various facets of Large Language Model (LLM) infrastructure and agentic systems. A central theme is resource allocation and scheduling on heterogeneous hardware (GPUs, edge networks), alongside the principled design and alignment of multi-agent LLM systems. Many papers also explore hybrid approaches, integrating OR with Reinforcement Learning (RL) or generative models to address dynamic and uncertain environments. Key contributions span several areas. In LLM serving and GPU scheduling, SageServe [1] achieved 25% GPU-hour savings with ILP and forecasting, while Helix [2] used max-flow MILP for 3.3x throughput gains on heterogeneous GPUs. ALTO [6] demonstrated a 13.8x speedup for LoRA tuning with MILP and Staggered Batch Scheduling [27] reduced Time-to-First-Token (TTFT) by 30-40% for MoE models. Puzzle [19] applied MIP for Neural Architecture Search, yielding 2.17x throughput for Llama-70B. For agentic systems, MaMa [23] used Stackelberg Security Games to reduce attack success rates from 50% to 15-25% in adversarial co-evolution and AgentConductor [14] employed GRPO to evolve multi-agent topologies, showing 14% gains on APPS. BAMAS [29] achieved ~80% cost reduction in multi-agent structuring using ILP and offline RL. Other notable applications include ETS [9] using ILP for 1.8x KV cache reduction in tree search, PAMA [10] applying convex optimization for multi-objective LLM alignment and Nagle et al. [25] formalizing prompt compression with rate-distortion theory and LP. This front is rapidly emerging, driven by the increasing complexity of LLM models and the imperative for efficient, robust and cost-effective deployment. The trajectory indicates a strong move towards increasingly sophisticated hybrid OR-AI systems, where symbolic optimization handles hard constraints and global optimality, while learning-based methods (RL, generative models) manage uncertainty, adapt to dynamic environments, or guide search in complex, high-dimensional spaces. Future work will likely focus on integrating these hybrid approaches more seamlessly, scaling OR solvers to larger and more dynamic problems and developing theoretical guarantees for their performance in real-world LLM ecosystems, particularly concerning dynamic resource adaptation and multi-objective trade-offs.
| |
Integer Programming and Queueing for Adaptive LLM Serving and Agentic Workflows
STABLE Density: 0.01 59 papers
Methodsllm_in_the_loop integer_linear_programming queueing_theory multi_agent_systems llm_as_heuristic
Inst:Peking University 7% · Tsinghua University 7% · Shanghai Jiao Tong. 7% · Fudan University 5%
This research front focuses on applying Operations Research (OR) principles, particularly Integer Linear Programming (ILP), Linear Programming (LP), Dynamic Programming (DP) and Queueing Theory, to optimize various aspects of Large Language Model (LLM) serving, inference scheduling and multi-agent system orchestration. The core theme involves managing heterogeneous GPU resources, optimizing KV cache utilization, efficiently placing Mixture-of-Experts (MoE) components and ensuring fairness and efficiency under strict Service Level Objectives (SLOs). Specific target areas include speculative decoding, early-exit inference and multi-modal LLM serving, often integrating with frameworks like vLLM and Sarathi. Key contributions demonstrate significant performance gains. For instance, HAP utilizes ILP for dynamic MoE parallelization, achieving up to 1.77x speedup, while GreenCache employs ILP for carbon-aware caching, reducing emissions by ~15%. Queueing theory provides throughput-optimal scheduling policies (e.g., Li et al., Lin et al.) and flow-controlled stability for KV cache management (Flow-Controlled Scheduling). Dynamic Programming optimizes token batching in cloud-edge inference (PipeSD, 1.16-2.16x speedup) and multi-task PEFT (MuxTune, 5x throughput). Predictive scheduling using LLM hidden states improves reasoning accuracy by 7.9% on GSM8K (Brown et al.). Multi-agent LLM frameworks are optimized for coordination (AdaptOrch, 9.8% SWE-bench gain) and robustness (SRPO, 19% accuracy gain in multi-agent debate). This front is rapidly maturing, moving from foundational OR formulations to highly specialized, real-world system implementations. The trajectory indicates a strong focus on hybrid offline-online approaches, often incorporating LLM-in-the-loop OR for adaptive control. Future work will likely integrate these OR techniques with emerging LLM architectures (e.g., Mixture-of-Depths, tree-based speculative decoding), address multi-node and geo-distributed challenges with dynamic, real-time adaptation and incorporate more complex multi-objective trade-offs (e.g., cost, carbon, fairness, tail latency) with robust guarantees.
|
Cross-Front Bridge Papers
1 papers connecting multiple research fronts
| |
TRUE SYNTHESIS Front 0 → Front 1
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
|
63frameworks tracked ·61root frameworks ·3active (last 30 days)
Framework landscape (size = paper count, color = ratio)
vllm (10 papers, 9 ) • sglang (4 papers, 3 ) • megatron_lm (3 papers, 1 ) • grpo (3 papers, 3 ) • sarathi_serve (2 papers, 2 ) • rebase (2 papers, 2 ) • kubernetes (1 papers, 1 ) • lorafusion (1 papers, 0 ) • pytorch (1 papers, 0 ) • inference_fleet_sim (1 papers, 1 )
■Active + ■Active ■Inactive + ■Inactive
|
|