Automate weekly AI trend analysis using an n8n workflow. Scrape arXiv, classify papers with LLMs, embed them in Weaviate, and use an n8n agentic RAG system to generate and email a concise trend report.
Download this n8n workflow template and start using it instantly.





















The challenge of staying updated with cutting-edge AI research published on platforms like arXiv is immense. This advanced n8n workflow provides a solution by creating a fully automated weekly trend alerter. This specific n8n workflow starts with a scheduled n8n trigger, pulls the latest papers, uses a large language model (LLM) for semantic enrichment (classifying topics and predicting impact), and then stores this enriched data efficiently in a Weaviate vector database. The true innovation lies in the subsequent step, where an n8n agentic RAG system queries the vector store to analyze the collective dataset, identify overarching trends, cite relevant papers, and compile a polished, summarized email report. By leveraging powerful n8n node functions for data transformation, LLM interaction, and vector search, this setup moves far beyond simple scraping, offering deep, contextual analysis. This n8n template is essential for anyone serious about tracking the pulse of the AI industry.
This comprehensive n8n workflow executes in two main phases, triggered weekly by the Schedule n8n node:
summary field and loading the data via the Default Data Loader n8n node (using a Recursive Character Text Splitter).Agentic RAG for Trend Analysis n8n node, the heart of this trend analysis, activates. It is configured with Weaviate as a "tool." The system prompt instructs the agent to query the vector store to retrieve the latest articles, perform a trend analysis based on topic counts and impact scores, and format the output as a strict JSON object (subject and markdown body).Weaviate Vector Store) and retrieval (Weaviate Vector Store1) n8n nodes. Ensure the collection name ArxivArticles is consistent across the n8n workflow.Send email n8n node. Specify the sender and recipient email addresses in the Send email node parameters. Schedule Trigger n8n trigger: The starting n8n node, configured to run the entire n8n workflow once per week.
Query arXiv (HTTP Request n8n node): Fetches up to 200 recent papers categorized as cs.LG or stat.ML, dynamically setting the date range based on the preceding Date & Time n8n node output.
Prep Data for Weaviate (Set n8n node): Transforms complex XML fields (like nested authors and categories) into clean JSON arrays and ISO datetime formats, optimizing data structure before enrichment.
Enrich Articles with Topic Classification (AI Agent n8n node): A powerful n8n node that uses an LLM (via OpenRouter/OpenAI) and a Structured Output Parser to categorize papers into defined topics and assign a potential_impact score (1-5).
Weaviate Vector Store (n8n node): Handles the core function of indexing and inserting the enriched documents into the Weaviate collection (ArxivArticles), generating embeddings for the summary field using the Embeddings OpenAI n8n node.
Agentic RAG for Trend Analysis (AI Agent n8n node): The primary analytical n8n node. It is configured with the Weaviate Vector Store1 tool for RAG. Its comprehensive system message dictates trend identification criteria, focusing on topic counts and high-impact papers, and strictly enforces the final email JSON output structure. This sophisticated use of an n8n node facilitates deep automated analysis.
Structured Output Parser (n8n node): Used twice, this essential n8n node guarantees that the LLM output conforms exactly to the required JSON schema, defining the fields for enrichment (Part 1) and the final email format (Part 2).
Send email (n8n node): The final action, using SMTP credentials to send the HTML-formatted weekly report generated by the preceding Markdown n8n node, concluding the n8n workflow.
Build a sophisticated AI voice chatbot using this powerful n8n workflow. It combines ElevenLabs for voice functionality, an n8n Agent for routing, and multiple InfraNodus Graph RAG experts for specialized knowledge retrieval. Get started with n8n templates.

Build a versatile conversational AI Telegram bot using this advanced n8n workflow. Integrate Telegram with Google Gemini 2.5 Flash for intelligent text responses, image analysis, and full conversation memory using this robust n8n template.

Automate lead generation on Telegram using this powerful n8n workflow. Gate access to resources, check subscriptions, and deliver multi-stage upsell sequences. Use this n8n template to grow your community.

Build a robust WhatsApp AI assistant with this advanced n8n workflow. It handles text, audio, images, and documents using GPT-4o, Redis queuing, and PostgreSQL memory. Get started with n8n templates today.

Build an intelligent WhatsApp assistant using this complex n8n workflow. Integrate RAG memory (MongoDB), Google Suite, research tools, and AI image generation in one powerful n8n automation.









































