cd /news/large-language-models/beyond-next-token-prediction-a-perfo… · home topics large-language-models article
[ARTICLE · art-89014] src=machinelearning.apple.com ↗ pub= topic=large-language-models verified=true sentiment=· neutral

Beyond Next-Token Prediction: A Performance Characterization of Diffusion versus Autoregressive Language Models

A study by researchers from Seoul National University, University of California, Berkeley, ICSI, LBNL, and University of Texas at Austin finds that Diffusion Language Models (DLMs) achieve higher arithmetic intensity than Autoregressive Language Models (ARMs) by parallelizing token generation, but fail to scale effectively with longer contexts, whereas ARMs show superior throughput in batched inference. The study proposes block-wise decoding for DLMs to improve long-context scaling and emphasizes reducing sampling steps for open-source DLMs to lower latency.

read1 min views1 publishedAug 7, 2026
Beyond Next-Token Prediction: A Performance Characterization of Diffusion versus Autoregressive Language Models
Image: Apple ML Research

Large Language Models (LLMs) have achieved state-of-the-art performance on a broad range of Natural Language Processing (NLP) tasks, including document processing and code generation. Autoregressive Language Models (ARMs), which generate tokens sequentially conditioned on all previous tokens, have been the predominant paradigm for LLMs. While these models have achieved high accuracy across a range of downstream tasks, they exhibit low arithmetic intensity due to the inherent sequential dependency in next-token prediction. Recently, Diffusion Language Models (DLMs) have emerged as a promising alternative architecture. DLMs generate output tokens in parallel, mitigating the limitations of sequential decoding. However, the performance implications of DLMs relative to commonly deployed ARMs are not fully understood. In this work, we present a comprehensive study of the performance characteristics of ARMs and DLMs, combining theoretical analysis with empirical profiling to characterize the trade-offs between these approaches. We show that although DLMs can achieve higher arithmetic intensity than ARMs by leveraging parallelism across token positions, they fail to scale effectively with longer contexts. We then explore block-wise decoding for DLMs, which decouples arithmetic intensity from sequence length and enables better scaling to long contexts (similar to ARMs). We also examine batched inference and find that ARMs exhibit superior throughput as they benefit more from parallelism across sequences in the batch. Finally, we highlight opportunities for accelerating DLM inference, emphasizing that reducing the number of sampling steps is key for open-source DLMs to achieve lower latency relative to ARMs.

  • † Seoul National University
  • ‡ University of California, Berkeley
  • § ICSI
  • ¶ LBNL
  • †† University of Texas at Austin
    • Advisory role
── more in #large-language-models 4 stories · sorted by recency
── more on @seoul national university 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/beyond-next-token-pr…] indexed:0 read:1min 2026-08-07 ·