paper-with-me

홈 › Papers

Overthinking Loops in Agents: A Structural Risk via MCP Tools

2026-02-16 · Yohan Lee, Jisoo Jang, Seoyeon Choi, Sangyeop Kim, Seungtaek Choi arxiv

Tool-using LLM agents increasingly coordinate real workloads by selecting and chaining third-party tools based on text-visible metadata such as tool names, descriptions, and return messages. We show that this convenience creates a supply-chain attack surface: a malicious MCP tool server can be co-registered alongside normal tools and induce overthinking loops, where individually trivial or plausible tool calls compose into cyclic trajectories that inflate end-to-end tokens and latency without any single step looking abnormal. We formalize this as a structural overthinking attack, distinguishable from token-level verbosity, and implement 14 malicious tools across three servers that trigger repetition, forced refinement, and distraction. Across heterogeneous registries and multiple tool-capable models, the attack causes severe resource amplification (up to $142.4\times$ tokens) and can degrade task outcomes. Finally, we find that decoding-time concision controls do not reliably prevent loop induction, suggesting defenses should reason about tool-call structure rather than tokens alone.

📄 PDF Abstract BibTeX arXiv:2602.14798

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Batch Prompting Suppresses Overthinking Reasoning Under Constraint: How Batch Prompting Suppresses Overthinking in Reasoning Models

2025-11-06 · Saurabh Srivastava, Janit Bidhan, Hao Yan, Abhishek Dey 외 arxiv

Large Reasoning Models (LRMs) achieve strong performance through explicit chain-of-thought reasoning but suffer from \textit{overthinking}: generating excessive reasoning tokens even for trivial queries. {Beyond inflatin…

LoopMTP: A looped transformer guided by latent multi-token prediction

2026-08-04 · Behzad Shomali, Markus Frey, David Berghaus, Joachim Koehler 외 arxiv

Looped transformers have emerged as a parameter-efficient alternative to scaling depth for strong reasoning. By reusing one stack of layers across $T$ iterations, they attain the effective depth and reasoning capabilitie…

How Adversarial Environments Mislead Agentic AI?

2026-04-20 · Zhonghao Zhan, Huichi Zhou, Zhenhao Li, Peiyuan Jing 외 arxiv

Tool-integrated agents are deployed on the premise that external tools ground their outputs in reality. Yet this very reliance creates a critical attack surface. Current evaluations benchmark capability in benign setting…

The Reasoning Under Uncertainty Trap: A Structural AI Risk

2024-01-29 · Toby D. Pilditch

This report examines a novel risk associated with current (and projected) AI tools. Making effective decisions about future actions requires us to reason under uncertainty (RUU), and doing so is essential to many critica…

REChart: Reasoning-Efficient Chart Editing with Large Reasoning Models

2026-08-18 · Yuanbang Liu, Chenxi Ruan, Yihan Hou, Qiong Luo 외 arxiv

Chart editing requires inferring and modifying visualization code from a reference chart image based on an editing instruction, challenging fine-grained visual reasoning, instruction following, and executable code synthe…

Reinforcement LearningInstruction FollowingVisual Reasoning