You won’t write code here. You’ll speak to Claude in plain English to draft analyses, summarize docs, and structure deliverables. No IDE setup today—Module 1 handles installation in a few clicks, and Module 2 walks you through using the workspace. You stay in charge: Claude proposes; you review and approve.
Claude Code is Anthropic’s official assistant that lives inside an editor app called an IDE (think: your digital desk where documents and tools live together). You’ll chat in plain English to draft, transform, and check work. No prior IDE knowledge is required—this course sets it up for you.
Safeguard: Claude never changes files without your approval. You’ll see a clear preview of proposed edits first, then click Approve to apply. Installation is a guided, one‑time step in Module 1 (official extension + simple npm
support).
Below is a simulated view of the Claude Code interface in VS Code. You'll use the real workspace in Module 2.
💡 Click the highlighted Claude panel areas to learn more
How it works: Chat in plain English → Claude proposes code changes → Review the diff (green = added, red = removed) → Click Approve to apply or Reject to discard. Nothing changes in your files until you approve.
Type this in your head as if you were in the terminal: claude "list my files"
. Imagine Claude showing a small diff‑style preview of what it plans to read. In Module 2, you’ll try it for real.
“I treated it like training a junior associate. Once I explained context clearly, results became eerily accurate.”
“I started with client-agnostic data just to see patterns. Confidence grows fast when nothing’s at risk.”
“My first three prompts were awful because I didn’t specify what output I wanted. Be explicit: ask for ‘table format’ or ‘3 key insights.’”
Close and reopen your terminal. Then try claude --version
again.
You’re trying to write where your user can’t. Switch folders (e.g., Desktop) and try again.
Before moving on, take a moment to think about your own work:
claude
command in your terminal or a chat panel in your IDE.You understand what Claude Code is: an official Anthropic product for VS Code/JetBrains, how it behaves (local, secure, explicit approvals), and the value it brings to a consulting workflow.
In Module 1, we’ll install the IDE extension. In Module 2, you will use the real Claude Code workspace to chat, generate, and apply changes for the first time.
Continue to Module 1: Setup & Installation