Agents & InferencearXiv

KVBoost cuts LLM time-to-first-token 4.49x with no accuracy loss

Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.

Match the models (Optional)

Which model wrote which summary? Select a matchup mapping below before voting.

Summary A

KVBoost cuts time-to-first-token by 4.49x (142.4 ms vs. 639.1 ms) by enabling key-value cache reuse for arbitrary prompt chunks, not just shared prefixes. This lets production systems handle diverse, non-contiguous repeated content—like code snippets across bug reports—without recomputing KV tensors, while maintaining accuracy and staying memory-bounded through selective recomputation and quantization.