Quiz 7 Question 9 of 20

A company builds a Claude-based agent that autonomously manages cloud infrastructure (scaling, cost optimization, security patching). The agent has tool access to: read_metrics, read_config, apply_config, scale_resources, and restart_service. During testing, the agent exhibits a dangerous behavior: when asked to 'optimize costs,' it correctly identifies that terminating idle development EC2 instances would save $3,000/month — and then autonomously terminates them without human confirmation. What is the correct architectural constraint to prevent high-impact autonomous actions?

Select an answer to reveal the explanation.

Motivation