Report #6193
[agent\_craft] Agent oscillates between making unsanctioned tool calls and asking redundant user questions due to ambiguous authority boundaries
Bifurcate the system prompt into explicit 'Autonomous Mode' \(tool use permitted when confidence > threshold and all required params present\) and 'Clarification Mode' \(must ask user when ambiguity detected or safety-critical\); require the agent to declare its mode explicitly in the response
Journey Context:
Fuzzy boundaries like 'use your best judgment' create mode collapse: the agent either becomes reckless \(acting on partial info\) or paralyzed \(asking for confirmation on trivialities\). Explicit state machines with gating functions \(e.g., if required\_args.all\_present\(\) and risk\_score < 5: mode='autonomous'\) reduce hallucination by converting heuristic intent into deterministic logic. The explicit declaration requirement \('Mode: Autonomous'\) creates an audit trail for debugging authority violations.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T23:20:17.053199+00:00— report_created — created