nowfound

Alternatives

Products that do what ArXiv Feed – An easy way to keep up with AI research does

Hey HN! I've always found it hard to keep up with the latest AI research, so I built Arxiv Feed! https://arxiv-feed.vercel.app/ It's basically a feed of AI research papers + a one-liner explaining what problem its solving, etc. You can also click on any paper to get a TL;DR. Right now, I've only indexed a few hundred large language model papers, but will expand to indexing AI papers in other topics. Thinking of also adding a way for people to up-vote/down-vote papers. Would love to hear any thoughts/feedback! :D Thanks!

  1. 1IM

    As a grad student (and an ADHDer), I had trouble doing literature review systematically. To combat this, I made a website that finds similar papers using the meaning of the thing I am looking for. I used MixedBread's [^1] embedding model to generate vectors from the abstracts. I store and search similar vectors using Milvus [^2] and finally use Gradio [^3] to serve the frontend. I update the vector database weekly by pulling the metadata dataset from Kaggle [^4]. To speed up the search process on my free oracle instance, I binarise the embeddings and use Hamming distance as a metric. I would…

    2024 · papermatch.mitanshu.tech

  2. 2A
    ArXivTok105

    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.

    2025 · arxivtok.vercel.app

  3. 3
    Distill200

    An interactive, visual journal for Machine Learning research

    2017

  4. 4SA

    As a researcher, I created SmartXiv to solve a problem I faced every day: keeping up with the overwhelming number of research papers uploaded to arXiv. With over 1000 new papers each day, finding the most relevant research was time-consuming and exhausting. I needed a smarter way to stay updated. What SmartXiv Does • Personalized Recommendations: Using advanced AI, SmartXiv analyzes your interests and sends you daily emails with research papers that align with your preferences. •Efficient Research: By curating the latest papers for you, SmartXiv saves you hours of research. • Fully…

    2024 · smartxiv.com

  5. 5AO

    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! 1. https://github.com/montanaflynn/asxiv

    Sep 2025 · asxiv.org

  6. 6SA
  7. 7IR

    I’ve been frustrated with PDFs and found arXiv HTML lacking, so I built a fully interactive paper reader. Features: • Hover references, citations, equations • Light/dark mode • Auto-generated dependency graphs for definitions/lemmas/theorems • Table of contents that syncs with scroll • Highlighting + annotations • “Copy raw LaTeX” anywhere Featured paper: Video models are zero-shot learners and reasoners (Veo 3) https://www.sciencestack.ai/arxiv/2509.20328v2

    Nov 2025 · sciencestack.ai

  8. 8AS

    So, I spend a ton of time on arXiv, like probably most of you. And while it's obviously amazing for keeping up with new papers, I always found the actual searching and browsing part a bit... clunky? Especially when you're trying to quickly figure out if a paper is even worth diving into. I got a bit fed up with it, so I ended up building this little web app called ArxivLens (https://arxivlens.com/). My main goal was to make it way quicker to skim papers and find what you're actually looking for. The big thing I added that I think is pretty useful is an AI overview feature.…

    2025 · arxivlens.com

  9. 9TA

    I created this tool over the weekend because, as someone interested in AI and technology, I find many research papers on arXiv fascinating but often incredibly dense and difficult to understand due to the heavy jargon and technical language. I wanted to make these complex topics more accessible to laypeople like myself by converting the topics described in these papers into full-length books that break down key concepts, making cutting-edge research easier to grasp. You can think of it as generating prerequisite reading materials before being able to read the actual paper. Here are some…

    2024 · instabooks.ai

  10. 10LS

    I kept losing track of what was happening in AI. It's scattered across Reddit, Discord, Twitter, arXiv, GitHub, Hugging Face. Things slip through constantly. So I built Latent Signal to consolidate it for myself. It's a curated feed for AI news. Right now it's just me, but the goal is for the community to help surface what matters. Covers LLMs, image gen, video, audio, 3D, world models, tooling, and more. The design is entirely inspired by Hacker News. Currently pulling from these sources: - Reddit - arXiv - Hugging Face - GitHub - Hacker News - Lobste.rs You can browse immediately without…

    Jan 2026 · latentsignal.fyi

  11. 11AV

    I feel like LLMs can help me understand anything. However, after I get a summary, I can't dive in to parts that I find interesting; can't refer to original source easily and can't control context with chatbots. This is an attempt to solve for a complete knowledge consumption experience with AI . Please give me feedback!

    Oct 2025 · kerns.ai

  12. 12IX

    I have a weird habit of guessing whether something's AI before I check, especially on LinkedIn and Reddit (for obvious reasons). The detectors I used to confirm were mostly junk and built to sell you a "humanizer" upsell, so I went and read the actual research on what gives AI text away in 2026, then built my own (no login and free) The main sources I used are these: https://arxiv.org/abs/2406.07016 https://arxiv.org/abs/2403.07183 https://aclanthology.org/2025.coling-main.426/ https://arxiv.org/abs/2410.16107…

    Jun 2026 · isitslop.xyz

  13. 13GA

    I needed a way to grab a random paper from arXiv, so I built one and wanted to share it with you. It 1) picks a random topic (of all the cs., econ., math.* etc. topics) 2) finds the maximum amount of papers in that topic, and 3) queries for a random paper in that topic. Note that this skews the distribution heavily in favor of topics that are less common, but it should get the job done. Suggestions for improvements are welcome.

    2025 · jepedersen.dk

  14. 14

    Turn any arXiv paper into a video explainer

    Jul 2026 · arxivmax.com

  15. 15AE

    Right now it's a Nicotine patch for brain rot/doom scrolling. You still get the scroll, but with more meaningful content. WHERE I WANT IT TO GO: Users mark what they are interested in (e.g. AI, or Space or Whatever), and it should crawl the latest scientific articles, high quality YouTube videos, pods, present it in a format that fits you, in a nice feed. NOW: You can search for anything (e.g. "Sea Explorers" --> The app crawls Wikipedia or YouTube and pulls together a short feed (e.g. Columbus, Vasco da Gama etc.,). I'm using RAG so that I always can reference the original data source…

    2025 · reelly.app

  16. 16IP

    To be specific, the content is generated by a GPT-2 based model. https://amzn.to/2TCc0v2 Let me know if you have any questions :-)

    2020

  17. 17AA

    Building a multi-agent system to analyze new AI research papers from 3 distinct perspectives: - Deep learning researcher agent: extract interesting deep learning methods that are related to paper - Theoretical mathematician agent: figure out theoretical mathematical concepts that are important in this paper and additional theoretical references that will be useful in understanding it - Skeptic agent: find unjustified assumptions that lack supporting evidence For this mvp, I used low-code agent platform StackAI (YC W23) and wrote about my process:…

    2024 · stack-ai.com

  18. 18IM

    AI search results are quickly becoming more important than SEO, but as businesses, we have no visibility over it! That's why I'm building "Ahrefs for AI search results". Track keyword performance on AI tools like ChatGPT, Claude, Perplexity & more

    2025 · linrush.com

  19. 19AI

    Hello everyone! I always found it hard to find new research papers outside of my usual bubble. I thought a random feed (with no recommendation algorithms) might be a fun way to explore. But I also didn’t want to waste time on completely unrelated stuff — so the idea of a fast, swipeable format came to mind. Wikitok was a real inspiration! But Arxiv and Open Review APIs weren’t as robust as Wikipedia, so I pulled the papers into a Postgres backend. Right now, I’ve indexed papers from a few recent ML conferences to see if this might be useful for others too. No signups required and it’s…

    2025 · artok.app

  20. 20IM

    Hey HN! I built arXiv News (https://arxiv-news.com) – a discussion space for research papers. The problem: I browse arXiv constantly for new papers, but there's nowhere good to discuss them. Twitter is chaotic, Reddit is fragmented, and arXiv itself has no comments. So I cloned HN's design (using https://github.com/clintonwoo/hackernews-react-graphql) and applied it to arXiv. Upvote papers, comment, sort by hot/new/discussed, filter by category, post ideas/papers you've found. A daily scraper pulls all new papers automatically. I'd love to hear…

    Oct 2025 · arxiv-news.com

  21. 21NR

    Hey folks! This is a project that I've been working in my free time for the past few months. It's a news aggregator that uses AI to select relevant articles and summarize them. The default sources are frameworks and libraries' updates, popular HN topics, and languages' subreddits threads that make past a certain threshold. You can run a local instance (needs an OpenAI key) and customize it with your own sources, and adjust the prompt as well. The resulting website can be browsed at https://dev-radar.com/ My next experiment will be with local news. I'm building some feeds with…

    2023 · github.com

  22. 22

    TL;DRs on every arxiv & Hugging Face paper

    Jun 2026 · chromewebstore.google.com

  23. 23

    A fun, more informed way to stay up to date on AI research

    Mar 2026

  24. 24DR

    Hi HN, 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…

    Dec 2025 · openpaperdigest.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →