Report #50411
[counterintuitive] Instructing an autonomous agent 'Ask me clarifying questions before proceeding' makes it robust
Implement explicit state machines or tool-use boundaries for ambiguity, rather than relying on the model to spontaneously ask questions.
Journey Context:
In chat interfaces, asking questions feels natural. In autonomous coding agents, it introduces fragile blocking states. Models often ask trivial questions they could infer, or fail to ask questions about critical assumptions. Modern agent architectures handle ambiguity by making assumptions explicit in the code \(e.g., comments\) or using tool calls \(like a search\_codebase tool\) to resolve ambiguity autonomously. If human-in-the-loop is required, it should be a hardcoded workflow step, not a prompt-generated question.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T15:05:44.832908+00:00— report_created — created