← Latest papers
💬 NLP

Select-then-Solve: Paradigm Routing as Inference-Time Optimization for LLM Agents

This paper demonstrates that no single reasoning paradigm dominates across all tasks for LLM agents and proposes a "Select-then-Solve" approach, where a lightweight learned router dynamically selects the optimal paradigm per task to significantly outperform fixed strategies and recover a substantial portion of the performance gap to an oracle selector.

Original authors: Heng Zhou, Zelin Tan, Zhemeng Zhang, Yutao Fan, Yibing Lin, Li Kang, Xiufeng Song, Rui Li, Songtao Huang, Ao Yu, Yuchen Fan, Yanxu Chen, Kaixin Xu, Xiaohong Liu, Yiran Qin, Philip Torr, Chen Zhang, Zh
Published 2026-04-09
📖 5 min read🧠 Deep dive

Original authors: Heng Zhou, Zelin Tan, Zhemeng Zhang, Yutao Fan, Yibing Lin, Li Kang, Xiufeng Song, Rui Li, Songtao Huang, Ao Yu, Yuchen Fan, Yanxu Chen, Kaixin Xu, Xiaohong Liu, Yiran Qin, Philip Torr, Chen Zhang, Zhenfei Yin

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 have a brilliant but sometimes stubborn assistant (the AI) and a massive pile of different jobs to do. Some jobs are like writing a poem, others are like debugging a computer program, and some require you to go out and ask neighbors for information.

For a long time, researchers tried to solve a big question: Is it better to tell the assistant to "just do it," or should we give them a strict step-by-step recipe to follow?

This paper, titled "Select-then-Solve," is like a massive experiment where the researchers tried every possible recipe on every possible job to see what works best. Here is the breakdown in simple terms.

1. The Experiment: Trying Every Cooking Method

The researchers took four of the smartest AI models available and gave them 10 different types of challenges (like coding, math, trivia, and web searches). They tested six different "thinking styles" (paradigms):

  • Direct: "Just give me the answer." (Like ordering takeout).
  • Chain-of-Thought (CoT): "Think step-by-step before answering." (Like writing a grocery list before cooking).
  • ReAct: "Think, then act, then think again." (Like a detective who thinks of a clue, goes to the library to check it, then thinks again).
  • Plan-Execute: "Make a plan first, then do it." (Like an architect drawing blueprints before building a house).
  • Reflection: "Answer, check your work, and fix mistakes." (Like a teacher grading their own test).
  • ReCode: "Solve it by writing and running computer code." (Like using a calculator instead of doing math in your head).

2. The Big Surprise: One Size Does Not Fit All

The most important discovery was that no single thinking style is the best for everything. In fact, using the "right" style for the wrong job can actually make the AI dumber.

  • The "Over-Thinker" Problem: On a simple coding task, forcing the AI to "think step-by-step" (CoT) actually made it worse. It's like asking a professional chef to write a 10-page essay about how to chop an onion before they actually chop it. The extra chatter confused them, and the code broke.
  • The "Need a Map" Problem: On a task requiring web searches (like "Who played Ray in the Polish version of a TV show?"), the "Just do it" approach failed miserably. The AI hallucinated (made things up). But when they used the "Detective" style (ReAct), the AI went out, found the real answer, and succeeded.

The Analogy: Imagine you have a Swiss Army Knife. It has a blade, a screwdriver, and a corkscrew.

  • If you try to open a wine bottle with the blade, you'll fail.
  • If you try to tighten a screw with the corkscrew, you'll break the screw.
  • The paper found that AI models are the same. You need the right tool for the specific job.

3. The "Oracle" Gap: The Dream Scenario

The researchers calculated a "Dream Scenario" (called the Oracle). This is a magical supervisor who looks at a task, instantly knows exactly which thinking style is perfect for it, and assigns that style.

  • Result: This magical supervisor was 17% more accurate than the best single thinking style used for all tasks.
  • The Problem: We don't have a magical supervisor. We need a way to figure out the right tool before we start the job.

4. The Solution: The "Smart Dispatcher" (Select-then-Solve)

Instead of forcing the AI to use one style, the authors built a Lightweight Router. Think of this router as a traffic cop or a smart dispatcher at a busy airport.

  • How it works: Before the AI starts working on a task, the Router looks at the question.
    • Is it a coding question? -> "Send to the Code Specialist."
    • Is it a simple fact? -> "Send to the Direct Answerer (don't waste time)."
    • Is it a complex web search? -> "Send to the Detective."
  • The Result: This simple switch improved the average accuracy of the AI significantly. It recovered about 37% of the gap between the "real AI" and the "magical supervisor."

5. Why the AI Can't Do This Itself

The researchers tried something else: they asked the AI to choose its own thinking style (Self-Routing).

  • The Strongest AI (GPT-5): It was okay at this. It knew when to be direct and when to think hard.
  • The Weaker AIs: They failed completely. They tended to pick the "Detective" style for everything, even simple questions. It's like a nervous student who, when asked a simple math question, decides to write a thesis, research the history of numbers, and interview a professor, only to get the answer wrong because they overcomplicated it.

The Takeaway

The paper concludes that the future of smart AI agents isn't about building a single "super-brain" that does everything perfectly. Instead, it's about building a smart manager that knows:

  1. When to let the AI fly free (Direct).
  2. When to give it a checklist (CoT).
  3. When to send it to the library (ReAct).

In short: The smartest agent isn't the one with the most complex thinking process; it's the one that knows when to stop thinking and just do the work.

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 →