← Latest papers
🤖 machine learning

Architecture-Dependent Causal Transfer of Activation States Across Large Language Models

This paper demonstrates that while internal activation states can be projected between different large language model architectures with measurable representational alignment, successful end-to-end causal transfer of these states during generation is strictly architecture-dependent, working reliably only for specific decoder-only pairs rather than serving as a universal mechanism.

Original authors: Fernando Cardenas Piepereit

Published 2026-08-18
📖 5 min read🧠 Deep dive

Original authors: Fernando Cardenas Piepereit

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine two people trying to talk to each other, but they are forced to speak through a translator who speaks a third language. The first person whispers a thought, the translator writes it down, the second person reads it, and then the translator writes a reply. This process takes time, costs money, and risks losing the original meaning in the translation. Today, artificial intelligence systems communicate in exactly this way. When one computer program needs to send information to another, it converts its internal thoughts into human-readable text, sends that text, and the receiving program reads it and converts it back into its own internal thoughts. This middle layer of text is the only way they currently know how to talk. But what if they could skip the text entirely? What if one machine could simply hand its internal state directly to another, like passing a note without ever writing it down? This is the question researchers set out to answer: can different types of artificial intelligence, built by different companies and trained on different data, understand each other's internal signals without needing to translate them into words first?

To understand the experiment, it helps to know that these programs, known as large language models, do not think in words the way humans do. Instead, they process information as vast, shifting patterns of numbers called activation states. You can think of these patterns as the specific electrical firing of a brain at a single moment. When a model reads a question, a unique pattern of activity lights up inside it. The researcher wanted to know if the pattern for a specific idea in one model looked similar enough to the pattern for the same idea in a different model that a bridge could be built between them. If the patterns were similar enough, a computer could learn to translate the first model's internal signal directly into the second model's internal signal, bypassing the need for text entirely.

A researcher set out to test this idea using four different artificial intelligence models. These models were chosen carefully to represent different families of technology and different training histories. Three of them were built to generate text one word at a time, while the fourth was built to understand text from both directions at once. The researcher first checked if the internal patterns of these models were even similar enough to be compared. They looked at how the models reacted to pairs of related concepts, such as words that are synonyms or words that are often found together in books. They found that for the three models built in the same way, the internal patterns were indeed similar. However, the model built differently showed no such similarity. This suggested that the way a model is built matters more than who built it or what data it was trained on.

Next, the researcher tried to build a bridge. They trained a small, simple computer program to act as a translator, learning how to convert the internal signal from one model into the internal signal of another. They tested this bridge by showing it a question, converting the first model's reaction to that question, and seeing if the second model could recognize it as the correct answer among a list of twenty possibilities. For the three models that were built similarly, this bridge worked surprisingly well. The second model correctly identified the source of the signal about half the time, which is far better than random guessing. But for the model built differently, the bridge failed completely; the second model could not recognize the signal at all. This confirmed that while a translation layer is possible, it only works between models that share a specific architectural family.

The final and most difficult test was to see if this translation could actually change the behavior of the receiving model in real time. The researcher took the translated signal from the first model and injected it directly into the second model while it was in the middle of writing a new answer. They wanted to see if this injection would steer the second model's output toward the topic of the original question. The results were mixed and revealed a crucial limitation. When they tried this between two specific models, the injection worked. The second model's output shifted noticeably toward the topic of the first model's question, proving that the signal had been received and had a causal effect. However, when they tried the same trick with a third model, it failed completely. Even though the internal patterns looked similar on paper, injecting the signal did not change the output at all.

The researcher concluded that while it is possible to transfer the physical carrier of a thought—the specific pattern of electrical activity—from one machine to another, this does not mean the machines are sharing a deep understanding or a common meaning. In the successful cases, the second model did not necessarily give the correct answer to the original question. Instead, it produced text that was thematically related, like talking about triangles when the original question was about squares. The signal was transferred, but the meaning was not perfectly preserved. The study shows that direct communication between artificial intelligences is technically possible, but it is not a universal language. It depends entirely on the specific design of the machines involved. If the designs do not match, the signal cannot be understood, and the transfer fails. This means that in the future, if we want different AI systems to talk directly to each other, we cannot assume they will just work; we must ensure they are built in compatible ways, or we will need to build a specific translator for every single pair of systems we want to connect.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →