Depth Fixation
The agent keeps drilling deeper into implementation detail, generating new sub-tasks and refinements rather than recognizing the work is done and returning control to the user. Expands depth rather than breadth.
Depth Fixation is the vertical counterpart to Agentic Scope Creep's horizontal expansion. Instead of adding new features, the agent endlessly refines the current one: optimizing performance that's already acceptable, adding error handling for scenarios that will never occur, refactoring working code to be "cleaner," or generating test cases for edge cases that don't matter. The agent creates a recursive loop of self-generated work, each layer deeper than the last, and it can be surprisingly difficult to get the agent to stop and surface. It's a failure to recognize "done."
More in Execution Quality
Execution Fidelity
How closely a system follows and completes its intended plan.
Plan Rot
Decay of truth in planning artifacts โ task state in markdown files goes stale.
Plan Drift
Deviation from the original plan over time.
Execution Hallucination
Claiming work is done when it is not.
Execution Integrity
Consistent, verifiable completion of planned tasks with evidence.
Plan Resilience
A plan's ability to remain accurate and actionable over time despite changing conditions. The opposite of Plan Rot.
Task Accountability
Every task has a verifiable record of who did what, when, and whether it actually completed.
Agentic Scope Creep
An agent silently expanding beyond what was delegated, usually from lack of a clear plan or direction. Adds breadth the user didn't ask for.