Great idea using separate AI agents for drafting and executing changes! It splits token usage and allows for efficient planning and error reduction. Plus, the agents planning process can continue to be improved over time, making future projects even smoother. I can't wait for your next video when you add o1 integration to the workflow
Unreleased custom tool. As @Björn-w7v mentioned more details to come in 2025. In this video I ran 'aloe1 collect ' to collect webpage documentation for AI Agents. BuilderIO's gpt-crawler is a good place to start if you're looking for a comprehensive scraping tool.
@IndyDevDan, have you looked at open-interpreter? You could use it with an open source model like mistral to provide your bash and text editor tools I think for a fraction of the cost. You can invoke it programmatically too and thus incorporate it as one of your agents.
Did you share the code in this video ❓ I'm trying to figure out why I should watch all of this video after I'm 1/3 done. IF there isn't any code to analyze and follow along, and your not showing enough to build it from screen Scraping, then what good will it do me, other than knowing someone is building an interesting thing, why should I watch it❓ Can you help me, Is my assessment fair❓ I want LEARN and DO something useful.. Are you going to release code ❓❓❓❓
The both of you need to step away from AI and work some critical thinking skills lol. Learn how to digest information without the need for step by step handholding, and do some research. All this AI advancement seems to be ruining some of these people lol. If you don't like the 100% free content, help, and knowledge that someone else is giving away, instead of criticizing maybe just move on?
@@coltenwills1926 How far did your critical thinking skills get you toward duplicating his setup, methodology, and doing similar experiments❓ If you even wanted to do that, wouldn't my suggestions be helpful❓ Enlighten us with your thoughts on how the video was helpful to you please.
brilliant!! would be super appreciated if you could share the code using in the video, especially the agents bash scripts. Thanks for such quality video about AI coding assistant, this is exactly what i’ve been looking for.
Just found your channel. Good stuff. It's refreshing to see somebody not edit out the mistakes these tools make...How the hell are you not getting rate limited? lol
Thank you - I try to keep as much of the ai coding process in as useful while keeping the pace of the video up. Tough to balance. High rate limits due to high usage.
First. Epic epic video and thanks for sharing. I really need to use Aider more. Cline has been killing it for me but it really needs this architect mode.
My brother nice video thank you for your in depth tutorial. But is all of this necessary? Why does it feel like an over complication of what it would be like to just use cursor w/ sonnet 3.5 by itself???
It may not be "necessary" but at some point everyone will be competing against engineers who are doing this as a standard. It's really more about competitive advantage and value creation more so than complexity minimization.
merrrrrr...thought i had a good grip with ai and coding, guess i dont lol can you explain what is going on here like im restarted please.....so you have a "team" of ai agents that are just scripts? and like what is it exactly your building like your own tool? i see the chat ui connected but lol i dont understand sos
@@AGIBreakout The point of this video is not for you to "learn" how to do it. He is making this video for those who already know how to do it but he is just showing a new cool use case for it. He has other videos that break down what aider is and the basics.
😄 - As @Solo2121 mentioned, check out previous videos for introductory videos (link in description). As we progress on the channel it's going to get harder to explain everything but I'll try my best and always leave a trail of videos. The AI Coding Course is coming soon. This will get you there and beyond. Most important thing is to keep AI Coding - get the reps in.
Seems like very valuable information is being shared but I would value a formal presentation of this, logically layed out and explained then show the code
Very cool . I am working on plan based ai coding project for the past few months. You are on track and got the same vision iam follwing. Iam particualy hoping with o1 they will add the missing features like tool calling and structured ouputs. This could be another game changer.
Folks can just get Cline (previously claude dev) or aider to do what aloewhatever did. Not sure why we have a video showing us what we should be doing, but with a tool that doesn’t even exist. Not sure why creating confusion would help many people. We are all seeking clarity, not hype. And if your way of doing it is to just submit all the prompts for client and server simultaneously, then why not actually show that? “Picture or it didn’t happen.” If server and client aider are executing simultaneously, how could that ever yield cohesive results? Client aider might go slower than the server one, and they can’t communicate and wait on each other at any step. If they can, that was not highlighted. It’s like 2 workers who don’t communicate well and don’t like to work together, but they read each others handbook.
Suggestion: Don't waste screen space with your hand movements in the background, It's distracting. Go full Screen. Please share the files your working with please...
I like the hand movements. Especially the background typing. Adds more coherence without a face. Feels like a buddy is showing me something cool on his machine. Different folks different strokes I guess!
I like the way Matt Williams (Ollama) shows his code. He does a semi-transparent overlay over the video. Sometime he does that with diagrams as well. The hands in the background is kindof rare - but serves no purpose. At one point I starting thinking it was a 'trained' video because the hands rythmed with his words. 😀 really smart guy. I'm subscribing.
Thanks for the forecast! A bit off-topic, but I wanted to ask: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
When I watch the videos, I give up after 5 minutes because it quickly becomes too complicated for me. But it could also be due to the language barrier.
This is a funny time in the industry. We are hacking the AI to do the work, filling the small gaps that still remain. In a short time, the AI will already do everything itself. All we will need to do is ask it. Don't start a CS degree. Either enjoy your life or find ways to make money in the short term rather than waste 3-4 years, money, and effort.
Not really, Claude fucks up *all* the time. No evidence we're going to be 1 shot dictating apps soon, or even ever. I use Claude daily, but fuck me I don't really bother letting it loose on my code base anymore. Pita
Sir, Please made a video on the Software engineering roadmap(guide) for new learners in the age of AI so, we become Good Engineer ♥♥♥♥ We want to become Like You...
Understandable take. These workflows will make sense with time. It's important to mention we're practicing and preparing for AI Agents and reasoning model based workflows. Focus on where things are going not where they are.
The top AI coding channel on UA-cam.
No, NOT really... Try echohive, AI Jason, 1littlecoder, J Gravelle, Siraj Raval
@@AGIBreakout I follow those guys too...
Great idea using separate AI agents for drafting and executing changes!
It splits token usage and allows for efficient planning and error reduction. Plus, the agents planning process can continue to be improved over time, making future projects even smoother.
I can't wait for your next video when you add o1 integration to the workflow
Very good -- working on something similar with a focus on a role for each team member on a product team... This is going to be such a good year!!
What is aloe1? Custom tool your building or a shared library somewhere?
@IndyDevDan do you mind elaborating a bit more on this one please?
Can't find it anywhere. Is it closed-source?
He said he will talk about it more in 2025. So i think it might be something he is developing.
looking for more details on this too
Unreleased custom tool. As @Björn-w7v mentioned more details to come in 2025.
In this video I ran 'aloe1 collect ' to collect webpage documentation for AI Agents. BuilderIO's gpt-crawler is a good place to start if you're looking for a comprehensive scraping tool.
@IndyDevDan, have you looked at open-interpreter? You could use it with an open source model like mistral to provide your bash and text editor tools I think for a fraction of the cost. You can invoke it programmatically too and thus incorporate it as one of your agents.
I have a while ago. I need to give it another run with new Gen LLMs. Local LLMs still make too many mistakes. Next gen llamas should get us there.
Thanks :) At the moment I use Cursor and Claude Sonnet 3.5 - I try to make it simple - I am beginner.
Perfect
Perfect
Solid choice. Cursor is great for beginners. Keep building.
Did you share the code in this video ❓
I'm trying to figure out why I should watch all of this video after I'm 1/3 done.
IF there isn't any code to analyze and follow along, and your not showing enough to build it from screen Scraping,
then what good will it do me, other than knowing someone is building an interesting thing, why should I watch it❓
Can you help me, Is my assessment fair❓
I want LEARN and DO something useful.. Are you going to release code ❓❓❓❓
I thought similar thoughts. 🤯❗🤯❗🤯❗
Totally Agree. Please make the change @indydevdan
The both of you need to step away from AI and work some critical thinking skills lol. Learn how to digest information without the need for step by step handholding, and do some research. All this AI advancement seems to be ruining some of these people lol. If you don't like the 100% free content, help, and knowledge that someone else is giving away, instead of criticizing maybe just move on?
@@coltenwills1926 How far did your critical thinking skills get you toward duplicating his setup, methodology, and doing similar experiments❓
If you even wanted to do that, wouldn't my suggestions be helpful❓ Enlighten us with your thoughts on how the video was helpful to you please.
@@coltenwills1926 How are those skills helping you advance your AI usage❗
Enlighten us low skilled thinkers, with you advanced ways. "This is the way"
@IndyDevDan what are you using that displays the number of tokens in the opened file in cursor?
In VSCode extensions search: "token count in status bar" - select top hit.
brilliant!! would be super appreciated if you could share the code using in the video, especially the agents bash scripts. Thanks for such quality video about AI coding assistant, this is exactly what i’ve been looking for.
amazing multi-agent workflow, thanks a lot!
Just found your channel. Good stuff. It's refreshing to see somebody not edit out the mistakes these tools make...How the hell are you not getting rate limited? lol
Thank you - I try to keep as much of the ai coding process in as useful while keeping the pace of the video up. Tough to balance. High rate limits due to high usage.
Love the forward looking content! Interested on your take and workflow with all the new tools Github has added.
First. Epic epic video and thanks for sharing. I really need to use Aider more. Cline has been killing it for me but it really needs this architect mode.
I watch dan videos to know if im still on the edge or not 👐
This feels like over engineering hell to tease an upcoming product lmao
Got that same feeling. Ai salad
BTW, Amazing work brother! I am working on AI agent comms over the network. AI Dialects based of core LLM.
You really presented your video in a wonderful and beautiful way. I love this stuff and I love you. You are so creative.
Great work! Thanks for sharing your insights and feedback.
My brother nice video thank you for your in depth tutorial. But is all of this necessary? Why does it feel like an over complication of what it would be like to just use cursor w/ sonnet 3.5 by itself???
It may not be "necessary" but at some point everyone will be competing against engineers who are doing this as a standard.
It's really more about competitive advantage and value creation more so than complexity minimization.
merrrrrr...thought i had a good grip with ai and coding, guess i dont lol can you explain what is going on here like im restarted please.....so you have a "team" of ai agents that are just scripts? and like what is it exactly your building like your own tool? i see the chat ui connected but lol i dont understand sos
Thank you, your videos are always amazing. I learn a lot from them and appreciate your way of thinking
Do you have a github repo for this demonstration project. Would love to be able to use your setup as a way to start learrning.
Holy mackerel!!! You helped me out so much.
Great stuff! As always.
One question. Aren't you using the Continue as a AI coding tool on purpose?
what we really need is a local AI Model that can run on 48gb of ram that can code as well as Claude.
Mind blown. This is awesome!
I wish he would share code and explain it better though. like @echohive does.
And the hand movements are annoying..
Such great content, over and over.
🙏🙏🙏
what am i watching and how do i learn this
It seems He's showing off what he can do without providing any Value to those who wan't to learn and get code to do the same as him.
@@AGIBreakout The point of this video is not for you to "learn" how to do it. He is making this video for those who already know how to do it but he is just showing a new cool use case for it. He has other videos that break down what aider is and the basics.
He's showing us the way 🙌🏾
😄 - As @Solo2121 mentioned, check out previous videos for introductory videos (link in description). As we progress on the channel it's going to get harder to explain everything but I'll try my best and always leave a trail of videos.
The AI Coding Course is coming soon. This will get you there and beyond. Most important thing is to keep AI Coding - get the reps in.
i feel like by the time i can find the time to set this up the main coder assistant projects will have this already implemented
Seems like very valuable information is being shared but I would value a formal presentation of this, logically layed out and explained then show the code
This is brilliant.
Do y'all have a Discord to talk to others about tips/tricks for AI coding?
Is this really valid? I still find myself actually reading and writing code am I doing something wrong
Please don't write code by hand unless you are doing DEEP low level stuff only you understand (c, c++, rust, unusual code with no patterns, etc)
@@indydevdan Wow, thanks. No I am a fullstack web3 developer
Please share the code..
Mind sharing those two scripts? aider client and server?
Wow, really damn thorough, thank you for the top quality content!
what is that aloe1 tool? how can i find it to do that magic with the docs?
Holy cow, this is really complex. I just ask claude for code and it gives me what I need
Please Share the Code... Start a github project. Thanks.
Yes.. that would be great❗
How to set it up ?
Very cool . I am working on plan based ai coding project for the past few months. You are on track and got the same vision iam follwing. Iam particualy hoping with o1 they will add the missing features like tool calling and structured ouputs. This could be another game changer.
folks, were to find aloe1?
Hi! Do you have any real world projects on your own that you generate revenue with?
0:53 Hey Dan, I really wish you cover codeium..
My comment about this being complicated for a beginner was deleted. LOL
Wasn't me and I don't see your comment anywhere (not held for review). Maybe yt didn't like what you had to say lol.
Folks can just get Cline (previously claude dev) or aider to do what aloewhatever did. Not sure why we have a video showing us what we should be doing, but with a tool that doesn’t even exist. Not sure why creating confusion would help many people. We are all seeking clarity, not hype.
And if your way of doing it is to just submit all the prompts for client and server simultaneously, then why not actually show that? “Picture or it didn’t happen.” If server and client aider are executing simultaneously, how could that ever yield cohesive results? Client aider might go slower than the server one, and they can’t communicate and wait on each other at any step. If they can, that was not highlighted. It’s like 2 workers who don’t communicate well and don’t like to work together, but they read each others handbook.
Suggestion: Don't waste screen space with your hand movements in the background, It's distracting. Go full Screen.
Please share the files your working with please...
I like the hand movements. Especially the background typing. Adds more coherence without a face. Feels like a buddy is showing me something cool on his machine.
Different folks different strokes I guess!
Yeah, it distracting. I'd rather have full screen. And a code review and github project sharing would be great ❗❗❗
I like the way Matt Williams (Ollama) shows his code. He does a semi-transparent overlay over the video. Sometime he does that with diagrams as well. The hands in the background is kindof rare - but serves no purpose. At one point I starting thinking it was a 'trained' video because the hands rythmed with his words. 😀
really smart guy. I'm subscribing.
Insane man. Good video
Legoo
Ws in the chat for @techfren
🤯
bro. you are in 2160. I'm trying to catch up to these ideas YESTERDAY
Love this content!
Thanks for the forecast! A bit off-topic, but I wanted to ask: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
When I watch the videos, I give up after 5 minutes because it quickly becomes too complicated for me. But it could also be due to the language barrier.
oh hi
This is a funny time in the industry. We are hacking the AI to do the work, filling the small gaps that still remain. In a short time, the AI will already do everything itself. All we will need to do is ask it.
Don't start a CS degree. Either enjoy your life or find ways to make money in the short term rather than waste 3-4 years, money, and effort.
Not really, Claude fucks up *all* the time. No evidence we're going to be 1 shot dictating apps soon, or even ever.
I use Claude daily, but fuck me I don't really bother letting it loose on my code base anymore. Pita
o1 after the US elections, I heard...
so stoked for this
Sir, Please made a video on the Software engineering roadmap(guide) for new learners in the age of AI so, we become Good Engineer ♥♥♥♥ We want to become Like You...
Great idea I will consider this.
@@indydevdan I'm eagerly waiting for this video, Sir!
your hand movement is a bit much.
Very confusing video. You talk alot about the steps you're performing, but hardly ever mention why you are performing each step.
When someone mentions cursor I stop listening.
room-temp take
dope!
this is complicated as hell
Yeah thats what I was thinking. I feel like it would be faster just hardcoding it by hand.
Understandable take. These workflows will make sense with time.
It's important to mention we're practicing and preparing for AI Agents and reasoning model based workflows. Focus on where things are going not where they are.