u/Healty_potsmoker

AI is quietly doing to healthcare admin what it did to bank tellers and most people haven't noticed yet

Everyone is focused on ai replacing radiologists or diagnosing cancer, which makes for better headlines but theres transformation happening rn is in the back office .

Medical coding, prior authorizations, denial management nd clinical documentation were entire departments a decade ago,the kind of work that required specialized training, certification, and yrs of institutional knowledge. Ai is eating through all of it and the healthcare system is mostly just quietly letting it happen because the margin pressure is too severe to do anything else.

I run a small PT clinic and we switched to an ai assisted platform earlier this yr mostly bcoz our therapists were drowning in documentation. The scribe feature alone gave them back roughly 40 mins a day and thats one example at a tiny scale, multiplying that across every hospital system.the thing nobody really talks about is what this does to the people whose entire careers were built around navigating the complexity that AI just... removes. Medical billing was a skill specifically bcoz insurance rules were labyrinthine and inconsistent. When an AI can learn every payers quirks and apply them perfectly at scale, that skill stops being scarce.

This isn't doom posting, i m unclear whether this is good or bad net net, less administrative friction probably means more of every healthcare dollar going toward actual care but theres a real human cost that isnt showing up in the efficiency metrics and its worth being honest about that.

is there anyone else is watching this in their industry , where the automation is less dramatic than a robot surgeon but just as structurally disruptive.

reddit.com
u/Healty_potsmoker — 3 hours ago
▲ 901 r/stocks

Nvidia just hit $5.7 trillion and jensen huang is literally on air force one right now

Jensen is on a plane to beijing with trump, elon, and tim cook. Trump called him personally because when your company is worth more than every country except two you get a seat on the plane.

The numbers have gone full parody mode $5.7 trillion market cap as of yesterday and was $400 billion three years ago. idk what happening it gained 250 billion in a single day which is more than the entire market cap of 95% of public companies. Bank of america just raised their target to 320 dollar implying another 45% upside.

It worth more than the combined stock markets of germany, france, and the uk lol and worth more than every other semiconductor company on earth combined. Amd, intel, broadcom, tsmc, qualcomm, arm, all of them together don't add up to nvidia.

the wild part is they did this while earning basically zero from china because of export controls so the beijing trip is about opening that market for the h200 chip. Reuters says the US just cleared about 10 chinese firms to buy it nd if china opens up nvidia's revenue could jump another 15-20% on top of already insane growth.

every single gpu powering every AI tool you use runs through nvidia like every chatgpt prompt, every claude conversation, every video generated through kling or magic hour, every image midjourney produces, every line of code cursor writes, every single ai computation burns nvidia silicon.

the bear case is that every major customer (google, amazon, microsoft, meta) is designing custom chips to reduce nvidia dependency but cuda lockin is real, the software ecosystem has millions of developers building on nvidia's stack and switching costs are measured in years not months so by the time alternatives are viable nvidia will have shipped blackwell and vera rubin and probably something else we haven't seen yet.

positions or ban as they say. what's everyone's read going into next week?

reddit.com
u/Healty_potsmoker — 9 days ago

Is it easier to build a business right now or is that just what twitter wants us to believe

I have been going back and forth on this for weeks and genuinely can't decide if we're living in the greatest era to start a company or the most deceptive one

there's a 14 year old in my twitter feed who built and shipped a saas product using cursor and claude, this kid has paying customers and a stripe dashboard and hasn't started high school yet.

and when you look at what one person can actually do right now it's hard not to be optimistic, you can build a full product with cursor and claude without being a real engineer. run your entire outbound through consolidated platforms like salesforge, fuse ai or clay where data and sequencer all live under one login, manage meta ads through ai connectors by talking to chatgpt, produce 50 video variations in an afternoon using magic hour or kling . claude can write your copy, debug your code, plan your strategy, and orchestrate your workflow. Dario amodei said we will see the first solo unicorn by 2026 and sam altman is betting on it too

but here's the part nobody on twitter talks about because it doesn't get likes

if everyone has access to the same tools then everyone has access to the SAME tools. The tools democratized creation but they also democratized competition and those are not the same thing.

and then there's the distraction problem, we have more leverage than ever and also more noise than ever. The same phone that gives you access to every ai tool in existence also gives you infinite dopamine hits that steal your attention before you ship anything. I watch founders spend more time tweeting about building than actually building, the tools got better but our attention got worse.

