← Latest papers
🤖 AI

Agentic System as Compressor: Quantifying System Intelligence in Bits

This paper proposes a framework that quantifies agentic system intelligence as the reduction in bits required to reconstruct a target object, demonstrating through five controlled experiments that agentic components like tool use and search effectively compress information and lower residual uncertainty.

Original authors: Zihan Qin, Hongrui Zhang

Published 2026-06-25
📖 6 min read🧠 Deep dive

Original authors: Zihan Qin, Hongrui Zhang

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 are trying to send a very complex message to a friend, but you have a strict limit on how many "bits" (tiny units of information) you can send. Usually, if you want to send a long story or a complex instruction, you have to write it all out word-for-word. That takes a lot of space.

This paper proposes a new way to measure how "smart" a system is. Instead of asking, "Did the system get the answer right?" (which is like a simple pass/fail test), it asks: "How much information did the system have to send to get the job done?"

The authors call this "Agentic Compression." Here is the core idea broken down with simple analogies:

1. The Core Concept: Intelligence as a Shortcut

Think of intelligence not as "knowing everything," but as knowing the best shortcuts.

  • The Old Way (Just the Model): Imagine you are trying to describe a specific chess move to a friend over a walkie-talkie. If you just say, "The knight goes to square B," you have to describe the whole board state every time. That's a lot of words (bits).
  • The Agentic Way (The System): Now, imagine you and your friend both have a rulebook (the environment) and a set of tools. You don't need to describe the whole board. You just say, "Knight to B." Because your friend has the same rulebook, they instantly know exactly which move that is because the rules of chess already eliminate all the illegal moves. You saved a huge amount of space.

The paper argues that the smarter the system, the fewer bits it needs to send. If a system uses tools, searches the web, or checks its own work, it can compress the message down to a tiny hint. If it has to send the whole message from scratch, it's "dumber" in this specific metric.

2. How They Measured It (The Three Tools)

To test this, the researchers built a "compression machine" that tries to shrink messages in three different ways:

  • The "Exact Copy" Method (Arithmetic Coding): This is like a super-precise typewriter. If the system has to send a specific string of text, it calculates the probability of every letter and sends the most efficient code possible. This is the baseline.
  • The "Magic Seed" Method (Seed Coding): This is like a game of "Guess the Number." Imagine the system has a list of 1,000 possible answers. Instead of writing down the answer, the sender just says, "It's the 42nd one on the list." The receiver has the same list and the same rules, so they just pick the 42nd one. This is incredibly efficient if the right answer is likely to be on the list.
  • The "Safety Net" (Fallback): If the "Magic Seed" method fails (the right answer wasn't in the top 1,000), the system switches back to the "Exact Copy" method to ensure the message gets through.

3. What They Tested (The Five Experiments)

They tested this idea on five different scenarios to see if adding "agentic" tools actually saved bits:

  1. Reversed Text: They took a story and reversed it.
    • Without tools: The system had to send the reversed letters one by one.
    • With tools: The system and receiver agreed on a rule: "We will both reverse the text." The sender just sent the normal text. Result: Massive savings in bits.
  2. Chess Moves:
    • Without tools: Sending a move like "Knight to B" requires describing the whole board context.
    • With tools: The system uses a chess engine (the environment) that knows the legal moves. It only sends the move, and the engine filters out the impossible ones. Result: Significant savings.
  3. Protein Sequences (Science):
    • They tried to generate protein structures.
    • With tools: They used a "template" (a known similar protein) to guide the guess.
    • Result: The system didn't have to guess the whole structure from scratch; it just filled in the blanks. This saved a massive amount of data.
  4. Retrieval (RAG):
    • They asked questions where the answer was hidden in a document.
    • With tools: If the system retrieved the right document, it only had to send a tiny hint to get the answer. If it retrieved the wrong document, it had to send much more info.
    • Result: Good information (relevant docs) drastically reduced the bits needed.
  5. Story Compression:
    • They tried to summarize a story.
    • Result: They found that if you let the system "think" longer (use more computer power/search), it could find a shorter summary. This proved a trade-off: More computing power = Shorter message.

4. The Big Takeaways

The paper makes three main points using this "bit-counting" method:

  • Tools make systems smarter: Adding tools (like a chess engine or a search bar) doesn't just help the system get the right answer; it fundamentally changes how the system communicates, allowing it to send much shorter messages.
  • Strictness costs bits: If you demand a perfect, word-for-word reconstruction, you need more bits. If you only care about the "gist" or the "meaning" (semantic compression), you can send fewer bits. The "smartness" of the system depends on how strict the rules are.
  • Power vs. Efficiency: There is a balance between how much computer power you use and how short your message is. If you let the system search harder, it can find a shorter, more efficient way to describe the answer.

Summary

In everyday terms, this paper suggests that true intelligence in AI systems isn't just about the model's brain; it's about the whole team.

If you have a smart worker (the AI model) but no tools, they have to do everything from scratch, which is inefficient. But if you give them a library, a calculator, and a rulebook (the agentic system), they can do the same job with a tiny note. The authors say: "The fewer words you need to write to get the job done, the smarter your system is." They created a way to count those words (bits) to measure exactly how much value each tool adds to the team.

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 →