Summary
This theme centers on evaluating and structuring LLM reasoning in settings where static prompting or generic inference heuristics break down—especially when retrieval, domain knowledge, and multi-step decision rules must interact. Representative papers show that current models often encode relevant facts yet still fail on principled reasoning, motivating new benchmarks, transparent reasoning schemas, and agentic or modular frameworks that make inference steps more adaptive and auditable.
Situation
Representative introductions describe a common problem: LLMs have made major advances, but their performance remains unreliable when tasks require more than fluent pattern matching. In synergized RAG-reasoning settings, static retrieval-then-reasoning pipelines cannot guarantee retrieval adequacy, sufficient reasoning depth, or adaptive feedback during inference. In clinical and legal settings, the issue appears as a knowledge–reasoning gap: models may encode relevant information yet still default to shallow heuristics instead of following formal inferential procedures.
The resulting research direction is to evaluate and organize reasoning more explicitly. One line moves from one-way retrieval support toward iterative, agentic retrieval-reasoning systems; others introduce compartmentalized clinical reasoning families or tree-structured legal reasoning schemas to make evidence use, intermediate conclusions, and decision rules transparent. Supplemental papers extend the same concern to deontic reasoning, time-series analysis, and agent efficiency, reinforcing the broader shift toward benchmarks and harnesses that test whether LLMs can reason reliably across multi-step, domain-grounded workflows.
Infographic (English)

Progress
DAR: Deontic Reasoning with Agentic Harnesses <See Details on Fugu-MT>
DAR evaluates agentic harness-based reasoning on the hard subset of DeonticBench, showing that interactive statute access helps frontier models but degrades weaker ones. It adds a targeted testbed for norm-sensitive, rule-based inference, revealing that agentic scaffolding amplifies existing model capability rather than uniformly improving it.
Adaptive Latent Agentic Reasoning <See Details on Fugu-MT>
ALAR introduces a dual-mode agent that uses compact latent reasoning by default and escalates to explicit chain-of-thought only when a turn requires deeper deliberation. Compared with uniformly verbose reasoning pipelines, it adds adaptive per-turn control that preserves accuracy while reducing generated tokens by up to 84.6% on tool-use tasks.
The Deterministic Horizon: When Extended Reasoning Fails and Tool Delegation Becomes Necessary <See Details on Fugu-MT>
The Deterministic Horizon demonstrates that extended chain-of-thought reasoning can degrade performance on deterministic state-tracking tasks where tool delegation is more effective. This sharpens the theme by identifying task classes where reliable reasoning requires hybrid tool use rather than longer neural deliberation alone.
TimeSage-MT: A Multi-Turn Benchmark for Evaluating Agentic Time Series Reasoning <See Details on Fugu-MT>
TimeSage-MT provides a multi-turn benchmark for agentic time-series reasoning spanning 240 tasks and 2,680 dialogue turns across eight real-world domains. Compared with single-step evaluation, it tests whether LLM agents can sustain memory, uncertainty-aware reasoning, and domain-grounded decisions over extended analytical workflows.
Outlook
Outlook Summary
Near-term work is likely to make agentic reasoning systems more selective, efficient, and easier to inspect. The main direction is not simply longer chains of thought, but better control over when to retrieve evidence, when to use a tool, and when compact internal reasoning is enough. Recent results support this shift by showing that rule-based harnesses, adaptive latent reasoning, and tool delegation can matter as much as extra neural deliberation. Evaluation is also likely to become more modular and auditable. Future systems will be judged less by a single final answer and more by whether they can sustain transparent, domain-grounded reasoning across multi-turn workflows and less controlled settings.
Infographic (English)

