Digest recent arXiv papers on a topic
Когда использовать: You want to know what's new on arXiv about your topic without reading 50 abstracts.
Предварительные требования
- Optional Jina API key — jina.ai → dashboard → API key (free tier works for light use)
Поток
-
Search arXivUse search_arxiv to find papers from the last 30 days about 'speculative decoding for LLM inference'. Return top 20.✓ Скопировано→ Paper list with titles, authors, abstracts
-
Rerank by relevanceUse sort_by_relevance to rerank against this query: 'practical speedups in production inference, not pure research'. Keep top 8.✓ Скопировано→ Reranked list
-
Summarize eachFor the top 8, extract_pdf the paper, summarize in 3 bullets: contribution, method, reported speedup. Output as a markdown table.✓ Скопировано→ Digest-ready summary table
Итог: A weekly research digest on your topic in 10 minutes.
Подводные камни
- extract_pdf on every result is expensive — credits add up — Rerank first to cut candidates, only extract the top N