What is Claude Code?

TL;DR

Claude Code is Anthropic's CLI that lets AI read your codebase, edit files, and run commands directly in your terminal. Think of it as pair programming with AI, right where you already work.

The Big Picture

Click any block to learn more about that part of Claude Code.

🧒 Explain Like I'm 12

Imagine you have a super-smart friend who can read your entire project, write code, run tests, and fix bugs — all by just talking to them in your terminal. You type what you want in plain English, and they do it. That's Claude Code.

What is Claude Code?

Claude Code is an AI-powered coding assistant made by Anthropic. You install it, open your terminal, type claude, and start talking to it in plain English. It reads your project, understands the code, and helps you build things.

Unlike a chatbot in a browser, Claude Code lives where you already work: your terminal. It can see your files, run your tests, and make edits directly. You stay in control — it asks permission before doing anything risky.

Think of it like pair programming with someone who has read every file in your project and never gets tired. You describe what you want, and it figures out how to do it.

Who is it for?

Anyone who writes code. Whether you are a beginner learning your first language or a senior engineer working on a massive codebase, Claude Code meets you where you are. If you can open a terminal, you can use it.

What can it do?

  • Read and understand your entire codebase, no matter how large
  • Edit files across your project with surgical precision
  • Run commands like tests, linters, and build scripts in your terminal
  • Fix bugs by tracing errors through your code
  • Write new features from a plain-English description
  • Refactor code while keeping everything working
  • Answer questions about how your code works
  • Connect to external tools like databases and APIs via MCP
  • Create and review pull requests and commits

What you'll learn

This topic covers 7 core concepts. Each one is a clickable deep dive:

Start Learning: Core Concepts →

Test Yourself

What is Claude Code?

An AI coding assistant that runs in your terminal, made by Anthropic.

Who makes Claude Code?

Anthropic.

Can Claude Code edit your files?

Yes, with your permission.

Where does Claude Code run?

In your terminal / CLI.