the honest answer to is it easier to build a business right now is yes building is dramatically easier and building a successful business is roughly the same difficulty it's always been. because the hard parts were never technical execution. The hard parts are choosing the right problem, reaching the right peoplw and maintaining focus in an environment specifically designed to destroy it.

will we see a billion dollar one person company? probably but it won't be the person with the best tools. It'll be the person with the best judgment about which problem to solve and the discipline to keep solving it while everyone else is distracted by the next product hunt launch

are we in the easiest era to build or just the easiest era to start and the hardest era to focus?

reddit.com
u/Healty_potsmoker — 11 days ago

I built an ai system to personalize cold outreach at scale, here's the full workflow

like a lot of you i've been stuck in the classic cold email trap for months . Either send generic low effort emails to a huge list and get ignored, or spend hours hyper personalizing a handful of emails for a tiny list and run out of time before lunch so wanted to find a middle ground so I built a workflow that does the heavy lifting and figured i'd share since we're all trying to crack this.

here's the step by step breakdown of what's actually happening:

step 1: lead sourcing and enrichment

i pull initial prospect data through fuseai database filtered by industry, company size, tech stack, and hiring signals. The enrichment gives me verified emails, direct dials, linkedin profiles before i do anything else. I tested this against scraping google maps through apify which works fine for local businesses but for b2b mid market prospects the structured database approach gives me cleaner data with verified contact info already attached instead of having to enrich separately. Bounce rates on fuse sourced emails sit under 7% which means I'm not wasting personalization effort on emails that won't land

step 2: the AI personalization brain

this is the core of the system as each lead gets sent to claude with a very specific prompt that tells it to act as a senior sdr and do three things:

→ score the lead 1-10 based on their online presence, recent activity, hiring patterns and how closely they match our icp. This immediately prioritizes who gets my time first

→ research the prospect by analyzing their linkedin activity, company website, recent news, job postings and any content they've published. Claude is genuinely good at synthesizing this into actionable context

→ Write a personalized opening based on the research, something specific like noticed you posted about struggling with outbound data quality last week, we had the exact same problem before switching our enrichment approach. The key is the prompt tells claude to find something the prospect actually cares about not just something that exists on their linkedin.

step 3: cleaning and routing

claude's output sometimes comes back messy especially when you're asking for structured data alongside natural language. I run a small parsing script that cleans the json, validates the scoring, and routes leads into three buckets so high priority (score 8-10) gets multichannel sequences with phone and linkedin, medium priority (5-7) gets email only sequences, low priority (1-4) gets added to a nurture list for later.

step 4: sequence loading

The scored and personalized leads get loaded back into fuseai for actual outreach. high priority leads go into multi channel sequences (email + dialer + linkedin steps) with the personalized opening claude wrote dropped into the first touch. The nice thing about having enrichment and sequencing in the same platform is that i'm not exporting from one tool and importing into another which was the step that always broke when i was using separate tools for data and sending.

step 5: The feedback loop

This is the part most people skip and i track which personalization angles get replies and feed that data back into claude's prompt as examples of what works. After about three weeks of this the personalization quality improved noticeably because claude learned that referencing a prospect's specific linkedin post outperforms referencing their company's funding round by roughly 2x in reply rates for our icp.

the results so far:

in the first month this system processed about 400 leads with unique scoring and personalized messaging and reply rate went from 1.8% on our old generic sequences to 4.3% on the personalized ones.Meetings booked per week went from 2 to 5 and time spent on prospecting per day went from about 3 hours of manual research and writing to about 45 minutes of reviewing claude's output and approving sequences

the personalization isn't perfect, maybe 15-20% of claude's research outputs miss the mark or surface something irrelevant and i have to manually fix or rewrite those. The scoring model needs more calibration because it currently over weights company size relative to actual buying signals and the whole system still requires me to review and approve before anything sends which limits true scale.

what's next:

building a second layer where claude monitors replies and drafts contextual follow ups based on the prospect's response. Also experimenting with having claude analyze which personalization patterns drive meetings and automatically adjusting the research prompt based on downstream conversion data rather than just reply rates

happy to share the actual claude prompts i use for the research and scoring step if anyone wants them. The prompt engineering was honestly the hardest part of this whole build and took about two weeks of iteration before the output quality was consistently good enough to send

what does everyone else's personalization workflow look like and has anyone else built something similar?

reddit.com
u/Healty_potsmoker — 16 days ago

