top | item 45293430

(no title)

anonfunction | 5 months ago

Shameless plug but I made a similar tool called asXiv[1] which allows you to "ask" arXiv.org papers questions.

It also recommends questions on initial load that can help understand or explore the paper, here's a demo[2] from the popular Attention Is All You Need paper.

The code is all opensource[3], it uses the google 2.5 flash lite model to keep costs down (it's completely free atm), but that can be changed via env var if you run it locally.

1. https://asxiv.org

2. https://asxiv.org/pdf/1706.03762

3. https://github.com/montanaflynn/asxiv

discuss

order

sieep|5 months ago

Seems legit, I'll have to try later. Just curious, why didn't you make this a commercial SaaS?

dingnuts|5 months ago

maybe because every LLM provider has an "attach file" feature so you can attach a paper and then ask questions about it?

what's the value add of the wrapper that this person wrote at all?

rshanreddy|5 months ago

whoa this is fantastic. wish I had known about this earlier! just made a similar product for reading arXiv / epub / pdfs called Ruminate (www.tryruminate.com), would love to hear what you think

3abiton|5 months ago

How is that different than generic RAG though? Genuinely curious