
Share
A small team of Russian mathematicians says it has found a way for neural networks to exchange information without translating through human language first, and the implications for training and efficiency are significant if it holds up.
The core claim, reported by WIRED's Will Knight after meeting with the team, is that AI models can pass information to each other in something like their native internal representation rather than converting everything to text first. That's a bigger deal than it sounds. Right now, when one model needs to hand off work to another, or when a system stitches together multiple models in a pipeline, everything gets serialized into natural language. That's slow, lossy, and honestly kind of absurd when you think about it: you're taking rich, high-dimensional internal states and flattening them into words just so another network can re-embed those words back into its own high-dimensional space.
If you've worked with multi-agent LLM systems or retrieval pipelines, you already know this pain. Every hop between models is a round-trip through tokenization and detokenization, and each conversion step introduces overhead and potential information loss. A method that lets models exchange something closer to raw latent representations, sometimes described as a kind of "machine telepathy," could cut that overhead dramatically.
The startup behind this is Mostik, and the underlying work comes out of a lineage of Russian mathematical research applied directly to neural network internals rather than surface-level prompting tricks. That's notable on its own. A lot of AI "breakthroughs" these days are architecture tweaks or scaling tricks. This one is being framed as a more fundamental mathematical result about how information can move between models.
The WIRED piece is frustratingly light on the technical weeds, since the deep details sit behind Wired's paywall, but the framing gives practitioners a few threads worth pulling on:
For engineers who've dealt with ensembling, model distillation, or mixture-of-experts routing, this rhymes with problems we already know are hard. Getting two independently trained models to "understand" each other's internal states without a shared training objective is nontrivial. Most current solutions either fine-tune a shared adapter layer, use a common tokenizer and vocabulary, or fall back on natural language as the universal interface precisely because it's the one thing every model was trained to produce and consume.

If Mostik's mathematicians have found a more general solution, one that works across architectures without requiring joint training, that would be a genuinely useful primitive. It could make mixture-of-experts systems more efficient by letting expert submodules exchange richer signals than routing tokens. It could also make multi-agent orchestration frameworks, the kind everyone's been bolting together with LangChain-style glue code, meaningfully faster and less brittle.
There's a legitimate skepticism angle here too. Extraordinary claims about fundamental breakthroughs in how neural networks communicate deserve scrutiny, especially when the technical details aren't fully public yet. WIRED's own comment section flagged this: readers speculated about applications ranging from combining small models into stronger ones, to darker implications around autonomous systems and drone warfare, to hope that this kind of mathematical rigor might make AI internals more interpretable for non-specialists. That range of reactions tells you people sense this touches something structural about how models work, even without full technical specifics in hand.
Worth noting: this isn't the first time researchers have proposed alternatives to natural-language handoffs between models. There's been ongoing academic interest in techniques like soft prompting, shared latent spaces, and cross-model distillation that all chip away at the same problem from different angles. What would set Mostik's approach apart, if the claims check out, is the mathematical generality and the specific framing as direct model-to-model transfer rather than a training-time trick.
The practical upside for engineers, if this generalizes, is real: faster multi-model pipelines, cheaper ensembling, and possibly a path to building capable systems out of many smaller specialized models instead of one monolithic giant. That would be a meaningful shift in how teams think about tradeoffs between training one large model versus orchestrating several small ones.
The caveats are equally real. The public reporting so far is thin on benchmarks, architecture specifics, and reproducibility, which are exactly the things practitioners need before betting infrastructure on a new communication primitive. Until there's a paper, code, or at least a technical writeup with numbers, this sits in the "interesting claim worth watching" category rather than something you'd build a production system around. Keep an eye on whether Mostik publishes anything more concrete. If the math is as generalizable as it's being described, it's the kind of thing that could quietly reshape how multi-model systems get built over the next couple of years.
Tags
Original Sources
These Russian Mathematicians Taught AI Models How to Talk to Each Other Without Using Words
↗ https://www.wired.com/story/russian-startup-mostik-ai-models-communication
About the author
Kai built ML infrastructure at a Bay Area startup before developing an obsession with transformer architectures and inference optimisation that eventually pulled him out of product work entirely. A stint at a compute research lab sharpened his instinct for what actually matters in a model release versus what is marketing. He writes from the inside — from the perspective of someone who has debugged the systems he is describing at three in the morning. He is allergic to hype and instinctively drawn to the unglamorous plumbing questions that everyone else skips over.
More from The Engineer →This Week's Edition
7 September 2026
23 articles
Related Articles

Tether Gets a 13B-Parameter BitNet Model Fine-Tuning on an iPhone
Models & Research · 5 min

Meta ships Muse Spark 1.3, promises open weights for the flagship model "soon"
Models & Research · 5 min

Everpure's FlashBlade//EXA Tops MLPerf Storage v3.0 for Checkpointing and KV Cache
Models & Research · 5 min
Related Articles

Tether Gets a 13B-Parameter BitNet Model Fine-Tuning on an iPhone
Models & Research · 5 min

Meta ships Muse Spark 1.3, promises open weights for the flagship model "soon"
Models & Research · 5 min

Everpure's FlashBlade//EXA Tops MLPerf Storage v3.0 for Checkpointing and KV Cache
Models & Research · 5 min
More Stories
© 2026 Cedar & Bloom. All rights reserved.