A proposal to make KV cache portable across machines, data centers, and the WAN

knowrohit07 · x · 2026-07-29

The post argues that portable inference state should work across machines, accelerators, data centers, and eventually the WAN. It says keeping all KV cache in accelerator memory is usually impractical, because moving raw tensors to local storage, another node, or S3 can erase the compute savings from reuse.

The proposed framing is to treat KV cache as structured temporal data rather than an opaque byte array. Because neighboring tokens produce related state and model layers/attention heads create stable structure, a video-codec-style mapping can preserve those relationships and remove redundancy across both space and time.

The design is described around a few principles:

Related event: Cradle Codec: GPU-Native KV Cache Compression for Cross-Node Migration(3 posts)→

Original post →

More from Infra

Infra channel →