all right this is my daily update for my all right this is my daily update for my all right this is my daily update for my build and public log it’s February 14th build and public log it’s February 14th build and public log it’s February 14th 2025 it’s Valentine’s Day uh if you’re 2025 it’s Valentine’s Day uh if you’re 2025 it’s Valentine’s Day uh if you’re watching this and you didn’t get your watching this and you didn’t get your watching this and you didn’t get your lady or guy something uh it’s probably lady or guy something uh it’s probably lady or guy something uh it’s probably too too too late uh so yesterday I I showed it late uh so yesterday I I showed it late uh so yesterday I I showed it shared the same exact workflow um so I shared the same exact workflow um so I shared the same exact workflow um so I am trying to am trying to am trying to build a YouTube summarization build a YouTube summarization build a YouTube summarization transcription transcription transcription slash chapter timestamp Creator agent slash chapter timestamp Creator agent slash chapter timestamp Creator agent yeah I don’t know what to call it it’s yeah I don’t know what to call it it’s yeah I don’t know what to call it it’s kind of a mouthful and I was a little kind of a mouthful and I was a little kind of a mouthful and I was a little over over over optimistic I mentioned yesterday I was optimistic I mentioned yesterday I was optimistic I mentioned yesterday I was like I’m surprised it’s working so well like I’m surprised it’s working so well like I’m surprised it’s working so well yeah it really wasn’t working as well as yeah it really wasn’t working as well as yeah it really wasn’t working as well as I thought which I’m not surprised that I thought which I’m not surprised that I thought which I’m not surprised that I’m not surprised by so I’ve done a lot I’m not surprised by so I’ve done a lot I’m not surprised by so I’ve done a lot of work the last 24 hours getting that of work the last 24 hours getting that of work the last 24 hours getting that working pretty well and it’s it’s pretty working pretty well and it’s it’s pretty working pretty well and it’s it’s pretty much done it’s almost done there’s a much done it’s almost done there’s a much done it’s almost done there’s a little bit of niceties I want to do for little bit of niceties I want to do for little bit of niceties I want to do for formatting and adding text because the formatting and adding text because the formatting and adding text because the idea is you call you call this endpoint idea is you call you call this endpoint idea is you call you call this endpoint and then you you you obviously want to and then you you you obviously want to and then you you you obviously want to do something with the response so like do something with the response so like do something with the response so like text or HTML you might want to show it text or HTML you might want to show it text or HTML you might want to show it on the screen or uh but it’s almost done on the screen or uh but it’s almost done on the screen or uh but it’s almost done it’s working now it’s actually working it’s working now it’s actually working it’s working now it’s actually working really really well I’m pretty pretty really really well I’m pretty pretty really really well I’m pretty pretty impressed so I just ran it right now and impressed so I just ran it right now and impressed so I just ran it right now and and it the the chaptering is working and it the the chaptering is working and it the the chaptering is working fantastic it’s really really really cool fantastic it’s really really really cool fantastic it’s really really really cool so I will in the so I will in the so I will in the description um I will put the chapters description um I will put the chapters description um I will put the chapters and that’s made by the AI so pretty cool and that’s made by the AI so pretty cool and that’s made by the AI so pretty cool so what is next what’s next is I’m going so what is next what’s next is I’m going so what is next what’s next is I’m going to get to get to get this what’s next is getting it in this this what’s next is getting it in this this what’s next is getting it in this uh I’m going to swap out all of this uh I’m going to swap out all of this uh I’m going to swap out all of this drop in that drop in that drop in that agent and start automating my my build agent and start automating my my build agent and start automating my my build and public updates so I already tested and public updates so I already tested and public updates so I already tested it out quite a bit for the tweeting it out quite a bit for the tweeting it out quite a bit for the tweeting Works fantastic I’m pretty pretty Works fantastic I’m pretty pretty Works fantastic I’m pretty pretty impressed um so I will do that probably impressed um so I will do that probably impressed um so I will do that probably tonight or tomorrow and then I have an tonight or tomorrow and then I have an tonight or tomorrow and then I have an agent built uh one really really cool agent built uh one really really cool agent built uh one really really cool thing about that agent is I noticed um thing about that agent is I noticed um thing about that agent is I noticed um some llms chat chat GPT seems to be the some llms chat chat GPT seems to be the some llms chat chat GPT seems to be the best especially at the newer best especially at the newer best especially at the newer models sometimes the Json breaks so one models sometimes the Json breaks so one models sometimes the Json breaks so one one extremely uh common technique is to one extremely uh common technique is to one extremely uh common technique is to um ask for a Json so you make a request um ask for a Json so you make a request um ask for a Json so you make a request and you’re like please you know Json and you’re like please you know Json and you’re like please you know Json only no comments like in this format only no comments like in this format only no comments like in this format like do not add anything just give raw like do not add anything just give raw like do not add anything just give raw Json some Json some Json some llms surprisingly llms surprisingly llms surprisingly fail at that they break fairly often I fail at that they break fairly often I fail at that they break fairly often I notice and so I talked about this before notice and so I talked about this before notice and so I talked about this before in a previous video where I where I had in a previous video where I where I had in a previous video where I where I had a diagram where my my goal is to build a diagram where my my goal is to build a diagram where my my goal is to build an AI agent service that is self-healing an AI agent service that is self-healing an AI agent service that is self-healing I know it’s kind of a buzzword but I I know it’s kind of a buzzword but I I know it’s kind of a buzzword but I truly want this thing to retry you know truly want this thing to retry you know truly want this thing to retry you know figure out what’s breaking like sug you figure out what’s breaking like sug you figure out what’s breaking like sug you know use the errors to retry so I know use the errors to retry so I know use the errors to retry so I already have that working in the other already have that working in the other already have that working in the other agent if it fails retry and it tells the agent if it fails retry and it tells the agent if it fails retry and it tells the llm hey you just tried this like this is llm hey you just tried this like this is llm hey you just tried this like this is what failed but I want to go A Step what failed but I want to go A Step what failed but I want to go A Step Beyond that I want to go I want to get Beyond that I want to go I want to get Beyond that I want to go I want to get to the point where it sees all the to the point where it sees all the to the point where it sees all the errors for the week and then it suggests errors for the week and then it suggests errors for the week and then it suggests code fixes and fixes itself opens a PR code fixes and fixes itself opens a PR code fixes and fixes itself opens a PR where I can look at the code and then I where I can look at the code and then I where I can look at the code and then I press merge or I have have it change press merge or I have have it change press merge or I have have it change more so I want to get there but one more so I want to get there but one more so I want to get there but one thing I added to the two agents which I thing I added to the two agents which I thing I added to the two agents which I will drop a link in the description a will drop a link in the description a will drop a link in the description a self-recovery mechanism when the Json self-recovery mechanism when the Json self-recovery mechanism when the Json fails you don’t want the thing to fails you don’t want the thing to fails you don’t want the thing to just uh fail and the thing just doesn’t just uh fail and the thing just doesn’t just uh fail and the thing just doesn’t work or it retries and does everything work or it retries and does everything work or it retries and does everything it costs money which I’m going to get to it costs money which I’m going to get to it costs money which I’m going to get to in a second about the money thing um you in a second about the money thing um you in a second about the money thing um you don’t want that you want it to don’t want that you want it to don’t want that you want it to gracefully like like fix itself and work gracefully like like fix itself and work gracefully like like fix itself and work so I found a really really cool Library so I found a really really cool Library so I found a really really cool Library props to the to the person who made this props to the to the person who made this props to the to the person who made this it’s called Json repair holy this it’s called Json repair holy this it’s called Json repair holy this was like magic this kept so I kept was like magic this kept so I kept was like magic this kept so I kept running into uh errors about the it such running into uh errors about the it such running into uh errors about the it such a big blob of Json there’d be like a big blob of Json there’d be like a big blob of Json there’d be like random mistakes was really pissing me random mistakes was really pissing me random mistakes was really pissing me off it happen it seemed to happen like off it happen it seemed to happen like off it happen it seemed to happen like every third or fourth time I ran it in every third or fourth time I ran it in every third or fourth time I ran it in all my testing and I threw this in there all my testing and I threw this in there all my testing and I threw this in there and it just magically worked after that and it just magically worked after that and it just magically worked after that I was like oh my God this is amazing uh I was like oh my God this is amazing uh I was like oh my God this is amazing uh really cool like I said I’ll drop a link really cool like I said I’ll drop a link really cool like I said I’ll drop a link in the description but uh this was in the description but uh this was in the description but uh this was fantastic and and I it’s very active the fantastic and and I it’s very active the fantastic and and I it’s very active the um the main contributor like 12 hours um the main contributor like 12 hours um the main contributor like 12 hours ago like they he he seems pretty ago like they he he seems pretty ago like they he he seems pretty responsive and people are like hey I responsive and people are like hey I responsive and people are like hey I mean what do you think this is for it’s mean what do you think this is for it’s mean what do you think this is for it’s for using llm and getting crappy Json for using llm and getting crappy Json for using llm and getting crappy Json back from them and people are pointing back from them and people are pointing back from them and people are pointing out hey I see it feel like this like out hey I see it feel like this like out hey I see it feel like this like this and this guy seems to be on it and this and this guy seems to be on it and this and this guy seems to be on it and and trying to make all these little and trying to make all these little and trying to make all these little tweaks to make this better and better so tweaks to make this better and better so tweaks to make this better and better so this is very promising pretty pretty this is very promising pretty pretty this is very promising pretty pretty exciting stuff um this is this is just exciting stuff um this is this is just exciting stuff um this is this is just one little step in getting there to to one little step in getting there to to one little step in getting there to to to what my is for my for these agents oh to what my is for my for these agents oh to what my is for my for these agents oh yeah the pricing I yes yesterday’s video yeah the pricing I yes yesterday’s video yeah the pricing I yes yesterday’s video I mentioned I was really expensive to I mentioned I was really expensive to I mentioned I was really expensive to Ron the the full LM I was wrong I’m so Ron the the full LM I was wrong I’m so Ron the the full LM I was wrong I’m so sorry my code there’s a to-do it’s like sorry my code there’s a to-do it’s like sorry my code there’s a to-do it’s like add making make the pricing Fetch and add making make the pricing Fetch and add making make the pricing Fetch and get the updated pricing had old pricing get the updated pricing had old pricing get the updated pricing had old pricing in there that pricing I said was way in there that pricing I said was way in there that pricing I said was way cheaper in the end it wasn’t 30 cents it cheaper in the end it wasn’t 30 cents it cheaper in the end it wasn’t 30 cents it was like 3 cents to do this so it’s very was like 3 cents to do this so it’s very was like 3 cents to do this so it’s very reasonable reasonable reasonable very very very reasonably price so it very very very reasonably price so it very very very reasonably price so it wasn’t like 30 cents like super wasn’t like 30 cents like super wasn’t like 30 cents like super expensive like I thought because that expensive like I thought because that expensive like I thought because that was the old pricing the pricing has just was the old pricing the pricing has just was the old pricing the pricing has just it just keeps going down and down it’s a it just keeps going down and down it’s a it just keeps going down and down it’s a it’s I don’t know they’re not making it’s I don’t know they’re not making it’s I don’t know they’re not making money off this folks like the pricing is money off this folks like the pricing is money off this folks like the pricing is so low for the llms this is so Cutthroat so low for the llms this is so Cutthroat so low for the llms this is so Cutthroat you have the anthropic you have chat GPT you have the anthropic you have chat GPT you have the anthropic you have chat GPT you have Google Now who is really you have Google Now who is really you have Google Now who is really Cutthroat come in and such low prices Cutthroat come in and such low prices Cutthroat come in and such low prices they’re losing money because they want they’re losing money because they want they’re losing money because they want to catch up to catch up to catch up that’s good it makes it really cheap for that’s good it makes it really cheap for that’s good it makes it really cheap for us and I did a little bit of work on the us and I did a little bit of work on the us and I did a little bit of work on the other agent to to fix some things I other agent to to fix some things I other agent to to fix some things I noticed there so uh I’m pretty stoked I noticed there so uh I’m pretty stoked I noticed there so uh I’m pretty stoked I I have two agents now I want to get to I have two agents now I want to get to I have two agents now I want to get to five before I release this I decided to five before I release this I decided to five before I release this I decided to hold back and needs a lot more work uh hold back and needs a lot more work uh hold back and needs a lot more work uh but it’s coming it’s coming it’s coming but it’s coming it’s coming it’s coming but it’s coming it’s coming it’s coming so I still don’t know about freelance so I still don’t know about freelance so I still don’t know about freelance work I’m still waiting to hear on that work I’m still waiting to hear on that work I’m still waiting to hear on that unfortunately but as of right now I’m unfortunately but as of right now I’m unfortunately but as of right now I’m looking like I still have time to to try looking like I still have time to to try looking like I still have time to to try to work on this stuff so slowly slowly to work on this stuff so slowly slowly to work on this stuff so slowly slowly there’s it’s only me there’s only so there’s it’s only me there’s only so there’s it’s only me there’s only so much I could do I have a lot of work much I could do I have a lot of work much I could do I have a lot of work ahead of me ahead of me ahead of me still all right that’s my update for still all right that’s my update for still all right that’s my update for today let’s jump into comments live today let’s jump into comments live today let’s jump into comments live streaming I would love to see how it’s s streaming I would love to see how it’s s streaming I would love to see how it’s s Okay so yesterday I said if you want to Okay so yesterday I said if you want to Okay so yesterday I said if you want to see me live stream building the next see me live stream building the next see me live stream building the next agent from like zero using AI using agent from like zero using AI using agent from like zero using AI using cursor to like actually having a fairly cursor to like actually having a fairly cursor to like actually having a fairly okay functioning agent love let me know okay functioning agent love let me know okay functioning agent love let me know and let’s and I’ll live stream it and and let’s and I’ll live stream it and and let’s and I’ll live stream it and I’ll I’ll record it and I’ll show you I’ll I’ll record it and I’ll show you I’ll I’ll record it and I’ll show you how I how I use cursor to uh build build how I how I use cursor to uh build build how I how I use cursor to uh build build an agent in my system and framework so an agent in my system and framework so an agent in my system and framework so cool thank you thank you any chance I cool thank you thank you any chance I cool thank you thank you any chance I could Local Host to offset the API cost could Local Host to offset the API cost could Local Host to offset the API cost I have an I have an I have an open web UI setup I get about 30 tokens open web UI setup I get about 30 tokens open web UI setup I get about 30 tokens per minute I know that’s not great but per minute I know that’s not great but per minute I know that’s not great but it would help me to start a project I’ve it would help me to start a project I’ve it would help me to start a project I’ve been wanting to build been wanting to build been wanting to build um Local Host what I mean do do you mean um Local Host what I mean do do you mean um Local Host what I mean do do you mean the agents that I’m the agents that I’m the agents that I’m building building building uh if that’s what you mean like maybe uh if that’s what you mean like maybe uh if that’s what you mean like maybe you want like bring your own token to to you want like bring your own token to to you want like bring your own token to to reduce the cost to be honest I don’t reduce the cost to be honest I don’t reduce the cost to be honest I don’t think I’m going to offer that and the think I’m going to offer that and the think I’m going to offer that and the two agents that I’ve built so far for my two agents that I’ve built so far for my two agents that I’ve built so far for my system they fail horrifically on the system they fail horrifically on the system they fail horrifically on the even in deep seek only the very very top even in deep seek only the very very top even in deep seek only the very very top Frontier models does it seem to work Frontier models does it seem to work Frontier models does it seem to work okay um I’m looking at using 03 mini for okay um I’m looking at using 03 mini for okay um I’m looking at using 03 mini for for the agents so it just it doesn’t for the agents so it just it doesn’t for the agents so it just it doesn’t seem it just fails on on the ones that seem it just fails on on the ones that seem it just fails on on the ones that you can run locally so I’m trying to you can run locally so I’m trying to you can run locally so I’m trying to build I’m trying to Future proof build build I’m trying to Future proof build build I’m trying to Future proof build the agents in a way where it’s like the agents in a way where it’s like the agents in a way where it’s like works pretty good but if the models get works pretty good but if the models get works pretty good but if the models get better it’s going to work a hell of a better it’s going to work a hell of a better it’s going to work a hell of a lot better so uh but the the the two lot better so uh but the the the two lot better so uh but the the the two ones that I’ve built right now the ones that I’ve built right now the ones that I’ve built right now the YouTube one and the EV scheduling they YouTube one and the EV scheduling they YouTube one and the EV scheduling they fail horrifically on the on the local fail horrifically on the on the local fail horrifically on the on the local ones even deep seek unfortunately so no ones even deep seek unfortunately so no ones even deep seek unfortunately so no sorry not for if that’s what you mean sorry not for if that’s what you mean sorry not for if that’s what you mean I’m not really sure the question to be I’m not really sure the question to be I’m not really sure the question to be completely honest uh to offset API costs completely honest uh to offset API costs completely honest uh to offset API costs I don’t know if you mean API costs like I don’t know if you mean API costs like I don’t know if you mean API costs like for what I’m for what I’m for what I’m building so it honestly when I’m building so it honestly when I’m building so it honestly when I’m building the prices are going to be building the prices are going to be building the prices are going to be really cheap so really competitive um it really cheap so really competitive um it really cheap so really competitive um it will be will be will be not expensive at all not expensive at all not expensive at all so uh honestly I don’t even know if so uh honestly I don’t even know if so uh honestly I don’t even know if it’ll make much money unless I have huge it’ll make much money unless I have huge it’ll make much money unless I have huge volume we’ll leave a comment right after volume we’ll leave a comment right after volume we’ll leave a comment right after the video so on to my random story for the video so on to my random story for the video so on to my random story for today so I don’t know if you all saw today so I don’t know if you all saw today so I don’t know if you all saw this this this but uh they are coming out with a new but uh they are coming out with a new but uh they are coming out with a new civilization video game apparently like civilization video game apparently like civilization video game apparently like VR which I a video of someone playing at VR which I a video of someone playing at VR which I a video of someone playing at VR which would probably be VR which would probably be VR which would probably be nuts nuts nuts uh I am not a gamer like I uh I am not a gamer like I uh I am not a gamer like I just I have kind of an addictive just I have kind of an addictive just I have kind of an addictive personality and so if I were to like be personality and so if I were to like be personality and so if I were to like be like I’m going to play video games I like I’m going to play video games I like I’m going to play video games I would literally do nothing but play would literally do nothing but play would literally do nothing but play video games and I’m so obsessed with video games and I’m so obsessed with video games and I’m so obsessed with like trying to help my own business that like trying to help my own business that like trying to help my own business that I don’t dare touch video games I would I don’t dare touch video games I would I don’t dare touch video games I would just literally do nothing but game all just literally do nothing but game all just literally do nothing but game all day uh so I I I played video games when day uh so I I I played video games when day uh so I I I played video games when I was young but I I just all I did was I was young but I I just all I did was I was young but I I just all I did was sit around playing video games so I just sit around playing video games so I just sit around playing video games so I just I decided a long time ago like don’t I decided a long time ago like don’t I decided a long time ago like don’t play video games don’t be a gamer I play video games don’t be a gamer I play video games don’t be a gamer I don’t even tend to myself by having a don’t even tend to myself by having a don’t even tend to myself by having a gaming gaming gaming computer I’m I don’t have any consoles computer I’m I don’t have any consoles computer I’m I don’t have any consoles I’m like I’m I’m really against playing I’m like I’m I’m really against playing I’m like I’m I’m really against playing video games for me I just spent a lot of video games for me I just spent a lot of video games for me I just spent a lot of my adult life traveling the world and my adult life traveling the world and my adult life traveling the world and seeing animals I’m really really into seeing animals I’m really really into seeing animals I’m really really into animals so like my thing has been go animals so like my thing has been go animals so like my thing has been go around the world and see like animals in around the world and see like animals in around the world and see like animals in the wild I love animals so much so video the wild I love animals so much so video the wild I love animals so much so video games just I would just be sitting there games just I would just be sitting there games just I would just be sitting there St but the one game that I played a lot St but the one game that I played a lot St but the one game that I played a lot over my life is the civilization games I over my life is the civilization games I over my life is the civilization games I I remember in high school I would sit I remember in high school I would sit I remember in high school I would sit there and I would just play oh God like there and I would just play oh God like there and I would just play oh God like I started it started with like I started it started with like I started it started with like Civilization 2 or something crazy I Civilization 2 or something crazy I Civilization 2 or something crazy I would just sit there and I would would just sit there and I would would just sit there and I would play like for 16 hours straight i’ fall play like for 16 hours straight i’ fall play like for 16 hours straight i’ fall asleep wake up not even like took a asleep wake up not even like took a asleep wake up not even like took a shower like not even eat and just keep shower like not even eat and just keep shower like not even eat and just keep playing for like hours I love playing for like hours I love playing for like hours I love civilization that was like I’m an I’m a civilization that was like I’m an I’m a civilization that was like I’m an I’m a I’m an international guy I went to I’m an international guy I went to I’m an international guy I went to school for international relations I school for international relations I school for international relations I love geopolitics I love international love geopolitics I love international love geopolitics I love international relations so if you can make if relations so if you can make if relations so if you can make if gamifying that making a game yeah gamifying that making a game yeah gamifying that making a game yeah I’m all for it I love this game I would I’m all for it I love this game I would I’m all for it I love this game I would play it all the time I played three a play it all the time I played three a play it all the time I played three a lot I played three and four a lot and 5 lot I played three and four a lot and 5 lot I played three and four a lot and 5 six I didn’t really play cuz I kind of six I didn’t really play cuz I kind of six I didn’t really play cuz I kind of stopped playing video games I loved stopped playing video games I loved stopped playing video games I loved three with a passion and all the little three with a passion and all the little three with a passion and all the little like uh expansion packs people made or I like uh expansion packs people made or I like uh expansion packs people made or I think they made it um that that was my think they made it um that that was my think they made it um that that was my jam so uh I saw this I was like oh man jam so uh I saw this I was like oh man jam so uh I saw this I was like oh man civilization for I was like damn I civilization for I was like damn I civilization for I was like damn I really want to play that um I just have really want to play that um I just have really want to play that um I just have such a soft spot in my heart for this such a soft spot in my heart for this such a soft spot in my heart for this game and damn it looks pretty cool and game and damn it looks pretty cool and game and damn it looks pretty cool and VR I’m I’m very curious to try the VR VR I’m I’m very curious to try the VR VR I’m I’m very curious to try the VR thing so I do have an Oculus so and I do thing so I do have an Oculus so and I do thing so I do have an Oculus so and I do sometimes go in there and play games but sometimes go in there and play games but sometimes go in there and play games but it’s like a social thing like I’ll go it’s like a social thing like I’ll go it’s like a social thing like I’ll go fishing with my girlfriend in there uh fishing with my girlfriend in there uh fishing with my girlfriend in there uh or you know I’m not like hardcore gaming or you know I’m not like hardcore gaming or you know I’m not like hardcore gaming very much in there I mean I’ve played a very much in there I mean I’ve played a very much in there I mean I’ve played a few games but no not really so plus the few games but no not really so plus the few games but no not really so plus the Oculus 2 kind of sucks in my opinion you Oculus 2 kind of sucks in my opinion you Oculus 2 kind of sucks in my opinion you need to like be several iterations down need to like be several iterations down need to like be several iterations down in in VR it’s just it’s kind of a Wimpy in in VR it’s just it’s kind of a Wimpy in in VR it’s just it’s kind of a Wimpy headset and you really in my opinion headset and you really in my opinion headset and you really in my opinion need to plug it into a gaming PC with need to plug it into a gaming PC with need to plug it into a gaming PC with the cable and and play on Steam like the cable and and play on Steam like the cable and and play on Steam like just the actual thing itself it’s pretty just the actual thing itself it’s pretty just the actual thing itself it’s pretty you really have to at least plug it you really have to at least plug it you really have to at least plug it into a gaming PC and like I said I don’t into a gaming PC and like I said I don’t into a gaming PC and like I said I don’t have one was oh here it is finally uh it have one was oh here it is finally uh it have one was oh here it is finally uh it probably doesn’t even work yeah see it probably doesn’t even work yeah see it probably doesn’t even work yeah see it doesn’t even work for the for the quest doesn’t even work for the for the quest doesn’t even work for the for the quest two only the three now they have like a two only the three now they have like a two only the three now they have like a 3s they’re trying to copy Apple by going 3s they’re trying to copy Apple by going 3s they’re trying to copy Apple by going 3 3s kind like the old iPhones see oh 3 3s kind like the old iPhones see oh 3 3s kind like the old iPhones see oh thank God see I can’t even play this in thank God see I can’t even play this in thank God see I can’t even play this in the V are so this this is solving my the V are so this this is solving my the V are so this this is solving my problem I even had the civilization problem I even had the civilization problem I even had the civilization board game and I never played this board game and I never played this board game and I never played this somebody bought this for me for like somebody bought this for me for like somebody bought this for me for like Christmas or something or my birthday Christmas or something or my birthday Christmas or something or my birthday long time ago it was like a board game long time ago it was like a board game long time ago it was like a board game but I never could get people together to but I never could get people together to but I never could get people together to seriously like sit down and be like seriously like sit down and be like seriously like sit down and be like we’re gonna like we’re gon to be we’re gonna like we’re gon to be we’re gonna like we’re gon to be seriously trying to play this game for seriously trying to play this game for seriously trying to play this game for the next you know three hours I never the next you know three hours I never the next you know three hours I never got to play the board game if you’ve got to play the board game if you’ve got to play the board game if you’ve played this game please let me know how played this game please let me know how played this game please let me know how it is please in the comments that that it is please in the comments that that it is please in the comments that that that’s my request for today could you that’s my request for today could you that’s my request for today could you please share uh what you think if you’ve please share uh what you think if you’ve please share uh what you think if you’ve I don’t think it’s out yet I think it I don’t think it’s out yet I think it I don’t think it’s out yet I think it comes out like in a few comes out like in a few comes out like in a few weeks no it’s out yeah it came out this weeks no it’s out yeah it came out this weeks no it’s out yeah it came out this week so if you play Civilization 7 week so if you play Civilization 7 week so if you play Civilization 7 please tell me how it is all right please tell me how it is all right please tell me how it is all right that’s all I got for today Happy that’s all I got for today Happy that’s all I got for today Happy Valentine’s Day and see you tomorrow
Description
I got the YouTube Summarizer AI Agent working really well. It spits out chapters and a summary how ever you want. I’m going to soon finish automating my build in public daily updates across social media, youtube, and my website.
I added some self-healing for JSON errors. This library is magic and got everything working more reliably:
https://github.com/josdejong/jsonrepair
Plus, I had the pricing wrong yesterday, I got the price down to a very low and reasonable price.
Also, I talk about my favorite video game series of all time, Civilization.
Summary
Summary of the Video: Daily Update for My Build and Public Log
The video provides an update on developing AI agents for YouTube summarization and automated workflows. The creator explains improvements like using a JSON repair library for error handling, reviews pricing updates for API calls, and shares a personal story about his passion for Civilization games as a break from work.
Topics
Chapters
AI with Steve build in public
Subscribe to stay up to date