New WAIT Algorithm Extension Optimizes LLM Inference for Bursty Workloads

Anjali Gangadhar Katageria, Shobha Rani, Raghu Nandan Sengupta· August 7, 2026 View original

Key takeaways

  • LLM inference scheduling needs to adapt to bursty, real-world traffic, not just constant rates.
  • A new extension to the WAIT algorithm dynamically estimates request intensity.
  • This modified algorithm achieves higher throughput in bursty scenarios.
  • It outperforms leading solutions like vLLM and Sarathi-Serve while maintaining latency.

Who benefits

Cloud ComputingSaaSTelecommunicationsE-commerceAI/ML Platforms

Summary

Researchers propose a lightweight extension to the WAIT algorithm that dynamically adapts to bursty LLM request arrivals without prior traffic knowledge. Simulations show this modified algorithm achieves higher throughput than state-of-the-art methods like Sarathi-Serve, ORCA, and vLLM in low arrival-rate shift scenarios while maintaining comparable latency.

Large Language Models (LLMs) are widely used, but their inference performance is often evaluated under the assumption of constant, Poisson request arrival rates. This assumption frequently fails to reflect real-world traffic, which is inherently bursty and dynamic. Existing scheduling algorithms, while improving throughput and latency, are not optimized for these fluctuating workloads. This research introduces a lightweight extension to the state-of-the-art WAIT algorithm, designed to adapt to time-varying arrival rates without needing prior knowledge of traffic patterns. The proposed algorithm continuously estimates request intensity online by observing interarrival times. Through simulation-based evaluations using Markov Modulated Poisson Process (MMPP)-based synthetic workloads with diverse request types, the modified WAIT algorithm demonstrated superior performance. It achieved higher throughput compared to Sarathi-Serve, ORCA, and vLLM in evaluated low arrival-rate shift scenarios, all while maintaining comparable latency. This indicates a significant step towards more robust and efficient LLM inference systems in real-world, dynamic environments.

Why it matters

Professionals managing and deploying LLM inference infrastructure can significantly improve system efficiency and user experience by adopting scheduling algorithms that effectively handle bursty, real-world traffic patterns, leading to better resource utilization and lower operational costs.

How to implement this in your domain

  1. 1Analyze current LLM inference traffic patterns to identify the prevalence and characteristics of bursty workloads.
  2. 2Investigate the WAIT algorithm and its proposed extension as a potential upgrade for existing LLM serving infrastructure.
  3. 3Implement online estimation of request intensity within LLM scheduling systems to dynamically adapt to changing arrival rates.
  4. 4Benchmark the modified WAIT algorithm against current scheduling solutions (e.g., vLLM, Sarathi-Serve) using realistic, bursty synthetic workloads.

Original post by Anjali Gangadhar Katageria, Shobha Rani, Raghu Nandan Sengupta

"arXiv:2608.06135v1 Announce Type: new Abstract: Large Language Models (LLMs) such as ChatGPT and Claude are widely used for information retrieval and problem-solving. Recent work has focused on improving scheduling algorithms to boost throughput while maintaining low latency. How…"

View on X

Originally posted by Anjali Gangadhar Katageria, Shobha Rani, Raghu Nandan Sengupta on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses