Data Processing & Analysisbeginner
October 13, 2025
5 min read
30 minutes
Build Your Personal AI News Curator with n8n
Stay ahead in AI effortlessly. Automate news collection, filtering, and summaries using n8n, GPT-4, and Tavily for a daily AI digest.
By Mahedi Hasan Nadvee

Staying current with AI news feels like drinking from a fire hose. Between breakthrough model releases, industry acquisitions, policy changes, and research papers, the sheer volume of information can overwhelm even the most dedicated tech enthusiast. You might spend hours scrolling through different publications, only to miss the truly important stories buried in the noise.
Here's where automation becomes your secret weapon. This n8n workflow transforms you into an AI news curator extraordinaire, automatically collecting stories from premium sources, filtering out the fluff, and delivering a personalized daily digest straight to your inbox. Think of it as your personal AI news assistant that never sleeps, never misses a story, and always knows what matters most.
Prerequisites: What You'll Need to Get Started
Before we dive into building this automated news machine, gather these essential tools and accounts:
- n8n instance (cloud or self-hosted)
- OpenAI API key for GPT-4 access
- Tavily API key for premium news search capabilities
- Gmail account with OAuth2 setup for sending emails
Don't worry if you're new to these services. Each offers straightforward setup processes, and the investment in time pays dividends in the quality of your automated news curation.
Key Components: The Building Blocks of Your News Engine
This workflow leverages several powerful n8n nodes working in harmony:
- Schedule Trigger - Your daily alarm clock set for 8 AM
- RSS Feed Reader - Pulls from top AI publications
- HTTP Request - Connects to Tavily for premium news sources
- OpenAI Chat Model - Your AI-powered editor and summarizer
- Code nodes - Custom JavaScript for filtering and formatting
- Gmail node - Delivers your polished news digest
Step 1: Set Your News Collection Schedule
Start with the Schedule Trigger node, your workflow's reliable timekeeper. Configure it to fire every morning at 8 AM, giving you fresh news insights with your morning coffee. This timing ensures you catch overnight developments and international news that breaks while you sleep.
The beauty lies in its simplicity. Once set, this trigger becomes your personal news editor who never calls in sick or takes vacation days.
Step 2: Cast a Wide Net with Multiple News Sources
Your workflow pulls from two distinct streams of information, creating comprehensive coverage that rival news services charge premium prices for.
First, configure the RSS feeds targeting these carefully selected AI publications:
- MIT Technology Review
- Towards Data Science
- AI Trends
- MIT News AI section
- The Gradient

image_1.png
Simultaneously, the HTTP Request node queries Tavily API, focusing on premium sources like Financial Times, Wall Street Journal, Bloomberg, and Reuters. This dual approach ensures you capture both technical depth and business implications of AI developments.
Step 3: Filter and Process Your Content Goldmine
Raw news feeds contain duplicate stories, outdated articles, and irrelevant content. Your custom JavaScript code node acts as a sophisticated bouncer, applying these intelligent filters:
- Removes duplicate articles across different sources
- Filters for recent publications (today's news only)
- Validates article structure and required fields
- Consolidates data into a clean, uniform format
The workflow then merges RSS data with Tavily results and aggregates everything for the next processing stage. Think of this as your personal research assistant organizing stacks of newspapers into neat, relevant piles.
Step 4: Transform Raw Data into Intelligence with AI
Here's where the magic happens. Your OpenAI Chat Model receives a sophisticated prompt that would make professional editors jealous. The AI analyzes all collected articles and identifies the 10-15 most significant stories based on these criteria:
Prioritize impactful AI news covering breakthroughs, major company announcements, notable research, policy changes, and hardware developments. Focus on recency and significance while avoiding redundancy.

image_2.png
The AI doesn't just summarize; it curates with editorial judgment, ensuring each selected story offers genuine value to your daily reading.
Step 5: Package Everything into a Beautiful Email Digest
The final code node transforms your AI-curated content into a stunning HTML email. Each article appears with:
- Clear, compelling headlines
- Authoritative source attribution
- Concise, one-sentence summaries
- Direct links to full articles
The Gmail node delivers this polished digest directly to your inbox, complete with professional styling and responsive design that looks great on any device.

image_3.png
Why This Workflow Changes Everything
This automated news curation system delivers benefits that extend far beyond convenience:
Time Efficiency: Reclaim hours spent manually browsing multiple news sources. Your workflow processes dozens of articles in seconds, presenting only what matters most.
Comprehensive Coverage: Never miss important developments again. By monitoring both technical publications and business sources, you get complete picture of the AI landscape.
Consistent Quality: Your AI editor applies the same high standards every day, ensuring consistent quality and relevance in your news consumption.
Customizable Focus: Easily modify the source list, keywords, or summary style to match your specific interests and industry focus.
Perfect for Multiple Use Cases
This workflow adapts to various professional and personal scenarios:
- AI Professionals: Stay current with industry developments affecting your work
- Investors: Monitor AI company news and market movements
- Researchers: Track latest academic developments and breakthrough announcements
- Content Creators: Generate ideas and stay informed for AI-focused content
- Business Leaders: Understand AI trends impacting your industry
The workflow transforms information overload into actionable intelligence, making you the most informed person in any AI discussion. Your colleagues will wonder how you stay so current with the rapidly evolving AI landscape.
Building this automated news curator represents more than workflow creation; it's investing in your professional development and intellectual curiosity. In a field moving as quickly as artificial intelligence, having reliable, automated intelligence gathering isn't just helpful – it's essential for staying relevant and making informed decisions.
Share this article
Help others discover this content
Tap and hold the link button above to access your device's native sharing options
More in Data Processing & Analysis
Continue exploring workflows in this category

Data Processing & Analysisintermediate
1 min read
Generate Creative Solutions with Dual AI Agents, Randomization & Redis - Workflow
Kazi Sakib
Oct 21
Est: 35 minutes

Data Processing & Analysisadvanced
1 min read
Fully Automated Tech News Publishing Pipeline with n8n, OpenAI, Google Workspace & Slack
Nayma Sultana
Oct 20
Est: 1 hour

Data Processing & Analysisintermediate
1 min read
Build an AI-Powered Data Analytics Department with n8n and OpenAI: A Multi-Agent Workflow Guide
Kazi Sakib
Oct 20
Est: 45 minutes