iterating on a code base is fine but you've seen these agents they get stuck in loops and dead ends so there definitely needs to be some kind of smart overarching like orchestrator that manages paths and knows when like what Puffs people took uh agents took like sub agents took and knows like okay we've tried to do this now let's try to do that welcome to episode six of tool use tool use is a weekly conversation about helpful AI tools where we teach you what is possible today by providing real examples that we put together we also talked to other AI makers to show their perspective and experiences and try to spread the knowledge this week we're focusing on tools to help contribute to open source I'm Mike Bird talking with Ty Fiero and today we're joined by Tech friend or AJ how's it going everybody very well thank you yeah happy to be here I'm excited to talk open source I mean like I'm such a proponent of Open Source you know working for an open source company Mike I know you love open source you're on Twitter all the time preaching open source so I think it's a great for the week yeah and being able to just enable people to actually take their ideas and deploy it it's very exciting what do you got for your demo M okay so one thing that I've been looking to do is trying to automate tasks that developers have to do when they're contributing to open source and we saw in an earlier episode actually referenc it today the AI commit tool I have where it'll write the commit for me but I noticed when I write a commit and push it up it either looks fine in the description or I still have to fill out the description so I thought I I would like a tool that takes all of the commit messages and writes a PR description for it so in the AI tool kit I added the two um actions I'm doing so this one is going to be the pr writer now what I'll do here is this this is the read me for the pr writer it's garbage so I'm just going to add a quick little to-do um to-do make this read me better and then just comment it out so very basic one uh get status that's the only one get at all and then the AI commit add note to my users to set grp gr API key there we go and then push it up you can see I'm on this PR writer action Branch so when I go to pull requests compare create pull requests very basic but see this is what I'm talking about it takes the commit message splits it across the title in this it's kind of trash but I'll just hit create pull request what it's going to do is it's going to start running this action if we're head into the actions we can take a look and see that it is going through this summarized thing what it's actually doing is it's calling grock with all of the commit messages to create a title and create a description so going back into it update PR writer read me documentation along with the entire description of it I mean this is a very basic one if I added more commits it' probably be cooler but let's just merge it but before I merge it um I don't have any reviews on this but that's okay we'll just override I wanted to discuss my second tool the second tool is the to-do issues Creator and what this one does is it'll actually take any merge to master and then it will scan the codebase for the to-dos but only the to-dos and comments because I noticed a lot of the times in my uh prompts or in other instruction sort the code sometimes in like function names it'll just have the word Tod do and we don't want that we just want the issues or the to do comments so it'll actually regex through it find the um the comments capture the to-dos and then make issues so let's try to merge it confirm merge and then head back over to actions and as it's merging is doing the to-do issues Creator so it takes a minute because it does scan the whole code base it's printing out a lot downloading all of the necessary utilities found one Todo comment creating the issue so let's head back up to the top after all these logs go to issues improve read me in GitHub PR writer so you don't have to worry about your to-dos getting lost in the code because it'll go to the issues if they're other open source contributors who are looking to to add to your repo and to get make contributions they're able to see the issues that you have identified elsewhere in your code so these two tasks while not the fun parts of software development are going to make it a lot more robust bust because a good PR description helps people understand the changes as well as creates a strong G history and having your to-dos extracted into issues further um makes them more visible so people are able to identify them and work on them making your codebase more robust without people having to search through their codas to find the to-dos so those I think are two tools which are are open and available which will help people contribute to open source projects nice I love it I wonder if this uh you create these tasks from the to-dos here all over the code BAS it makes me think like there's the you know like s benchmarks where you know there's basically a set of GitHub issues and it terine or like the scores based on how many of those get solved I wonder if there's some sort of uh some sort of initiative to where people could in their open source repost make like a special comment or something that's like s Dash something and then with a little bit of instructions they could publish it and then there's just like a public repository of GitHub issues that you could train llms on would be really cool random idea came to my head but that's really cool I love the demo yeah no I love the idea too like there are so many ways we can just take the journal Concepts like if people take actions and just figure out what can be done automatically what can we take that is regularly a de a dev's job and just offload it onto the robots because we want to use AI to do these summarizations and whatnot and I mean there's a lot of like linting tools formatting tools but actually being able to take random input have an LM process it and create valuable output is something that will provide a lot of value Val so I hope people explore and yeah explore ideas like yours like how can we make like individual aspects of code bases contribute to the larger ecosystem all right well for my demo this week I have the hardest time like knowing the difference between all the different licenses on GitHub the Ms and the you know all I mean I can't even name the other ones how much I don't know and there's yeah Apache and all the other ones but I I usually just do MIT CU whatever we'll just ship my code out for free anyone can take it Spirit of Open Source but in some cases if you're like like a company and you don't want people to like take your code and privatize it you can actually pick different licenses that make more sense for you so I made a little tool that works like this where you have a little open source license selector I had to add a legal disclaimer because I can't tell you to actually pick up a specific one but it'll ask you like what you want to do I'm going to do software then you want to allow others use code freely without requiring them to share their modifications and I had this little thing in there too where you can ask a question and so now I can see like if it's permissive license or copy left or whatever else but let's see here uh yeah let's let people use code sure concerned about patents well that supposed to no okay I don't think I really care about the patents okay so then it asks for an MIT license that makes the most sense most likely if I don't care what people do with it and then I can create the license which just a yes and then you type in your name for the license and then boom it actually creates the license file so what it did is actually uh use the GitHub API to pull in the license from GitHub inserts the name and the current year of the um actual license itself and then just adds it to your current working directory um and so yeah that's pretty much it I mean but it does it's way deep this looks very simple it's actually kind of a long script because there's a lot of different branching ways that this can go like content is weird with with uh with licenses there's all sorts of different licenses you can pick for content and if you you can also have software and content and have a license that covers both of them I don't know I learned a lot about licenses they're doing this but yeah that's basically it and so I I almost got it to a pit package before this wasn't quite able to but it will be a pit package by the time this is live and so you'll be able to do license D select and then it'll just pop this up you can walk through little steps and then create a license for your project and yeah that's it nice man honestly this the licenses are rarely the sexy part of software development but super important because you had situations like uh I try remember where it was alasa search where Amazon ended up making more money off of it than they did because it was MIT licensed and then Amazon just like whoop swaped it up and then made a last of beant stock I might be in the services wrong but I think that's what happened so being able to have open source contributors be able to protect their work and be able to properly license thing so people can use it or not use it is uh actually super important so it's a vital component of content to open source agpl license is actually a great one for this too it's actually about open interpreter has but basically it's I'm understanding it correctly it's like open source like you know use the code how you want to but if you actually take the code and use it then you have to open source what you create which generally prevents the large companies from doing anything with it so kind of protects you a little bit but licenses are very confusing it also feels weird in the age of AI that licenses are this confusing feel like there's there's probably a new license for the age of AI but oh well and even just to to deepen the confusion when AI outputs the code if it was trained on some license code which suspected has happened uh what is that subject to like it's just licens is going to get get very messy copyright in general is going to get very messy in the next couple years so see how it plays out well it's great to have you on Tech friend like tell tell us about yourself like how did you get into AI how did you get into like content creation like what's your story for sure AI um maybe I'll answer that one later because content creation and software development came first for me um I remember my parents having like one of those tape camcorders um when I was I don't know under 10 years old and I just like filmed the dumbest like me jumping around with like a pillow pretending it was a skateboard cuz I liked um bagera and um those videos like Camp kill yourself and like I don't know jackass and all that um when I was young and for software development like I really liked flash games on the computer and during school like when we'd have free time the teacher would let us go on the computer and do you know like free time on the computer and I'd always go and like play those flash games and I'd figure out there was that program like macromedia flash it was called um before Adobe bought it and you could actually make your own animations and flash games with what was called action script and that was my first taste into programming like super young before I was like even 10 years old and um yeah and then I slowly like got more interested in programming and making videos and um yeah I'll talk about AI now ai um I was I thought it was like the coolest software thing to happen when like Google Deep Mind and all that stuff was created I think the thing that impressed me most was when I think it was the Deep Mind Labs or Google Labs or whatever had that um humanoid thing that learned to run and like avoid obstacles and it was like you could imagine like back in the day like I was very interested in game programming and stuff but everything was like hard rigged animated GTA had some like cool I don't know how they did it but I don't think it was AI like not animated but like programmed like reactions to like gunshots and stuff but um when Google released that completely AI animated thing I was like Wow but it was just so so far out of my reach back then like I couldn't I wasn't like a PhD researcher I couldn't really get involved but every day there was new papers I was really into um there was this YouTube channel two minute papers and like they'd keep releasing really interesting stuff and I was like wow this is so sick like how can I get involved but my only way of getting involved was just consuming the content and communicating it to my peers until chat GPT happened and that's when like us normal software Engineers could really like just take the apis and do stuff with him and and I was like all right quit my job and like went full in on trying to get as much involved as I could yeah it's tldr the first thing I made was little video game to not a very good one and hilariously enough I did it in PowerPoint when I actually took a bunch of photos around the house and I put like hidden objects it's like where you could click like you want to go to a door you click on the door yeah so it very like rough and rud make animations in PowerPoint as well love it yeah it's just using the tools available to you that you understand to create something and AI is kind of going the same way where it's like you don't have to know these deep level languages I mean if you want something hyper optimized sure but if you just want to create something for people to enjoy use whatever is available to you yeah definitely what was one of the first things you made in the AI world I'm not sure if I made any like toys before this but this is like kind of like my first thing I made public and like actually sold a few credits um for and it was timestamp genius um oh actually before that I had okay I'll talk about time stamp genius time stamp genius was like a pain I had was I would do these streams and you know trying to go back and manually find where to add the Tim stamp so viewers could jump to like interesting sections and not have to watch like two hours of me talking to chat or whatever um so yeah YouTube provides transcripts for free but they don't provide the like chat the time stamp so I was like this is like a great use for um chat GPT API because it can like you know analyze lots of text and you know um it comes with the transcript times so yeah um it would take a YouTube URL and give you time stamps for it um and that was like a pretty cool project but this year YouTube like blocked the versel IPS from accessing that transcript API so I took it down um I was kind of like going through the route of downloading the audio and transcribing it with whisper or something but um it was just a bit of a hassle so I've kind of just left it um before that actually um now that you've mentioned I actually kind of had like a code interpreter thing um super early like last year oh maybe not that early like June um and it worked off a fork of this project called Agent GPT I'm not sure if you remember that it was like a nextjs web project but um I had that interface with like a python I think it was maybe node server and it would like talk to that and then it would be like you are an AI that controls like the terminal given an instruction like only respond in terminal commands and yeah that was like that was probably maybe my first I don't know I can't remember anything before that I see really the interest in opening interpreter comes from then huh yeah yeah I mean it was very very maybe not obvious but very like exciting idea because on Twitter and stuff people were posting like you could have chat gbt roleplay as a terminal as well like just in the chat GPT interface so it was like wow if it can reliably output these terminal commands like we could actually utilize this one thing actually you I think were the first person to ever comment on a tool use video back on episode zero you gave us all the time stamps did you manually do that you use your tool for it yeah yeah I probably used my tool for it yeah yeah nice we appreciate that like the viewers love it it's nice to be able to flip around in these long videos yeah definitely yeah that's open source as well so if you want to do it um you can run it locally and it works it's just um the hosted version on versel is IP band so yeah we've been working on trying to get a pipeline to help automate some things and we're we're chipping away at it but chapters or just like General markers are something we could definitely use so we'll check it out yeah for sure there's different ways to do it now when I did it um the context windows were very small so I'd actually chunk the transcript like chunk by chunk and send it through to um chat GPT and that kind of came with its advantages so now I'm using like 40 mini and I was using 3.5 turbo before so it's like very cheap but um these days I've seen like other creators they have like a huge prompt with like examples and like transcripts and like you know guiding things and they put the whole transcript in the prompt and they use like 01 and they sometimes get better results because obviously 01 is like a smarter model but um yeah it's more expensive I guess probably way more expensive too those prices came out for 01 I was like my eyes watered a little bit that was pretty crazy like was it $15 for a million tokens in and 30 out or something like that's go bankrupt doing a big open project like that with that kind of money sure though One Mini is actually cheaper than Sonet so um apparently it's like pretty good at coding as well yeah I don't know I'm still have some testing to do if I'm confident in that excitement I had 01 mini actually build some of my uh demo for today it built the the first little part of it it's actually pretty good at coding surprisingly so I think really just this Chain of Thought in general even even this small model it does all its sinking I'm sure there's I mean obviously there's extra special magic they're doing behind the scenes at inference time but even just printing out all of its tokens of like here's what my plan is going to be and then starting to code I mean that's kind of what open interpretor was built on too is like let's always Define a plan first go through the plan Chain of Thought and then write the code you want to run um yeah that's really interesting definitely what AI tools are you most excited about or like is there anything that's coming out or has come out recently that you're really stoked on yeah I mean the space that I keep covering and what I'm most interested in is kind of like the automating software development and um I really like the automating operating systems and browsers so like open interpreter definitely one of my favorite projects um yeah the coding tools have been really exciting these past few months like cursor raised a lot of money and it's like been really popular on on social media um I've been using ader a lot and there's been a bunch of these like full stack creating ones um maybe not full stack but like the ones that you don't have to download and you can just run in your browser like vzer lazy [Music] marismo as well is there any of those that work best I tried GPT engineer and it was it was all right it was okay it did okay but like wasn't very pretty or anything or any those other ones that you listed that are like best out of those like kind of full stack generators yeah they all kind of have their own like vertical that they're really good at so v0 is like the best for nextjs um um and just like Shad Cen type stuff so they always look pretty decent modern um cuz they're using like Shad Cen kind of framework and they know the latest like nextjs stuff but yeah that's limited to kind of front end like there's no server and stuff whereas um like lazy AI I'm not sure if this is the case but they like seem to always use like Python and flask um and they give you a server and database so that is um pretty unique there like having to you know be able to use natural language and spin up a server and database to do you know you know more than just front end stuff um GPT engineer is like is getting good it has like good integration with uh superbase now so you can do like some database stuff with that now it's still a little bit manual compared to Lazy AI but um I think there's a lot you can do and like the the interface is a lot nicer when using JavaScript Frameworks whereas lazy is kind of still just rendering with like flask and whatever the templating framework you get with flask so it doesn't look as nice a lot of the time um and then there's web Sim which is actually like surprisingly powerful that one's still only front end but like somehow they're able to get really impressive things out and it's all just in one HTML file which is like really really impressive I was going to ask the other route instead of the the full ones the idea of keeping things in the terminal is very appealing to me so what what are your thoughts on AER yeah AER is definitely probably like the best open-source solution we have at the moment and best terminal solution I think we have um it's very like customizable scriptable just like what you'd want in an open source terminal solution um so yeah you can set up some Flags to like after every change automatically run your test and run your linter and then if it picks up an error it can automatically fix that so you don't have to keep like pasting errors back and forth I think that's a really cool part of it um switching models and stuff is really easy with ader as well um I really like that um there are some issues I occasionally come into with AER which um is a bit annoying and that's like it it it works by using well there's two different modes there's like a diff mode and a hole mode the diff mode it works by using like these search replace blocks and so it needs the llm to adhere to this search replace blocks and like sometimes these llms either hallucinate and like say all right replace this line of code but then they you know don't perfectly give the the block of code to replace and that just breaks and it says okay try again that that search and replace didn't work and you know you end up chewing some tokens doing that or something else this is user error but sometimes I accidentally include a really big file into AER and um end up chewing a whole lot of money like $150 in one prompt um with Sonet which was which I guess that's just a skill issue there yeah but I I've actually been using AER with um the Gemini Pro experimental and that is like probably the best free model and I've been doing a lot with just that free model as long as you set your expectations and don't try to do too complex things if it's like a relatively simple change um that model is actually pretty good for like cheap skates like me I love the uh Gemini free models I was using Gemini one and a half Flash and they give you what million and a half tokens a day so I built a little YouTube thing that uses a there's also there's a python package that gets YouTube transcripts I don't know if your YouTube transcript things in JavaScript land there's a great python package for it but I had mine all built with that just so it could run for free every day um but I I I really like this idea of like ambient agents and like you know give me here's here's a code base this is kind of like where I want it to end up like I want to just be able to hit go and just burn through all my free tokens on the different Google models if there's any other free tokens on anthropic or anywhere else just like just keep going just keep iterating on this one code base until you figure out how to do it or or not but I mean it's very manual right now which is 100% And I love that term ambient um what you call ambient agents I love ambient agents yeah just working in the background without you really having to to deal with what other gaps do you see in in the tool space like where where do you see from where where that yeah um as Ty was explaining um I definitely see a gap of like a a pathf finding SL branching orchestrator type thing so iterating on a code base is fine but you've seen these agents they get stuck in loops and dead ends so there definitely needs to be some kind of smart overarching like orchestrator that manages paths and knows when like what paths people took uh agents took like sub agents took and knows like okay we've tried to do this now let's try to do that and then you know what I mean so they try like every possible branch in like you know the way to still trying to achieve that goal but like instead of using this package let's try this package um currently that doesn't exist that's what the human's job is at the moment but I don't see any reason why another AI couldn't be the orchestrator as well yeah seeing things like um when they have like a collection of Agents working together they'll have someone being like the the communicator between it very rarely do they actually just like issue commands it's normally like oh I will connect the project manager to the engineer and just kind of like a routing mechanism rather than overarching orchestrator fully agree that's something that needs to be built yeah yeah there the project managers but I haven't really seen um the project managers that maintain a log of the like what's been tried and like I really think like a tree architecture type type of planning is like would be really effective I want to say a hot take too i' I've played around with crew AI a lot and I think crew aai and these these kind of like multi-agent systems are like they're so early right now like I had such a hard time getting crei to do what I actually wanted it to do it seems like it's just introducing all of the bureaucracy and annoyingness of like a corporate life without actually getting the benefits of having humans to work with but I think it will get better too and I think they're doing great things over there but it's just like that where it is right now is pretty annoying so I like this idea of kind of a one orchestrator that kind of does all of it and has like tools available to it but those tools themselves are agents and you know maybe even a team of Agents right but they they're using just a single tool it's not like they have to go talk to someone and do all of this corporate language and have a conversation with it they can just kind of like you know here's your task here's your tool if that doesn't work let's move on to a different branch that's a really cool idea and even things like user error where I've been prompting back and forth trying to get a solution solved and it wouldn't get it it would spit up the same thing over and over but really it was something that I had to do to to address the issue but it was just unaware of that so having this Orchestra would be like let's explore different paths like I've been telling Mike the same thing and he must be dumb because it's not working let's try something new and just be like yeah I mentioned last episode resize the terminal like if I even thought about doing that I would have saved myself a bunch of aggravation but because I was just like your code's not working it would give me new Cod like code still not working so yes higher higher level view that the 30,000 foot view is missing or like it's Tak occupied by the human yeah and I think I think that's still a bit yeah as a as as you mentioned a gap or like a difficulty with these AIS to kind of think outside of the box even though Mike's been prompting like Solutions within the terminal sometimes the solution is outside of the terminal yeah I love that one project a couple months ago where it was like it was some sort of tool that is provided to an llm but the tool is it actually just asking for help from a human in the real world I thought that was fascinating so like if it you know if it could order the pizza but it can't you know open the door to grab the pizza and bring it inside and so it could like call a human or text them or whatever it is to actually get them I wonder if there's some sort of element of that where if it really got stuck it could like call on a human developer or something to just see where it's getting stuck that'd be kind of cool that's definitely a good Gap yeah can we get a Fiverr API going where it actually like post jobs to get a human filling out those little gaps that they can't do that's an idea so yeah Mike and Ty I have a question for you guys um what AI tools are you guys using especially in the software development I know you're both uh involved in that um yeah what tools are you using I use cursor for most things and cursor composer has been just such a level up on everything um so I use like primarily cursor I also use clads just UI too because I I love artifacts and I love doing little UI things and like most of like I don't ever need to create an entire app in one go like that's just not usually what I need I'm usually building in existing code bases and so usually I need like one component or one like little drop down or one thing so I'll just go to Claud for that and iteratively work through it with uh with them um which is great I love Claude I also use Chad gbt 01 preview I actually canceled my Chad gbt subscription like a month and a half ago and then 01 drops and I'm like I got to start it again so I'm paying for it again so I'm paying for it but yeah those are it's kind of boring I know it's a classic just anthropic cursor and chat gbt but that's that's mostly what I use but I do think there's there's I there is a gap here and I think you've kind of already touched on a little bit this orchestrator thing but I don't think the best UI for the 01 style of language model exists yet I mean I think with in chat gbt you have the you know it's it shows its thinking and it shows its little steps and it shows its plan but I feel like there's someone's going to make something to where it can generate full like you know project plans and generate full like really do I mean orchestrator is the right word but like actually Genera highle plans and highle strategies for other aspects of things and that I mean I know that cursor supports 01 but like it's it's just using cursor right it's it's kind of just like chatbot style I feel like there's some sort of space here that kind of unifies all these tools Under One Roof yeah great how about you Mike I put together a GitHub repo of my full stack and this is just like everything and it's public I I really encourage a lot more people to do this because it's really interesting exploring what tools people use so I mean I'm the same as Tai um I've been transitioning slowly into using envm but uh cursor still is just like a very easy use interface everything's right there for you um if I need to do a quick change it's it's using that um but then I use things like interrupt here but do you use the neovim plugin in vs code cursor I have to help me work with the uh with the navigation um but I've just been finding going down the rabbit hole of being able to configure the editor and the HCK Keys um um Vim bindings for different um editing editing techniques has just been so much faster once you know what to do it's just not muscle memory yet so that's why I'm trying to like gradually transition to it because I also think there's something for the potential of this this talking about a one so much about this reasoning where if we're able to not only capture the output of code that people produce but if we can do the entire thought process and when you get a mouse involved you really removed a lot of that but with Vim everything is a key press so we're going to be able to take the entire trace of a developer progress through and be like this is how from ex uh beginning state to end State a developer got there so you're able to say This Is How They navigate around this is how they tried and then they made a mistake and they corrected it so I think we're going to be able to fine-tune models on a lot deeper reasoning if we get more people onto vim and then maybe we'll have something like a key logger to be able to say this is a session to do this one task this is how you do it and you get some of those Vim Wizards to just say you know this is how you can process it and then it might reveal more information to the llm than versus strictly input output so that that's kind of like pipe dream but I do think there's something definely no well curser has co-pilot Plus+ which is exactly that right it it uh suggests not only autocompletes but actually like jumps to different files and like changes that are more just simple Auto completes very cool yeah we we need to look at it more holistically and I'm glad they're approaching it um yeah also like Tai I use Claud a lot I've been finding two incorporating smaller tools so one we covered on I think it was episode zero was my AI commit where it just takes uh the get diff writes a commit message and it's just making a bit more robust I like the idea of pulling AI into my obsidian Vault by making different plugins just to try to incorporate AI into different aspects um one thing I got to give a shout out to ding board it's my editor of choice for for memes or even just uh background removal um I do use super whisper as a transcription I think it's one of the better ones out there in terms of user interface super quick I press option space it comes up I just regurgitate whatever I want puts it down and I can even feed that into an llm they have super mode which I encourage people the play around with if you have a Mac and use super whisper because there's a lot of potential with just being able to do stream of Consciousness dumping out and then uh break down from there because I find especially after doing this this show for a while the way I talk is very different from the way I write and if I'm able to sometimes write sometimes talk and kind of see the difference um it's almost like a different part of my brain approaching a problem so I really like Thea of using voice and I actually included a lot of Linux utilities I use I highly suggest people check out aune it's this new replacement for history I got Tai on it I got Killian on it it's much nicer and all of these even like zide instead of CD with zide you can actually go just press Zed or Z from my American friends and then the director you want to go to so you don't have to go CD Parent Directory sub directory subdirectory to the end you just Z to the end and it keeps a datab of all the you visit and the repos sorry the director you go to most common are bumped up the list so if there's two conflicting ones it'll make the highest one and then you can cycle through it's just these little tools that you can then deeper incorporate into your AI tools that you build for yourself so yes if if you don't have a stack repo or just you know a notion page or something I I hope people put one together because it's really good to share these tools I know Tai uses his um raycast which I also use but he used it for clipboard I have this little tool called clippy and when I use clippy I'm not going to show you what my history is but it's just it's right there it's just um command shift V so I don't even have to do I just add the shift to my paste and then all of a sudden I have the last 30 things which is configurable so a bunch of AI aspects into it but I don't have any big big tools other than yeah super whisper cursor Claude Chach PT and ding board amazing so Tech friend heard you got a demo for us let's uh let's see what you got yes something really quick so this is um rooc coders doai um it's completely free online I don't think it's open source but um yeah you don't even need to sign up um if you go to the site you get this screen um you can choose a bunch of different agents I think General coding is like trying to be like Devon uh front-end agent is kind of like artifacts oh it says it here and um but the one I kind of want to demo quickly here here is this repo agent um which can it works with like repositories on GitHub and um I I found it really good to kind of just ask some questions about a GitHub repository really quickly without having to you know install anything or or download anything so yeah you can select the repo agent get started and I'm going to find a repository maybe we go open interpreter um we copy that paste it here and I'll be like like analyze well this is probably it takes a like a little while to set up but um you could probably give it a more detailed prompt but I'm just going to give it a very basic prompt Analyze This repository thoroughly my spelling isn't great and give a report about the architecture and files and what each does in a markdown file um you just give it a simple prom like that and it actually runs all these terminal commands like clone and then it'll go through each file analyze it with an AI and hopefully give us a big markdown file and these like markdown files can be really useful in using to using with tools like AI coding tools to get kind of like an understanding of the file structure and stuff um a lot of these modern tools kind of have the repository and map and stuff in context but um sometimes you can ask specific question to extract some knowledge that you might not get from just the repo map um and we love our markdown files so really glad you do too this might take a little while though because I think it like manually clones and stuff but yeah I don't know if you want to wait wow Devon really uh really started a whole UI uh Revolution here for coding agents it seems like there's this is actually this is actually literally open Devon forked into this so I'm not sure about the morality on that or cuz I don't really mention that I don't think or anywhere but yeah this whole UI is from open Devon it depends what type of license they have that's true oh yeah okay so they got a Jupiter they got a browser code editor terminal yeah guess that's really all you and it's buggy I don't know can you see that message oh no I got a message saying your session has been disconnected I think it ran into an error you sometimes it just doesn't work I think the browser also doesn't work like ever but boy did that summarize the current state of like AI coding tools you know there's like so much promise and it can do so much but it's just not quite there yet you know okay it looks like I think it actually you marked down open architecture MD oh it did it never mind my words no that TI with his trash talking yes I've done it before and it's it's worked I don't think it worked wait rewrite F let's give it one more try normally it's like at the root level there there's a flashing dot beside Jupiter notebook is that anything um it's the I mean I guess it's here it's in the Jupiter notebook but normally like writes the file in the file explorer but I guess yeah so guess this is it you get the utils directory terminal interface kind of gives you more information that you could just pass this onto um an AI agent or maybe yourself as a human wants to know kind of a bit of a like overall rundown of I mean you could ask anything I just told it to give me a markdown like of an overview but yeah so I've used it before to say like okay I want to make this change find the files where maybe I'd want to make this change save you some tokens on cursor or something this is just completely free to use yeah I mean I I'm sure there's a limit but um you don't have you don't even have to sign up so I mean maybe if you could just help vpns but I guess your session wouldn't save but I don't know they must just want the training content huh haven't really pushed it to the Limit yeah um yeah it's by it's by his company blackbox AI I'm not sure if you've heard of them but they have a popular um BS code extension as well yeah that was long before the cursor days blackbox I I was using that before I think that's even before chat gbt back in the day I was I tried blackbox and back then it was not quite uh up to par with gpt3 but it's still really cool I'm sure it's way better now if you guys like my personality and stuff I make a bunch of content on all these different social medias um you can find all these Links at tech.net um T CF Ren Tik Tok Instagram YouTube twitch Twitter or X and Discord hope to see youall there thank you Mike and Ty for having me yeah thanks for being pleasure yeah really appreciate you jumping on I've been watching live streams for ages I'm the Discord server it's always busy with stuff so definitely think people should check it out there's a lot of good stuff and it's really cool just having you on discussing like all the different options because you do explore it all and you do kind of do these compare and contrast and you have your your test your run things through so it's really valuable to have Someone Like You experiment with them showcase what you've learned and it just saves us a lot of time for having to go through the work so thanks for what you do 100% my pleasure thanks guys have a good on a good man Back To Top