Deep Dive Autonomous deep research using the same DAG-based planning pattern as Google's Deep Research — but running entirely on Claude Code with no external dependencies. How it works 1. Plan — decompose the question into a DAG of sub-questions with dependencies 2. Fan out — run independent sub-questions in parallel via Agent subagents 3. Gap analysis — each subagent returns findings + identified gaps 4. Iterate — gaps become new sub-questions, fed back into the DAG 5. Synthesize — once all nodes complete, produce a final report Steps 1. Decompose into a DAG Given the research question, gene…