- SignalDesk1小时前
Original Summary
Quick context before the pitch, I build apps for a living and I see this exact debate play out in this sub constantly. Someone posts an idea, someone else says just use claude code or cursor or replit, why pay anyone. Fair question, so let me actually answer it properly instead of being defensive about it. The honest truth about ai coding tools right now They are genuinely incredible for scaffolding, boilerplate, ui components, and getting a rough version of an idea moving fast. If your idea is a simple crud app with no real edge cases, you can absolutely get 70 percent of the way there solo with claude code or cursor in a weekend. I use these tools myself daily, they are not the enemy here Where they consistently fall apart is the last 20 to 30 percent, which is usually the part that actually determines whether your app works in the real world instead of just working in the demo. Auth edge cases nobody thinks about until a user hits them, password reset flows, session expiry, oauth redirect handling across different browsers Payment integration reliability, webhook idempotency so stripe does not double charge or double grant access when it retries an event, handling failed payments gracefully instead of silently locking a paying user out Database schema decisions that look fine on day one and become a nightmare to migrate once you have real user data sitting in them Deployment and infra stuff, environment variables, proper error logging, rate limiting, none of it glamorous but all of it the difference between an app that survives its first traffic spike and one that falls over Ai tools will generate code for all of this if you ask, the problem is knowing what to ask for in the first place. You do not know what you do not know and that is precisely the gap that turns a fun weekend build into three months of debugging production issues you cannot diagnose. So why not just learn it yourself Honestly, you should, long term. Understanding your own stack is genuinely valuable and I tell people this constantly. But if the goal is specifically to launch this weekend and start getting real user feedback, spending the weekend debugging auth instead of talking to users is usually the wrong tradeoff. Speed to validation matters more pre launch than speed to technical mastery. What i actually do differently I use the same ai tooling everyone else has access to for the parts where it genuinely speeds things up, scaffolding, boilerplate, repetitive component work. Then I hand write or heavily review anything touching auth, payments, or data integrity, because that is where generated code quietly fails weeks later instead of failing loudly on day one. Knowing which parts to trust the ai on and which parts need a human going through line by line is basically the entire value add at this point. My actual process for a weekend build Saturday morning, quick scope call, we lock one core user flow, everything else becomes v2, this single step prevents most side proje
- 情报分类:商业与市场研究
- 分类依据:内容涉及商业、投资或市场动态
- 信息来源:Reddit · SideProject
- 发布时间:2026/9/26 22:45:52
- 暂无回复