← Latest papers
🤖 AI

Tandem: Riding Together with Large and Small Language Models for Efficient Reasoning

The article introduces Tandem, a collaborative framework in which a large language model acts as a strategic coordinator to generate critical insights that guide a smaller, more efficient model in executing full reasoning, thereby reducing computational costs by approximately 40% while maintaining high performance in tasks such as mathematical reasoning and code generation.

Original authors: Zichuan Fu, Xian Wu, Guojing Li, Yejing Wang, Yijun Chen, Zihao Zhao, Yixuan Luo, Hanyu Yan, Yefeng Zheng, Xiangyu Zhao

Published 2026-04-28
📖 4 min read☕ Coffee break read

Original authors: Zichuan Fu, Xian Wu, Guojing Li, Yejing Wang, Yijun Chen, Zihao Zhao, Yixuan Luo, Hanyu Yan, Yefeng Zheng, Xiangyu Zhao

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

The Big Problem: The "Overthinker"

Imagine a brilliant, world-class professor (the Large Language Model or LLM) who can solve incredibly difficult math problems. This professor, however, has a habit: before giving you the answer, he writes a 5,000-word essay explaining every single thought, every dead end he considered, and every tiny calculation.

Although the answer is usually correct, this process is slow and expensive. It is like hiring a master architect to build a simple birdhouse, but this architect spends three days drawing blueprints, calculating wood grain properties, and writing a history of carpentry before driving in a single nail.

On the other hand, you have a fast, energetic apprentice (the Small Language Model or SLM). He is fast and cheap, but if you simply ask him the difficult question, he often guesses incorrectly or gets stuck.

The Solution: The "Tandem" Team

The authors propose a new way of working called Tandem. Instead of letting the professor do all the work alone or letting the apprentice guess blindly, they work together in a Mentor-Intern relationship.

Here is how the "Tandem" system works:

1. The Mentor provides a "Cheat Sheet" (not the whole book)

The large model (Mentor) does not write the whole essay. Instead, it quickly generates a compact "cheat sheet" with four key insights:

  • Goal: What are we actually trying to solve?
  • Planning: What is the overarching strategy?
  • Retrieval: What specific facts or formulas do we need?
  • Action: What are the first few logical steps?

Imagine this as the professor giving the apprentice a detailed map and a compass, rather than driving the car for him.

2. The Intern drives the car

The small model (Intern) takes this "cheat sheet" and uses it to do the heavy lifting. Since it has the map, it does not get lost. It drives the car (generates the reasoning steps) much faster and cheaper to the destination than the professor could have done alone.

3. The "Stop Sign" Mechanism (cost-aware assessment)

This is the cleverest part of the system. The system does not blindly follow a rule like "Let the professor always speak for 5 minutes."

Instead, the small model has an integrated confidence meter. While reading the Mentor's hints, it checks its own internal feelings:

  • "Do I understand this well enough to finish the work?"
  • "Am I confused or do I feel secure?"

If the small model feels secure (low "entropy" or uncertainty), it raises a stop sign. The Mentor stops speaking immediately, and the small model finishes the answer. If the small model is still confused, the Mentor adds just a little more guidance.

The Results: Faster, Cheaper, and Smarter

The paper tested this on difficult math problems and code generation tasks. Here is what they found:

  • The Sweet Spot: The team consisting of a "big brain" (32B model) and a "small brain" (7B model) working together solved problems better than the big brain alone.
  • The Savings: They achieved this higher accuracy with 40% less computing power (and money) at the same time.
  • The Magical Transfer: The "confidence meter" (the classifier that decides when to stop) was trained on math problems. Surprisingly, it worked just as well on coding problems without needing to be retrained. It is like a driver who learned to stop at red lights in New York and can immediately stop at red lights in Tokyo without needing a new lesson.

Why This Matters

The paper argues that we do not need to force our largest and most expensive AI models to perform every single reasoning step. By letting them act as strategic leaders while smaller, cheaper models handle the execution, we can get the best of both worlds: the deep thinking of a huge model with the speed and efficiency of a small one.

In short: Do not ask the CEO if he should file the papers. Ask the CEO to write the memo, and let the efficient assistant file the papers. The "Tandem" system automates this perfect division of labor.

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 →