Research questionHow can autoregressive LLM decoding generate multiple tokens in parallel at large batch sizes without sacrificing quality?Autoregressive LLMs repeatedly predict one next token at a time, limiting throughput and increasing serving costs as batch sizes grow. Parallelizing generation is difficult because it must retain the quality and distribution of the original autoregressive model.