AI-201 · Question #307
An agent incorrectly updates records when given ambiguous user instructions. What is the BEST mitigation strategy?
The correct answer is B. Improve prompt instructions and constraints. When an agent misinterprets ambiguous input and takes incorrect actions, the root cause is typically a gap in the system prompt or topic configuration-the agent lacks sufficient guidance to handle unclear scenarios safely. Improving prompt instructions means adding constraints, c
Question
An agent incorrectly updates records when given ambiguous user instructions. What is the BEST mitigation strategy?
Options
- ARemove update permissions
- BImprove prompt instructions and constraints
- CIncrease the number of skills
- DDisable automation
How the community answered
(46 responses)- A13% (6)
- B76% (35)
- C7% (3)
- D4% (2)
Explanation
When an agent misinterprets ambiguous input and takes incorrect actions, the root cause is typically a gap in the system prompt or topic configuration-the agent lacks sufficient guidance to handle unclear scenarios safely. Improving prompt instructions means adding constraints, clarifying the agent's scope, specifying how to handle ambiguity (e.g., ask a clarifying question rather than assuming intent), and defining guardrails. Removing update permissions (A) breaks the agent's functionality. Increasing skills (C) adds capability but doesn't address ambiguity handling. Disabling automation (D) removes value entirely. Prompt engineering is the targeted, proportionate fix.
Topics
Community Discussion
No community discussion yet for this question.