SYNTHESIS NOTE
TopicsConversation Architecture Structurethis note

When should AI agents ask users instead of just searching?

Explores whether tool-enabled LLMs should probe users for clarification when uncertain, rather than silently chaining tool calls that drift from intent. Examines conversation analysis patterns as a formal alternative.

Synthesis note · 2026-02-22 · sourced from Conversation Architecture Structure
Why do AI agents fail to take initiative? What kind of thing is an LLM really? How do you navigate synthesis across fragmented research topics?

Tool-enabled LLMs have a structural problem: when they can't immediately answer a query, they chain tool calls (search, calculation, code execution) and each intermediate step is conditioned on the output of the previous step. The result is progressive divergence from the user's original intent. The more tools the model uses, the further it drifts.

Conversation Analysis (Schegloff, 2007) offers a formal alternative from human talk-in-interaction. When human speakers can't immediately provide the expected response, they don't silently think harder — they insert a new pair of utterances to bridge the gap. These "insert-expansions" serve three functions: clarifying intent ("Do you mean the downtown location?"), scoping responses ("Are you looking for something under $50?"), and enhancing appeal ("I should mention it also comes in blue").

The key move is the "user-as-a-tool" paradigm: instead of the model consulting external tools and accumulating drift, it consults the user. The user provides necessary details and refines their request. This replicates exactly the structure of human insert-expansions — post-first inserts recover from misunderstandings, pre-second inserts gather information needed to choose the right response.

The empirical evidence from recommendation tasks shows benefits from this approach. But the deeper point is architectural: since Why can't conversational AI agents take the initiative?, the insert-expansion framework gives a principled answer to WHEN agents should break passivity — not by adding unsolicited content, but by asking structured questions when their internal processing would otherwise diverge.

This connects to the distinction between formal and functional linguistic competence: LLMs have formal competence (handling language in itself) but lack functional competence (doing things WITH language — reasoning, using world knowledge, establishing common ground). Insert-expansions are a functional linguistic capability. The paper argues that natural speech patterns may emerge as a side-effect of more closely imitated reasoning paths — if agents reason through dialogue rather than through silent chains.

Since Does preference optimization harm conversational understanding?, insert-expansions are precisely the kind of conversational work that RLHF training discourages — they slow things down, ask questions instead of answering, and score lower on single-turn helpfulness ratings, despite being more effective for multi-turn interaction. Insert-expansions are the PRE-EMPTIVE half of the repair space; since Can AI systems detect and correct misunderstandings after responding?, TPR provides the REACTIVE half -- correcting misunderstanding after it has already been acted on. Together they cover the full repair lifecycle: insert-expansions prevent, TPR recovers.

The insert-expansion framework connects to a trainable capability. Since Can models learn to ask clarifying questions instead of guessing?, RL training can bring proactive questioning from 0.15% to 73.98% accuracy — but the insert-expansion framework provides the conversational-analytic structure for WHEN and HOW to deploy that capability in dialogue, not just whether the model can detect missing information.

Inquiring lines that read this note 123

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How should dialogue systems represent uncertainty from noisy speech input? How can models identify insufficient information and respond appropriately without guessing? How should conversational agents balance goal-driven initiative with user control? How does AI assistance affect human cognitive development and reasoning autonomy? Why do multi-turn conversations degrade AI intent and coherence? When should tasks involve human-AI partnership versus full automation? Does RLHF training sacrifice accuracy and grounding for user agreement? How should dialogue recommender systems manage conversation history and state? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? Why do language models reinforce false assumptions instead of correcting them? How can language models sustain linguistic synchrony and intersubjectivity during dialogue? How can LLM user simulators model realistic goal-driven conversation? How can humans calibrate appropriate trust in AI systems? How should human oversight be integrated with autonomous AI systems? How should memory consolidation strategies shape agent performance over time? Why do agents confidently report success despite actually failing tasks? How do chatbots affect human self-disclosure and emotional engagement? What makes dialogue-based explanation more successful than monologue? What makes specific clarifying questions more effective than generic ones? How do we evaluate AI systems when user perception misleads actual performance? How do formal dialogue structures reveal conversation coherence mechanisms? How should personalization be implemented to improve AI assistant effectiveness? How do evaluation biases undermine LLM quality assessment systems? How do standardized protocols improve coordination in multi-agent systems? Can AI systems balance emotional competence with factual reliability? How should we design LLM systems to maintain alignment and control? Does conversational format create illusions of genuine AI communication? How does rhetorical adaptation affect LLM persuasion and detectability? Can AI systems develop genuine social understanding without embodiment? Can debate mechanisms prevent silent agreement on wrong answers in multi-agent reasoning? How should retrieval systems optimize for multi-step reasoning during inference? What drives capability and cost efficiency in agent systems? Why does verification consistently lag behind AI generation? Does reinforcement learning teach reasoning or just when to reason? How do professional roles and expertise transform with AI-generated content? Does AI fluency substitute for verifiable accuracy in human judgment? How do interface design choices shape consciousness attribution? Can next-token prediction alone produce genuine language understanding? How do multi-agent systems achieve genuine cooperation and reasoning? How should dialogue systems best leverage conversation history for retrieval? Is embodied interaction necessary for language meaning and genuine agency? How does objective evolution guide discovery better than fixed planning?

Related concepts in this collection 7

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
20 direct connections · 146 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

insert-expansions from conversation analysis provide a formal framework for when tool-enabled agents should probe users instead of silently diverging