From a media perspective, the effectiveness of a message can be measured by its coverage. A combination of content value and timing can enhance this effectiveness.
I believe that probably in the future that would be possible. However, today, nope. The website itself is a system of crawling, parsing, analysis, ML and LLM—months of work.
It is not months of work. I wrote an HN crawler that got all the posts in less than two hours of coding. (There is the tricky question of polling schedules though: if you want to get every story the minute it comes out it will not have any votes or comments and you'll have to come back later if you want to get representative numbers. I think discussions close in 2 weeks so a double scan is good enough for some purposes but not the up-to-the-minute analysis they claim to be doing)
The rest of the analysis is all straightforward except for the topic classification: If I was running on all cylinders for nights and weekend hacking I'd expect to spend a week or so on gathering training data for that (maybe suck down category assignments from Tildes) and probably a week coding up a classifier w/ a BERT-family embedding and classifiers from scikit-learn. You could attempt the same with prompt engineering in a day or two of work and get something expensive to run working pretty quickly that will probably not perform as well as my classifier. (Their classifier gives the empty string as a category which is a bad sign) If you want to improve on it you need the same training set I do.
Thanks for the feedback. That can be helpful in two cases: 1. understand the best time to post (it changes from day to day). 2. Improve the headline based on the current analyzed trends (this post is on the main page now, so it works!!!)
And btw, I am not sure why it must be so surprising that something is written with LLM nowadays.
The host site appears to be in Sweden, currently on CEST (Central European Summer Time), which is UTC+1. So, when the author (LLM?) says 2pm to 4pm, I presume they mean 15:00 to 17:00 UTC?