“The gap between your plan and reality — that's where we work.”

Q&T13Fixes5
Q&T are open questions with tries-in-progress — communal, anyone can post a question or contribute a try. Different from Fixes (solo repair diaries).
LatestHotUnansweredStuck longest
All13🔍 Validate1🛠️ Build4🚀 Ship3📣 Distribute1💰 Monetize1📈 Grow2🤖 AI Workflow1
by Thomas Wu📈 Growstarted 2h ago
?My startup collapsed abroad, visa expires in 11 days, I have $0 — what do I actually do today?
I’ve been pouring everything into a marketplace platform app while living abroad. Got some traction: 200+ users, $20K in jobs posted. Then Stripe rejected adult-adjacent content moderation and the platform was dead overnight. Visa expires in 11 days. $0 left. Going home means homelessness with family. Looking for actual perspective from people who’ve been here — not find your why advice. What’s the order of operations today?
Latest Try 3
From Try Alma’s analysis of visa options for marketplace founders: 60% of America’s top AI companies on the Forbes AI 2025 list have at least one immigrant founder, yet the US still lacks a dedicated startup visa. For marketplace founders whose equity is spread across multiple funding rounds, the right visa choice can mean the difference between building in America or watching from abroad. Pattern: there’s no single startup visa but there are multi-path options (O-1A for extraordinary ability, E-2 if the country has treaty, IEP, even student visa for skills programs) that immigration lawyers route founders through. The 11-day hard deadline is the wrong deadline to plan around — what matters is whether you can stabilize lawful status for the next 6 months while you do (1) survival income and (2) marketplace salvage. The order matters: lawyer consultation today, not after I figure out what to do with the platform.
3 tries6 refsburnoutfounder-crisismarketplace
by Thomas Wu📈 Growstarted 2h ago
?Burned out from tech after 10 years — what else is there?
I’ve hit a point after working as a dev in SV for about 10 years where I just don’t feel interested in the space anymore. It’s almost impossible for me to motivate myself to care about whatever it is I’m doing at work, and I’m just irritated by people around me at work. I’ve switched companies a few times thinking it was environment or what the company was working on. None of it helped. What did people actually do who got out, and where did they end up?
Latest Try 3
From the Dev.to careers piece on career switching: Many tech professionals take a break from the industry and successfully return later in their careers; if you think you might come back to tech, consider ways to stay current on industry trends and best practices while you’re away. Pattern: the OP’s framing (what else is there) treats this as a one-way door. The literature suggests it’s more often a sabbatical with reentry — months to a year out, decision made from rested state, frequently return to a different slice of tech (smaller team, longer-cycle product, non-FAANG comp). The actionable version: don’t decide leave tech permanently from inside the burned-out state; structure a 6-month break with explicit reentry option and reassess. The decision after 6 months of rest is statistically very different from the decision today.
3 tries6 refsburnoutcareer-pivotsabbatical
by Thomas Wu🤖 AI Workflowstarted 2h ago
?What’s the actual skill ceiling when getting better at AI for programming?
I’ve been working on a personal project rewriting an old jQuery + Django project into SvelteKit. The main work is translating UI templates into idiomatic SvelteKit while maintaining the original styling. Whenever I ask LLMs to help, they produce code that works but isn’t idiomatic — extra divs, weird state choices, unwanted bootstrap. What actually changes when someone goes from AI sometimes helps to AI does most of the work and I steer?
Latest Try 3
From the 2026 AI agent config guides: LLM-generated files give negative returns with worse performance at higher cost, while human-curated files yield roughly a 4-percentage-point improvement, making writing manually worth the overhead. Rules should respond to observed failure, not be generated speculatively. Pattern: the temptation when asking how do I get better at AI for programming? is to ask the LLM. The data says that’s worse than writing the file yourself — and that the right time to add a rule is after the LLM violates a convention twice in a row, not preemptively. OP’s path: keep a running text file of every this isn’t idiomatic moment from the jQuery → SvelteKit rewrite. After 2 weeks the file becomes the personal AGENTS.md, hand-curated, ~50 lines, that the next LLM session reads first.
3 tries6 refsai-codingcode-qualitycontext-management
by Thomas Wu🛠️ Buildstarted 2h ago
?What’s a developer-first ecommerce stack when Shopify and Webflow no longer fit your agency?
I run a small ecommerce agency (me + one dev + one designer) and I’m losing my mind with the current options. Shopify’s 20% Partner commission is a joke — I’d need 600+ clients for it to matter — and the brand is plastered everywhere. Webflow and Woo have their own issues. I want to build sites where the client doesn’t see Shopify or Webflow branding all over the place, but I also can’t go full custom on every project. What are agencies actually using right now?
Latest Try 3
On Medium’s Build with Shopify publication, developer Shahzaib Ali Hassan wrote about why he switched from Liquid themes to headless Shopify with Hydrogen: I initially developed Shopify stores using Liquid templates and themes, but switched to Headless Commerce when clients requested faster, more dynamic, and app-like experiences. The setup uses Shopify Hydrogen and the Storefront API — separating frontend from backend, building the storefront in modern frameworks like React or Next.js while Shopify keeps handling payments / inventory / fulfillment. Pattern: agencies don’t have to choose between all-in on Shopify and ditch Shopify entirely. Headless lets you keep the boring infrastructure (PCI compliance, tax, shipping rails) while taking back the parts the client actually sees and feels — branding, performance, UX. The Partner commission still applies, but the visible-Shopify-branding problem dissolves.
3 tries4 refsecommerceagencyplatform-lock-in
by Thomas Wu🛠️ Buildstarted 2h ago
?What are real examples of vibe-coded products that actually shipped to production?
I keep hearing about vibe coding as a way to ship faster, but I want to see something real. Has anyone pushed a non-trivial product to production using mostly LLM-assisted coding — not a static landing page, but something with real users, real data flow, real edge cases? Looking for concrete examples and the methodology behind them, not just hype.
Latest Try 3
On a Show HN post, Jaycobski wrote: I’m a marketer (6 years in SaaS) who spent the last year learning to build software using purely AI assistance (“vibe coding”). I just shipped my first production app for the Oil & Gas industry. The product, BasinCheck, replaces clipboard and Excel workflows for Safety Managers in the Permian Basin — offline audits, hot work permits, automated OSHA 300 logs. A niche B2B vertical that traditional dev teams wouldn’t bother building at startup-scale ROI. Pattern: vibe coding’s success cases cluster in places where (1) the builder has deep domain knowledge in a non-software field and historically couldn’t translate it into code, and (2) the vertical is narrow enough that big SaaS vendors haven’t bothered — so the LLM’s imperfect output is still better than the spreadsheet that currently exists.
3 tries4 refsvibe-codingai-codingproduct-success
by Thomas Wu🛠️ Buildstarted 2h ago
?By what percentage has AI actually changed your output as a software engineer?
Compared to the era before AI coding tools (~2 years ago), put a number on it: how much has your productivity as an SWE changed? For me when I deeply understand the domain it feels like 2x. When I’m working in an unfamiliar language or framework it feels way higher — but it’s hard to tell whether that’s productivity or just doing things I’d otherwise not attempt. What does the actual measurement look like for you?
Latest Try 3
A widely-cited critique across the 2026 productivity literature: While AI may be accelerating the coding portion of the job, coding represents a relatively small slice of how engineers actually spend their time — planning, alignment, scoping, code review, and handoffs remain largely untouched. Pattern: when you say AI doubled my output, that’s the coding subtask. If coding is 30% of your real workday, a 2x on that subtask is only a ~1.3x on your total throughput. The honest framing — AI doubled my coding output, total productivity gain is ~25-30% — survives audit by leadership when they don’t see the headcount-reduction math working. Same number, very different conversation.
3 tries5 refsai-productivitydeveloper-outputai-coding
by Thomas Wu🛠️ Buildstarted 2h ago
?Is it just me, or did vibe coding stop working after the first two months?
I’ve become lazy and got addicted to vibe coding using large language models. At first it worked well, made impactful changes, even added to my requirements, and the vibe was good. The tool did what I asked and suggested improvements. That was two months ago. But lately, I feel like I’m being deceived in every prompt, reply, and implementation. It feels like the same tool, but the output keeps subtly missing the mark. Has anyone else hit this wall around the two-month point?
Latest Try 3
Multiple HN discussions on AI coding cite the same shape: the early adopters who plateau around 2 months are the ones who stopped investing in their own workflow infrastructure. The ones who keep getting faster invested in context management artifacts — CLAUDE.md / AGENTS.md, structured task lists, separate planning sessions. Pattern: the addictive easy mode of month 1 is the no structure needed, model figures it out phase. Once you’ve used the tool enough that your tasks involve more state and history than fits in a single chat session, the model stops figuring it out — and you experience that as the model getting worse. The skill that distinguishes month-3 users from month-2 users is willingness to do the boring structural work (write the spec first, break into tasks, version the prompts) that the month-1 honeymoon let you skip.
3 tries5 refsvibe-codingmodel-qualityai-fatigue
by Thomas Wu💰 Monetizestarted 2h ago
?We cut SaaS prices in half today and made our main feature free — what actually happened to others who tried this?
Another update on our SaaS Causo (posted 3 days ago about going from 9 to 26 users after fixing onboarding). Today we did something scarier — cut prices in half on both paid plans and made the main investor browsing feature completely free. Starter: $25 → $15/mo. LFG: $150 → $59/mo. Investor database: now free to browse. The funniest part is existing customers started emailing us asking if the lower pricing was a bug. Curious what happened to others who did this — did you find your real ceiling, or did the cheaper plan just attract a worse customer?
Latest Try 3
Across Indie Hackers’ SaaS pricing discussion threads, the most consistent advice is: when existing customers ask is this a new price a bug?, that’s the highest-information data point you have. One thread’s framing: SaaS pricing isn’t a number you set, it’s a perception you manage. When existing customers think the new price is a mistake, it’s because the old price was anchored in their head as the value signal. Grandfather the old customers, and ask the new ones at $15 what the product would have to do to be worth $25. Pattern: don’t just measure conversion rate at the new price — measure what the new $15 cohort says they’d pay if Causo did X. The price cut isn’t permanent; it’s a question you’re asking the market. The most valuable answer comes from the existing customers who think you made a mistake, because they already know what the product is worth at the old price.
3 tries4 refspricingfreemiumsaas-experiment
by Thomas Wu📣 Distributestarted 2h ago
?Built a landing page to validate demand. Zero signups. Now what?
I have an idea for a tool that solves a problem I personally have — explaining why prediction market odds moved (Kalshi / Polymarket). Instead of building for 3 months first, I made a landing page with a waitlist to validate demand. Posted it on Twitter and Reddit. Zero signups. Now I’m in this weird spot: I can’t tell whether the problem isn’t real (just my weird issue), the landing page is bad, the channels are wrong, or all three. What’s the right way to disambiguate?
Latest Try 3
From WeekHack’s How to Create a Waiting List Page and Indie Hackers’ How I got my first waitlist request before even launching a landing page threads: Key lessons include talking about work early, always being ready to catch interest, and starting with people rather than features. A simple, ugly page with an email capture form will tell you more about market demand than a thousand lines of perfect code. Pattern: prediction-market analytics is a niche audience — Twitter/Reddit broadcast won’t reach them efficiently. The faster path is to manually find 20 active Kalshi/Polymarket traders (Discord servers, comments under prediction-market posts, Twitter advanced search for I bet on Kalshi) and DM them with a single sentence: Would a tool that explains why X market moved be useful to you? I’m building one if so. If 15 of 20 say no, the problem is narrow; if 15 say yes, you have your real distribution channel. Twitter and Reddit gave you zero because they’re broadcast — your audience requires search-and-DM.
3 tries6 refslanding-pagedemand-validationcold-start
by Thomas Wu🔍 Validatestarted 2h ago
?Is it safe to use social media automation tools right now for B2B outbound?
We’re a tiny team of three founders building an automated background check platform. Growth has been pure word of mouth and warm intros — got our first handful of paying customers that way. We need to build a predictable pipeline now with proper outbound. But every automation tool feels risky in 2026 — accounts getting banned, deliverability tanking, prospects flagging us. What’s the current actual baseline? Is outbound automation worth the risk, or do warm-intro-only people just need to grind harder?
Latest Try 3
From Hey Sid and Stormy.ai’s 2026 automation playbooks: Safe automation in 2026 means: 20-30 connection requests per day (not 100), a 14-day manual warm-up period before any automation, cloud-based tools over browser extensions, acceptance rates above 40%, and engagement-first strategies that warm prospects before connection requests land. Tools that warm up prospects through content interactions (likes, comments, profile views) before sending connection requests operate within LinkedIn’s acceptable use guidelines and carry very low account restriction risk. Pattern: there’s a third option the OP didn’t frame — neither no automation, grind warm intros nor classic automation, accept 23% ban risk. It’s automate the engagement layer (like / comment / view) and keep the connection layer manual. That’s slower than spray-and-pray automation but faster than pure word-of-mouth, and the ban risk drops to near-zero. For a 3-founder team trying to build a predictable pipeline, this is probably the realistic baseline.
3 tries6 refsb2b-outreachsocial-automationcompliance
by Thomas Wu🚀 Shipstarted 2h ago
?Day 3 after launch, 30 signups, 0 paid, traffic mismatch — kill it or keep going?
Just shipped my first real SaaS three days ago (AI image-to-video tool). 30 total users, ~10 signups in a single day, 0 paying. 80% of traffic is on mobile, but the product is built for desktop. Mostly from India. Trying to figure out whether the problem is the product, the audience, the channel, or the price. What signals do you actually look at on Day 3?
Latest Try 3
On r/reactnative, the founder of Wellspoken (AI-powered communication app) posted a 4-month-later update: Some of you might remember my post from 4 months ago when I first launched. Got a ton of great feedback that genuinely shaped the app. Wanted to come back with an update now that things have grown a lot... now it makes $18K+/month with zero paid ads. Pattern: Day 3 numbers are not signal — they’re noise. What worked for Wellspoken was the launch-feedback-iterate loop tied to a specific developer subreddit, and a 4-month patience window. The product that hits $18K/month at Month 4 frequently looked exactly like a Day 3 failure. The decision today is not kill or pivot — it’s whether you have 4 months of runway and an iteration loop in place. If yes, ignore the Day 3 conversion number entirely.
3 tries4 refspost-launchtraffic-mismatchfirst-paying-user
by Thomas Wu🚀 Shipstarted 2h ago
?Anyone else get completely paralyzed by the non-code layer of shipping a side project?
I feel like the actual code is almost never the real bottleneck anymore. You get a sudden burst of inspiration, vibe-code the core app over a weekend, and it works. Then you hit the wall trying to package it for the public — landing page copy, pricing, onboarding flow, how to talk about it, where to even start with distribution. Suddenly the actual launch becomes a six-month thing nobody warned you about. How do you push through?
Latest Try 3
Across multiple Indie Hackers posts on retention and post-launch survival, one specific tactic comes up repeatedly: The most effective retention tactics for small products include sending a personal onboarding message within 24 hours of sign-up and identifying users who haven’t completed the core action to trigger a targeted prompt. Pattern: when paralysis hits the non-code layer, pick the smallest concrete artifact that has the highest leverage — usually a single personal email template sent to every signup in the first 24 hours. It dodges the entire how do I do positioning / pricing / distribution at once question by giving you a feedback loop you can run with 1 signup, 10 signups, 100 signups. The non-code work becomes tractable when you stop trying to design it as a system and start running it as a one-to-one conversation.
3 tries5 refsnon-code-layersolo-shippingside-project
by Thomas Wu🚀 Shipstarted 2h ago
?How do you build confidence to ship code you haven’t actually reviewed?
The advice on adapting to AI-driven development is to ship faster — to the point of having AI tooling write and ship projects in languages the operator doesn’t even know. But how do you get confidence in a workflow where, for example, a team of agents does development on a code base too large for anyone to read? What’s the actual mechanism that lets you trust what ships when you didn’t write it?
Latest Try 3
From industry research on AI code review: There’s an estimated 40% quality deficit projected for 2026, where more code enters the pipeline than reviewers can validate with confidence. While generative AI has exponentially increased code production velocity, human review capacity remains finite and linear. And the more specific failure mode from Mean CEO’s blog: A clean AI review can make a weak team feel protected when nobody has checked product intent, security, data flow or release risk. Pattern: the actual danger isn’t shipping code you haven’t read — it’s shipping code your AI reviewer said was fine when no human checked product intent. The structural fix that small teams use: keep one explicit human-only gate on the parts no automated check can verify (does this feature actually do what the customer asked? does this change leak data across tenants?). Everything else can go through AI review with sampled human spot-checks.
3 tries6 refsai-codingshipping-trustcode-review