Within the node, across the east/west network, or via north/south tiers. Context that outlives the pod that created it, at the cost of flash rather than the cost of recomputation.
Prefill is quadratic in context length. A long document, a long conversation, an agent with history: rebuilding that context is one of the most expensive operations your fleet performs, and it produces nothing new.
The cache does not miss because your model is wrong. It misses because GPU memory is small, sessions outlive pods, and there is nowhere fast enough to put the overflow.
Every point of recall is prefill you did not pay for, latency your customer did not feel, and GPU capacity you did not have to buy. It is the rare lever that improves margin and experience at the same time.
One inside the node, one that makes persistence a commitment rather than a best effort, and one that serves it back at the speed long-context serving and RAG require.
That is a latency bar, and most storage cannot clear it. VeLO handles metadata at billions of operations per second, every DirectFlow client reads across storage nodes in parallel over RDMA with the CPU out of the path, and throughput comes from parallel node count rather than flash capacity. Add nodes, get latency headroom, linearly.
Tell us how you serve today and we will show you what a persistence tier is worth against your traffic.