<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Prefix-KV Cache on Jaehun's Blog</title><link>https://jaehun.me/en/tags/prefix-kv-cache/</link><description>Recent content in Prefix-KV Cache on Jaehun's Blog</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 19 Sep 2026 00:28:38 +0900</lastBuildDate><atom:link href="https://jaehun.me/en/tags/prefix-kv-cache/index.xml" rel="self" type="application/rss+xml"/><item><title>[Paper Review] DroidSpeak: KV Cache Sharing for Cross-LLM Communication and Multi-LLM Serving</title><link>https://jaehun.me/en/posts/paper-review-droidspeak-kv-cache-sharing-for-cross-llm-communication-and-multi-llm-serving/</link><pubDate>Wed, 08 Oct 2025 00:00:00 +0900</pubDate><guid>https://jaehun.me/en/posts/paper-review-droidspeak-kv-cache-sharing-for-cross-llm-communication-and-multi-llm-serving/</guid><description>&lt;p&gt;&lt;a&#10; href="https://arxiv.org/abs/2411.02820v4"target="_blank"&#10; class="inline-flex items-center gap-1"&#10; &gt;Paper Link&lt;svg class="h-3 w-3 flex-shrink-0" id="external-link" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"&gt;&lt;path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/&gt;&lt;/svg&gt;&#10; &lt;/a&gt;&lt;/p&gt;&#10;&lt;h2 id="droidspeak-reducing-prefill-latency-by-1731-through-cross-llm-prefix-kv-reuse"&gt;DroidSpeak: Reducing Prefill Latency by 1.7–3.1× through &lt;strong&gt;Cross-LLM Prefix-KV Reuse&lt;/strong&gt;&lt;a href="#droidspeak-reducing-prefill-latency-by-1731-through-cross-llm-prefix-kv-reuse" class="heading-anchor" aria-label="Link to this section"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;h2 id="tldr"&gt;TL;DR&lt;a href="#tldr" class="heading-anchor" aria-label="Link to this section"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;When multiple LLMs share the &lt;strong&gt;same architecture but different weights&lt;/strong&gt;, DroidSpeak allows the &lt;em&gt;receiving model&lt;/em&gt; to reuse the &lt;em&gt;sender model’s&lt;/em&gt; &lt;strong&gt;prefix KV cache&lt;/strong&gt; by performing &lt;strong&gt;contiguous-layer partial recomputation&lt;/strong&gt; and &lt;strong&gt;E-first pipelining&lt;/strong&gt;.&lt;br&gt;&#10;This achieves &lt;strong&gt;1.7–3.1× lower TTFT (prefill latency)&lt;/strong&gt;, &lt;strong&gt;up to 4× higher online throughput&lt;/strong&gt;, and &lt;strong&gt;negligible quality loss&lt;/strong&gt; (F1/ROUGE/CodeSim), assuming an offline &lt;strong&gt;O(L²)&lt;/strong&gt; profiling stage (see §4.2–§5.3, Fig.13–15).&lt;/p&gt;</description></item></channel></rss>