APL 3 · Dev Setup
Claude Code
Anthropic's agentic coding CLI. Terminal-native, codebase-wide, and built for L3 workflows.
Quick Facts
- Level: L3 (Dev Setup)
- Type: Agentic CLI tool
- Maker: Anthropic
- Runs in: Terminal / VS Code
- Access: Full codebase read/write, shell execution
What It Solves
Claude Code is for developers who want an AI agent that operates across their entire codebase from the terminal. It reads files, writes code, runs commands, and iterates on its own output without requiring an IDE.
Where It Belongs
Squarely at APL 3. It's a developer tool that assumes you understand code, can review diffs, and know how to use a terminal. It's not for beginners - it's for people who want to work faster without giving up control.
What It's Good At
- Multi-file refactors across large codebases
- Feature implementation from natural language
- Bug investigation - it reads, traces, and proposes fixes
- Test generation that actually understands your test patterns
- Documentation from code analysis
- Git operations - branches, commits, diffs
- System-level instructions via CLAUDE.md for persistent context
What It's Not For
- Non-technical users who can't evaluate the code it produces
- Projects where you need GUI-based code review
- Situations where you can't grant file system access
Risk Profile
Claude Code has AAL 3 access - it can read and write your files and run shell commands. This means:
- Always review diffs before committing
- Use
CLAUDE.mdto set boundaries and conventions - Work on branches, not directly on main
- Use the permission system to control what it can execute