Remix.run Logo
kevmo314 3 days ago

I used to have a pretty successful browser extension that I shut down because the site it worked on shut down.

I grew it by adding features that people would ask for on the site's forums, for example a user would say "hey can we have x feature?" and I would respond saying "great idea, I added x feature to my extension y!" This was very effective and over time others would start responding saying my extension had whatever feature they were asking, capitalizing on how relatively slow companies are to implement features.

This does rely on the extension having a site it operates on and having a forum for users though. If I were to do it today I'd focus on finding places where my extension's users concentrate, Discord, a community Slack, or otherwise, and doing the same thing.

throwup238 3 days ago | parent | next [-]

I have a similar type of product that depends on a third party and I use LLMs to automate most of the work. I feed it batches of Discord/Discourse messages from the third party’s community along with a prompt containing my feature set and it flags messages that might be relevant so that I can reply to them (manually, although the LLM generates some starting points based on examples replies).

The false positive rate at first was over 50% but with some prompt tweaks and back testing, it’s approaching 10-20%

kevmo314 3 days ago | parent [-]

That tool itself might be worth publishing. I've noticed some cofounders (Supabase's kiwicopple comes to mind) that are very on top of HN comments and I am not sure if they're literally reading all the HN comments or doing that in some automated, "notify me when someone talks about Supabase" kind of way. Could be very valuable to notify when even a related discussion happens!

kiwicopple 2 days ago | parent | next [-]

> I am not sure if they're literally reading all the HN comments or doing that in some automated

i use f5bot[0] and have notifications set up for "supabase". it helps that supabase is a unique word so I don't get many false-positives.

[0] https://f5bot.com/

paradite a day ago | parent [-]

Hey. I actually just built a dashboard and filter for f5bot hits. Would love to know your thoughts and if you think it is useful!

https://tracker.16x.engineer/

throwup238 2 days ago | parent | prev | next [-]

The script is a few hundred lines mostly dealing with the Discord API and Discourse scraping, written entirely by GPT4 so anyone can do it easily. If anyone wants to take the idea and run with it, all the power to them!

HN is easier since you can just use the HN Firebase API. I think people like kiwicopple just use basic string matching, don’t even need LLMs. I only use it because I need to match against my feature set instead of a simple string.

rovr138 3 days ago | parent | prev [-]

‘Brand monitoring’ is definitely a thing and there are platforms for it.

You could even start very basic with Google alerts for example.

Still up for new things. Looks like a fun project.

dandrew5 3 days ago | parent | prev [-]

Great ideas, thanks. I've had similar success searching for common problems using Google, finding the highest-positioned Reddit result, and leaving a response with a link.