Writing from the
cedana team.
insights from the team.
Field reports, engineering deep-dives, and benchmarks from the Cedana team.

How long do agentic sessions run, and where does their state live?
Explore published coding-agent traces to see how turns, cache reuse and pauses shape session affinity, GPU memory use and the cost of a lost worker.
read →
Your KV cache now rivals your weights
Calculate KV cache bytes from model configuration, precision and context length, then estimate how many live sessions fit after the weights are loaded.
read →
The engine layer: batching, caching, and configuration as a commitment
Understand how continuous batching, paged KV memory and prefix caching affect serving performance, and why changing a worker's regime means launching a new one.
read →
Does disaggregated serving remove the need to move GPU workers?
See why separating prefill and decode does not make serving workers stateless, and what moving a worker means for its KV cache, sessions and startup cost.
read →
H100 for prefill, H200 for decode: the mismatch you pay for twice
Compare H100 and H200 memory and compute for prefill and decode. Account for cache-transfer cost and why moving across GPU models still requires a cold start.
read →
Expert placement in a mixture-of-experts deployment is a systems decision
Separate a model router's expert choices from the deployment layout you control. Review expert placement, attention parallelism and communication overlap.
read →
What NVIDIA Dynamo Snapshot and Modal GPU memory snapshots restore today
Compare Dynamo Snapshot, Modal, InferX and Cedana by captured state, restore compatibility, supported workloads and the limits behind their benchmarks.
read →
Where the minutes go when an LLM worker cold starts
Trace LLM cold starts through weight loading, compilation and warmup. Compare caching fixes with checkpoint restore and understand the storage limits.
read →
Can LLM inference scale to zero without paying for warm replicas?
Understand when LLM inference can scale to zero, what warm replicas cost, and how restore time and request latency determine the capacity you keep ready.
read →
How to swap models on one GPU without a cold start
Compare GPU model swaps using vLLM sleep mode, SGLang and checkpoint restore. Learn where parked state lives and what each swap still costs.
read →Showing 13–22 of 22 posts