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!
@@bhancock_ai i've been debating starting a channel myself but ya know... life! everyone is so excited about cursor and ai integration... and they are missing one of the oldies but goodies... BASH scripting. you can literally -iterate through an entire phase of dev, tell chat to write the current state into a bash script -create bash file in your directory, -run bash script in shell and BAM! you are finished and ready to test/tinker! less room for user error.
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!
Such an awesome idea! If you are not in our Skool community already, I would love if you could create a post around this workflow! Heck, if you could record a quick loom walking through this approach, I'm sure a ton of people would love to see your approach! Here's the link: www.skool.com/ai-developer-accelerator/about 😁
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
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.
Thank you @KlaasKruger! Got to spread the word so that more devs know how to use this powerful tool! It still blows my mind how much more Claude allows me to build! Hopefully AI doesn't take all the dev jobs too soon 😅
@bhancock_ai I've had fun with v2 using vertex api, also got it hooked up to Imagen as I have access, and I've created an auto image generator that saves straight to Google drive. Creates graphics for T-Shirts for example en mass. Getting round rate limiting was the hardest challenge. I own ccwithai
Congratulations fantastic, I was doing or trying to do almost the same thing but in a much more technical and exhausting way without being able to extract all the potential, for each new doubt opening a new chat explaining everything again and then coming with a summary in the main chat and continue, without realizing that I was trying to direct the AI all the time instead of letting it flow and direct me, I did an initial test with the same project that I've been working on all week and almost instantly all the doubts were answered without me worrying. and remember to inform. Sorry for the mistakes in English, I understand well but I speak little, but I thought the approach was fantastic, congratulations, I hope I can follow the course with what I understand in English, thank you and keep up the great work.
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?
When I have some free time, I want to explore aider more and make a new tutorial for you guys! Right now, I’m working on a new fullstack AI project for you guys!
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!
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.)
That's really great! My final wish is, to integrate all the process inside an IDE. So Claude would always stay in context, without need to upload/download files to/from browser. Many solutions exist. Did you find what is the best for you?
Hello Brandon, great video. May I ask one question, why have you made the instructions in phase 1 the start of a beginning of a chat, rather than making this instructions in a workspace ? I would say, in the first phase, it would fit better in a role than as start of the conversation. Thanx
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.
@@bhancock_ai One quick question, my version of the professional plan only let's me upload 5 documents. How can I upload more documents like you did in Phase 3?
@codewithbrandon great content. thanks forthat. what is the software that you use to explain what you ar going to do in the "3 step" workflow diagram...seems to be a virtual laser pointing tool in there
I tried to build thermostat with claude and chatgpt, auduno code generated for single components work, but put together and it does not. Chatgpt cant debug at all hallucinates so bad fron 3rd version brakes everything, claude not so much but failed to fix the simple bugs like rotary encoder not working etc.
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!
I tried to build thermostat with claude and chatgpt, auduno code generated for single components work, but put together and it does not. Chatgpt cant debug at all hallucinates so bad fron 3rd version brakes everything, claude not so much but failed to fix the simple bugs like rotary encoder not working etc.
US citizens only. German phone numbers are barred from login to artifacts. Only claudes api is avalaible here, it doesn't matter where i am from myself.
That's good to know! I didn't know that. Do you know if Claude will be opening access to Germany soon? I know the EU is pushing a lot of AI restrictions right now so hopefully this isn't permanent.
Ideally, you need to delete the old page.tsx and remove it from the project knowledge base. Usually after I fix a few files, I purge the knowledge base and then re-upload everything to prevent hallucinations. Hope this helps!
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
Bro I love your videos I'm so grateful for the content thank you so much. As a tip for you what I've been doing cuz I use replicate and it's AI inside of it also is like it doesn't you know put together the actual it doesn't create the files you still have to copy and paste right so what you can do is at the end have it create a individual files heavy create a combination Master script and that Master script will then take all those individual files that it built and it will automatically create the project and do everything for you right so you build it all separately like you're doing but then once it's built then you don't even just the the temporary placeholders that you have then the combination script will put all that into the project for you when you run the script and like the shell or you just create like a setup.
Sir, I've been considering a way to modify your prompt. Phase 3 requires a subscription to Claude Pro features for access (Project functionality). However, for those of us without access to the Pro version, I think my own modification could be to have Phase 3 provide an outline of prompts. These prompts would generate all the necessary codes based on Phase 2 in a step-by-step manner. What do you think about this approach? Thank you. i will appreciate your esteem assistance, I respect the effort you put in providing this prompts. making it free for us thank you so much sir
34:05 I realized that stubbing out can be a bit confusing since for me it generated both frontend and backend, hence I was not able to get the dev server running.
Thanks for bringing this up! When projects get a little too big, you’ll need to scope things down and create multiple master plans - one for the FE and one for the BE. Please let me know if this works better for you!
Hey! Thank you and I appreciate you letting me know about the link. What happens on your end when you click the link? It looks like it's working on my end.
So can anyone explain for phase 3 the prompt is to flesh out the stub files, but we prompt to flesh out all the stub files. How does it know so to say to do it one file at a time? Also, how come no custom instructions are being used? Dont those have a place in all this?
Hey! I ended up putting my custom instructions right after the phase 3 prompt. I should have made that more clear in the video. Please let me know if that helps!
@@bhancock_ai No sorry I don't quite get it. These are 2 different questions. 1) The phase 3 prompt doesn't specify fleshing out stub files one at a time but all at once. Is your message below guiding it to do it one at a time? Could we find benefit potentially updating phase 3 instructions to include its job being to handle one at a time? 2) Custom Instructions are the option instructions we can provide Claude (right above project knowledge), I noticed those were not used at all. I use them so much so I was curious, is that something this prompting guide doesn't require?
I didnt learn a single things from this. This was mostly an explanation of Claude interface. Summary of the video is to spend 5 min navigating the Claude website & you are sorted.
have you considered to use npx ai-digest to smash your codebase into one file (ruclips.net/video/zNkw5K2W8AQ/видео.htmlsi=eFm2xt3PG93oGAqk) instead of pasting all your files always again to the project knowledge? + have you tried your workflow with claude dev, in order to not manually copy paste all the changes / creating files? any experiences with that?
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!
I love that! Would love to hear more about some of the cool projects you're cranking out!
Same here man. AI gives idea guys superpowers!
@@bhancock_ai i've been debating starting a channel myself but ya know... life!
everyone is so excited about cursor and ai integration... and they are missing one of the oldies but goodies... BASH scripting.
you can literally -iterate through an entire phase of dev, tell chat to write the current state into a bash script -create bash file in your directory, -run bash script in shell and BAM! you are finished and ready to test/tinker!
less room for user error.
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!
Such an awesome idea!
If you are not in our Skool community already, I would love if you could create a post around this workflow! Heck, if you could record a quick loom walking through this approach, I'm sure a ton of people would love to see your approach!
Here's the link:
www.skool.com/ai-developer-accelerator/about
😁
@@bhancock_ai Done deal, waiting for admin approval 🙂
Could you try explaining this again? Im very interested in this approach
Yes the prompt example would be great thanks
I posted it in Brandon's Skool community group. With the recent system prompt posted by Anthropic, it makes more sense than ever.
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
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.
Genius! Great idea!!
Elaborate more how
At phase 2?
And how should we run the script? Through the terminal? I'm a beginner here. Thanks in advance.
@@paulohcassis Correct, through the terminal.
Yes. In Windows, a Powershell scripts works best. I always ask Claude to do that.
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.
🙂
Thank you @KlaasKruger!
Got to spread the word so that more devs know how to use this powerful tool! It still blows my mind how much more Claude allows me to build!
Hopefully AI doesn't take all the dev jobs too soon 😅
@bhancock_ai I've had fun with v2 using vertex api, also got it hooked up to Imagen as I have access, and I've created an auto image generator that saves straight to Google drive. Creates graphics for T-Shirts for example en mass. Getting round rate limiting was the hardest challenge. I own ccwithai
Congratulations fantastic, I was doing or trying to do almost the same thing but in a much more technical and exhausting way without being able to extract all the potential, for each new doubt opening a new chat explaining everything again and then coming with a summary in the main chat and continue, without realizing that I was trying to direct the AI all the time instead of letting it flow and direct me, I did an initial test with the same project that I've been working on all week and almost instantly all the doubts were answered without me worrying. and remember to inform.
Sorry for the mistakes in English, I understand well but I speak little, but I thought the approach was fantastic, congratulations, I hope I can follow the course with what I understand in English, thank you and keep up the great work.
Any reason your not utilizes claude-dev with VSC, since your already using claude sonnet?
Awesome content, I'm a seasoned developer but a beginner AI user. This video gives me great ideas. Thanks! 🚀
Such a fantastic video and course idea laying out the granular level steps to make progress with AI coding.
I don't see any limits only imagination an common sense ...great ! Thank!s for one of the greathest videos i have ever seen !
Thank you so much!! You'll have to keep me posted on what you go off and build!!
Thank you sir i appreciate the effort put to make this video available
Really nice video! I'm looking forward to seeing how you combine all this with Cursor too!
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?
When I have some free time, I want to explore aider more and make a new tutorial for you guys!
Right now, I’m working on a new fullstack AI project for you guys!
my my my, this is going to be a game changer for me. Thanks Brandon, you've got a new sub from me!
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!
Congratulations, great job, where did you learn about this ? Have you tried in different projects, like documents, not code ?
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.)
😂😂😂 until you see someone else do it, it’s not intuitive! But hey - now you’re a Claude expert!
I just watched this video for the second time and took notes and saved screenshots. This is a gem of a video!
Love it!! You're becoming a Claude master!
That's really great! My final wish is, to integrate all the process inside an IDE. So Claude would always stay in context, without need to upload/download files to/from browser. Many solutions exist. Did you find what is the best for you?
Vsc/cursor
@ more details please, how it is possible? i’m aware of copilot, cursor, cline, codeium, etc, but afaik there is no integration with claude projects
Really cool video.
Can all these steps be automated with CrewAI or a similar agentic framework? Just a thought.
Great idea! I haven’t tried that yet. If you get to try it before me, please let me know what results you get!
Hello Brandon, great video. May I ask one question, why have you made the instructions in phase 1 the start of a beginning of a chat, rather than making this instructions in a workspace ? I would say, in the first phase, it would fit better in a role than as start of the conversation. Thanx
thanks for the tutorial! what app are you using at 14min to draw out the process?
Thanks for the great video, love your enthusiasm 😉
Thank you @winchawa!
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.
Just wow, Thanks
Awesome video! But where is the prompt for Phase 3? I followed the first link in description, but I never got the email :(
Awesome video Brandon!
This is Fire 🔥... Thanks a million... I have never used Claude before, now I am super excited!!
Once you use it, you’ll never go back! Lol
@@bhancock_ai One quick question, my version of the professional plan only let's me upload 5 documents. How can I upload more documents like you did in Phase 3?
Insightful and helpful as always!!
well done. great teacher.
I defiantly looking for like these valuable contents👌
@codewithbrandon great content. thanks forthat. what is the software that you use to explain what you ar going to do in the "3 step" workflow diagram...seems to be a virtual laser pointing tool in there
It's called Excalidraw! I definitely recommend trying it out!
I tried to build thermostat with claude and chatgpt, auduno code generated for single components work, but put together and it does not. Chatgpt cant debug at all hallucinates so bad fron 3rd version brakes everything, claude not so much but failed to fix the simple bugs like rotary encoder not working etc.
What application are you using to write/run your code?
😮 absolutely spetacular!
Thank you Alex 😁
@@bhancock_ai Thank you
is custom instruction only for the specific project? or it is for all projects?
Hmm.. Unfortunately this is not going well for me as the stubbing out file is pretty inaccurate to work with :( perhaps I need a simpler master plan..
Artifacts are now under settings.
Thank you for helping point people in the right direction!!
could work it and try this on GPT's and Canvas ?
Good vid can u chuck that prompt in gist? Thx bro
Hey Parker! All the prompts are in the first link down in the description below.
you got my sub! good work!
Can Claude can be used to develop complete Flutter Project?
Excellent, Great info , thanks
Good luck
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!
Thanks man! I was worried that people might not like learning about the full process so I'm glad you really enjoyed it!
Claude can't figure out how to debug CORS on localhost while simultaneously not breaking some other part of the code. It's driving me nuts
I tried to build thermostat with claude and chatgpt, auduno code generated for single components work, but put together and it does not. Chatgpt cant debug at all hallucinates so bad fron 3rd version brakes everything, claude not so much but failed to fix the simple bugs like rotary encoder not working etc.
what app do you use for presentation? thx
US citizens only. German phone numbers are barred from login to artifacts. Only claudes api is avalaible here, it doesn't matter where i am from myself.
That's good to know! I didn't know that.
Do you know if Claude will be opening access to Germany soon? I know the EU is pushing a lot of AI restrictions right now so hopefully this isn't permanent.
artefacts are accessible in France
@@bhancock_ai works in UK as well. Probably because we are part of continental Europe, just not the EU :(
Thank you so much, very helpful for me when building a project with or even without Claude!
Thanks John!
I like to think that AI just promoted all devs to tech leads where you spend more time project planning than actual coding!
'projects' is not available in the free version?
kindly post vide about Claude API and console video full course video
40:03 does it not hallucinate if you keep the old page.tsx?
Ideally, you need to delete the old page.tsx and remove it from the project knowledge base.
Usually after I fix a few files, I purge the knowledge base and then re-upload everything to prevent hallucinations.
Hope this helps!
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
Bro I love your videos I'm so grateful for the content thank you so much. As a tip for you what I've been doing cuz I use replicate and it's AI inside of it also is like it doesn't you know put together the actual it doesn't create the files you still have to copy and paste right so what you can do is at the end have it create a individual files heavy create a combination Master script and that Master script will then take all those individual files that it built and it will automatically create the project and do everything for you right so you build it all separately like you're doing but then once it's built then you don't even just the the temporary placeholders that you have then the combination script will put all that into the project for you when you run the script and like the shell or you just create like a setup.
That is an awesome process! Thank you for sharing!
Would you say your approach is easier than claude? It sounds like it might be
Sir,
I've been considering a way to modify your prompt. Phase 3 requires a subscription to Claude Pro features for access (Project functionality). However, for those of us without access to the Pro version, I think my own modification could be to have Phase 3 provide an outline of prompts. These prompts would generate all the necessary codes based on Phase 2 in a step-by-step manner. What do you think about this approach?
Thank you. i will appreciate your esteem assistance, I respect the effort you put in providing this prompts. making it free for us thank you so much sir
That's a great idea! When you try it out, please let me know how it works for you!
Solid video!! That work flow is epic!
34:05 I realized that stubbing out can be a bit confusing since for me it generated both frontend and backend, hence I was not able to get the dev server running.
Thanks for bringing this up! When projects get a little too big, you’ll need to scope things down and create multiple master plans - one for the FE and one for the BE.
Please let me know if this works better for you!
17:30 but but… what if it needs to know about file 2’s chat and that context to get file 3 right? Is that just bad coding?
Can you do a video using these templates, with claude dev and also do a video with cursorai composer.
Have you had much luck with Claude Dev so far? I’ve heard mixed results and heard some people were racking up huge bills
@@bhancock_ai I haven't tried it myself.
Awesome sir... Insane
Does this integrate with the Claude Dev plugin for VS Code? I want it to automatically create the project structure and paste in the generated code.
lets give it a try
Taking action! You're doing it right Chris!! 💪
Nice stuff Brandon!
Thanks Paul! Also, looking dapper with that tie!
I really want to login to your skool page, but when uploading a photo it stucks
Thanks for letting me know! What error are you getting?
There is no more error
Mitchell sent me!
Welcome to the AI party!!
Is the Northstar template available somewhere ?
I find it its good, Github repo, if you are also looking for it
Yes! The first link in the description below will take you over to the source code where you can grab all the templates!
Keep up the good work. Also, source code download doesn't work :), it keeps getting "TypeError: Failed to fetch" error
Hey! Thank you and I appreciate you letting me know about the link.
What happens on your end when you click the link? It looks like it's working on my end.
@@bhancock_ai I keep getting the "TypeError: Failed to fetch" error. Each new button press generates new error.
@@bhancock_ai I keep getting "TypeError: Failed to fetch" error.
@@bhancock_ai I keep getting “typeerror: failed to fetch”
@@bhancock_ai it keeps getting "TypeError: Failed to fetch" error
Please help me with the tools you used for project architecture
Excalidraw! It's an amazing tool!
awesome!
We can't find the link to the template?
Hey! The link to the templates is down in the description! It's the first link. Hope that helps!!
@@bhancock_ai Thank you so much
Oh wow, great tutorial.... I think I mightve broken the like button too bad I can only give you 1 like
I love this 😂
Glad you liked the video!
So can anyone explain for phase 3 the prompt is to flesh out the stub files, but we prompt to flesh out all the stub files. How does it know so to say to do it one file at a time? Also, how come no custom instructions are being used? Dont those have a place in all this?
Hey! I ended up putting my custom instructions right after the phase 3 prompt.
I should have made that more clear in the video.
Please let me know if that helps!
@@bhancock_ai No sorry I don't quite get it. These are 2 different questions.
1) The phase 3 prompt doesn't specify fleshing out stub files one at a time but all at once. Is your message below guiding it to do it one at a time? Could we find benefit potentially updating phase 3 instructions to include its job being to handle one at a time?
2) Custom Instructions are the option instructions we can provide Claude (right above project knowledge), I noticed those were not used at all. I use them so much so I was curious, is that something this prompting guide doesn't require?
Why not just use cursor or aider?
Langraph, if you could please...
I wish this worked with Rust.
Yea… I work with Ruby some and it struggles with it too. Hopefully they’ll fully support all languages by the end of the year!
I didnt learn a single things from this. This was mostly an explanation of Claude interface.
Summary of the video is to spend 5 min navigating the Claude website & you are sorted.
Clearly you didn't watch past the 5 minute mark.
By all means go read the docs and move along. You may want to stick to RUclips shorts while you are at it. Tik Tok also a good match.
oh wow 4th commenter keep it up Brandon!
have you considered to use npx ai-digest to smash your codebase into one file (ruclips.net/video/zNkw5K2W8AQ/видео.htmlsi=eFm2xt3PG93oGAqk) instead of pasting all your files always again to the project knowledge?
+
have you tried your workflow with claude dev, in order to not manually copy paste all the changes / creating files? any experiences with that?
just use Cursor AI
I’m the second 😂
I love that this has turned into a race! So close to first 😂
I am the first viewer ❤
I love the dedication and speed! 😂
The explanation is a bit rambling, please be more to the point
Insane