Claude Code is Anthropic’s coding agent: a harness that wraps Claude in an agent loop with access to the file system, the shell, and a tool set, so it can read a codebase, make edits, run tests, and drive a task to completion rather than just answer questions about code.
It is a reference example of the agent harness pattern — the same frontier model behaves very differently here than inside a messaging agent like OpenClaw, because the harness (its tools, prompts, memory, and guardrails) is where day-to-day behavior is actually decided. It runs in the terminal and is also available as a desktop app, a web app (claude.ai/code), and IDE extensions.