Show HN: ArXivTok (arxivtok.vercel.app)
I made this, and it's fully open source so if someone wants to contribute here you have the url: https://github.com/Miguel07Alm/arxivtok.
For this project I was inspired by https://wikitok.vercel.app.
For this project I was inspired by https://wikitok.vercel.app.
54 comments
[ 2.8 ms ] story [ 132 ms ] threadIt looks good, though when I scroll up once on my trackpad it scrolls past 3-4 articles at a time.
Otherwise it's a really fun idea! Can I suggest you also scrape from https://www.medrxiv.org/? This is where a lot of medical research preprints, not arxiv
About the behaviour of the scroll it's a bit buggy haha but I'll try to fix that, thanks for the feedback.
IMO it should show that it's searching cs / ai as prefilled search terms.
WikiTok - https://news.ycombinator.com/item?id=42936723 - Feb 2025 (216 comments)
Maybe a good idea would be to parse the abstract through an LLM to make it more understandable (maybe caching the results so it's not expensive)? Maybe also using some standard style, like starting with a couple of "dumbed-down" sentences of the article for the non-expert, and progressively explaining better.
Although the suggestion seems to be aware of the fact and provides both a good reasoning and a quite good solution (progressively deepening explanations), the implicit information and nuance lost in a summary by an unreliable LLM would undeniably turn this from a useful and interesting idea to a cool party trick no one uses for more than 5 minutes.
https://pdftobrainrot.org/
(I won't know for sure until I can find someone to explain the zoomer lingo.)
More customization to what papers it shows you could be very useful. You could keep track of user likes and employ a recommendation algorithm. Or better yet, the user could provide a custom prompt, which an LLM would use to filter and/or recommend papers.
Maybe I'll implement a basic recommendation algorithm locally, because right now, an LLM implementation wouldn't be sustainable.
Also not the right tool for the job. Not everything has to be a LLM.
I'm in a field where there are 50+ postings a day, but only 5-10% are relevant to my focus. A good filter would save me a lot of tedium.
But OP says it wouldn't be sustainable to implement, so that's that. Maybe will try this myself and see how it goes.