Skip to content
All resources

The tools we use

Claude Code

Anthropic2 min read

A plain summary, so you can get the gist here without leaving.

Claude Code is an AI helper that lives in your terminal, the plain text window where developers type commands. You tell it what you want in normal language, and it works directly inside your real project files.

What it actually is

Most coding assistants sit beside your work and suggest snippets you copy over by hand. Claude Code does something different. It runs in your terminal and it can act on the whole project. It reads your files, edits them, runs commands like starting the app or running tests, and it can use Git, the tool developers rely on to save and track versions of their work.

Anthropic, the company behind the Claude models, built it so you can hand over a task and watch it carry the task through, step by step, in the same place where you already build software.

The core idea, in plain terms

Think of it less like autocomplete and more like a capable junior teammate who can open the project, look around, make changes, and check whether those changes worked. You might say something like, find why the login page is slow and fix it. Claude Code will search the code, form a guess, try a change, run the app to see if the guess held up, and report back.

Because it operates on the real codebase rather than a chat box copy, it keeps context across many files. That is what lets it handle bigger jobs than a single suggestion at a time.

Why it matters for building with AI

This is one of the clearest examples of AI moving from suggesting to doing. For a beginner learning to build, that shift is encouraging. You can describe a goal in your own words and learn from watching how the tool breaks the goal into concrete steps.

It is also a fit for people who like working in the terminal and want their AI close to their tools, not in a separate window. In a community of builders, it is a common shared reference point when people talk about agents that take real action.

Key points
  • Runs inside your terminal and works on your actual project, not a copy pasted into chat.
  • Can read files, edit code, run commands, and use Git on its own.
  • Built by Anthropic, the makers of the Claude models.
  • Suited to multi step tasks where it tries something, checks the result, and adjusts.
  • A clear example of AI that takes action rather than only offering suggestions.
Open the original source

Anthropic

New to this? Come build with us.

Reading is good. Building with people is better. Our drop-ins are free and open to total beginners.