---
title: 'Claude Code Tutorial for Non-Coders'
source: 'https://youtube.com/watch?v=inxAjCRHe2o'
video_id: 'inxAjCRHe2o'
date: 2026-08-04
duration_sec: 575
---

# Claude Code Tutorial for Non-Coders

> Source: [Claude Code Tutorial for Non-Coders](https://youtube.com/watch?v=inxAjCRHe2o)

## Summary

This video tutorial demonstrates how non-coders can use Claude Code, an AI agent that writes code, to build functional applications. The presenter, David DeWinter, clarifies misconceptions, walks through building a sales pipeline app, and compares Claude Code with Claude Cowork, highlighting when to use each.

### Key Points

- **Misconception: Claude Code is for coders only** [00:00] — Claude Code is not just for developers; it's a general AI agent that writes code. You describe what you want in plain English, and it handles the coding.
- **Claude Code vs. Cowork** [00:46] — Claude Code runs on the same engine as Cowork but with fewer guardrails. Cowork is safer but more restrictive; Code offers more power and flexibility.
- **Getting started with Claude Code** [01:04] — You can use Claude Code via a desktop app or VS Code extension. The tutorial recommends using VS Code for better file visibility.
- **Choosing the right project** [01:17] — Pick a small, focused project that is genuinely useful. If you can't articulate why it's worth building, don't build it. Look for tasks currently done in Excel or Google Sheets.
- **Example: Sales pipeline app** [01:43] — The presenter builds an app to manage a sales pipeline, automating tasks like reorganizing folders and updating documents when a deal changes stage.
- **Setting up VS Code and Claude Code extension** [02:12] — Open an empty folder in VS Code, install the official Claude Code extension from Anthropic, and open the secondary sidebar to access Claude Code.
- **Prompting Claude Code** [02:41] — Use the @ symbol to reference files. Ask Claude to interview you for missing context. Use plan mode to review the plan before execution.
- **Understanding Claude Code modes** [03:32] — Manual mode asks for approval before changes; auto mode auto-approves non-risky actions; plan mode shows the plan first. Use shift+tab to cycle modes.
- **Handling jargon and clarifying questions** [04:02] — If Claude uses jargon like 'openpyxl', ask it to explain. You can also rewrite the plan to make it more understandable.
- **Building the app** [05:09] — After approving the plan, Claude Code builds the app, creating files and showing progress. You can see every file it creates.
- **Running the app** [05:39] — The app creates a .bat file to launch. Dragging a deal to a new stage updates the spreadsheet, verifying the app works.
- **Advanced feature: Cross-folder access** [06:05] — Claude Code can access other folders on your machine, unlike Cowork's sandbox. This allows automating tasks like moving folders when a deal changes stage.
- **Using /rewind and other commands** [07:29] — Claude Code has a harness with commands like /rewind to roll back changes, and /goal to keep working until a goal is met.
- **Sharing the app** [08:10] — You can copy the app files to share with teammates, but for team-wide deployment, consult your IT team.
- **Comparison: Cowork vs. Code** [08:36] — Building the same app in Cowork required more manual steps: no plan mode, explicit permissions, no file view, and no /rewind.
- **Red flag: Full access to your machine** [09:03] — Claude Code has near-full access to your computer, with fewer guardrails than Cowork. If you're uncomfortable with that, stick with Cowork.

### Conclusion

Claude Code is a powerful tool for non-coders to build apps, but it comes with risks due to its full machine access. Use it for complex tasks, but prefer Cowork for safer, simpler projects.

## Transcript

Today I'll show you how to use Claude Code as a non-coder. We'll start by clearing up the biggest misconception you probably have about Claude Code, and then obviously complexity for you. Along the way I'll cover three reasons why you'd even want to
use Claude Code and one big red flag why you shouldn't. I'm David DeWinter, I partnered with Anthropic to bring you this one. So, the biggest misconception is that Claude It's not. It's a general AI agent that happens to write code. You choose a
folder to work in and describe what you want in plain English. So, if you know Claude Cowork, you're most of the way there, tutorial for that in the top right, by the way. Code runs on the same engine as Cowork. It's just that
Cowork has more guardrails, so you don't end up shooting yourself in the foot. That means that Cowork can build apps too. So, let's actually see what's different about Code. Code, and there's a desktop app as well. You don't have to use a scary
looking terminal window or a command prompt. So, with that, let's walk through the steps of building an app. The first trick is picking the right thing to build. Keep it small, keep it focused, and it sounds silly, but make sure whatever you build
will actually be useful to someone. If you can't say out loud, why it's worth building, don't build it. And if you need some inspiration, check out some of the many apps that you use at work that are crammed into
Excel or Google Sheets. Some of those are ripe for turning into real software. Here's an example. I keep my sales pipeline in a spreadsheet. It works, but every time a deal changes stage, I have to go do a handful of other things,
like reorganize folders on our shared drive, gather new docs, research the account, and so on. So, I'm going to build an app that handles all of that for me. To follow along, you can grab Claude Code right here. I recommend also downloading Visual
your files while you work. When you start with VS Code, you'll want to do two things. First, use the open folder link to open an empty folder on your computer. I've got one here already called sales pipeline. Second, to get Claude Code to
show up, click on the Extensions button in the sidebar, then type in Claude to find the Claude Code extension. You're looking for the official one made by Anthropic. You should see a blue install button here to install it. Once the install completes, click
here to open the secondary sidebar and make sure Claude Code is selected. You'll see this window down below. You can go a little bananas with the customization, view. The Explorer view shows everything in this folder. I've got my pipeline spreadsheet here
already. There's a link in the description if you want to grab it too. Let's in. I'm not a developer. I track my pipeline inside at sign sales-pipeline.xlsx.
And yes, that's a trick. Use the at sign to refer to any file in Continuing on, I want a simple app that shows my deals grouped by stage that can read from this file, where I can drag a deal from one stage to
the next. When I change stages, it updates the Excel. Interview me about anything else that by clicking on this hand icon in the bottom right. This makes Claude show
me its plan before it touches anything, so I can catch a wrong turn before it spends time building the wrong thing. So when I build a new feature or from the very start. Now, while this is working, here's a quick overview of all
the modes. We've got the manual mode where it's going to ask for approval before making any changes. Edit automatically. We'll handle changes in files automatically, but we'll still ask your permission to run any custom tools. Plan mode, we've already covered. And then auto
mode will try to auto approve actions as long as Claude doesn't think that they're risky. Now, after about 30 seconds, it's going to ask us some questions. Remember, in we asked it to interview us about what it needed to know. That's a prompting
trick you can use when you're not sure which context is relevant. Answer the questions based on what you want to see. I want these three fields on every card. I want the last updated column to be updated when I move deals between stages.
For now, I just want dragging to work. And I do want it to back up the Excel before I make changes. It's submit answers when you're done. A couple seconds later, you'll get a plan to review. Like I said, the plan is a
to make sure Claude doesn't steer off track. Remember when we said, I'm not a developer. This is a great way to teach Claude to keep it non technical for to use this tell Claude what to do instead box. For example, if you don't
know what openpyxl is, you could type in something like this. You quote what it says and you ask, what does it mean? It comes back pretty quickly, even apologizing for the jargon that it's writing. It tells you what openpyxl
rest of the jargon from the plan. If you want to rewrite the plan, go ahead and do so. I'm going to keep things moving and type approved. I'll press enter. I'll click yes and auto accept edits because I don't want it to bug
me until it's done. In fact, I'm going to make that even stronger by clicking the modes button again and then clicking auto. That takes a few minutes to complete. Cowork. While it builds, you can see every file that it creates right here.
Cowork doesn't offer that level of visibility inside the app. Now that it's finished, it's also made this file that we can double click to open it to quickly get there right click on the file and then select Reveal in File Explorer that
opens the folder where we can double click on this .bat file to open the app. Now remember, this app is linked to the spreadsheet, which means if I drag a deal to a new stage, it should be updated there. We can verify
this by opening the document and seeing that Northwind Traders is in the active stage. The last updated date was also marked as today. Now, Claude Cowork could build this too, but here's where we get clunky. I'm going to ask Claude Code to
reach out to a different folder on my computer. Here's the new feature we're going to build. See, all those accounts in the spreadsheet also have their own folder inside of our shared drive. When an account moves from prospects to active, we also want
their folder to move into the active folder. We also want to make sure that To do this, I'm going to paste a prompt from the resource guide. That's also in the description. Let's go through it step by step. We're keeping it pretty simple.
When a deal moves to active, it should change its location on the shared drive. Here's the shared drive location. Active accounts should be in the active folder and should have subfolders created if they don't already exist. Remember, we switched this to plan mode
first before we make the change. We can do that with this menu, but the faster way is to hold shift and press tab until you get the right mode. While this is running, by the way, this is reason number two to use Code.
It can reach across your machine to entirely different folders. first. That sandbox in Cowork can be useful or it can really slow you
This plan I approved off camera. Let's see what Claude did. We've got the active folders on the right side of the screen. Let's see what happens when we move We see the Contoso folders added and all of the new subfolders are there. Now,
this worked on my machine, but sometimes you might not like the changes that Claude Reason number three to use Claude Code is just a better environment, something we call a harness. There are all sorts of commands you can access using the slash key
One example is /rewind. Use this to roll back both your code and your Cowork also doesn't have an explicit plan mode. Other cool commands include /goal
where you can keep a prompt going until it accomplishes exactly what you want. And for fun, drop a comment if you know what /stickers does. Now, let's talk about how you share an app. Today, it lives on your machine
If a teammate wants it, you can copy all of the files that you But if the whole team needs it, that's likely a conversation with your IT team.
fix it on everybody's machine. There are better ways to build software. Now, you remember that misconception I told you earlier? I said Cowork could do a lot of the same things.
So I actually built this app with the same prompts in Claude Cowork. The So instead of plan mode, I had to ask it to write a plan. I had to explicitly grant permission to reach that folder in our share drive.
There's no file view to watch it work. And there's no /rewind if something Now, if you're still on the fence about using Claude Code, here's a big red
flag not to use it. Claude runs with close to full access to your machine. And certainly far fewer of the guardrails than what Cowork gives you. So for example, if this permanent deletion question in Cowork makes you nervous and you don't
know how to tell if it's safe or not, then Claude Code isn't for you. Now you know when to reach for Claude Code and if Cowork is actually enough for you. Remember, you can download Claude Code using the link in the description
David. I'll see you in the next one.
