← Latest papers
💬 NLP

Adaptive Latent Agentic Reasoning

The paper proposes Adaptive Latent Agentic Reasoning (ALAR), a dual-mode framework that optimizes LLM agents by utilizing compact latent reasoning for routine steps and reserving explicit chain-of-thought for complex decisions, thereby significantly reducing token generation while maintaining or improving task accuracy.

Original authors: Dongwon Jung, Peng Shi, Yi Zhang, Junshan Zhang, Muhao Chen

Published 2026-06-03
📖 4 min read☕ Coffee break read

Original authors: Dongwon Jung, Peng Shi, Yi Zhang, Junshan Zhang, Muhao Chen

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 very smart, but overly chatty, personal assistant to help you solve problems.

The Problem: The "Over-Thinker" Assistant
Currently, the most advanced AI assistants (called Large Reasoning Models) are like assistants who feel they must write a long, detailed diary entry before every single thing they do.

  • Scenario: You ask them, "What's the weather?"
  • Current AI: "Okay, I need to think. First, I should consider that you are asking about weather. I should recall that weather changes. I should remember that I need to check a tool. I will now formulate a plan to check the weather tool..." (Writes 500 words of internal monologue).
  • The Issue: This is incredibly slow and wastes a lot of digital space (tokens). For simple tasks, this long "thinking out loud" is unnecessary. But for hard tasks, the AI needs that deep thinking. The current problem is that these AIs use the same heavy, verbose thinking for everything, whether it's a simple question or a complex puzzle.

The Solution: ALAR (Adaptive Latent Agentic Reasoning)
The paper introduces a new system called ALAR. Think of ALAR as teaching that assistant a new superpower: Silent Thinking.

ALAR gives the assistant two modes:

  1. The "Whisper" Mode (Latent Reasoning): For routine tasks (like checking the weather or opening a door), the assistant thinks silently inside its own head. It doesn't write anything down. It just processes the information and acts. This is fast and uses very little space.
  2. The "Speech" Mode (Explicit Reasoning): When the task is truly hard (like solving a complex math problem or planning a multi-step trip), the assistant switches to "Speech" mode. It writes out its full, detailed diary entry to make sure it gets the logic right.

How It Learns: The "Action" Trick
Teaching an AI to think silently is tricky because you can't grade its "silent thoughts" (since they are invisible).

  • The Paper's Method (Action-Anchored Self-Distillation): Imagine a master chef (the Teacher) who writes down every step of a recipe. The student (the AI) is asked to cook the dish but without writing the steps down.
  • Instead of checking the student's notes, the researchers only check if the final dish tastes right. If the student cooks the same delicious meal as the teacher, the system assumes the student's silent thinking was correct.
  • By focusing only on the actions (the final result), the AI learns to do the right thing without needing to write out the "why."

The "Smart Switch" (Adaptive Mode Selection)
The system also learns when to switch modes.

  • The Training: The AI is rewarded for using "Silent Mode" when it gets the answer right quickly. But if it tries to use "Silent Mode" on a hard problem and fails, it gets penalized.
  • The Result: The AI learns to be a chameleon. It uses silent thinking for 80-90% of easy steps (saving massive amounts of time and space) but automatically switches to loud, detailed thinking when it hits a wall.

The Results: Faster and Smarter
The researchers tested this on two main tasks: Search (finding answers on the internet) and Tool Use (using software tools to do things).

  • Search: The AI used 43.6% fewer words (tokens) while getting the same or better answers.
  • Tool Use: The AI used a staggering 84.6% fewer words while actually getting more answers correct.

In Simple Terms
The paper argues that we don't need our AI assistants to "talk to themselves" out loud for every single step. By teaching them to think silently for easy jobs and only speak up for hard ones, we can make them much faster and more efficient without losing their intelligence. It's like telling your assistant: "Don't write a novel for every small task; just do it. But if it's a big problem, take your time and write it down."

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 →