What problem does it solve? Keeping up with the latest research on ArXiv requires manually browsing categories and reading abstracts, which is time-consuming for researchers and engineers tracking fast-moving fields like AI. ## Core Features & Use Cases - Keyword and Category Search: Query the ArXiv API by keyword, author, or category using a shell script that returns XML results sorted by submission date. - Paper Summarization: Parse titles, abstracts, and PDF links from the API response and present concise summaries, with optional deep dives into full PDFs. - Research Logging: Automatically append every discussed paper's title, authors, date, and summary to a persistent memory/RESEARCH_LOG.md file for long-term tracking. - Use Case: Ask for today's new papers on LLM agents, receive a summarized digest, and have each entry recorded in your research log for future reference. ## Quick Start Ask the assistant to search ArXiv for the latest papers on a topic such as LLM reasoning and summarize the top results.