Decoupling Readiness from Release for Tail-Aware Scheduling of Agentic LLM Workflows

📅 2026-09-09
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出了一种尾部风险感知的调度方法,通过优化释放就绪任务和未完成工作量来减少大语言模型工作流在竞争情况下的尾部延迟。
📝 Abstract
Agentic LLM workflows consist of sequences of model turns interleaved with tool interactions, so their end-to-end completion time depends not only on inference speed but also on when ready turns are released. Most runtimes release each turn immediately upon readiness. Under contention, this eager release policy can accumulate released but unfinished work; once submitted, those turns can no longer be reordered by the workflow-level policy, increasing tail latency. We present a tail-risk-aware turn release scheduling method that jointly decides which ready turn to release next and how much released but unfinished work to maintain. The method uses a mean--Conditional Value-at-Risk (CVaR) objective to capture the evolving tail risk of unfinished workflows, incorporates online estimates of turn work when prioritizing ready turns, and adapts the released work budget to observed queue pressure. We evaluate the method using real agent execution traces from software engineering tasks across multiple LLMs and workflow arrival rates. The method performs comparably to eager release under light load and substantially reduces the P95 of workflow flow time under contention, achieving up to a \(3.50\times\) speedup.
Problem

Research questions and friction points this paper is trying to address.

Agentic LLM Workflows
Tail Latency
Scheduling
Readiness
Release
Innovation

Methods, ideas, or system contributions that make the work stand out.

tail-risk-aware scheduling
mean--Conditional Value-at-Risk (CVaR)
agentic LLM workflows
B
Bochao Feng
University of Science and Technology Beijing
J
Jianjiang Li
University of Science and Technology Beijing
H
Haojie Wang
Qiyuan Laboratory
L
Lin Qiao
University of Science and Technology Beijing
Y
Yinghui Li
Qiyuan Laboratory
Yukun Yan
Yukun Yan
Tsinghua University
Large Language Model
Jidong Zhai
Jidong Zhai
Tsinghua University
Parallel ComputingCompilerProgramming ModelGPU