Earlier quoted context omitted.
Sure: 1. A primary meaning, "Further" means "revenue" (or "profit"). You and your AI together can sit and create a competitor to Windows 11, do the marketing copy, a sales strategy, feature testing etc, but without a team that product isn't going anywhere. 2. A secondary meaning, "Further" means "Stamina". You + AI can create everything above, but without a community (whether paying customers or free users), the prod…
Ok, I see where we diverge now. My project is free and open-source so there's no money at play here. It's a labor of love. I agree with you if you're talking about a for-profit product that you'll probably do better with a team.
Pros and cons of solo development
51–60 of 84 posts
Re: Pros and cons of solo development
#52Re: Pros and cons of solo development
#53The rule to remember about solo development: Alone I can go faster, together we can go further! Everything else boils down to this.
Perhaps. I think AI changes the equation here. Honestly, AI changes what "solo developer" even means.
Re: Pros and cons of solo development
#54Earlier quoted context omitted.
Can you talk a little about what "further" means to you?
Sure: 1. A primary meaning, "Further" means "revenue" (or "profit"). You and your AI together can sit and create a competitor to Windows 11, do the marketing copy, a sales strategy, feature testing etc, but without a team that product isn't going anywhere. 2. A secondary meaning, "Further" means "Stamina". You + AI can create everything above, but without a community (whether paying customers or free users), the prod…
Re: Pros and cons of solo development
#55The rule to remember about solo development: Alone I can go faster, together we can go further! Everything else boils down to this.
Perhaps. I think AI changes the equation here. Honestly, AI changes what "solo developer" even means.
Re: Pros and cons of solo development
#56For me the Best Pros is "That one random-internet-comment is a good usability improvement, ask LLM to do the small change and commit immediately." Smaller ideas need not be approved , or held back by schedule pressure from bean counters. Just Do It. :). It's the small corrections which end up polishing the product as good as "professional usability studies".
Re: Pros and cons of solo development
#57> But... I don't truly know what my users want. There is no telemetry of any kind in Luxury Yacht. I like being able to say that, but it means I have no idea how many people are using it, or how they're using it. I don't know what features are the most important to other people. So add telemetry and a request tracker like https://www.productboard.com/ . This is not a solo vs team thing.
I don't want to add telemetry. And I think this is where the solo vs team thing matters. I can just say "no telemetry" and I don't need to argue with anyone about it. I make the decision and live with the consequence. I don't really need to know how many people use the app. It would be cool to know, but not necessary. If someone wants a feature, or a fix, they can open an issue.
Re: Pros and cons of solo development
#58Re: Pros and cons of solo development
#59Re: Pros and cons of solo development
#60Earlier quoted context omitted.
If you don't have a backend, then it's all telemetry, right? And backend logs don't capture a lot of the UX side of things - how a call got triggered, from where, etc (which yeah you can start to instrument, but then that's telemetry).
I would say: Never solve problems for people you don’t know. First solve for yourself. Then solve for people in your community. Someone reaching out with a suggestion is more valuable than bazillion of analytics.
(I admire PMs that can cross that chasm; it's also why they're often bad at infra tooling, because you can just short-circuit the empathy).