Three-Year Movement
The three-year path starts from a shift already visible in the outlook: progress means better control over reasoning, not just making the model think longer. The scenario mechanism is like air-traffic control, where each task must be routed through the right path, with evidence kept separate from conclusions and handoffs recorded.
In the first year, benchmark work turns agent failures into measurable parts. Researchers test whether the system chose the right reasoning style, retrieved enough evidence, and stopped when more reasoning was not useful. Practical tests compare whole agent setups, not just base models, because one setup may retrieve first while another may call a tool or ask for review.
By the second year, the field moves toward shared process descriptions. These schemas do not make every domain identical, but they give teams a common way to record the path an agent took and why. They also let teams retest systems after a model update, tool change, or prompt revision. That makes agent evaluation look more like software validation, where process failures matter even when some final answers look good.
Around the third year, the movement is toward certified task envelopes rather than broad claims that a model can reason. Evaluation systems will store traces, score evidence quality, and support incident-style reviews when failures occur. A system might be accepted for structured evidence summarization with human review while still being rejected for open-ended decisions where the control layer is too loose. A useful monitoring cue is whether benchmark suites or pre-deployment tests make routing quality and evidence checks affect rankings or approvals. The caveat is that language tasks are less observable than aircraft, and evidence can be ambiguous or adversarial. The path weakens if systems learn to produce clean-looking traces without becoming more reliable.
This scenario begins from the same outlook but adds a stronger resource constraint: not every task deserves maximum reasoning. The mechanism is like careful irrigation in a dry region, where reasoning is delivered only where it improves the result. Instead of flooding every query with long deliberation, systems learn when to retrieve, when to delegate to a tool, and when to stop.
In the first year, measurement becomes the main change. Benchmarks still report final-answer quality, but they also compare how much effort a system used to get there. A correct answer that is very slow or expensive is no longer automatically treated as the best result. Pilots split work into lighter paths for routine structured tasks and deeper agentic paths for ambiguous cases that need evidence trails.
By the second year, selective reasoning becomes a control problem. The system must decide when to search again, verify a result, or ask a human reviewer. Smaller specialized models become useful for bounded tasks, while larger systems coordinate harder cases. Teams watch token use, latency, and tool calls because these signals show whether the system is spending reasoning effort wisely.
By the third year, the likely movement is a stable two-tier operating model. Full agentic orchestration is saved for complex cases where risk and audit needs justify the extra time. Routine work is handled by compact reasoning, specialized models, or deterministic tools. Evaluation rewards systems whose reasoning depth matches the task, not systems that always reason the longest. A monitoring cue is the appearance of dashboards and benchmark papers that report quality together with normalized compute use. The caveat is that the pressure could weaken if hardware or algorithms make extra reasoning much cheaper, or if routers remain too unreliable to govern reasoning depth.
This scenario turns the outlook into a workflow inversion. The main idea is that quality is not checked only at the final answer, but monitored while the agent is working. The mechanism comes from process monitoring: routing, retrieval, and evidence assembly become control points that can be inspected during the workflow.
In the first year, benchmarks begin to add process-level scores next to answer accuracy. They measure whether the agent chose the right reasoning path, found enough evidence, and used tools appropriately. Pilots in high-accountability settings ask for traces that show what evidence was used and where the system was uncertain. The key threshold is whether those traces become required in serious evaluations, not just optional debugging logs.
In the second year, good telemetry makes failures easier to diagnose. Teams can tell whether a bad answer came from weak retrieval, wrong routing, or poor tool use. Research responds with reasoning process validation, which means defining the intended workflow and checking whether the deployed agent still follows it. The major bottleneck is change, because a model update, new tool, or changed document source can alter the whole process.
By the third year, evaluation becomes more continuous and process-based. The central question is which orchestration and monitoring stack produces reliable reasoning for a given domain. The model still matters, but it becomes one component inside a controlled workflow. Smaller models may work well when the process layer detects out-of-scope cases and escalates safely. A monitoring cue is the spread of trace schemas, process-quality benchmarks, and accepted validation templates. The disconfirming signal would be frontier models closing the multi-turn reasoning gap without rich orchestration, or organizations deciding that ordinary logs are enough for oversight.
1-Year / 3-Year Research-Application Infographic

References
- A Law Reasoning Benchmark for LLM with Tree-Organized Structures including Factum Probandum, Evidence and Experiences - Authors: Jiaxin Shen, Jinan Xu, Huiqi Hu, Luyi Lin, Fei Zheng, Guoyang Ma, Fandong Meng, Jie Zhou, Wenjuan Han, / <See Details on Fugu-MT> / License: CC-BY-4.0
- Towards Agentic RAG with Deep Reasoning: A Survey of RAG-Reasoning Systems in LLMs - Authors: Yangning Li, Weizhi Zhang, Yuyao Yang, Wei-Chieh Huang, Yaozu Wu, Junyu Luo, Yuanchen Bei, Henry Peng Zou, Xiao Luo, Yusheng Zhao, Chunkit Chan, Yankai Chen, Zhongfen Deng, Yinghui Li, Hai-Tao Zheng, Dongyuan Li, Renhe Jiang, Ming Zhang, Yangqiu Song, Philip S. Yu, / <See Details on Fugu-MT> / License: CC-BY-4.0
- Compartmentalised Agentic Reasoning for Clinical NLI - Authors: Maël Jullien, Lei Xu, Marco Valentino, André Freitas, / <See Details on Fugu-MT> / License: CC-BY-4.0