General
p/generalShare and discuss tech, products, business, startups, or product recommendations
trending

1mo ago

What actually makes people comment here, not just upvote

Watched a product go from "hoping to get featured" this morning to #1 by this afternoon, and paid attention to what actually pulled people into the comments instead of just counting upvotes.

The single comment that got the most reaction wasn't a pitch. It was the founder admitting a real gap straight up, saying a part of the product wasn't built well yet. That pulled more replies than any feature announcement in the same thread.

1mo ago

Founders are a brutal audience to market to. Anyone else selling to them?

I do go-to-market for a product where the customer is a founder, and I keep running into the same wall.

Founders can smell marketing from a mile away. They've written the same emails, run the same ads, built the same funnels. So the usual playbook lands flat. Anything that sounds like copy gets skipped. Anything that sounds too clever gets skipped faster.

What seems to work better is being specific and slightly boring. Less "transform your fundraise," more "here is the exact thing this does and here is what it doesn't do."

But I'm not sure if that's a real insight or just the one thing that happened to work for us.

11d ago

What an agent does when you tell it which testing technique to use

Dan Luu ran an experiment we wish we had run. One task, a Zstd implementation in Rust from the spec, given to a coding agent 160 times per condition, where a condition is, in most cases, one line appended to the prompt: use test-driven development, use QuickCheck, use fuzzing, use TLA+, audit first. Then he scored each run on a hidden test suite. That was the whole design.

No instruction wildly beat the run with none. He had written down six guesses beforehand about which conditions would not outperform, and all six came true. What interested us was how the instructed runs failed, because the failures share a shape. Told to use QuickCheck, all of them used the library, and 63 of 160 checked a single property, mostly with random inputs that hit the same rejection path. Told to do differential testing, 135 of 160 did something resembling it, and none built a second full implementation; where it might have caught something, the agent wrote the same code twice and put the same bug in both. Told to use TLA+, 159 of 160 wrote a model, and he could not find one case where the model changed the code. Told to fuzz, 10 of 160 built structured inputs, and about half of those found a real bug, which he counts among the more effective uses of any technique he saw.

Our reading is that every verification technique earns its value from one place: a check that did not come from the implementation being tested, such as a second implementation the agent did not write, or a property that existed before the code did. Naming the technique gives the agent the motions of the technique. The check still comes from the agent's own reading of the spec, so the new framework fills up with the tests it would have written anyway, and the suite it generates tells you what the agent already believed about the code. Our own data point is smaller: on a function with a sixteen-year-old bug, the agent-written suites that saw the broken code all passed, and two of them wrote the bug in as the expected result.

The rule we took away is to ask, before naming a technique, where its independent check will come from in this task, and then to supply that, or set up the structure that makes the agent go and get it.

11d ago

How Can Small Founders With Small Networks Gain Visibility on PH?

Hi all! A few days ago, I wrote about my experience as a first-time founder and a brand new member of Product Hunt. One thing that really stood out was how kind, welcoming, and supportive everyone has been. That got me thinking about something else. As a small founder without a large network, visibility feels like one of the biggest challenges. The community has been great, but I wonder how many great products never get discovered simply because the founder is starting from scratch. I'm curious what others think: If you launched with a small network, what helped you gain traction? How do you discover products outside of the daily leaderboard? Would dedicated spaces for first-time founders or smaller launches be useful? What could Product Hunt do to help more hidden gems get seen? I'd genuinely love to hear different perspectives. One of the things I've already come to appreciate about Product Hunt is the people, and I'd be interested to hear ideas on how we can help more small founders find their audience.

11d ago

How much of an AI product really needs its own interface?

I keep seeing the same pattern with AI products: you build an agent, then you build everything around it too - a chat interface, accounts, a portal, hosting, usage billing, releases.

We started questioning how much of that actually needs to exist.

2yr ago

What do you think of the Product Hunt update?

I don't see dark mode yet... Build your dream website https://www.netjet.io/en/

23d ago

Our marketing pages were the only ones never cached, and one line of personalisation was why

We audited what our own site actually answers, and the result came out backwards from what we assumed.

A couple of hundred pages, most of them a template matrix built for search traffic. Those were cached properly. The pages the whole matrix funnels into, the homepage and pricing and the free generators and the legal pages, were answered no-store, every one of them. The pages we care most about were the only ones a shared cache was never allowed to keep.

4mo ago

Are flat-rate AI subscriptions structurally broken?

Anthropic is rolling out weekly rate limits for Claude Code on Pro and Max plans starting August 28. They're saying it'll only affect ~5% of subscribers, the ones running Claude Code continuously in the background, plus a handful violating ToS by sharing or reselling accounts.

Link to article here.

1yr ago

What new features would you like to see in ProductHunt in 2025?

For me:

  1. TikTok-like launch party / AMA livestream

  2. "Where Are They Now?" Tracker of products 3-6-12 months post-launch

  3. Feed of launch stories sharing successes, failures and tips like a substack community/feed

  4. Pre-launch AI scoring + domain-specific expert advisory

  5. Generative launch creatives for social media distribution

  6. "This vs. That" Showdowns head-to-head product debate & polls

  7. Dedicated boards for more content diversity: hardware, non-AI tools, pre-orders, alpha user invitations etc.

  8. Launch-in-public real-time analytics (visitor heatmaps, referrals, engagement - inspired by hunted.space)

  9. Different display views of daily product launches (inspired by PHDeck)

  10. More fun gamification in points system (interactive badges, referral, waitlist pre-launch)

  11. Better search filters (category, reviews, personalized recommendations)

  12. Founder matching hub for advisory and mentorship

@rajiv_ayyangar Curious to learn more about ProductHunt's future roadmap! :)

13d ago

What makes Software feel amazing to use?

Not the huge list of features, I think................

I've used bloated tools that claim to do everything but feel painful to open. Then there are minimalist apps that just solve one problem perfectly.

You click a button and it does exactly what you expected. You open the interface and it doesn't overwhelm you with popups. Nobody is forcing you into a forced onboarding flow every two days.

First
Previous
•••
212213214
•••
Next