Claude 3.5 Crash Course for Developers: Code 10x Faster in 2024 [Claude 3.5 artifacts]

preview_player
Показать описание
🤖 Download the Source Code Here:

Don't forget to Like and Subscribe if you're a fan of free source code 😉

📆 Need help with CrewAI, join our FREE Skool Community:

📣 New Premium Fullstack AI Course:
By the way, I’m currently pre-launching my new Fullstack AI Marketing Platform course! It’s all about building real-world AI apps that automate marketing workflows for creators using LangChain, OpenAI, and more. If you're interested, I’m offering a 20% pre-launch discount right now, plus 6 weeks of live group support. The course goes live mid-September — check it out here if you’re curious!

In this crash course, I guide you through mastering Claude and building lightning-fast AI applications. You'll learn how to leverage Claude's capabilities to build apps 10x faster, including working with Projects, Artifacts, and knowledge bases. Plus, I'll walk you through my secret 3-step process that has helped me streamline code development at an AI startup and for my YouTube projects. The video includes plenty of real-world examples, and all the templates are available for free!

📰 Stay updated with my latest projects and insights:

Checkout my other tutorials:

Timestamps:
00:00 Introduction
00:53 Claude Overview
03:52 Claude Artifacts
05:28 Claude Project
17:48 Step 1 - North Star - Overview
21:28 Step 1 - North Star - Providing High Level Goal
24:32 Step 1 - North Star - Initial Feedback
28:48 Step 1 - North Star - Additional Feedback
31:28 Step 2 - Stub Out The Files
34:59 Step 3 - Fully Code Out Overview
42:33 Application Demo
43:35 Outro
Рекомендации по теме
Комментарии
Автор

Hey... I'm an idea guy, I throw out scenarios and projects weekly...

But these tools in the past 6 months have made me a project guy.

Keep up the great content!

thomashogan
Автор

I've been working on a complex project with a GraphDB ontology and found a helpful approach. Setting a system prompt for Claude's Project has significantly improved my workflow. I use Claude's console to generate this prompt, which I then add to the project. This method helps me avoid token timeouts and saves tokens by instructing Claude to return only relevant code blocks instead of entire files. It's improved the quality and focus of responses while streamlining the process. I hope this tip helps others working on complex projects too!

bartolli
Автор

I watched the first half with a trial-and-error attitude, and I didn't expect it to be so effective. The blogger is amazing and explained everything in great detail

ddwinhzy
Автор

INSANE. Brandon is always the first. Tinkering with Claude and Claude Dev as well. But this is the first comprehensive guide i have seen so far.

🙂

KlaasKruger
Автор

This was really cool! Breaking things down into smaller yet more concrete steps, starting new project at different stages makes so much sense! I thought I knew how to use claude well but this is gold. Thank you!

captainlennysub
Автор

Ive been working on a machine learning project using multiple claude projects as master and worker node, sorta similar approach. The master is a “project manager” whose job is similar to your master except its job outside of guiding and suggesting overview is to generate the instruction + knowledge md file for each worker project. I then make a new project paste instructions + knowledge work the module, have it generate summary of the module, considerations, challenges etc to feed into knowledge and rinse repeat.

beyyugi
Автор

What?? I feel like such an idiot, haha! I totally missed that I could have been starting multiple chats from within the same project. Thank you! (and back to edit my comment to also say that this is so much value. Appreciate you taking the time.)

adventurelens
Автор

You can also ask claude to create a script that will both generate the folder structure and populate the files with the code so you don't have to do it manually.

carlossawyerr
Автор

Thanks. We also can add instruction to do not use src folder (new convention), and do not "use client" inside page.tsx but extract into a component if needed

chezanagrofarm
Автор

This is Fire 🔥... Thanks a million... I have never used Claude before, now I am super excited!!

rfrizzelle
Автор

Solid video!! That work flow is epic!

adamgdev
Автор

my my my, this is going to be a game changer for me. Thanks Brandon, you've got a new sub from me!

ollysalanson
Автор

Thank you so much, very helpful for me when building a project with or even without Claude!

johncegom
Автор

Really nice video! I'm looking forward to seeing how you combine all this with Cursor too!

MaksymLiamin
Автор

Such a fantastic video and course idea laying out the granular level steps to make progress with AI coding.

IdPreferNot
Автор

Dude, such an amazing and much needed tutorial! This stuff teaches not just how to use AI to build projects, but even more importantly helps new or aspiring devs to start to understand the more complete "engineering" process. Gold I tell ya!

CodingtheFuture-jghe
Автор

Thank you sir i appreciate the effort put to make this video available

Beloved_Digital
Автор

Thanks for the great video, love your enthusiasm 😉

Winchawa
Автор

Thanks for this awesome tutorial. I love Claude for coding tasks, but you just got me a level up. Now what do you think about taking the next step and adding aider to your workflow?

niceplace
Автор

Awesome video! But where is the prompt for Phase 3? I followed the first link in description, but I never got the email :(

JoseLealDev