Live data from Hacker News

Building for an audience of one: starting and finishing side projects with AI

codemade.net

61–70 of 70 posts

Re: Building for an audience of one: starting and finishing side projects with AI

#61

[dead]

> The cost of building something just for yourself used to be weeks of learning a new stack. Now it's a conversation and some token spend.

I remember this being the opposite. Some used to do side projects to play with and learn a new stack. That's how we all ended up here don't you think?

Re: Building for an audience of one: starting and finishing side projects with AI

#62
post #59

I feel like the coding assistants are opening doors for hobbyists the same way 3d printing did. If you’re into a hobby with physical components like rc-anything, robotics, or just need a one off part to fix something a 3D printer is a game changer. In the same way, if you’re into writing software for personal projects or just filling a discreet need ClaudeCode is a game changer.

3d printing led to some big companies being created.

Maybe, we will see solo employee unicorn startup very soon.

Re: Building for an audience of one: starting and finishing side projects with AI

#63

I have more than a few side projects that began as late night discussions with an llm. A couple of those projects reached a level of completion where I use the products daily, and one project reached production (a game you can find referenced on my profile). I have had similar experiences to the author, and I’ve found that just working with a single agent in Antigravity (on the Gemini Pro subscription) is adequate. T…

I wasn't aware that Antigravity personal provides free access to Opus/Sonnet! Maybe this is just for limited time, but certainly to be taken advantage of! Thanks!

Re: Building for an audience of one: starting and finishing side projects with AI

#64
post #32

Earlier quoted context omitted.

Oh, I think I misunderstood. Do you mean if we paid the real cost of the compute it would be the numbers you mention?

Yes, AI companies are bleeding money with current pricing. Your AI usage is heavily subsidized by investor dollars.

Better take the opportunity then and have it build good stuff while it lasts. :)

Re: Building for an audience of one: starting and finishing side projects with AI

#65
post #7

Earlier quoted context omitted.

There are places like r/sideprojects but as with all non-niche boards it can get crowded pretty fast. I’ve often thought about standing up a subreddit specifically for side projects but with the proviso of: - No sign up - No ads - No subscription/payments of any kind Open-source is welcome but optional.

I think the problem with such places is, they just become a dump for self-promotion by people who otherwise don't participate at all. The opposite of an actual community. That's why even reddit used to have a 10-to-1 rule of thumb about posts like that (which would be very easily gamed today).

Yeah, I think you're right. Asking people to give feedback and contribute instead of just self-promoting is like expecting everyone to maintain a 1:1 torrent ratio - it's just not gonna happen.

Re: Building for an audience of one: starting and finishing side projects with AI

#66
post #40

Right 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.

HomeAssistant is probably doing too much for what you need. Imo it's not a good piece of software. https://nodered.org/ is maybe a better fit. Or just some plain old scripts.

It looks like the point is Home Assistant integration. I seriously doubt they need an led to be blinked on and off based on a mock sensor. That's either "for the integration test" or "as a placeholder for something more". Either way, the is failing.

Re: Building for an audience of one: starting and finishing side projects with AI

#67

Earlier quoted context omitted.

"Make the window show up on top, you can't click away from it. Also clear all the fields when you first show the window."

"Ok, here's a static bar on the top of the page" as it disappears as you scroll. You can now no longer click anything else on the page. You said "can't click away" and it did show up on top. As a 30 year coder that never did any UI, this is this shit I run into constantly. I can create awesomely cool and fast back end stuff, and can create better UIs than I've ever been able to, but not knowing the nomenclature trips…

If you try it out, the prompt above correctly creates a modal dialog. LLMs are much much better than you give it credit for.

Re: Building for an audience of one: starting and finishing side projects with AI

#68
post #40

Right 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.

HomeAssistant is probably doing too much for what you need. Imo it's not a good piece of software. https://nodered.org/ is maybe a better fit. Or just some plain old scripts.

Nah HA is defs what I want. I agree it's terrible software. All the more motivation for me to try throw AI at it. If the docs were better I'd just grind the docs instead it would probably be ahead, but the HA docs suck almost as bad as the code - which may have something to do with why the AIs are sucking now that I think about it ..

Re: Building for an audience of one: starting and finishing side projects with AI

#69
post #2

in the age of LLM-built side projects... what's the right venue for sharing these things with other people? i feel like the expectations for a "Show HN" project are too high for a passing around a silly little toy that I had the robot throw together. product hunt is for things that are actual products/businesses. so maybe you throw it in a targetted subreddit for a niche interest group? seems like there should be a m…

Once a month HN user david927 does a "What are you working on?" post (among others: https://hn.algolia.com/?query=%22What%20are%20you%20working%... ) that is perfect for you to drop things like this into as a comment. It looks like this month's is still open for comments though unlikely to generate much interest after the first few days. It should be made an official HN tradition like whoishiring.

This is actually such a cool idea and such a sweet shout out, thank you :)

Re: Building for an audience of one: starting and finishing side projects with AI

#70
It’s insane and wonderful. I always wanted to get into slipcasting pottery, but of course straight from CAD without all the “make something 20% larger than hou want, fire it, make mold using plaster and expertise” part.

Kicked it around for years, but CAD mold-making, especially multi-part mold-making, is reslly hard. Geometry, physics, understanding the process of using it… it was way more than I could find the time to develop expertise in.

Claude code, an MCP server to controll grasshopper (MCP server entirely written by claude of course), and maybe 8 hours total and I’ve got a fully algorithic multi-part mold-making program that designs the plastic tools I need to print, so I can pour silicone into plastic, so I can pour plaster into silicone, and the plaster parts fit goether perfectly for the final mold.

And it was fun. AI has brought joy back into coding projects I used to put off because they felt like a grind.

Post reply on HN