Show HN: Viral Potential Predictor (hn-ph.vercel.app)
Hey HN,
We analyzed 4,010,957 Hacker News submissions to find what actually makes posts perform well.
Key findings: - 93.2% of posts never hit 50 points - Top 1% starts at 270 points - Certain keywords boost engagement by 1000%+
Built a free tool that scores your launch title and predicts viral potential: [link]
The entire 4M post dataset is available as a single 700MB .mv2 file if you want to run your own analysis.
10 comments
[ 2.8 ms ] story [ 26.9 ms ] threadhttps://hn-ph.vercel.app/results/ZT06GF
It got a 62, a C+, predicting that this won't be very viral. So you either didn't test this submission on your own product, or you did, but didn't feel that the low score was a handicap? You don't seem to be dogfooding. If this post does well it would be evidence against its own accuracy. If it fizzles out, congratulations on being correct.
Question for OP, who created Memvid (the .mv2 file format that's used to distribute this data). Are you still taking text, chunking it and then storing those chunks as QR codes in a video file? That seems like an inherently inefficient storage mechanism to me compared with something like SQLite or Parquet - do you have concrete numbers or a demo that shows that your file format really is more effective for storing data for "AI agents" than those existing solutions?
Could use some more Rust to boost it to nr 1.
Cool idea though! And they're on the front page lol
Also this tool: "Show HN (AI): I built GPT 6 in Rust Using Claude Gemini Grok OpenAI NVIDIA Google" - #1
(No hate to the creators obviously. Just really funny.)
That's not a methodology paper and it doesn't explain how the model being advertised works in the spirit of open machine learning research; given that the startup is an AI startup, I assume that the actual model is more sophisticated. As Section 8 notes: "This analysis is descriptive and intended to summarize empirical patterns."
It's an exploratory data analysis which not only does not explain the methodology around how the model is constructed, but it also makes a number of assumptions that imply the people making it without proper context of how Hacker News works:
1. The extreme right-skewed nature should have raised a very large number of flags in the statistical methodology and calculations, but it mostly ignores them. The mean values are effectively useless, the p-values even more useless. It doesn't point out that the negative performing terms are likely spam.
2. It does not question why there are so few questions with a title >80 characters (answer: 80 characters is the max for a HN submission)
3. The analysis separates day of the week and hour: you can't do that. They're intrinsically linked and weekend behavior with respect to activity is far different than on weekdays.
4. "Title length has a weak relationship with score (Pearson r = -0.017, Spearman r = 0.048, n = 100k)". No statistician would call that a weak correlation; those values are effectively no correlation.
There is also no person tied to this paper, just the "Memvid Research Team", which raises further questions.