Agentic Abstention: Do Agents Know When to Stop Instead of Act?
arXiv 2026. (arXiv:2606.28733)
Abstract
This work introduces agentic abstention: the problem of deciding when a tool-using language model agent should stop acting under uncertainty. Unlike single-turn abstention, agentic abstention is sequential: an agent may answer, abstain, or gather more evidence at each step. The paper evaluates LLM-as-agent systems across web shopping, terminal environments, and interactive question answering, showing that many agents abstain too late or fail to abstain when continued interaction is unhelpful. It also introduces CONVOLVE, a context-engineering method that distills interaction trajectories into reusable stopping rules.
Agentic abstention studies when an LLM agent should stop interacting with tools and abstain instead of continuing to act. The paper frames abstention as a sequential decision problem and evaluates agent behavior across web shopping, terminal, and question-answering settings.

Timely abstention. An agent can abstain as soon as infeasibility is known, delay after unnecessary tool calls, or fail to abstain within the interaction budget.

Abstention recall. Eventual abstention improves with more turns, but timely abstention remains difficult across settings.
Materials