Skip to main content

Tech news_curator - analyze daily news using AI_agents with Mistral

Workflow preview

Workflow preview
100%
Tech news_curator - analyze daily news using AI_agents with Mistral preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Using Mistral API, you can use this n8n workflow to automate the process of: collecting, filtering, analyzing, and summarizing news articles from multiple sources. The sources come from pre built R...

Best for

  • Content Creation automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.merge, n8n-nodes-base.aggregate, n8n-nodes-base.rssfeedread, n8n-nodes-base.filter, @n8n/n8n-nodes-langchain.lmchatmistralcloud, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.splitout, n8n-nodes-base.scheduletrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Hybroht.

Original n8n.io source

1.1 Workflow description

Title
Tech news_curator - analyze daily news using AI_agents with Mistral
Workflow name
Tech news_curator - analyze daily news using AI_agents with Mistral

Using Mistral API, you can use this n8n workflow to automate the process of: collecting, filtering, analyzing, and summarizing news articles from multiple sources. The sources come from pre-built RSS feeds and a custom DuckDuckGo node, which you can change if you need. It will deliver the most relevant news of the day in a concise manner.

++How It Works++

  1. The workflow begins each weekday at noon.
    
  2. The news are gathered from RSS feeds and a custom DuckDuckGo node, using HTTPS GET when needed.
    
  3. News not from today or containing unwanted keywords are filtered out.
    
  4. The first AI Agent will select the top news from their titles alone and generate a general title & summary.
    
  5. The next AI Agent will summarize the full content of the selected top news articles.
    
  6. The general summary and title will be combined with the top 10 news summaries into a final output.
    

++Requirements++

  • An active n8n instance (self-hosted or cloud).
    
  • Install the custom DuckDuckGo node: **n8n-nodes-duckduckgo-search**
    
  • A Mistral API key
    
  • Configure the Sub-Workflow for the content which requires HTTP GET requests. It is provided in the template itself.
    

++Fair Notice++

This is an older version of the template. There is a superior updated version which isn't restricted to tech news, with enhanced capabilities such as communication through different channels (email, social media) and advanced keyword filtering. It was recently published in n8n. You can find it here. If you are interested or would like to discuss specific needs, then feel free to contact us.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.1

Block 2 - Aggregate

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 3 - ScienceDaily Feed

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 4 - AlternativeTo Feed

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 5 - MIT Technology Review Feed

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 6 - lobste.rs Feed

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 7 - Filter by Datetime

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 8 - Mistral Cloud Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatMistralCloud - lmChatMistralCloud
Config choices
Version 1

Block 9 - News Analyzer

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.6

Block 10 - Split Out News Data

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 11 - Remove Certain Content

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 12 - Silicone Republic Technology Feed

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 13 - Silicone Republic Science Feed

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 14 - Schedule

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 15 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 16 - Rejoin Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 17 - Join Outputs

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 18 - Final Aggregate

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 19 - Website Summarizer

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.6

Block 20 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 48 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Tech news_curator - analyze daily news using AI_agents with Mistral
Complexity advanced
Nodes 48
Categories Content Creation, AI Summarization
Author Hybroht
Published 25 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5339/5339.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Tech news_curator - analyze daily news using AI_agents with Mistral do?

Using Mistral API, you can use this n8n workflow to automate the process of: collecting, filtering, analyzing, and summarizing news articles from multiple sources. The sources come from pre built R...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, AI Summarization use case.