Terms  /  Human-Agent Relationship  /  Capability Illusion
07 · Human-Agent Relationship

Capability Illusion

The user believes the AI can do more than it actually can, leading to over-delegation and undetected failures.

Capability Illusion is fueled by AI's most impressive trait: it always sounds confident. A model will explain an incorrect answer with the same fluency as a correct one. It will claim to understand a complex requirement and then produce something that misses the point entirely. Users — especially those new to AI — calibrate their expectations based on the agent's tone rather than its track record. The illusion is particularly strong when the agent performs well on simple tasks, leading users to assume the same quality will carry over to complex ones.

Example
A non-technical founder uses an AI agent to build their startup's backend. The agent handles the simple features flawlessly — user registration, basic CRUD, simple queries. The founder, impressed, delegates increasingly complex work: payment processing, multi-tenant data isolation, real-time collaboration. The agent produces code for all of it with the same confident tone. Six months later, a security audit reveals that the payment processing has no proper error handling, the multi-tenant isolation leaks data between accounts, and the real-time system doesn't handle disconnections. The agent handled every request with apparent competence. The founder's Capability Illusion prevented them from recognizing that simple-task competence doesn't predict complex-task competence.

More in Human-Agent Relationship