What This Workflow Does
Staying updated on AI breakthroughs is time-consuming. Scrolling through dozens of articles, blogs, and research papers daily distracts from deep work. This automation solves that by building your personal AI news curator.
The workflow acts as an intelligent, privacy-focused agent. It automatically collects the latest articles from your chosen RSS feeds, uses a local large language model (like Llama 3.2) to generate concise summaries, and delivers a formatted digest directly to your Telegram chat. It runs entirely on your own hardware, ensuring no data leaves your environment and incurring zero API costs.
Think of it as a research assistant that works overnight. You wake up to a clean, summarized briefing of everything important that happened in AI while you slept, ready to inform your day.
How It Works
The process is elegantly simple but powerful, combining scheduled triggers, data aggregation, and local AI processing.
Step 1: Scheduled Trigger & RSS Collection
A schedule trigger (set for daily morning) kicks off the workflow. It then fetches the latest articles from multiple pre-configured RSS feeds from leading AI blogs, research hubs, and news sites.
Step 2: Date Filtering & Deduplication
The workflow filters articles to include only those published "yesterday," ensuring you get a true daily digest without old news. It also checks for and removes duplicate entries from overlapping feeds.
Step 3: Local AI Summarization
Each article's content is sent to your locally running Ollama server hosting a model like Llama 3.2. The LLM reads the full text and generates a bullet-point summary, extracting key claims, methodologies, and implications. This happens offline on your Raspberry Pi 5 or server.
Step 4: Formatting & Telegram Delivery
The summarized points, along with the original article title, author, and link, are compiled into a clean, readable message. This message is then sent via the Telegram Bot API to your specified private chat or group channel, providing an instant, mobile-friendly briefing.
Who This Is For
This template is ideal for AI researchers, developers, tech leaders, and content creators who need to stay informed efficiently. It's perfect for individuals who value privacy and want to avoid vendor lock-in with cloud AI services. Teams can also adapt it to create a shared knowledge feed, keeping everyone aligned on industry movements without scheduling a meeting.
If you're tired of information overload but don't want to miss critical updates, this automation gives you control back. It's also a great project for hobbyists interested in practical applications of local LLMs and self-hosted automation.
What You'll Need
- A running n8n instance (cloud or self-hosted).
- Ollama installed locally on a machine (Raspberry Pi 5, home server, or cloud VM) with a downloaded language model (e.g.,
llama3.2:1b). - A Telegram Bot Token created via BotFather.
- Your Telegram Chat ID (numeric ID of your user or group).
- RSS feed URLs for your preferred AI news sources (the template includes examples).
Pro tip: For the best experience, run Ollama on a device with at least 8GB RAM. The 1B parameter models are surprisingly capable for summarization and run well on modest hardware.
Quick Setup Guide
Import the template and follow these steps to get your daily digest running in under 30 minutes.
- Import the Template: Download the JSON file above and import it into your n8n instance.
- Configure RSS Feeds: In the "RSS Read" nodes, replace the example feed URLs with your own. You can add or remove nodes to control the number of sources.
- Set Up Ollama Credentials: Create an Ollama credential in n8n pointing to your local Ollama server (typically
http://localhost:11434). Ensure your chosen model (e.g., llama3.2:1b) is pulled and ready. - Configure Telegram: Create a Telegram bot via @BotFather to get your token. Use a bot like @userinfobot to find your numeric Chat ID. Enter both in the "Send News Digest to Telegram" node.
- Adjust Schedule: The trigger is set for daily at 8 AM. Modify the Schedule Trigger node to your preferred time.
- Activate & Test: Turn the workflow on. Manually trigger it once to receive a test digest and verify everything works.
Key Benefits
Save 5+ Hours Per Week: Eliminate manual browsing and reading. Get the signal without the noise, delivered on your schedule.
Zero Ongoing Costs: Uses open-source tools (n8n, Ollama) and local processing. No paid API subscriptions for GPT-4 or Claude.
Complete Data Privacy: Your reading habits and article content never leave your infrastructure. Ideal for sensitive or proprietary research topics.
Fully Customizable: Control the sources, summary style, output format, and delivery channel. It adapts to your needs, not the other way around.
Always-On Intelligence: Runs reliably in the background. You get consistent, high-quality updates without any daily effort.