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

Sep 25, 2026 - 05:30
0 0
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 technique that lets separate AI models exchange information without producing any text.

The method, called Cache-to-Cache (C2C), has already been accepted at ICLR 2026 and ships with open-source code available to developers.

It targets a specific inefficiency present whenever multiple language models work together inside a shared pipeline.

Skipping words entirely

When two AI models cooperate today, one has to turn its thinking into written sentences before the other can read them.

That writing step takes real computing time and throws away small details buried inside the first model's raw thinking process.

Every AI model keeps a working memory of everything it has processed so far, known technically as a cache.

C2C skips typed language entirely by letting one model pass that working memory straight into a second model's memory bank.

Sign up to the TechRadar Pro newsletter to get all the top news, opinion, features and guidance your business needs to succeed!

A small assistance program called a Fuser handles this handoff, reshaping and rotating the information so the second model can actually use it.

Different AI models store their memories using completely different internal layouts, sizes, and structures from one another.

Simply dumping one model's raw memory into another would likely confuse it or cause its answers to fall apart.

To prevent that, C2C includes a smart filter that decides which pieces of incoming memory are worth absorbing immediately.

Some internal layers accept the new information right away, while other layers keep reasoning independently without any outside interference.

According to the researchers, this setup makes AI models run between 100% and 150% faster during shared collaborative tasks.

That upper figure works out to roughly two and a half times quicker than the usual back-and-forth typing process.

The team also reports accuracy gains as high as 14.2% when models work together instead of operating entirely alone.

Compared against older setups where models still communicate through typed text, accuracy reportedly improved by 3.1% to 5.4%.

Why does this method have limits

This approach currently works only with open-weight models, since it requires direct access to a model's internal cache and layer structure.

Most popular AI tools, the kind ordinary people chat with online, hide those internal details completely from outside users.

That means everyday apps like certain chatbots cannot use this shortcut unless their own creators build it in privately.

Nobody outside these companies currently knows for certain whether anyone has started using a similar method internally.

The research team argues that typed language has always slowed machines down since it forces them to think like humans do.

That argument deserves some caution, since the same team that built the system also ran every test proving it works well.

Whether this speeds things up as much as claimed will depend on other external testing of the system.


Google logo on a black background next to text reading 'Click to follow TechRadar'

Follow TechRadar on Google News and add us as a preferred source to get our expert news, reviews, and opinion in your feeds.

What's Your Reaction?

Like Like 0
Dislike Dislike 0
Love Love 0
Funny Funny 0
Wow Wow 0
Sad Sad 0
Angry Angry 0

Comments (0)

User