Software is a manifestation of someone’s knowledge of and experience in and ideas about how a thing should work. We learn from the software we use, we benefit from everyone else’s ideas, we benefit from the hundreds and thousands of hours other people put into understanding a problem to design a solution. My workflow is better because of the incremental improvements made by developer after developer year after year.…
I like to say "my code is 200% vibe-coded; the tricky bit is figuring out which 100% to keep". Decisions matter, both technical and product ones. LLMs don't make as good technical or product decisions as I would, and the way I work with them tries to maximize my strengths and the LLM's strengths. I don't know if I succeed, but it's better than "make me an app like X" as a prompt.
Your app subscription is now my weekend project
121–130 of 390 posts
Re: Your app subscription is now my weekend project
#122I read the same tired opposing arguments all the time; I thought of it the moment I read the title. "My time isn't free, so I'll pay the tax" is true, however most of these individuals spend hours a day watching the news or doing anything else but being productive or spending time with family/friends. If you aren't working 24/7 while handling a family and telling yourself your time is worth more than a small fee, you…
If people enjoy spending their unpaid hours building clones of paid software that's fine, but it's fine because they enjoy it. It's not minimally worth it. The time I waste on YouTube and the news etc etc is sorely needed and enjoyed downtime. If someone has enough energy to build instead of vegetating, more power to them. I prefer to save my energy for the stuff I value. (Which is actual work, helping family and games)
EDIT: another thing to consider is that each hour I spend fully pursuing my occupation pays me an hourly wage but also pays me in career growth. This compounds massively over time in higher and higher wages. Building throwaway apps generally does not. Why would I waste energy on work that doesn't compound? I'm all for serendipity but not as a financial argument.
Re: Your app subscription is now my weekend project
#123Today on /r/macapps/ there’s a wave of apps that look good at the first glance but get abandoned before they achieve even a 100-users maturity level.
Re: Your app subscription is now my weekend project
#124Re: Your app subscription is now my weekend project
#125First of all, I’m skeptical about these being free. Time isn’t free, and the tokens to make these projects certainly weren’t free. Second of all, all of these SaaS apps that don’t actually have a need for recurring charge probably should be paid one time. I don’t use Loom — I use CleanShot X and it was a one-time $30 payment and has a lot of great features I benefit from. I can’t reimplement it in $30 of tokens or $3…
Most apps rationale for subscriptions is "Ongoing development" without an option like jetbrains etc. to fall back to a perpetual license. In practice, regardless of whether an app needs ongoing development or not, this is the best way to try to guarantee continuous income and make a living off of a project I guess. Perhaps LLM's will force developers/companies to change their stance and to stop users from recreating…
The code is the easy part but there's ongoing humans needed to make it work. If Agents get to the point they can genuinely autonomously SRE & patch a service everything changes but that still seems a long way off.
Re: Your app subscription is now my weekend project
#126The people who pay for the apps vs people vibecode them are largely a different demographic. Linux is free, but most people don't mind to pay the Windows / macOS tax.
Re: Your app subscription is now my weekend project
#127Excellent! I've done the same thing. Five prompts to have a working iOS app that solves my problem.
Re: Your app subscription is now my weekend project
#128The bar for me to pay for a $10/month software subscription is pretty high, but once I make the decision that it's valuable, the actual cash cost is pretty low. Vibe coding something will never approach the quality of something that someone put enough thought and effort to turn into a product. The main place where I'll write my own software is when it's truly custom to my own needs, AI is a force multiplier for this type of work, but at the end of the day I still have very limited time to run and maintain a lot of custom software and data, so it's not going to cannibalize any of the SaaS I'm willing to pay for.
Obviously for younger software guys with more time than money, the equation will be different, but those were never the make-or-break demographic for SaaS anyway. I don't think the equation has meaningfully changed for SaaS sales due to AI, I see it more as continuously rising bar over the last two decades due to UX expectations, market saturation, limits on human attention and complexity tolerance.
Re: Your app subscription is now my weekend project
#129I was hoping that the current LLM/Agent/Vibecoding wave would lead to a revival of open source contributions, but I am not sure that is happening yet
- A nice little single-file web "random slideshow" to replace an aging one I bought. - A fairly feature-complete read-only SQL console. - A development SMTP server (like Mailhog) https://github.com/linsomniac/smtphotel - A work status dashboard that I'll probably release once I have run it a bit longer. - A fairly extensive Docusign-like webapp. - A retrospective meeting runner. - A cron "swiss army knife" helper. - A "social calorie tracker" (I'm unhappy with the existing ones out there).
These are all things I've vibecoded in the last month, and are more than I could have coded in my spare time in 6 months or more.
For me, the renaissance is here.
Re: Your app subscription is now my weekend project
#130I build small web applications for my personal needs all the time by just regular programming, and I'm saving so much money by using them and not some proprietary app. Not even mentioning the advantages that it is completely bespoke, runs local and gives me peace of mind data-wise.
Some wise man once said that personal computers are a bicycle for the mind. Programming your own programs is the most pure way you train on that bicycle.