Traditional AI Chat Interfaces
Environment-Integrated AI
Anthropic’s large language model
Traditional AI Workflow:
Copy code → Paste to ChatGPT → Copy solution → Test → Breaks → Repeat…
Claude Code:
Direct file access, full project context, automated execution
No more copy-paste. No more context loss.
Traditional AI sees snippets. Claude Code sees your entire project:
Example: Rename a function used in 47 files across 12 modules - Claude Code updates everything consistently.
3x productivity gains with proper AI assistance
project-root/
├── src/ ← Can see
├── tests/ ← Can see
├── docs/ ← Can see
├── package.json ← Can see
└── ../other/ ← Outside
Alternative to “delete the project and download a fresh copy”
Git Operations: - Commit message generation - Branch management - Pull request creation - Issue tracking integration
Powerful project management synergies:
Pay per token
Fixed monthly fee
Standard command-line installation and setup.
CLAUDE.md Files
Auto-loaded project instructions at repo root
Terminal Settings
/terminal-setup - Configure Shift+Enter for multiline/permissions - Manage tool permissions/output-style - Change interaction stylePress Shift+Tab to cycle through three modes:
Default Mode Claude suggests changes and waits for your permission
Auto-Accept Mode Claude executes changes autonomously without waiting
Plan Mode Claude creates a comprehensive plan without making any changes - Read-only research and analysis phase - Review the plan before execution - Accept with auto-edits or manual edits
Press Escape to interrupt Claude at any time
Recommended Workflow:
Optimization Tips
/clear to manage contextFrom Douglas Adams’ “Dirk Gently’s Holistic Detective Agency”
“Gordon’s great insight was to design a program which allowed you to specify in advance what decision you wished it to reach, and only then to give it all the facts. The program’s task, which it was able to accomplish with consummate ease, was simply to construct a plausible series of logical-sounding steps to connect the premises with the conclusion.”
Similar to simulating data for power analysis:
Claude Code can do 2 and 3 for you!
What we’ll demonstrate: