Switch language한국어
Back to the list

Relay-style orchestration revitalizes national computing power, and PD separation finally breaks through: latency cut in half, costs down nearly 40%!

TL;DR AI

Key summary

2 min read
  1. At WAIC 2026, Infinigence AI released the full technical report for PDD, a cross-cluster heterogeneous LLM inference architecture.

  2. PDD splits inference into Prefill, RelayDecode, and MainDecode: a local relay starts decoding first, then a remote cluster takes over.

  3. The design reduces WAN KV Cache transfer latency, while RadixCache further cuts cross-cluster data movement by reusing prefixes.

  4. In testing, PDD cut first-token latency by 51.5% and lowered per-token cost by 37.5%, making distributed GPU clusters more practical for serving.

Read the original