arXiv Digest
Searches and summarizes the latest papers in AI/ML, agentic systems, and LLM fields.
Areas of Interest (priority order)
- Agentic AI — autonomous agents, tool use, multi-agent, agent orchestration
- LLM Engineering — prompting, fine-tuning, evaluation, RLHF, MoE
- Retrieval & RAG — retrieval-augmented generation, knowledge grounding
- Code Generation — code agents, program synthesis, SWE-bench
- Multimodal — vision-language, video understanding
Search Strategy
Keyword Combinations
agentic AI autonomous agent tool use
LLM orchestration multi-agent framework
MCP model context protocol
code generation agent benchmark
Sources
- arXiv cs.AI, cs.CL, cs.LG (discovery via
general_web_search, primary text via web_fetch)
- Hugging Face Daily Papers
- Semantic Scholar trending
Summary Format
## arXiv Digest — YYYY-MM-DD
### Top Papers (last 7 days)
#### 1. [Paper Title]
- **Authors**: ...
- **Field**: cs.AI / cs.CL
- **Key Point**: 1-2 sentence summary
- **GEODE Relevance**: Applicable points for agent design
- **Link**: arxiv.org/abs/...
#### 2. ...
### Trending Keywords
- keyword1 (N papers), keyword2 (N papers)
Schedule Integration
Create a recurring digest only when the user asks for scheduling. Example
user request: "Every day at 8:00 in my timezone, summarize recent AI and agent
papers." Resolve the timezone and use the available scheduling interface;
report a created schedule only after its creation is confirmed.
Guidelines
- Use the user's requested period; default to the last 7 days and state the as-of date
- 1-2 key sentences per paper + 1 sentence on GEODE/agent relevance
- Include up to 10 relevant, verified papers; do not pad a sparse result to reach a minimum
- Use the user's language, keeping original paper titles as-is
- Use only available, permitted tools. If current sources cannot be reached,
report the limitation rather than presenting remembered papers as a fresh scan
- Save insights via
memory_save only when the user requests persistence;
completing a digest does not itself authorize a memory write
1---2name: arxiv-digest3description: Auto-search and summarize latest AI/agent papers.4---56# arXiv Digest78Searches and summarizes the latest papers in AI/ML, agentic systems, and LLM fields.910## Areas of Interest (priority order)11121. **Agentic AI** — autonomous agents, tool use, multi-agent, agent orchestration132. **LLM Engineering** — prompting, fine-tuning, evaluation, RLHF, MoE143. **Retrieval & RAG** — retrieval-augmented generation, knowledge grounding154. **Code Generation** — code agents, program synthesis, SWE-bench165. **Multimodal** — vision-language, video understanding1718## Search Strategy1920### Keyword Combinations2122- `agentic AI autonomous agent tool use`23- `LLM orchestration multi-agent framework`24- `MCP model context protocol`25- `code generation agent benchmark`2627### Sources2829- arXiv cs.AI, cs.CL, cs.LG (discovery via `general_web_search`, primary text via `web_fetch`)30- Hugging Face Daily Papers31- Semantic Scholar trending3233## Summary Format3435```markdown36## arXiv Digest — YYYY-MM-DD3738### Top Papers (last 7 days)3940#### 1. [Paper Title]41- **Authors**: ...42- **Field**: cs.AI / cs.CL43- **Key Point**: 1-2 sentence summary44- **GEODE Relevance**: Applicable points for agent design45- **Link**: arxiv.org/abs/...4647#### 2. ...4849### Trending Keywords50- keyword1 (N papers), keyword2 (N papers)51```5253## Schedule Integration5455Create a recurring digest only when the user asks for scheduling. Example56user request: "Every day at 8:00 in my timezone, summarize recent AI and agent57papers." Resolve the timezone and use the available scheduling interface;58report a created schedule only after its creation is confirmed.5960## Guidelines6162- Use the user's requested period; default to the last 7 days and state the as-of date63- 1-2 key sentences per paper + 1 sentence on GEODE/agent relevance64- Include up to 10 relevant, verified papers; do not pad a sparse result to reach a minimum65- Use the user's language, keeping original paper titles as-is66- Use only available, permitted tools. If current sources cannot be reached,67 report the limitation rather than presenting remembered papers as a fresh scan68- Save insights via `memory_save` only when the user requests persistence;69 completing a digest does not itself authorize a memory write