Your models are all trapped in a group chat, and Mostik would like to confiscate the phones. WIRED's Will Knight reports that the startup, whose name means bridge in Russian, is working on a way for AI models to interact through mathematical values in their weights rather than through words. This is either machine telepathy or just linear algebra wearing a tiny velvet cape. Annoyingly for hype skeptics, the technical premise is not ridiculous. The counterintuitive bit is simple: language may be a convenient interface for humans, but it is a cramped hallway for models. Prompt based orchestration asks one model to squeeze a high dimensional internal mess into text, then asks another model to inflate that text back into something useful. That can work, in the same way you can move a sofa through a bathroom window if everyone is committed and nobody asks about the paint. ## WIRED's Bridge Is About Weights, Not Chatter According to WIRED, Mostik's approach lets different models interact using the mathematical values found in their weights, the values that shape how a prompt becomes an output. WIRED also reports that Mostik used the approach to build a model that reached the top of ARC-AGI 3, while declining to share more detail because it wants to win the contest. For a demonstration, WIRED says the company built a bridge involving the largest version of GLM-5.2, which has 753 billion parameters. That matters because the usual multi-model stack treats text as the lingua franca, which is friendly to dashboards and hostile to nuance. Mostik's pitch is closer to giving models a private adapter layer where the handoff happens in model-native math. If prompts are postcards, weights are the plumbing, less charming, more likely to decide whether the house floods. ## RAND's Reminder: Weights Are The Valuable Stuff RAND's report on securing AI model weights defines weights as learnable parameters that encode the core intelligence of an AI model. That framing is useful here because Mostik is not merely proposing a new message format. It is pointing at the part of a model that labs already treat as strategically important enough to protect from theft and misuse. This is also why builders should separate the clever idea from the operational headache. If collaboration happens through weights or weight-adjacent representations, then interoperability, access control, provenance, and leakage risks become first-class design problems. I will leave the darker threat modeling to Sam, because I enjoy sleeping, but the engineering takeaway is clear: a better bridge still needs guardrails, logs, and someone responsible for the bolts. ## MoCo Shows Why Collaboration Is Still Messy The MOCO paper, titled A One-Stop Shop for Model Collaboration Research, studies model collaboration and includes leave-one-out analysis on the sensitivity of multiagent debate to minor changes in model composition. Translation: swapping one participant in a model council can change the outcome, because apparently even neural networks bring weird group project energy. That is a useful backdrop for Mostik, since collaboration quality is not just about connecting models, it is about how their capabilities combine under stress. A separate MoCo analysis from arXivIQ draws the cleanest contrast for builders: text-level methods generally incur cost during use, while weight-level methods front-load cost into a search phase for merge coefficients and can have zero-overhead collaboration at inference time. That does not prove Mostik's system works broadly, but it explains why the idea is attractive. If you can pay the coordination tax before serving requests, your inference path gets less crowded, which is the closest distributed systems gets to a spa day. ## What Builders Should Watch Next WIRED's report leaves the public with a fascinating claim and a deliberately incomplete implementation story, especially around the ARC-AGI 3 system Mostik did not disclose. The right response is not applause or dismissal, it is measurement. Builders should look for reproducible demos, comparisons against prompt orchestration, evidence across model families, and clarity on what access to weights is required. If Mostik is right, the next interesting model collaboration layer may not look like agents politely exchanging paragraphs. It may look more like adapters, merges, latent channels, and inference pipelines that treat language as just one output format rather than the whole postal service. The weird part is not that models might stop talking like us, it is that we made them use language as office email in the first place. ## Sources - These Russian Mathematicians Taught AI Models How to Talk to Each Other Without Using Words | WIRED
- Securing AI Model Weights: Preventing Theft and Misuse of Frontier Models | RAND
- MOCO: A One-Stop Shop for Model Collaboration Research
- MoCo: A One-Stop Shop for Model Collaboration Research
Sources
- Mostik's Wild New Way to Link AI Models | The Tech Buzz
- Securing AI Model Weights: Preventing Theft and Misuse of Frontier Models | RAND
- MOCO: A One-Stop Shop for Model Collaboration Research
- MoCo: A One-Stop Shop for Model Collaboration Research
- The AI Bridge Letting Giant and Tiny Models Work Together - Artiverse
- Artificial Intelligence
- mostik.ai — latent communication between AI models
- These Russian Mathematicians Taught AI Models How to Talk to Each Other Without Using Words | WIRED
- Computation and Language Dec 2024
- Yangyi-Chen/Multimodal-AND-Large-Language-Models