CCA Prep Q32 / 60 Agentic Architecture & Orchestration
2:00:00
Multi-Agent Research System

Your multi-agent research system uses PreToolUse hooks to validate each subagent's external API calls before execution. During a large overnight research run, logs show that roughly 12% of hook callbacks are timing out — specifically on callbacks that perform a secondary compliance check against an internal policy API. When these timeouts occur, the affected subagent stalls and the overall research pipeline halts. A junior engineer proposes removing the compliance check from the hook entirely and running it as a post-processing step after results are collected. What is the most effective architectural fix that preserves the blocking guarantee of the pre-execution check?