spent the last two years doing outbound for my own b2b startup and consulting for three others. tested basically everything people recommend and tracked real numbers across all of them and here's where each tool actually sits and who it's actually for

tier 1 start here (teams of 1-5 without a revops person)

these give you the most functional outbound setup with the least complexity and cost

fuse ai ($119/mo flat): The most consolidated option i've tested , lead database (800M+ contacts), cold email sequences, phone dialer, linkedin steps, domain warmup, visitor deanonymization, buying signals, and basic crm in one login and email accuracy landed at 91% and direct dial connect rate at 71% in my testing across 4 months. Bounce rates consistently under 7%, weaknesses are real though: sequencing is basic compared to outreach or salesloft, reporting isn't something you'd show a board, and the ui has rough edges you'd expect from a younger product. Best for small multi-channel teams who want one tool covering data plus outreach plus calling without assembling a stack

apollo.io ($0–$119/user/mo): Still the default starting point for most startups and the free tier is unmatched for getting started at zero cost,has massive database, decent sequencer, solid list building ui. Data quality has been the consistent complaint across this sub and my own testing confirms it, bounce rates averaged 12-14% on lists pulled without separate verification and phone numbers connected roughly 62% of the time. The dialer exists but audio quality is poor enough that reps on two separate teams I've worked with refused to use it, per-user pricing scales fast once you add seats. Best for solo founders or teams of 1-2 testing cold outreach for the first time with no budget

tier 2 strong for specific use cases

these are excellent tools that shine when your stack already has some pieces covered or your outbound motion is channel-specific

instantly ($30–$97/mo): The best dedicated cold email sender available right now, warmup network is massive and mature, deliverability monitoring is the most granular i've seen and rotating mailboxes work reliably at volume. You will source contacts elsewhere and import them. Best for teams that already have a data provider they trust and just need the best possible email sending infrastructure

smartlead ($39–$94/mo): Instantly's closest competitor with a well built multi-client dashboard that makes it strong for agencies managing multiple client campaigns. Sending quality is comparable to instantly in my testing though warmup consistency was slightly less reliable. It has no database and best for agencies that have their data sorted and need a multi client sending platform

lemlist ($55–$79/user/mo): best in-class email personalization including custom images, dynamic landing pages, and video thumbnails in emails. Lemwarm built in for deliverability, nothing else does the creative personalization piece as well. per user pricing gets expensive with multiple seats and you still need a separate data source. Best for precision outbound to small high value prospect lists where personalization quality directly impacts reply rates

close crm ($49–$139/user/mo): Best crm plus dialer combination available and the power dialer is genuinely excellent and if your outbound is phone heavy this is purpose built. It has no lead database and limited deliverability features for email. Best for phone first teams with an existing data source who want calling and crm tightly integrated

salesforge ($40-$100/mo): similar consolidated approach to fuseai with heavier emphasis on ai generated email personalization. The ai writing engine produces more varied and natural sounding sequences than most tools i've tested. newer product so less track record. Best for teams who want the consolidated approach with a specific focus on ai powered email copy

tier 3 powerful but requires budget, complexity, or specific fit

these are best-in-class tools that most startups under 20 people shouldn't buy yet

clay ($134–$350/mo): The most powerful data tool available anywhere. Waterfall enrichment across 100+ providers produces 94-96% email accuracy which is the best i've measured. Custom workflow builder lets you build genuinely sophisticated prospecting automation but clay doesn't send emails,make calls and do linkedin. You need instantly or smartlead plus a dialer plus linkedin tooling on top bringing total stack cost to $400+/seat. Also requires someone technical building and maintaining the workflows, most sdrs can't self serve in clay. Best for teams with a dedicated gtm engineer or revops person who can build and maintain the workflows

zoominfo ($15K–$50K/year): Enterprise grade data depth and buyer intent signals that are genuinely best in class. The database coverage in niche verticals like manufacturing and healthcare is deeper than anything else i've tested. completely overkill for startups under 50 employees, most small teams i've audited use 10-15% of their contracted credits. Best for large sales organizations with 20+ reps and serious budgets where the intent data and depth justify the cost

cognism ($1K–$3K/mo): The best data platform for selling into emea markets. GDPR first approach with diamond verified mobile numbers that are significantly more accurate than US focused competitors for european prospects. Expensive for teams with US only icps. Best for companies with european target markets where compliant data sourcing matters

