Understanding Claude AI, Claude Code, and the vocabulary that comes with them
Claude is a family of large language models (LLMs) built by Anthropic, a safety-focused AI research company. Unlike a search engine that looks up answers, Claude generates responses by predicting what text is most useful given the conversation so far.
At its core, Claude is trained to be helpful, harmless, and honest — a set of values Anthropic calls Constitutional AI. This means Claude tries to give accurate, thoughtful replies while refusing requests that could cause harm.
Claude comes in several tiers, each balancing speed and capability:
You can use Claude through the web at claude.ai, via the API, or embedded in third-party apps. It handles tasks ranging from drafting emails and summarizing documents to writing code, tutoring students, and analyzing data.
claude to start an interactive session.Claude Code is Anthropic's official command-line interface (CLI) that brings Claude's intelligence directly into a developer's terminal and code editor. Instead of switching to a chat window, you interact with Claude from inside your project.
Where the regular Claude chat is a conversation, Claude Code is an agentic coding assistant: it can read your entire codebase, write and modify files, run tests, execute shell commands, and propose pull requests — all in one workflow.
Claude Code is designed around a key principle: you remain in the driver's seat. Every significant action (editing a file, running a command) requires your approval unless you explicitly grant broader permissions. This keeps the human in control of the actual repository.
It integrates natively with popular editors:
A reference glossary for Claude AI and Claude Code vocabulary.
/help, /clear, /review) that trigger built-in or custom skills inside Claude Code without writing a full natural-language prompt.