← Latest papers
🤖 machine learning

Conformal Thinking: Risk Control for Reasoning on a Compute Budget

This paper proposes a distribution-free risk control framework for reasoning LLMs that optimally sets adaptive token budgets using novel upper and lower thresholds to minimize compute costs while strictly adhering to a user-specified error rate.

Original authors: Xi Wang, Anushri Suresh, Alvin Zhang, Rishi More, William Jurayj, Benjamin Van Durme, Mehrdad Farajtabar, Daniel Khashabi, Eric Nalisnick

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

Original authors: Xi Wang, Anushri Suresh, Alvin Zhang, Rishi More, William Jurayj, Benjamin Van Durme, Mehrdad Farajtabar, Daniel Khashabi, Eric Nalisnick

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 hiring a brilliant but expensive detective to solve a series of mysteries. Some mysteries are easy and can be cracked in five minutes; others are so complex that even after five hours of thinking, the detective is still stuck.

In the world of Artificial Intelligence, these "detectives" are Large Language Models (LLMs) solving reasoning problems. The "cost" of hiring them is measured in tokens (chunks of text they generate). The more they think, the more it costs.

The problem is that these AI detectives often overthink. They might solve an easy puzzle in 10 seconds but keep rambling for another 10 minutes just to be sure. Conversely, if a puzzle is impossible, they might keep spinning their wheels for the entire time limit, wasting money on a case they can never solve.

This paper, titled "Conformal Thinking," proposes a new way to tell the AI when to stop thinking. It's like giving the detective a strict manager with two specific rules to follow, ensuring you get the best answer for the least amount of money, while guaranteeing you don't get a wrong answer too often.

Here is how it works, broken down into simple concepts:

1. The Old Way: The "Confidence" Rule

Previously, researchers tried to stop the AI when it seemed "confident."

  • The Analogy: Imagine the detective says, "I'm 90% sure this is the answer!" The manager stops the clock.
  • The Flaw: This only works for easy or solvable cases. If the case is impossible, the detective might never reach 90% confidence. They just keep thinking until the manager runs out of time (or money), wasting resources on a hopeless cause. Also, setting that "90%" number is tricky; too high, and you waste time; too low, and you get wrong answers.

2. The New Way: The "Two-Threshold" Manager

The authors introduce a smarter manager who uses two stop signs, not just one. They call this Risk Control.

The Upper Threshold (The "I'm Sure" Stop)

This is the old rule. If the detective's confidence gets high enough (e.g., 95%), stop immediately and give the answer.

  • Goal: Save money on easy problems by stopping early.

The Lower Threshold (The "Give Up" Stop)

This is the new, clever part. Imagine the detective is working on a case, but their confidence isn't going up; it's actually going down or staying flat.

  • The Analogy: The manager says, "You've been working for an hour, and you aren't getting any closer to the solution. If you don't make progress soon, you're wasting the budget. Stop now."
  • Goal: Save money on impossible problems by cutting losses early.

3. The "Risk Budget" (The Safety Net)

The most important part of this paper is how they decide where to set these two stop signs.

Instead of guessing (e.g., "Let's stop at 85% confidence"), the user sets a Risk Budget.

  • The Analogy: You tell the manager, "I am willing to accept that 5% of the time, we might stop too early and get a wrong answer. But I want to save as much money as possible while keeping that error rate under 5%."
  • How it works: The system looks at a practice set of problems (a validation set) and mathematically calculates exactly where to place the "Confidence" stop and the "Give Up" stop so that the error rate stays under your 5% limit. It uses a statistical safety net (called "distribution-free risk control") to ensure that even if the test problems are slightly different from the practice ones, the error rate won't suddenly spike.

4. The Results: Smarter Spending

The paper tested this on hard math and science problems. Here is what they found:

  • Solving the "Hopeless" Cases: The "Lower Threshold" (the Give Up rule) saved a massive amount of money on problems the AI couldn't solve. It stopped the AI from spinning its wheels on impossible tasks.
  • Solving the "Easy" Cases: The "Upper Threshold" (the Confidence rule) saved money on easy tasks by stopping the AI before it overthought them.
  • The Combo: Using both rules together was the most efficient. It allowed the AI to spend just enough time to get the right answer, but no more.

Summary

Think of Conformal Thinking as a smart budget manager for AI thinking.

  1. You set the risk: "I can tolerate a 5% error rate."
  2. The system sets the rules: It automatically figures out exactly when to say "Great job, stop!" and when to say "This isn't working, stop!"
  3. The result: You get the same quality of answers, but you spend significantly less money (compute) because the AI stops wasting time on both easy and impossible problems.

The paper claims this method works across different types of AI models and difficult tasks (like math and science), ensuring that the AI is efficient without breaking your safety guarantees.

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 →