“The gap between your plan and reality — that's where we work.”
✦
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).
✦by Thomas Wu📈 Growstarted 4h ago
?How do solo operators actually un-burn-out without just taking a break and crashing again?
I’ve been burnt out for 8 months running a one-person services business. Standard advice is take a break but every time I do, the stress just compresses into the days I’m working. Looking for actual tactical patterns from people who’ve gotten out of this, not the meditation-app version.
Latest Try 4
On a recent r/ycombinator “Solo founder burnout... need advice” thread (96 upvotes, 87 comments — the volume itself a signal the question keeps recurring), one commenter (u/Atomic1221) shared his lived experience and a re-diagnosis. The lived part: “I was at the last step [of burnout] for 3-4 years. Took a forced vacation to make me realize.” His re-diagnosis of the 6-month case: “Could be burned out but it’s more likely you’re just overwhelmed with not knowing the right moves to do so you’re making all the moves.” His concrete recommendation (framed for tech founders): “An experienced overseas engineer is around 4-5k a month. Get one as your head of engineering.” Generalized to any solo operator: hire paid relief for the highest-load function before optimizing energy management. The underlying pattern: at the 6-8 month mark, the burnout label can hide a different diagnosis — bandwidth overload from being the sole decision-maker — and paid relief sometimes resolves what looks like burnout but is actually decision-load fatigue.
4 tries4 refsburnoutstuckside-project
✦by Thomas Wu🔍 Validatestarted 4h ago
?How do you get past interest but no conversion for a solo-founded niche SaaS at week 1?
Built Pen Note — an AI-powered note-taking app for students. Product works (I use it daily). Customers: zero. A week in, three distribution attempts done, the signal pattern that’s emerging is people will look but not sign up. Can’t tell from the outside whether the bottleneck is distribution (wrong channels), positioning (vs. Notion/Docs/Apple Notes), or the product itself.
The honest question: when some interest but no conversion is your signal at week 1 as a bootstrapped solo founder, what’s the right next move — go deeper on one channel, stop and re-talk to the people who showed interest, or accept it as a positioning problem and rewrite the wedge?
Latest Try 4
u/Mil (also on this thread) flipped the question entirely: *You don’t have a distribution problem or a product problem. You have a positioning problem: AI note-taking app for students is a category, not a reason to choose you, and until you can say what makes you undeniable to one specific type of student, no channel will save you.* Pattern framing: when 3 channels return polite interest no conversion, the bottleneck isn’t usually channel selection — it’s the wedge. Pivoting to a narrower segment (med students / law students / specific course type) before more distribution effort is the higher-leverage move.
4 tries6 refscold-startpositioningai-notessolo-bootstrap
✦by Thomas Wu🔍 Validatestarted 4h ago
?Content engagement is strong, pilot signups are zero — where do you look first when the funnel breaks below interested?
Building an AI clinical reasoning tutor for nursing students. Domain authority is real (15+ years as NP / nurse educator). The need is documented (peer-reviewed data: only 14% of new grads assessed as competent in clinical judgment; >90% of nurses surveyed say they want better tools). Pilot is open. Working product exists.
Week 1 of distribution: produced LinkedIn + Instagram content, outreached to nursing influencers, DMed in founder communities. The content is landing — comments, follow-up DMs, new connections coming in. But nobody clicks through to the pilot signup.
When the top of the funnel is working (real attention from the right audience) but the conversion step to sign up for the pilot is zero, what’s the highest-signal place to look first — the offer (free pilot framing, perceived effort to enroll), the funnel (where attention drops off between content and signup page), the timing (exam season vs term break), or something else? Looking for the diagnostic order that experienced founders use when this specific failure mode hits.
Latest Try 3
OP wrote: “engaging in founder DMs, and building brand visibility.” Pattern framing: founders are downstream of nursing students for this product — they’re not the buyer, not the user, not even gatekeepers to the buyer. Founder-community engagement is useful for emotional support, accountability, and how do I solve X learning, but it cannot move the conversion needle on the actual pilot funnel. Channel mismatch is structural, not effort-fixable — this is week-1 energy spent on the wrong end of the value chain.
3 tries3 refsnursing-edtechdomain-expert-founderfunnel-drop-offpilot-conversion
✦by Thomas Wu📣 Distributestarted 4h ago
?Marketing a unique-mechanic consumer app — what’s the playbook when nobody is searching for your category?
I built an MVP where users upload a dilemma, get suggested advice from the community, then commit to reporting back what happened after a set time horizon. The mechanic is novel enough that nobody is Googling advice app with outcome tracking — so SEO doesn’t work as cold start. Cold posting to subreddits gets removed as self-promo. Where do I even start? Looking for actual playbooks not build in public advice.
Latest Try 3
On r/SaaS (1,711 upvotes, 313 comments), u/drewautomates shared an analysis of 19 Starter Story founder interviews (all at $10K-$200K+ MRR). The extracted #1 pattern: “Distribution beats product every time. Not a single founder credited product quality as their primary growth driver. Every one pointed to distribution first.” Channel breakdown: Reddit and SEO were the most common (37% of founders). The implication for the novel-mechanic case: when category-search-volume is zero, the SEO half of that mix is unavailable, so the Reddit / community half has to carry the entire load — which means consistent community presence before launch is non-negotiable, not optional.
3 tries3 refscold-startaudiencelaunch
✦by Thomas Wu🛠️ Buildstarted 4h ago
?How do you enforce meaningful tests on a small team without coverage requirements or code review being the gate?
At my last two jobs, coverage thresholds led to BS tests just to hit the number — every PR had a useless assert(true) to bump the percentage. Code review was supposed to catch this but devolved to LCD (seems fine, approved). What I’m trying to find: a process that makes writing real tests the path of least resistance, not the one you bypass to ship. Small team context (3-5 devs), not enterprise.
Latest Try 3
A Facebook engineering research paper (“What It Would Take to Use Mutation Testing in Industry”, arxiv 2010.13464) studied 26 developers using mutation testing in their workflow. The empirical finding: “24 of 26 developers expressed that mutation testing exposed a lack of testing,” and “almost half would actually act on the mutant presented to them by adapting an existing or creating a new test.” What makes mutation testing stick (vs coverage, which gets gamed): a surviving mutant is a concrete, actionable artifact — a specific source-line mutation that passed all your tests silently. Coverage tells you you should write more tests (vague, gameable with assert(true)); mutation testing tells you “this exact mutation passed silently, fix it” (specific, hard to game without genuine assertions).
3 tries3 refsjust-startedsaasautomation
✦by Thomas Wu🔍 Validatestarted 4h ago
?Building a bet on your goals app — am I just validating with friends who’d say yes to anything? How do I get honest signal?
Built CommitBet: bet against a friend on a daily goal, lose $5/day if you miss. Got 8 friends to say would use it. Two of them actually committed to a 30-day test. But I keep wondering if I’m just collecting the kind of feedback that always sounds positive but never converts. What does honest validation look like for a consumer behavior app where the action gap (between sounds cool and actually opens it daily) is huge?
Latest Try 3
Another HN commenter (lionhead) described landing-page validation as the standard pre-product step: “Generally, the landing page is not an MVP, it’s just that: a landing page. It’s a cheap and quick way to get at least some market validation before you start working on your actual product. Depending on the product, it could be little more than a more elaborate form of customer interview (asking someone: would you pay for this? Does this sound like something you would use?).” For a behavior-bet app where the action gap is huge: ship a landing page describing “bet $5/day on your goal with a friend, lose if you skip” and instrument both signups AND payment-intent (clicks on a pay $X to commit CTA). High signups but zero payment-intent is hard validation that friends saying I’d use it isn’t enough.
3 tries3 refsvalidationaudiencestuck
✦by Thomas Wu🔍 Validatestarted 4h ago
?App works for some YouTube niches but not others — how do I validate which niches are the actual market vs a feature I shouldn’t ship?
Built an app that extracts audience intent from YouTube comments to give creators content suggestions. Tested with a few niches: gaming/tutorial creators got rich signal, but tested with MKBHD-tier (huge channels with mostly praise comments) and the algorithm extracted nothing actionable. How do I structurally figure out which niches are my real market without spending 6 months building niche-specific tuning that turns out to be wrong?
Latest Try 3
Reusing a pattern from a separate HN validation thread (commenter mchasse): “go out and find some group of people/companies and then ask them what problems are they currently facing that are not currently ideally solved.” Applied to the niche-fit case: for each niche where the algorithm extracted nothing actionable (MKBHD-tier huge channels with praise-heavy comments, lifestyle vloggers, etc.), the structural question isn’t “how do I tune the algorithm for this niche?” but “do these creators have the problem your tool was designed to solve at all?” Five 15-minute interviews with creators in that niche — asking what they currently do for content ideation and what they wish they had — typically surface that praise-heavy comment culture means they don’t have an audience-intent-extraction problem. That’s a wrong niche signal, not a wrong tuning signal.
3 tries3 refsvalidationstuckaudience
✦by Thomas Wu💰 Monetizestarted 4h ago
?Solo OSS founder with SOTA results — is there any meaningful IP protection left when LLMs can re-derive your algorithm from a partial README?
I have a single-author open-source project (AI infra) that hits SOTA on a few benchmarks. The core value is one specific algorithmic approach that took me months of failed experiments to find. If I open-source early I get trust, contributors, users. If I delay, I lose first-mover. But once it’s out, an LLM can re-derive the algorithm from the repo, and a better-funded team can ship a closed re-implementation in days. What does IP protection even look like for a solo OSS dev in 2026?
Latest Try 3
A pattern recurring across HN OSS discussions (bunderbunder on fork-merge cost, apollyx_jojo on scope discipline, plus many shorter threads): the algorithm is rarely the durable moat for a solo project — the “long tail of edge-case fixes discovered through real user contact” is. The reasoning that consistently appears: re-implementers (closed-source forks, VC-funded clones) typically get the core algorithm right within weeks, but cannot match the pace of edge-case discovery that comes from being the active project with active issue traffic. As long as the maintainer ships weekly fixes faster than re-implementers can extract + re-derive + integrate, the gap stays open. This is fragile — burnout, day-job, distraction collapses it — but it’s the realistic moat for a solo SOTA project in the LLM era. License (AGPL) raises fork cost; scope discipline keeps the moving target small enough to defend.
3 tries4 refsai-advicestuckside-project
✦by Thomas Wu📣 Distributestarted 4h ago
?B2B-only dynamic QR SaaS with no traction — is my niche actually too narrow, or am I just bad at marketing? How do I tell?
Launched 2 months ago. B2B dynamic QR codes with analytics + geolocation. Deliberately offered no free tier and no static QRs. Zero conversation, zero leads. I keep going back and forth between the niche is just too narrow and “I’m just not marketing it right.” How do you actually diagnose which one it is — because the fix is opposite (pivot vs. learn marketing) and I don’t want to do the wrong one.
Latest Try 3
Reusing a pattern from a separate HN validation thread (commenter mchasse, from the CommitBet QT): “go out and find some group of people/companies and then ask them what problems are they currently facing that are not currently ideally solved.” Operationalized as a diagnostic: find 5 candidates in different B2B sub-segments (event marketers, retail print campaigns, B2B sales prospecting). Ask each — before mentioning your product — “how do you currently track QR campaigns and what’s broken about it?” If 4 of 5 sub-segments describe Bitly + spreadsheet + manual reconciliation as broken → marketing problem (real niche, you’re failing to reach it). If 0-1 of 5 describe any current behavior around QR campaign tracking → niche is genuinely too narrow OR the painful version is even narrower than current targeting.
3 tries3 refsvalidationstuckpivot
✦by Thomas Wu🤖 AI Workflowstarted 4h ago
?How do solo devs keep up with AI shifts without burning out on the constant this changes everything churn?
18 months into integrating AI tooling into my solo SaaS work. Productive when I’m in the code. But every week brings 5 new you must try this announcements, agent framework drama, model releases, and pundits saying the previous month’s stack is obsolete. The fatigue isn’t from the work — it’s from feeling like I’m always behind on something I should be evaluating. How do other solo operators decide what to actually learn vs. ignore?
Latest Try 3
An AI Shortcut Lab “Minimum AI Stack for Bootstrapped Solo Founders” essay + recurring indie maker discussions converge on a reframe: stop optimizing for the best AI stack — optimize for the minimum stack that ships the next sprint. The framing repeats: “Optimal is for people who have time to research instead of ship. You don’t.” Concrete application: if you’re shipping with current AI tools, the answer to “should I evaluate this new model / agent framework / IDE plugin” is almost always no — unless you have a specific bottleneck in your current sprint that this exact tool would unblock. The fatigue is from feeling like you should care about everything; the cure is honestly admitting most of it doesn’t affect your specific work.
3 tries3 refsburnoutai-advicestuck
✦by Thomas Wu📈 Growstarted 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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