Home/AI Glossary/Claude Code

Claude Code

Claude Code lets Claude run commands and edit files through a command-line interface, think agentic coding without a full IDE. It fits workflows where you want to stay close to git, scripts, and server environments.

Compare with Cursor (IDE-first) and Codex-style workflows. Related resources: Anthropic and Claude.


Key characteristics

  • Is a terminal-centric AI coding tool where the model can read files, propose edits, and run commands in workflow context.
  • Fits developers who prefer working close to git, shell, and existing scripts over heavier IDE-driven flows.
  • Requires the same discipline as other agentic coding setups: tests, limited permissions, and review before shipping changes.