cd /news/developer-tools/how-i-built-a-paper-ranking-engine-t… · home topics developer-tools article
[ARTICLE · art-56803] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

How I Built a Paper Ranking Engine That Saved Me 4 Hours a Week

A developer built Paper List, a paper ranking engine that uses relevance scoring instead of keyword matching to filter arXiv papers. The tool, part of the OpenNomos ecosystem, reduced the developer's weekly paper review time from 5 hours to 45 minutes by learning user preferences over time.

read1 min views1 publishedJul 13, 2026

Disclosure: I work on Paper List, a project on the OpenNomos ecosystem.

Every Sunday, I'd sit down with coffee, open arXiv, and spend hours scrolling through paper titles. 47 papers last week. 3 worth reading.

The problem isn't finding papers — it's filtering them. Keyword search returns too much noise. Citation count is a lagging indicator. And conference prestige doesn't tell you if a paper is relevant to your specific project.

So I built Paper List.

Instead of just matching keywords, Paper List ranks papers by relevance score. You tell it what you're working on, and it learns what matters to you.

The first version was dead simple: a Python script that scraped arXiv, ran embeddings against my project description, and sorted by cosine similarity. 200 lines of code. Ugly as sin. But it worked.

Relevance scoring beats keyword matching. A paper about "transformer attention mechanisms" might be exactly what you need even if you searched for "NLP efficiency."

The ranking gets better over time. Every paper you save or dismiss teaches the model. After two weeks, the recommendations were noticeably more targeted.

Speed matters more than you think. Going from 5 hours to 45 minutes per week isn't just about time saved — it changes your relationship with research. You stop dreading the weekly paper review and start looking forward to what you'll find.

It's not magic. It's just a better filter. And sometimes that's all you need.

── more in #developer-tools 4 stories · sorted by recency
── more on @paper list 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/how-i-built-a-paper-…] indexed:0 read:1min 2026-07-13 ·