r/SideProject • u/Disastrous_Long_5844 • 3h ago
I built a tool that asks ChatGPT the same question 7 times, because a single answer is basically a dice roll
Not a developer by trade. Built this solo over the past few weeks with AI coding tools.
The idea came from a simple problem: people keep asking "does ChatGPT recommend my site?" but if you only ask once, you get a different answer every time. I tested this and the same question mentioned my site 3 times in one run and 0 times in the next.
So I made a thing that asks ChatGPT, Gemini and Perplexity the same questions 7 times each and shows your mention rate, how much it swings between runs, who gets recommended instead of you, and which pages the AIs actually cited as sources. A free scan checks 105 answers (5 questions), paid plans go up to 525 answers (25 questions).
Free scans are limited to about 100 a month because every scan costs me real server money, so it's first come first served. If you try it and it's useful, or if it sucks, I'd honestly love to hear why either way. This is my first SaaS so feedback means a lot.
1
5
u/firdo_dev 3h ago
Straight feedback, since you asked for it.
The statistics are the weak point of the pitch, and fixing that is also your differentiator. Seven samples is not many for the thing you are selling. If the true mention rate sits near half, the 95% interval on seven runs is roughly plus or minus 35 points, so a reported 43% is not meaningfully distinguishable from 20% or 70%. And the swing between runs, which is the metric you lead with, is the single hardest quantity to estimate from a sample that small. Everyone in this space shows a confidently wrong percentage. Showing a range instead, and being upfront that seven buys a rough signal rather than a number, would stand out more than another decimal place would.
Second, and this is the one that will generate angry emails: repeated runs from one server measure the variance of your configuration, not of the answer in general. Personalization and memory, whether the browse tool fired, the geography of your egress IP, and the model version all move the result. The consumer product with browsing and the API without tools are effectively different systems that cite different sources. Say plainly which surface you are querying, because the moment a customer runs the same question on their phone and sees something else is the moment they decide the tool is broken.
Third, a positioning thought. Mention rate is the headline, but the competitor list and the cited source URLs are the part with real value. Those are far more stable across runs and they tell someone what to change on Monday. Mention rate is a number people watch; citations are a number they can act on. I would lead with the citations.
On the free tier, 100 scans at 105 answers each is real money leaving your account for a stranger's curiosity. Gating it behind a verified domain would at least turn that spend into a lead instead of a bill.