← Latest papers
🤖 AI

Faithful, Not Corrective: Message-Format Effects in Multi-Hop Agent Relays Are Tier-Dependent

This paper demonstrates that the impact of message formats on multi-hop LLM agent relays is tier-dependent, revealing that while strong agents maintain near-lossless fidelity across formats, weak agents suffer significant format-driven performance divergence where rigid structures incur encoding costs but fixed-key JSON offers superior drift resistance, ultimately establishing that structure provides error-localizing fidelity rather than error correction.

Original authors: Zayx Shawn

Published 2026-07-14
📖 5 min read🧠 Deep dive

Original authors: Zayx Shawn

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 a game of "Telephone," but instead of kids whispering secrets, you have a chain of AI robots passing a list of twelve important facts down the line. The big question researchers asked was: Does the way the robots write down the message matter? Should they write in messy, free-flowing sentences, or should they force the facts into a strict, rigid box like a JSON spreadsheet or a list of key-value pairs?

For a long time, experts argued about this. Some said, "Structure is great! It saves money and keeps things accurate." Others said, "No way! Forcing robots into boxes makes them stupid and ruins their reasoning."

This paper decided to settle the score by building a giant, controlled relay race. They created 12 fake facts (like "The budget is $500" or "The deadline is Tuesday") and sent them through a chain of six handoffs. They tested this with two types of robots: a Super-Brain (a powerful, expensive AI) and a Tiny-Brain (a small, cheap 1.5B model). They tried five different writing styles, from free-form text to rigid code.

Here is what they found, and it changes how we should think about AI teamwork.

1. The "Telephone" Game Doesn't Always Break

If you use the Super-Brain, the game is surprisingly boring. After six handoffs, the message is almost perfect. The famous "Telephone" effect—where the message gets garbled and turns into nonsense—simply does not happen with a strong robot. Whether the robot writes in a fancy JSON box or a free-flowing paragraph, the facts stay intact. The only tiny bit of information lost happens right at the very first step, when the robot first tries to write the message down. After that, the message just travels along without changing.

2. The "Busy Robot" Myth

You might think, "What if the robot is doing other work while passing the message? Like, what if it has to solve a math problem first?" The researchers tested this by making the Super-Brain do extra thinking work at every step.
The result? The robot got tired and the messages got longer (costing 24% to 53% more "tokens," which is like paying more for the message), but the accuracy didn't drop. Being busy didn't make the Super-Brain mess up the facts. The format of the message didn't matter much here either; the robot was just too good to fail.

3. The Real Drama: The Tiny-Brain Relay

Things get interesting when you switch to the Tiny-Brain. This is where the "Telephone" game actually breaks, but in a weird way.

  • The Encoding Toll: When the Tiny-Brain tries to write the message in a rigid format (like JSON or Key-Value), it struggles right at the start. It's hard for a small brain to force facts into a strict box, so it loses about 20% of the facts immediately.
  • The Drift Defense: BUT, once the Tiny-Brain does get the message into that rigid JSON box, something magical happens. The strict box acts like a safety harness. Even as the message passes through five more hands, the facts inside the JSON box barely drift. They stay stuck in their places.
  • The Free-Form Disaster: In contrast, if the Tiny-Brain writes in free-flowing text, it starts strong but then slowly forgets things. By the sixth handoff, the free-text message is a disaster, with facts drifting all over the place.

The Twist: The rigid formats (JSON) start off looking worse because the small robot struggles to write them, but they end up winning because they stop the message from rotting over time. The free text starts strong but falls apart. The paper found that the difference in accuracy between the best and worst formats grew 8.7 times larger when using the weak robot compared to the strong one.

4. Structure is a "Faithful Messenger," Not a "Magic Fixer"

This is the most important rule the paper discovered. Many people hope that if you put a mistake in a rigid format, the format will magically fix it. The paper explicitly rules this out.
They tested this by secretly swapping one correct name for a fake one in the middle of the chain.

  • The Result: Once the fake name appeared, every single format (JSON, free text, triples) carried that fake name all the way to the end. The rigid box did not correct the error. It just carried the error faithfully.
  • No Chain Reaction: Also, the fake name didn't cause other facts to break. The error stayed isolated.

So, structure is like a faithful courier. If you give the courier a correct package, it delivers it perfectly. If you give the courier a broken package, it delivers the broken package perfectly. It does not act like a repair shop that fixes the package while it's moving.

The Bottom Line for Your AI Team

If you are building a system where AI agents pass messages to each other:

  1. Don't worry about the format if your AI is super smart. It will get the job done either way.
  2. If you are using a smaller, cheaper AI, you MUST use a rigid format (like JSON) for long chains. Even though it's harder for the small AI to start, the rigid box will stop the message from rotting as it travels.
  3. Never expect the format to fix mistakes. If a robot makes an error, the format won't save you. You need to check the work yourself.

In short: Structure doesn't make the robot smarter, and it doesn't fix its mistakes. But if you have a small robot doing a long relay race, the rigid box is the only thing keeping the message from falling apart.

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 →