๐ŸŽ“Iris Courses|Your personal AI learning library
โ† Claude Code in Action
Day 1 of 7โœ“ Sent

Module 1 โ€” Coding Assistant Architecture

Understand how Claude Code is architected โ€” how it sees your codebase, how it maintains state, and what makes it different from a chatbot with code pasted in.

Claude Code is not a chatbot. It's an agentic coding assistant that operates in a persistent loop, reads files, runs commands, and maintains context across a session. Understanding this architecture is the foundation for everything else.