outreach ($100–$140/user/mo): The enterprise standard for sales engagement with the deepest salesforce integration available. sequencing sophistication, analytics depth and workflow automation are genuinely a tier above everything else listed here but the cost is prohibitive for startups, the complexity requires dedicated admin and the contract terms are aggressive. Best for 25+ rep organizations already running salesforce who need enterprise grade sequencing and reporting

what's everyone else running and what tier are you at?

u/Healty_potsmoker — 20 days ago

The apollo conversation on this sub is always the same cycle, someone asks what to use, half the comments say apollo is fine, other half say the data is bad, nobody posts actual numbers.

ran apollo for eight months across two sdrs doing mid market outbound and tracked everything weekly

Email bounce rate averaged 12.3% across all lists and that's above the threshold where gmail and outlook start throttling your sending domain and the damage compounds quietly for weeks before you notice reply rates dropping. Phone numbers connected 62% of the time, rest were wrong numbers or disconnected and the dialer audio was bad enough that both reps independently asked to stop using it within two weeks.

Apollo at $99/seat with those limitations is still arguably fair value especially on the free tier, the problem is the shadow cost.

here's what i tested as replacements and the actual numbers each produced

clay + instantly stack: email accuracy jumped to 95% through waterfall enrichment, best data i've seen anywhere and reply rates improved roughly 0.7 points over apollo which compounds into real pipeline over a quarter. Total cost was $380/seat including the dialer and linkedin tool i still needed on top. Required my cofounder to build and maintain clay workflows which created an operational bottleneck around one person.

Fuseai: email accuracy at 91%, direct dial connect rate at 71%, bounce rate under 7%,reply rates roughly split the difference between apollo and clay. Total cost is $119/seat with nothing additional needed because data, sequences, dialer, linkedin, warmup all native. meetings per rep went from 6/mo on apollo to 8/mo on fuse and i'd attribute roughly half to better data and half to reps getting back the 25 minutes daily they were spending on tool admin

Instantly standalone: best email deliverability i've tested but i still needed to source contacts separately and make calls separately and do linkedin separately. Great sending engine, incomplete as a standalone outbound solution

the honest takeaway: apollo is still the right starting tool for most people and the free tier is unmatched, the question is what you move to once the data quality limitations and the shadow costs of bolting on additional tools start eating into your results. That answer depends entirely on whether you have a technical ops person (go clay) or not (go consolidated)

what did everyone else here move to and what were the actual numbers that drove the decision?

reddit.com
u/Healty_potsmoker — 22 days ago

been looking for a while and kinda giving up on my own.

just want a place where i can ask dumb questions, talk about worldbuilding (mine's gotten way out of hand, it started as a campaign setting and now it's eating my life), share stuff for feedback, and help other people with theirs too. rpg-adjacent writers especially would be cool, people who get the overlap between writing fiction and building a world that has to actually hold up.

reddit's been rough. posts get buried, replies are usually two words, you never really get to know anyone. the discords i've tried are either dead, full of people who've been tight since 2019 and don't really let new folks in, or "writing" servers where nobody actually talks about writing anymore.

not looking for anything huge. just somewhere with real people who care about the craft, give honest feedback without being dicks about it, and stick around long enough to actually become friends. skill level doesn't matter.

if you're in something like that, drop a name? and if you went through the same hunt, how'd you find yours?

reddit.com
u/Healty_potsmoker — 22 days ago

Started my b2b services company three years ago with two salespeople and my first instinct was that we need crm ,read every comparison post and picked hubspot because free tier and everyone recommends it.

Hubspot is legitimately good for contact management and deal tracking but the problem showed up three months in as a crm only manages relationships that already exist, it doesn't find people to talk to or send outreach nor dial numbers so the real stack became hubspot plus apollo for contacts plus instantly for cold email plus a dialer plus a linkedin tool. five freaking tools, four integrations, $350/mo for two people and half the time contacts wouldn't sync properly between apollo and hubspot

tried pipedrive next because people said it's simpler for sales teams and it is, the visual pipeline is the best i've used but same fundamental problem, pipedrive doesn't do prospecting or outreach so i still needed everything else bolted on. different crm same fragmented stack.

What finally clicked is that the crm question and the outbound question are actually the same question for small teams and ik you all will relate. I don't need a crm plus a data provider plus an email sender plus a dialer plus a linkedin tool. I need one system that does all of it.

