arXivSquirrel is a tool I built to keep track of new computer-vision papers. Following arXiv directly is overwhelming, so I wanted something that filters papers by my keywords and drops them into my RSS reader.
The useful trick is that the generated feed embeds thumbnails of the first five pages of each paper, not just the title and abstract. Scanning a paper’s figures is much faster than reading abstracts when you’re deciding whether to dig in.


I personally use NewsFlash as the reader — open-source, simple, and the UI is nice to look at.

Under the hood, it’s a small Go program that polls arXiv’s RSS, downloads each matched paper, extracts the first few pages as images with go-fitz, and rebuilds the feed with those previews embedded.