Claude AI Tools
Five tools, one AI. Know which to reach for and when.
Claude Chat
Best for: Strategy, analysis, drafting, research.
- Web search and Google Drive integration built in
- Artifacts for interactive previews and documents
- Desktop Commander extends it with local file access, but the connection can drop on tab switch
- Great for planning before building, drafting proposals, and analyzing requirements
Claude Code
Best for: Building files, running scripts, debugging autonomously.
- Full file system access — reads and writes directly
- Reads
CLAUDE.mdautomatically for project context - Use
--dangerously-skip-permissionsfor fully autonomous work - No web search, no screen vision — pure code execution
- Best tool for multi-step autonomous coding tasks
Cowork
Best for: Screen-aware persistent assistant.
- Sees any open app natively — no screenshots needed
- Stable Desktop Commander connection (doesn't drop like browser tabs)
- Good for visual review, sustained file work, and app interaction
- Review open Word documents, check spreadsheet layouts, interact with desktop apps
Claude in Chrome
Best for: Browser automation.
- Navigate, click, fill forms, read pages — all automated
- Perfect for: Supabase dashboard setup, Vercel config, copying credentials
- Any web UI task that would take manual clicking
- MCP tool connected to Claude.ai
Desktop Commander
Best for: Bridging Chat/Cowork to local filesystem and terminal.
- Read/write files, run commands, search code — from within Chat or Cowork
- Fragile in Chat (drops when you switch tabs)
- Stable in Cowork (persistent connection)
- Not a standalone tool — it extends Chat and Cowork with local access
CLAUDE.md — The Project Context File
What it is
A markdown file at the root of any project, read automatically by Claude Code (and any tool that touches the filesystem via Desktop Commander).
What goes in it
- Tech stack and architecture decisions
- Environment variables and their purposes
- Database schema summaries
- Coding conventions and patterns
- Build phases and deployment steps
- Key decisions and their rationale
Why it matters
It's the bridge between planning in Chat and building in Code. Claude Code, Cowork, and any tool that touches the filesystem picks up context from it — making every interaction more accurate and aligned with your project.
How to maintain it
- Update at the end of each working session
- Keep phase checklists current
- Add new decisions and conventions as they emerge
- Remove completed phases to keep it focused
| Capability | Chat + DC | Claude Code | Cowork | Claude in Chrome |
|---|---|---|---|---|
| Strategy & analysis | Best | Possible | Yes | No |
| See your screen | No | No | Native | No (sees web pages only) |
| Read/write local files | Via DC (unstable) | Yes | Stable DC | No |
| Run terminal commands | Via DC | Best | Via DC | No |
| Build .docx / .pptx | Via DC + node | Best | Via DC + node | No |
| Autonomous multi-step | Manual prompting | Best | Possible | No |
| Persistent DC connection | Drops on tab switch | N/A | Always stable | N/A |
| Web search / Google Drive | Yes | No | Yes | No |
| Browser automation | No | No | No | Native |
| Review open apps (Word, etc.) | No | No | Native | No |
| Fill web forms / click buttons | No | No | No | Native |
Recommended Workflow
Chat (plan) → Claude in Chrome (configure services) → Claude Code (build) → Cowork (review). Each tool doing exactly what it's best at.