Article Summary (Model: gpt-5.4-mini)
Subject: Claude Code Map
The Gist: This site is a visual guide to the leaked Claude Code source, showing how a message travels through the agent loop, tool system, command catalog, and hidden/unfinished features. It presents the codebase as an explorable map rather than a plain dump, with sections for architecture, tools, commands, and unreleased modes like coordinator and daemon workflows. The page is also explicit that it is unofficial, may be incomplete, and was assembled from publicly available source plus AI-assisted curation.
Key Claims/Facts:
- Agent loop: It traces the path from user input to API call, tool use, render, hooks, and waiting state.
- Architecture overview: It indexes 780+ files, 213K+ lines of code, 22+ tools, and 39+ commands.
- Hidden features: It highlights unreleased or feature-flagged ideas such as Buddy, Kairos, UltraPlan, coordinator mode, Bridge, daemon mode, UDS inbox, and auto-dream.
Discussion Summary (Model: gpt-5.4-mini)
Consensus: Cautiously optimistic, with lots of side debate about whether the codebase is impressively complex or just bloated.
Top Critiques & Pushback:
Better Alternatives / Prior Art:
Expert Context: