The Claude Code Loop
After this lesson, you will be able to:
- Explain what Claude Code is and how it differs from chatbots and autocomplete tools like Copilot
- Understand the agent loop: Claude Code reads your code, makes a plan, runs commands, and writes files on its own
- Identify the six core tools (Read, Write, Edit, Bash, Glob, Grep) that compose every Claude Code action
- Recognize when Claude Code is the right tool vs when a chatbot or human is better suited
#Not a Chatbot. An Agent.
Welcome to something genuinely new. If you have used ChatGPT or Copilot, forget what you think AI coding tools can do -- Claude Code operates at a completely different level. By the end of this lesson, you will have it running on your machine.