# Claude Code > An agentic coding tool by Anthropic that lets developers use Claude as an AI pair programmer directly in the terminal for code generation, debugging, and development tasks. Category: Applications Source: https://chipp.ai/ai/glossary/claude-code Claude Code is an agentic coding tool built by Anthropic that enables developers to use Claude (Anthropic's AI assistant) as an AI pair programmer directly in their terminal. It goes beyond simple code completion by acting as a fully autonomous coding agent that can navigate codebases, make multi-file edits, run tests, and complete complex development tasks. Key capabilities include: codebase understanding (reads and understands entire project structures), multi-file editing (makes coordinated changes across many files), test execution (runs tests and fixes failures), git integration (commits, creates PRs, manages branches), and tool use (executes shell commands, searches code, reads documentation). Claude Code represents the evolution of AI-assisted development from autocomplete (GitHub Copilot style) to full agent-based development where the AI understands context, plans changes, and executes them with minimal human guidance. For AI agent builders, Claude Code is relevant both as a tool for building agents (using it to write code for integrations and custom actions) and as an example of agentic AI in practice — it demonstrates how AI agents can operate autonomously within a defined environment (a codebase) while respecting boundaries (permissions, git safety) and maintaining quality (running tests, following conventions). ## Related Terms - [Agentic AI](https://chipp.ai/ai/glossary/agentic-ai.md): AI systems that can autonomously plan, reason, and execute multi-step tasks with minimal human intervention. - [AI Agents](https://chipp.ai/ai/glossary/ai-agents.md): Autonomous AI systems that can perceive their environment, make decisions, and take actions to achieve specific goals. - [Function Calling](https://chipp.ai/ai/glossary/function-calling.md): The ability of AI models to identify when a conversation requires calling an external function or API, and to generate the structured parameters needed to make that call. - [AI Orchestration](https://chipp.ai/ai/glossary/ai-orchestration.md): The coordination of multiple AI models, tools, and workflows to accomplish complex tasks that require multiple steps and capabilities. --- This term is part of the [Chipp AI Glossary](https://chipp.ai/ai/glossary), a reference of AI concepts written for builders and businesses. Build AI agents with no code at https://chipp.ai.