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