LLM Inference Efficiency: Phase, Layer, and Time Splitting Strategies Driving Cost Compression
Synthesis history
4 versions, newest first.
-
Version 4 2026-07-08 02:18 UTC · 126 items
Two substantive new items this pass: a Nexus paper proposes proactive intra-GPU PD disaggregation — performing the prefill/decode split within a single GPU through temporal scheduling rather than across separate nodes —…
-
Version 3 2026-07-04 18:33 UTC · 121 items
One substantive new development: application-layer practitioners working with Fable 5 discovered that rendering text-heavy context as PNG images cuts inference costs by roughly 60% by exploiting fixed vision-token prici…
-
Version 2 2026-07-03 08:31 UTC · 101 items
Two substantive additions this pass. First, attention-FFN disaggregation (AFD) has moved from a named-but-thin topic to a well-supported research area: AiDE, CMU operator-level disaggregated serving, derivations of opti…
-
Version 1 2026-07-02 02:20 UTC · 79 items
LLM inference is being carved up through three successive hardware-level splits: phase disaggregation (routing prefill and decode to separate GPU pools), layer disaggregation (routing attention and feed-forward computat…