>The age of actually finishing side projects is here This is a really good summary of how I've experienced AI put into words. I'm not really sure how this can be monetized though. I'm not going to burn $200-1k per day on agents to do some side projects that have been on the back burner. The only reason I'm doing it now is the heavily subsidized or free available models all over the place.
Building for an audience of one: starting and finishing side projects with AI
31–40 of 70 posts
Re: Building for an audience of one: starting and finishing side projects with AI
#32>The age of actually finishing side projects is here This is a really good summary of how I've experienced AI put into words. I'm not really sure how this can be monetized though. I'm not going to burn $200-1k per day on agents to do some side projects that have been on the back burner. The only reason I'm doing it now is the heavily subsidized or free available models all over the place.
Re: Building for an audience of one: starting and finishing side projects with AI
#33Earlier quoted context omitted.
Anyone who hasn't tried AI for coding absolutely should. This is the future. I don't think we'll ever manually write code again. It's just so much faster.
> This is the future. NFTs and crypto were also the future. > I don't think we'll ever manually write code again. It's just so much faster. More work for the people who like to fix tech debt.
I find this the least convincing argument ever. Its only a gotcha if you assume all/most of the people excited about one were excited about the other. Personally I never met a real person who gave a shit about crypto, much less nfts. But AI interest is everywhere, with it roughly 50/50 in my life of people who are uneasy with it vs use it regularly.
I don't disagree about monumentous amounts of tech debt and risk being created. Its my hope for my own job and skills being relevant going into the future. I do like playing with it, understanding it as a tool. But it is just a tool, not a machine god, and regularly fallible.
Re: Building for an audience of one: starting and finishing side projects with AI
#34Earlier quoted context omitted.
Usually online communities have dedicated days for such things. Like a "side project Sunday" or such, with one large thread.
HN has that every day, and a dedicated section for it: Show HN. Link in the top bar :)
Re: Building for an audience of one: starting and finishing side projects with AI
#35How brutal will the enshittification phase of these products be?
Will the 10x cost or whatever be something that future employers will have to pay, or will it be a more visible impact for all of us? Assuming no AGI scenario here and the investments will have to be paid back with further subscription services like today.
I really hope Open Source (Open Weights) keep up with the development, and that a continuation of Moore's Law (the bastardized performance per € version) makes local models increasingly accessible.
Re: Building for an audience of one: starting and finishing side projects with AI
#36Re: Building for an audience of one: starting and finishing side projects with AI
#37This is what I've been doing for a couple years now: having AI help to code/test projects that I've had in my long TODO list but would never realistically started/completed. AI is now pretty capable of producing decent code if your specifications are decent. I still think that non-programmers are going to have a tough time with vibe coding. Nuances and nomenclature in the language you are targeting and programming de…
Yesterday I was inside one of the tools that a just build it prompt created and I asked it to use a NewType pattern for some of the internals.
It wasn't until I was in bed that I thought why? If I'm never reading that code and the agent doesn't benefit from it? Why am I dragging my cognitive baggage into the code base?
Would a future lay vibe coder care what a New type pattern is? Why it helps? Who it helps?
I think the pedagogy of programming will change so that effective prompting will be more accessible.
Re: Building for an audience of one: starting and finishing side projects with AI
#38Right now I'm trying to get an AI (actually two ChatGPT and Grok) to write me a simple HomeAssistant integration that blinks a virtual light on and off driven by a random boolean virtual sensor. I just started using HomeAssistant and don't know it well. +2H and a few iterations in, still doesn't work. Winning.
Re: Building for an audience of one: starting and finishing side projects with AI
#39> Sidenote: I wonder what's going to happen when the crazy money runs out and Anthropic, OpenAI & co have to start charging for more than it costs them to run the models. Hopefully by then the open source models will have caught up? How brutal will the enshittification phase of these products be? Will the 10x cost or whatever be something that future employers will have to pay, or will it be a more visible impact for…
Re: Building for an audience of one: starting and finishing side projects with AI
#40Right now I'm trying to get an AI (actually two ChatGPT and Grok) to write me a simple HomeAssistant integration that blinks a virtual light on and off driven by a random boolean virtual sensor. I just started using HomeAssistant and don't know it well. +2H and a few iterations in, still doesn't work. Winning.