Show HN: Doomscrolling Research Papers
14 points| davailan | 3 months ago |openpaperdigest.com
Would love your thoughts on Open Paper Digest. It’s a mobile feed that let’s you “doomscroll” through summaries of popular papers that were published recently.
Backstory There’s a combination of factors lead me to build this:
1. Quality of content social media apps has decreased, but I still notice that it is harder than ever for me to stay away from these apps. 2. I’ve been saying for a while now that I should start reading papers to keep up with what’s going on in AI-world.
Initially, I set out to build something solely for point 2. This version was more search-focussed, and focussed on simplifying the whole text of a paper, not summarizing. Still, I wasn’t using it. After yet another 30 min doomscroll on a bus last month, point 1 came into the picture and I changed how Open Paper Digest worked. That’s what you can see today!
How it works It is checking Huggingface Trending Papers and the large research labs daily to find papers to add to the index. The PDFs gets converted to markdown using Mistral OCR, this is then given to Gemini 2.5 to create a 5 minute summary.
I notice that I am now going to the site daily, so that’s a good sign. I’m curious what you all think, and what feedback you might have.
Cheers, Arthur
ontouchstart|2 months ago
For example, I can “cache” your page as a shared link in this comment
https://www.openpaperdigest.com/paper/paperdebugger-a-plugin...
Or in a gist somewhere:
https://gist.github.com/ontouchstart/38d80cab66794014d17e193...
Then I can have a bot to scrape these pages with context as training data.
This can be out of hands for you in inference cost. Then you need VC money to sustain your website. Wish you the best luck to get there.
ontouchstart|2 months ago
https://gist.github.com/ontouchstart/03f4c7ee853061772b479d9...
brihati|2 months ago
One suggestion: could you add tags to the research papers so readers can more easily filter by their interests? For example, I’m looking to follow recent work from top venues like NeurIPS specifically on training code-oriented LLMs. Tagging would make it much easier to dive into topics like that.
Thanks for your effort
davailan|2 months ago
unknown|3 months ago
[deleted]
pentaphobe|3 months ago
If there was one of these for non-AI papers I'd easily lose hours each day
Totally off topic, but come to think of it, I'd love to see more feeds support anti-bubbling (show me _less_ of what I've frequently consumed)
davailan|3 months ago
What topics are you interested in?
Two different directions I'm thinking of for Open Paper Digest:
- either some recommendation algorithm that figures out which topics you are interested in and serves you papers based on that. Would need a good way to get signals though. That's why I'm now bootstrapping the process with Huggingface Trending Papers, but that immediately constrains the topics.
- or more search driven, where you type "I'd like to read about X" and it starts your feed
With regards to anti-bubbling: interesting thought, a "reverse" recommendation algorithm...
Micoloth|3 months ago