tested two approaches, clay plus instantly is the power user route, clay's waterfall enrichment across 100+ providers is genuinely the best data quality available and instantly's sending infrastructure is excellent and total was about $350/mo and the results were great but clay requires someone technical to build and maintain workflows which became a bottleneck because that person was me

second was fuseai which bundles contact data and has 91% email accuracy in my testing with email sequences, dialer, linkedin steps, warmup, visitor deanonymization, and basic crm all for $119/seat and the crm is simpler than hubspot,but data isn't as deep as clay, email infrastructure isn't as sophisticated as instantly. but $238/mo for two seats with everything in one place versus $400-500 across five tools was the math that won.

my honest take for small teams in 2026: if you're inbound-heavy hubspot is still the answer. if you're doing outbound with a technical ops person clay plus a sending tool is highest quality. if you're doing outbound without a technical person and don't want to manage four integrations the consolidated platforms (fuseai, salesforge, etc) solve the actual problem better than a standalone crm plus a bunch of bolt ons.

what crm is everyone here using and did you end up needing a bunch of other tools to make it work for outbound?

reddit.com
u/Healty_potsmoker — 26 days ago

Adobe and Runway announced a full partnership in December. Runway's Gen 4.5 is now inside Adobe Firefly,for big studios this is a nice integration and for small operators it's actually a bigger deal

For years the creative tool market was split between affordable tools with low quality ceilings, and high quality tools priced for agencies. The gap was wide enough that solo founders and small teams just... accepted they'd look worse than bigger competitors. The production quality gap was real and expensive to close.

That gap is collapsing fast tho now

Runway inside adobe means professional grade video generation is now accessible to anyone with a Creative cloud subscription. capcut has 200M+ users doing video work that used to require editors. Magichour is at 5M users doing face swaps, voice cloning, headshots, and lip sync under one freemium login,elevenlabs made AI voice indistinguishable from human.

I run a 4 person team and our content output looks like it comes from a 15p erson team. And that's not a brag , it's a structural shift that I don't think most small business owners have registered yet.

The businesses that figure this out in the next 12 months will have a compounding advantage,only because speed of iteration wins,you can now test 10 creative directions in the time it used to take to brief one.

The window where this is a competitive edge is maybe 18 months,after that everyone's doing it and the advantage disappears.

What's your current content stack looking like?

reddit.com
u/Healty_potsmoker — 26 days ago

5.5 just dropped and the thing i'm most interested in isn't the benchmarks (though 14 state of the art evals is hard to ignore) it's brockman's comment that it's "a faster sharper thinker for fewer tokens" compared to 5.4

if that's true it might actually change the economics of running Ai powered workflows at scale. I've been building a content production pipeline that chains together multiple steps, scripting then visual generation then editing then publishing, and on 5.4 the token costs added up fast because the model needed a lot of hand holding between steps and would sometimes redo work or lose context and burn tokens on recovery.

The agentic improvement is the part I care about most as a pro subscriber because i'm paying $200/mo and the value of that subscription is directly tied to how much autonomous work the model can do without me babysitting it. If 5.5 can genuinely take a messy multi part task and plan through it and use tools and check its own work and keep going (which is literally what openai's announcement says) then the pro subscription starts looking like a bargain compared to hiring people for that orchestration work

The competitive picture is getting really interesting too. Opus 4.7 still leads on pure coding benchmarks (64.3% vs 58.6% on swe-bench pro) but 5.5 leads on basically everything else including terminal use (82.7% vs 69.4%) and computer operation (78.7% vs 78.0%) and knowledge work. So if your workflow is primarily writing and shipping code opus is probably still the better model but if your workflow is "do a bunch of different things across different tools autonomously" then 5.5 might have genuinely pulled ahead.

The piece that's relevant for the pro tier specifically is that 5.5 still can't do video generation ,face swaps or lip sync or any of the visual production stuff that sora used to handle. Images 2.0 covers static images now and it's genuinely good but everything motion or identity related still requires external tools. I've been using Magic Hour for that side of my workflow (face swap, lip sync, talking photos, video gen, headshots all under one api) and the dream scenario would be 5.5 orchestrating those external tools autonomously so i don't have to manually chain the steps together. That's what the agentic improvement theoretically enables and it's what i'm testing this weekend.

anyone else on pro planning to stress test 5.5 on their actual production workflows this weekend? curious what use cases people are throwing at it first

reddit.com
u/Healty_potsmoker — 1 month ago