Find and summarize recent arxiv papers on a research topic. Use when user mentions "arxiv", "recent papers", "what's new in research on", "latest research", or asks about academic papers on a topic.
Find recent arxiv papers on a topic, summarize findings, and identify trends.
Gather information from two sources. Research each source independently, then aggregate findings.
Note: Arxiv research does not require repository analysis — only web_researcher and docs_researcher are used.
Run a dedicated second search specifically targeting practitioner-oriented content that translates this research area into practice. Use queries like "practical {topic}", "{topic} for engineers", "{topic} real-world applications", "{topic} implementation guide", "applying {topic} in production".
Look for:
Organize content into progressive levels. references/progressive-learning.md is the source of truth.
You MUST create exactly 5 levels in this order:
Do NOT merge, skip, or rename levels. The level names above are FINAL — use them exactly. The reference file provides depth and content guidelines only, not level names.
Generate the research folder.
Create the folder in the current working directory (./research_output/arxiv-{topic}/) containing:
research_output/arxiv-{topic}/
├── README.md # Overview and how to use this research summary
├── papers.md # Detailed paper summaries with links and key findings
├── synthesis.md # Cross-paper analysis, themes, and connections
├── practical-takeaways.md # What practitioners can use from this research area
└── learning-path.md # Main content following the five levels
This file bridges the gap between academic research and engineering practice. It should be sourced primarily from the dedicated practical articles research, NOT rehashed from synthesis.md or papers.md. Structure it with sections like:
Include code snippets, comparison tables, or decision criteria where the source material supports them.