Weekly AI insights —
Real strategies, no fluff. Unsubscribe anytime.
Source Code Deep Dive
What actually happens when you type a message into Claude Code? The agent loop, 50+ tools, multi-agent orchestration, and hidden features — mapped from the source.
01
From keypress to rendered response, step by step through the source.
User types a message or pipes input through stdin. Keyboard input comes from Ink's TextInput component. In non-interactive mode, it reads from piped stdin instead.
02
Explore what's inside Claude Code's source tree. Click a directory to zoom in.
03
Every built-in tool Claude Code can call. Click any tool to see details.
04
Every slash command available in Claude Code. Click any command to see details.
We use Claude Code as our primary development tool at Agentik OS. Book a call to see how we ship 10x faster.
Based on publicly available source code analysis. Not affiliated with Anthropic.