like Instacart. Is it possible to do on my own? Says South City1026. My question is why not? Why isn't it possible to do on your own? With Claude code and Claude Opus 45, literally anything is possible. You can build anything you want. The blocker in your head should never be is this possible? And if the question...part of the agency. agency part of this is like you got to the moment you have ideas like this, you just go and you build it in claude code. You don't ask other people, is this possible? You just build. You go and build. That's got to be like your impulse. South City
Поиск по транскрипциям
this to get through but we're just going to start with the first thing that you have to understand is that an agent which is what claude code is acts as a digital employee for you. So what does that mean? A digital employee will need to have some kind of uh tools or access or context or knowledge...what it's doing, right? And the first thing you need to understand with getting this set up and how to get the most out of it is like claude code is going to be your digital employee or your assistant to do whatever you set it up to do. But in order to do that correctly, it needs
going to build a quick demo app here in Claude Code just in Visual Studio Code. Then, we're going to take that app and I'll show you how to connect it to Claude Code for web. So, my preferred way of using Claude Code is the extension inside Visual Studio Code. Super easy to use, great...going to show you how to build this really basic journaling app. But then we're going to add a ton of features and functionality by using Claude Code for Web, which is going to be awesome. And real quick, if this is your first time hearing of Claude Code for web, this is their cloud-based version of Claude
Before we wrap, I want to ask you, as the creator of Claude Code, what are your best practices for using Claude Code? And any tips or tricks. - Yeah, I think the biggest thing that I recommend, okay, maybe two tricks. So one thing I recommend is that if you're brand new to Claude Code and you haven...questions about the code base. So you can ask, you know, if I want to make, add a new logger, how do I do that? And then ask Claude Code to explore the code base and figure it out for you. Or why is this function designed the way that it is? Claude Code
want to make it really clear that the only limitation is your imagination with Claude Code. So, Claude Code edited 95% of the video that you're watching right now. I use it for my video editing. It solved pretty much every minor problem in my life. So, for example, at my nearby Starbucks, it automatically disconnects you from...every hour. So, you have to manually reconnect. I just told Claude Code, "Can you make a script to do that for me automatically? " People have even been exploring their DNA with Claude Code and making visualizations for it as well. Now, to prevent me from spending 14, 15 hours every single day in my room using Claude Code, Claude
next hidden feature I'm going to talk about just released a couple days ago and that is Claude Code sub aents. What sub aents allow you to do is instead of coding with one agent in claude code which can take a tremendous amount of time. You now can create sub aents that can handle multiple tasks at once...aents for creating content, sub aents for managing your database. There are so many options, but I figured out the best way ever to create sub agents inside of Claude Code. So down below is a link to the documentations for Claude Code sub agents. What you want to do is this. You want to copy the entire page
today. Let's get into it. Let's go through the setup first. What you see here is on the right, Visual Studio Code with the Claude Code extension. I'll have the link to Visual Studio Code down below. It is completely free. No monthly subscription, nothing like that. I use the Claude Code extension. To download that...have to do is go into the extension section of Visual Studio Code. You type in claude code, you hit install, and boom, you have the claude code extension installed. There's many ways you can use cloud code. The CLI, the extension inside cursor inside Visual Studio. For me, my preferred workflow is the extension inside Visual Studio because
answers for you right here. There are times when you want to use OpenClaw to do your vibe coding work. There's times when you want to use Claude Code. I use OpenClaw if I'm just trying to do quick prototypes. Maybe I'm on the go. I think of an idea for an incredible...give it a list of 20 different tasks to do. I'll go to sleep and it will go down that list while I'm sleeping. Claude Code still can't do that. But for claude code in this mobile functionality, I'm doing it for big projects, right? So big complex hairy projects that I want to be hands
that last commit and start over again with Claude code. This is how you make up for the lack of checkpoints like Cursor Agent has is by using GitHub as your checkpoint system. If you're a new programmer and you haven't worked GitHub into your workflow yet, make sure you do that. Sign up for GitHub and start...committing your code immediately. If you're not familiar with how to do that, just ask Claude Code to do it for you and it'll work it for you perfectly. The next trick I want to teach you about is when to paste in images to Claude Code. So, for those who don't know, you actually can bring
What we're going to do is we're going to open up Claude Code inside a cursor. Cursor is free. Make sure to get that. and then claude code. I'll also have the link down below if you don't have that yet, which you're crazy yet. We're going to open this up in cursor...once you have your terminal open in cursor, make sure you type in claude after you've gotten claude code installed. That will open up claude code and we're good to start going with our senior developer. So claude code in this workflow is going to be our senior developer that'll be scaffolding
going to hit control tillday. That will open up the terminal down here. Once you're in here, you're going to paste in the command to install claude code. That's going to be npm install-gropic. And I'm going to put this down below so you can just copy and paste. But feel free to pause here...description, and paste that into your terminal here. Once you have that installed, all you need to do is type in claude, hit enter, and it starts up Claude Code. So Claude Code's all set up. You can see in the terminal here, what I'm going to do is I'm actually going to move this terminal over
directory. Now, open your browser and head over to github. com/moshhamedani/expensetracker-starter. This is the starter project I've created for this course that we're going to improve using Claude code. So, let's clone this project on our machine. So, Git clone. All right, great. Now, let's go into this directory. Now, we can run Claude right here...running Claude inside of a VS Code terminal. So, I'm going to go to my VS Code and open this project right here. Good. Now, when using Claude code, we don't want to use the chat window here, so let's close it and open up some space. Now, let's open a terminal window by pressing control
After that, we'll cover the cloud directory, the subagents folder, and a bunch of functionality that not a lot of people know about. We'll then cover Claude Codes, various modes, including their plan mode, which you guys might have heard about, dangerously skip permissions mode, which gained a fair amount of notoriety recently, and how to use them...your context efficiently, avoid context rot, and ensure that your prompts are built and structured in a high ROI way. I'll run you through every slash command and Claude Code and how to use all of them. We'll then cover hooks, which are custom scripts that you guys can fire automatically before or after every Claude Code tool
reads every comment, so make sure you comment below. The AI coding wall just got real. Google dropped Gemini CLI yesterday, and it's going head-to-head with Claude Code from Anthropic. Both tools do the same thing. They're AI agents that live in your terminal. They write code. They run commands. They build entire projects. But here...music with LIA. This isn't just a coding tool. It's like having Google's entire AI arsenal in your terminal. Now, let's talk about anthropics challenger, Claude Code. Claude Code launched earlier this year. It's also a terminal based AI agent built on Claude 3. 7. And Claude 3. 7 Sonnet is no joke
enter and it's going to build out. You don't need the advanced prompting techniques. You just keep it simple and you make the simple asks and Claude Code will be able to build it out for you. So now it's going to create the to-do list here. What it's going...able to do that one by one and we can sit here and relax. So I'm going to give you a little cheat. hack here. when claude code is working right it is it the quickest in the world no sometimes you sit here for a few minutes most people when vibe coding and their AI is working
really intimidating if you're not technical or not a developer. So, I wanted to make this video to show you exactly how to get started with Claude Code as a beginner and exactly how to think about it the right way for your use cases because Claude Code is way different than AI chatbots like Claude or Chat...with that you could create websites, you could create apps, you could create tools of all kind, you could also do all kinds of automation. So what exactly is claude code? I think the simplest way to think about this is think of cloud code as an AI builder that could actually create things for you. And it does that
think should I kick Cup 22R? He's trying to get me to delete everything. I might just do it. Um, the benefit of using the terminal with claude code like we're doing here is it's going to take up way less memory. So, your computer is way faster. Visual Studio Code and cursor take up tremendous amounts...much memory and your computer slows down to hold. And I got a good MacBook Pro. This is incredible timing. The Claude agent. I love the way Claude Code talks to me. This is what I mean. It's the small things. It's the small things, right? The Cloud Agent SDK is basically built for this. Like, it gets
released Claude Code in February. - Yeah. - So it's been about a little over three months. What's it been like? What's the reaction been from the community? - Yeah, just insane, so unexpected. But before we released it, we weren't sure if we wanna release it. It was this tool that internally is just, it makes our engineers...made it pretty obvious for us that we should put it out into the world as well. - Yeah, and that's a big way that we developed this thing. Claude Code is written using Claude Code. Almost all the coding Claude Code has been written and rewritten using Claude Code. And yeah, we're very big believers in dogfooding
this straight. anvil. You want to build lovable. your own version of lovable. Is that what you're saying? I don't know, man. Ask uh Claude. Go to Claude code. Hey, I want to build my own version. What the hell do I do? I know Versell has a very good open-source uh app builder. Versel open source...builder cuz I think that'd be a perfect kind of funnel of things I talk about then, but it's like, am I really going to compete against Claude Code? You know, I'm not going to beat Claude Code. Why do you prefer Claude Code over Open Code? because I think Claude Code's the smartest AI coding
look at some of the details from the source code which has been leaked uh on NPM, of course, on GitHub as well via map on NPM of Claude code. And uh everybody has been talking about it that Claude code source code has been leaked, and that's what we're going to look at here...know, uh about this uh thingy on NPM, okay, uh and then Anthropic came out, and they made this announcement that they have confirmed that Claude code source code was leaked in distribution in their CI pipeline on GitHub uh and their destination on NPM, as we talked about. And they're working with GitHub and all uh with their