Glossary · Service

Claude Code

Anthropic's terminal-based coding agent. If you give instructions verbally, it will do everything from writing code to execution.

It is a terminal-based coding agent created by Anthropic that understands your code base when you instruct it in natural language, modifying files, running tests, and even making commits. This is a method of developing as if you were talking in a command window rather than an editor screen.

It is suitable for developers who want to be entrusted with repetitive code modifications, bug fixing, and new feature implementation. Because it explores the entire project context on its own, it is also used in large-scale code bases.

Unlike GitHub Copilot, which focuses on auto-completion, it is different in that it is an agent method that delegates the entire task. As costs arise based on usage, it is best to manage the scope of work while using it.

✅ Strengths

⚠️ Limits

← View all glossary entries