|
This week at a glance
|
|
0
Must-reads
|
0
New papers
|
3
Active fronts
|
This week's theme: Concept-structured search is outperforming brute code mutation across multiple optimization domains.
|
|
Top Priority Papers
0 must-read papers this week (ranked by significance, recency, and impact)
| | No priority papers this week. |
Research Front Landscape
3 active fronts | 0 new papers
| |
MILP-Driven Resource Allocation and Multi-Agent Orchestration for LLM Systems
EMERGING Density: 0.01 27 papers
Methodsllm_in_the_loop multi_agent_systems llm_as_heuristic convex_optimization mixed_integer_linear_programming
Inst:Tsinghua University 15% · Fudan University 11% · Shanghai Innovation Institute 11% · Peking University 11%
This research front focuses on applying advanced Operations Research (OR) techniques and system-level optimizations to enhance the efficiency, robustness, and coordination of Large Language Model (LLM) systems. A central theme is the use of Mixed-Integer Linear Programming (MILP), Integer Linear Programming (ILP), and dynamic programming for resource allocation and scheduling in LLM serving and multi-agent workflows. Key frameworks like Helium (for workflow-aware serving), SageServe (for forecast-aware auto-scaling), Helix (for heterogeneous GPU serving), and AREAL-HEX (for asynchronous RL training) exemplify this trend, alongside innovations in multi-agent orchestration such as AdaptOrch and BAMF-AI4S. Papers in this front demonstrate significant quantitative improvements. Helium achieved up to 100.92x speedup on microbenchmarks for agentic workflows by proactive KV cache management. SageServe reduced GPU hours by 25% and saved $2.5M/month on Microsoft O365 traces through ILP-based capacity management. Helix boosted decode throughput by up to 3.3x on heterogeneous GPU clusters using a max-flow MILP formulation for per-request pipeline scheduling. For multi-agent systems, AdaptOrch improved SWE-bench performance by 9.8% by dynamically routing tasks to optimal agent topologies. BAMF-AI4S showed impressive gains of +54.3% on HumanEval (GPT-3.5) for scientific code generation using a Bayesian adversarial multi-agent framework. Furthermore, BandPO improved LLM policy optimization by 2-10% on math benchmarks, and LCO stabilized RL training with 2-3x fewer samples by addressing non-convexity in logit space. SkyNomad achieved 1.25-3.96x cost savings for AI batch jobs using multi-region spot instances. This front is rapidly emerging, driven by the increasing complexity and cost of LLM deployment and the need for more robust agentic systems. The trajectory indicates a strong move towards formal OR methods (MILP, LP, DP) replacing heuristics in critical LLM infrastructure, particularly for resource allocation, scheduling, and multi-agent coordination. The next wave of papers will likely focus on integrating these OR solutions with dynamic, real-time adaptation mechanisms, handling more complex heterogeneous environments (e.g., multi-cloud, diverse hardware), and developing more sophisticated feedback loops for self-optimizing LLM agents.
| |
Operations Research for LLM Resource Allocation and Multi-Agent System Design
EMERGING Density: 0.00 25 papers
Methodsresource_allocation llm_as_evaluator pipeline_parallelism tensor_parallelism data_parallelism
Inst:Shanghai Jiao Tong. 12% · Nanyang Technological University 8% · Georgia Institute of. 8% · Sun Yat-sen University 8%
This research front focuses on applying advanced Operations Research (OR) techniques, including Mixed-Integer Linear Programming (MILP), Integer Linear Programming (ILP), convex optimization, game theory, and graph algorithms, to fundamentally optimize Large Language Model (LLM) systems. The primary areas of application are fine-grained resource allocation and scheduling for LLM serving, training, and fine-tuning, as well as the design and coordination of multi-agent LLM systems. Key frameworks and problems addressed include `VectorLiteRAG` for RAG serving, `MoETuner` for MoE expert placement, `Justitia` for fair LLM application scheduling, and `MaMa` for safe agentic system design. Researchers in this front have introduced novel OR formulations and algorithms to tackle complex, often NP-hard, optimization problems in LLM infrastructure. For instance, `Puzzle` uses MIP for distillation-based NAS, achieving 2.17x throughput on Llama-70B with 98.4% accuracy. `FREESH` leverages MILP and MIAD for 45% emission reduction in LLM serving. `MoETuner` employs ILP for 17.5% speedup in multi-node MoE serving. In multi-agent systems, `MaMa` applies Stackelberg Security Games to reduce attack success rates from ~50% to ~15-25% in agentic system design, while `ODAR` uses Free-Energy-Principled fusion for 82% compute reduction in LLM reasoning. Techniques like convex-hull relaxation (`Predicting Future Utility` for KV cache eviction) and dynamic programming (`MuxTune`, `FlexSP`) are used to make intractable problems solvable. This research front is rapidly emerging, driven by the increasing computational demands and complexity of LLM-powered systems and multi-agent architectures. The trajectory indicates a shift from heuristic-driven system design to mathematically rigorous, OR-based optimization, often integrating real-time control with offline planning. The next wave of papers will likely focus on extending these formal methods to dynamic, real-time adaptive systems, incorporating more complex stochastic elements, and developing hybrid OR-ML approaches for self-optimizing LLM infrastructure and more robust, generalizable multi-agent AI.
| |
Integer Programming for Efficient LLM Inference and Agent Orchestration
STABLE Density: 0.01 57 papers
Methodsllm_in_the_loop integer_linear_programming llm_as_evaluator llm_as_heuristic linear_programming
Inst:Tsinghua University 7% · Peking University 7% · University of Illinois. 7% · Shanghai Jiao Tong. 5%
This research front is unified by the application of Operations Research (OR) techniques, primarily Integer Linear Programming (ILP), Mixed-Integer Programming (MIP), and queueing theory, to optimize the efficiency and resource allocation of large language model (LLM) inference systems and multi-agent orchestration. The core theme involves formulating complex system challenges—such as GPU scheduling, KV cache management, model compression, and agent interaction topologies—as tractable optimization problems, often solved offline or with lightweight online heuristics derived from OR principles. This approach aims to maximize throughput, minimize latency, reduce cost, and enhance the robustness of LLM-powered applications. Key contributions include the development of ILP formulations for MoE model compression (e.g., MC#, PRINMIX) achieving up to 6.2x weight reduction with <2% accuracy loss, and for dynamic GPU resource allocation in multi-tenant and multi-modal serving (e.g., MIGRator, HAP, JIGSAWSERVE), yielding 1.6x to 11.3x capacity improvements. Papers like Li et al. and Lin et al. apply queueing theory and stochastic control to prove throughput optimality for LLM inference, reducing latency by 30-50% over heuristic baselines. Furthermore, OR techniques are used to optimize agentic systems, such as BAMAS achieving 80% cost reduction in multi-agent LLM selection, and OSCAR using MIP to derive optimal tool-use trajectories for SOTA performance in composed image retrieval. This research front is rapidly maturing, demonstrating that Operations Research provides a robust, theoretically-grounded framework for addressing critical efficiency and resource management challenges in LLM systems. The trajectory indicates a shift from heuristic-driven system design to principled, optimization-based approaches. Future work will likely focus on integrating these OR techniques with real-time adaptive mechanisms, such as RL-guided solvers (RLTune, TORTA) and predictive scheduling (TRAIL, Brown et al.), to handle dynamic workloads and uncertainties. The next generation of papers will likely explore hybrid online/offline optimization, leveraging generative models for robust ambiguity sets (3D-Learning), and extending OR to optimize complex, long-horizon multi-agent workflows with dynamic topologies and heterogeneous compute.
|
Cross-Front Bridge Papers
1 papers connecting multiple research fronts
| |
TRUE SYNTHESIS Front 1 → 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
|
61 frameworks tracked · 59 root frameworks · 4 active (last 30 days)
Framework landscape (size = paper count, color = must-read ratio)
vllm (7 papers, 7 must-read) • grpo (3 papers, 3 must-read) • sarathi_serve (2 papers, 2 must-read) • rebase (2 papers, 2 must-read) • megatron_lm (2 papers, 1 must-read) • pytorch (1 papers, 0 must-read) • inference_fleet_sim (1 papers, 1 must-read) • metaclaw (1 papers, 1 must-read) • heteroserve (1 papers, 1 must-read) • knative (1 papers, 0 must-read)
■ Active + Must-read
■ Active
■ Inactive + Must-read
■ Inactive
|
|