← Lessons/Getting Started with Claude Code

Learning Objectives

  • ◆Understand what Claude Code is and how it differs from chat-based AI tools
  • ◆Install Claude Code on your machine
  • ◆Authenticate and run your first command

What is Claude Code?

Claude Code is Anthropic's official command-line tool that brings Claude directly into your terminal. It can read your codebase, edit files, run commands, and help you build software — all through natural language conversation.

Unlike chat-based AI tools, Claude Code operates right where you work: your terminal. It understands your project structure, can make changes across multiple files, and executes shell commands when needed.

Claude Code is an agentic coding tool — meaning it doesn't just answer questions, it takes action. It reads files, writes code, creates new files, runs tests, and handles git operations, all while asking for your permission before making changes.

lesson-01 — What is Claude Code?
# Claude Code lives in your terminal
# It reads, writes, and understands your entire codebase
 
$ claude
╭──────────────────────────────────────╮
│ Claude Code v1.0 │
│ Your AI pair programmer in the CLI │
╰──────────────────────────────────────╯
 
claude > _