← Latest papers
💬 NLP

RCWT: Measuring Task-Budget Displacement from Coordination Content in LLM Calls

The paper introduces the Roundtable Context Window Test (RCWT) to demonstrate that performance degradation in LLMs under fixed context budgets is primarily caused by the displacement of task-critical evidence by coordination content, rather than by coordination volume alone, as evidenced by intact-task ablations where models maintain accuracy even with high coordination ratios.

Original authors: Brenda Lelis, Rodrigo Cabral-Carvalho

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

Original authors: Brenda Lelis, Rodrigo Cabral-Carvalho

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 you and your friends are trying to solve a tricky puzzle, but you only have one giant whiteboard with a strict limit of 4,096 sticky notes to write on. This whiteboard is your "context window," the space where an AI brain can see everything at once.

Usually, you'd just write the puzzle instructions and the clues on the board. But in the world of AI agents, things get crowded. Before you even get to the puzzle, you have to write down who everyone is, what the rules of the game are, what tools you have, and a summary of what you talked about five minutes ago. Let's call all that extra chatter "Coordination Content."

The paper introduces a game called RCWT (Roundtable Context Window Test) to see what happens when you fill up the whiteboard with too much chatter and not enough puzzle clues.

The Big Discovery: The "Crowded Board" Cliff

The researchers set up a test where they kept the whiteboard size fixed at 4,096 notes. They started by writing a tiny bit of coordination chatter and a huge pile of puzzle clues. The AI solved the puzzle perfectly.

Then, they slowly added more and more chatter—more role instructions, more fake meeting notes, more tool logs—while keeping the total board size the same. This meant they had to erase some of the puzzle clues to make room for the new chatter.

Here is the surprising part: The AI didn't get confused immediately. It kept solving the puzzle perfectly even when the board was half full of chatter. But then, they hit a sharp cliff.

Once the chatter grew so big that it squeezed the puzzle clues down to just a few hundred notes (around 376 notes of clues left), the AI's performance crashed. It went from getting almost everything right to getting almost everything wrong.

The paper suggests this isn't because the AI got "confused" by the noise. It's because the puzzle clues were physically pushed off the board. The AI literally couldn't see the answer anymore because the "coordination" took up the space.

What the Paper Says is NOT the Problem

You might think, "Maybe the AI just gets tired of reading too much text, even if the clues are still there?" The paper actually argues against this idea.

To test this, the researchers ran a special "ablation" (a fancy word for a control experiment). This time, they kept the entire puzzle and all the clues safe and sound on the board. They just made the whiteboard bigger to fit in the extra chatter. They added a massive amount of coordination text—up to 95% of the total text on the board!

The result? The AI still solved the puzzle perfectly. Even with a mountain of extra text, as long as the clues weren't erased, the AI didn't stumble.

This means the "cliff" we saw earlier wasn't caused by the AI getting overwhelmed by too much reading. It was purely a case of running out of space. The paper rules out the idea that coordination text itself breaks the AI's brain; it only breaks it when it steals the space needed for the actual task.

How Sure Are They?

The authors are very careful with their words. They didn't prove a universal law of physics here; they measured a specific behavior in specific models.

  • The Cliff: They measured this on three specific AI models (GPT-4.1-mini, Claude Haiku 4.5, and Gemini 2.5 Flash) using a technical software specification task. They found that for these models, accuracy stays high until the remaining task space drops below a certain point (around 568 to 665 tokens for the main task).
  • The "Law": They tried to fit a mathematical curve to this drop, but they admit this is just a "descriptive calibration." It's a good way to summarize what they saw, but they don't claim it will work exactly the same way for every single task or every single future model.
  • The "No Cliff" Finding: In the experiment where they kept the clues safe, the AI got 100% of the answers right across 150 different test calls. This is strong evidence that, in this specific setup, extra text doesn't hurt performance if the clues are safe.

The Takeaway for Builders

If you are building an AI system that uses multiple agents talking to each other, this paper gives you a simple rule of thumb: Don't just look at the total size of your whiteboard.

You have to count how much space your actual task needs. If your task needs 700 notes to work, and you have a 4,096 note board, you can only spend 3,396 notes on coordination chatter. If you spend more than that, you aren't just adding noise; you are deleting the instructions the AI needs to do its job.

The paper doesn't say coordination is bad. It just says it has a price tag, and that price is paid in the space available for the real work. As long as you budget for that space, the AI can handle a lot of chatter. But once you cross the line and start cutting into the task itself, the whole system falls off a cliff.

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 →