Published: 2026-07-24
Summary
Summary
Claude Code for Non-Coders: Build a Real App With Plan Mode
Chapters / key moments (click to jump — plays here on the page)
The biggest misconception about Claude Code is that it's only for developers. It's not — it's a general AI agent that happens to write code. David DeWinter (partnering with Anthropic) walks a non-coder through building a working sales-pipeline app from a spreadsheet inside VS Code, using plan mode, permission modes, @-file references, and slash commands like /rewind. He also covers three reasons to reach for Claude Code over Claude Cowork — and one big red flag.
Source video
"Claude Code Tutorial for Non-Coders" by Kevin Stratvert — Watch on YouTube →
Key Takeaways
- Claude Code is a general agent, not a developer-only tool. It runs on the same engine as Claude Cowork but with fewer guardrails. You can run it inside VS Code (via the official Anthropic extension) or a desktop app — no scary terminal required.
- Pick a small, genuinely useful project. If you can't say out loud why it's worth building, don't build it. Workflows crammed into Excel or Google Sheets (like a sales pipeline) are ripe to turn into real software.
- Use @ to reference any file in the folder (e.g.
@salespipeline.xlsx), and ask Claude to "interview me about anything else you need to know" when you're unsure which context matters. - Turn on plan mode before building. Claude shows its plan before touching anything, so you can catch a wrong turn early. The four modes: manual (asks before every change), edit auto (auto file edits, still asks to run tools), plan, and auto (auto-approves anything it doesn't think is risky).
- Three reasons to prefer Claude Code over Cowork: (1) you see every file as it's created; (2) it can reach across your machine to other folders without adding them to a permission list first; (3) it has a real harness with slash commands —
/rewindrolls back both code and conversation,/goalkeeps working until the goal is met. - The red flag: Claude Code runs with close to full machine access and far fewer guardrails than Cowork. If a "permanently delete?" prompt in Cowork already makes you nervous and you can't tell whether it's safe, Claude Code isn't for you — Cowork's sandboxing exists for a reason.
Commands & Shortcuts Mentioned
@salespipeline.xlsx # reference any file in the working folder
Shift + Tab # cycle permission modes: manual / edit auto / plan / auto
/rewind # roll back both code and conversation to an earlier point
/goal # keep a prompt running until it accomplishes the goal





