Blog

August 10, 2025

I hit a snag while vibe coding the video player feature. There was a minor bug, it was supposed to suggest the next video in the channel when the current video ends, and it did the first time but not the subsequent times.

The bad news is, despite trying, starting over and trying again several times, claude code just couldn't crack it.

If i was not a developer, i would have been lost.. Luckily I'm a developer and I should be able to fix it myself.

The good news is, when i dug into the code, i found it to be well organized, well commented and overall pleasant to work with. I see many devs, especially senior ones, ripping vibe code to shreds. What I have in my hands is quite good. I didn't count exactly but I think it is at several 1000s of lines at this point. Not huge but not too shabby either.

The issue turned out to be easy although it did span a few layers and it was sort of recursive in nature (not exactly but hard to explain without going into details)

Once I figured out what the issue was, I got CC to help me implement the fix too, which it executed masterfully.

All in all, it was good experience to see what was happening in the code because I haven't really been looking at it since the start.

Trying to figure out the issue did take some effort but the overall mental effort on my part was still much less than what it would have been without AI assistance.

I've been vibe coding since April and my experience is still that of AI being a net positive, a big net positive. I'm able to do things I have not been able to do due to lack of time and mental energy.

That said, will you have similar results if you are not an experienced dev? Your milage will vary, but it's fair to say you simply won't be able to go as far.

I'm not sure what it is like with Replit, Lovable and the others though. Maybe they are superior in how far they can take someone with little to no dev experience.

August 9, 2025

I love the concept of improving a product little by litte, day by day; letting those improvements accumulate over time to better and better experiences for users.

I spent time this weekend to add a video player. It is the same player that YouTube provides, but well integrated to this site. When the video ends, it will suggest both the next video in the same channel, which provides a "playlist" like experience. It will also provide suggestions for videos from other channels as well in case you don't wish to continue with the same channel.

Just a small improvement but there are many more to come. Right now there is no way to personalize the site for each user and I think that would be a very good area to work on next.

August 1, 2025

Welcome to Binge-Worthy! We're building a special platform dedicated to curating interesting, intellectually stimulating videos on YouTube. No more mindless scrolling through brain-rotting entertainment.

Dozens of channels are already in the catalog and more on the way as we continue to discover more. The site is barely functional at the moment, but we're working hard to add new features and improve the user experience. So stay tuned!