collaborators

10 papers

cs.DC2026

PowerSlider: Exploiting Phase Asymmetry for LLM Serving under Demand Response

Yueying Li, Jiayang Chen, Yuanfan Chen +5

AI inference clusters are increasingly constrained by instantaneous power, not just energy: grid operators condition new capacity on demand response, imposing time-varying power ca…

cs.DC2026

OpScale: Operator-level Provisioning and Autoscaling for LLM Serving

Xingqi Cui, Chieh-Jan Mike Liang, Ziang Tang +2

Achieving cost efficiency while meeting strict user-facing SLOs (e.g., time-to-first-token) remains a fundamental challenge for cloud GPU clusters serving large language models (LL…

cs.AI2026

Agentic Coding in the Wild: Characterizing GitHub Copilot Traces at Production Scale

Banruo Liu, Haoran Qiu, Íñigo Goiri +3

AI coding agents like GitHub Copilot, Claude Code, and Codex interleave multi-step LLM inference with tool execution, creating a workload different from chatbots. We present the fi…

cs.LG2026

Beyond Prediction: Tail-Aware Scheduling for LLM Inference

Yueying Li, Yuanfan Chen, Jiayang Chen +6

LLM serving exhibits extreme length variability, making size-based scheduling difficult in practice. Recent LLM schedulers approximate SJF/SRPT using predicted decode lengths or ra…

cs.DC2026

StreamWise: Serving Multi-Modal Generation in Real-Time at Scale

Haoran Qiu, Gohar Irfan Chaudhry, Chaojie Zhang +4

Advances in multi-modal generative models are enabling new applications, from storytelling to automated media synthesis. Most current workloads generate simple outputs (e.g., image…

cs.DC2025

From Models to Operators: Rethinking Autoscaling Granularity for Large Generative Models

Xingqi Cui, Chieh-Jan Mike Liang, Jiarong Xing +1

Serving large generative models such as LLMs and multi- modal transformers requires balancing user-facing SLOs (e.g., time-to-first-token, time-between-tokens) with provider goals…