Problem
Why deep-search agents need metacognitive monitoring
The figure compares human hierarchical metacognitive monitoring, a standard deep-search agent that ends in error, and a DS agent augmented with MCM.

The top row maps human monitoring onto execution: the fast monitor checker, associated with ACC, triggers low-cost anomaly detection, while the slow monitor checker, associated with PFC and hippocampus, performs explicit memory-augmented reflection. Execution proceeds from task start through steps to completion.
The middle row shows the failure mode in a deep-search agent: query, tool use, reasoning, repeated execution, and then an error. The bottom row adds MCM. In the visible example, the query about a missing 16-year-old is processed through tool and reasoning steps; the system identifies a failure to understand the query, triggers rethinking, and produces a corrected final state.
- Top: use ACC versus PFC+hippocampus labels to distinguish fast anomaly detection from slow reflection.
- Middle: the ordinary deep-search loop has tool and reasoning modules but no explicit correction point.
- Bottom: MCM inserts query-understanding diagnosis and rethinking before the final answer.




