China publishes 'landmark paper' on AI-to-AI technique that kicks human 'bottleneck' out of the loop and replaces us with an AI 'modem' — C2C brainwave direct connection achieves 150% boost in inference speed
Cache-to-Cache lets separate AI models exchange internal information without generating text A learned Fuser converts one model’s internal data for another C2C uses selective gating to control which layers receive information Researchers from Tsinghua University have published a paper describing a t
<![CDATA[ <article> <ul><li><strong>Cache-to-Cache lets separate AI models exchange internal information without generating text</strong></li><li><strong>A learned Fuser converts one model’s internal data for another</strong></li><li><strong>C2C uses selective gating to control which layers receive information</strong></li></ul><p>Researchers from Tsinghua University have published a paper describing a technique that lets separate AI models exchange information without producing any text.</p><p>The method, called Cache-to-Cache (C2C), has already been accepted at ICLR 2026 and ships with open-source code available to developers.</p><p>It targets a specific inefficiency present whenever multiple language models work together inside a shared pipeline.</p><h2 id="skipping-words-entirely">Skipping words entirely</h2><p>When two AI models cooperate today, one has to turn its thinking into written sentences before the other can read them.</p><p>That writing step takes real computing time and throws away small details buried inside the first model's raw thinking process.</p><p>Every AI model keeps a working memory of everything it has processed so far, known technically as a cache.</p><p>C2C skips typed language entirely by letting one model pass that working memory straight into a second model's memory bank.</p><p>A small assistance program called a Fuser handles this handoff, reshaping and rotating the information so the second model can actually use it.</p><p>Different AI models store their memories using completely different internal layouts, sizes, and structures from one another.</p><p>Simply dumping one model's raw memory into another would likely confuse it or cause its answers to fall apart.</p><p>To prevent that, C2C includes a smart filter that decides which pieces of incoming memory are worth absorbing immediately.</p><p>Some internal layers accept the new information right away, while other layers keep reasoning independently without any outside interference.</p><p>According to the researchers, this setup makes AI models run between 100% and 150% faster during shared collaborative tasks.</p><p>That upper figure works out to roughly two and a half times quicker than the usual back-and-forth typing process.</p><p>The team also reports accuracy gains as high as 14.2% when models work together instead of operating entirely alone.</p><p>Compared against older setups where models still communicate through typed text, accuracy reportedly improved by 3.1% to 5.4%.</p><h2 id="why-does-this-method-have-limits">Why does this method have limits</h2><p>This approach currently works only with open-weight models, since it requires direct access to a model's internal cache and layer structure.</p><p>Most popular <a href="https://www.techradar.com/best/best-ai-tools">AI tools</a>, the kind ordinary people chat with online, hide those internal details completely from outside users.</p><p>That means everyday apps like certain chatbots cannot use this shortcut unless their own creators build it in privately.</p><p>Nobody outside these companies currently knows for certain whether anyone has started using a similar method internally.</p><p>The research team argues that typed language has always slowed machines down since it forces them to think like humans do.</p><p>That argument deserves some caution, since the same team that built the system also ran every test proving it works well.</p><p>Whether this speeds things up as much as claimed will depend on other external testing of the system. </p><figure class="van-image-figure inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:676px;"><p class="vanilla-image-block" style="padding-top:31.51%;"><img id="diM9tpwF2Lz85R8q85CT78" name="tr-g_news" alt="Google logo on a black background next to text reading 'Click to follow TechRadar'" src="https://cdn.mos.cms.futurecdn.net/diM9tpwF2Lz85R8q85CT78-1920-80.jpg" mos="" align="middle" fullscreen="" width="676" height="213" attribution="" endorsement="" class="inline"></p></div></div></figure> </article> ]]>
