Show HN: Asxiv.org – Ask ArXiv papers questions through chat (asxiv.org)
I built this yesterday to help understand papers I'm interested in. It's using the gemini 2.5 flash lite model, but you can run it yourself[1] and switch to 2.5 pro for better results.
Happy to answer any questions or take suggestions on how I can improve it!
24 comments
[ 2.6 ms ] story [ 143 ms ] thread1. https://mozilla.github.io/pdf.js/
My site, https://www.emergentmind.com, is similar, though I'm two years in :)
I've found Gemini 2.5 Flash is the best model in terms of speed/cost/quality. Pro is great as well, but probably not necessary for most chat-with-paper functionality.
I'll add too that building an AI layer on top of arXiv is a deep, deep rabbit hole depending on how far you want to take the project. Drop me a note if you want to chat more about my experience with it.
Regardless, thanks for sharing this!
https://asxiv.org/pdf/1706.03762
EDIT: Another thought: maybe the output could also support markdown/latex like chatgpt.
As for markdown / latex output that could be done, especially for equations! I'll have to look into the best way to render that.
You can run it yourself using the better model to see if you get better results as well:
https://github.com/montanaflynn/asxiv
it would be good if you made some sort of protection against these techniques. I think feeding images of pages instead of the page code itself would be beneficial.