Skip to main content

AI Horizon Scanning

AI Tech Watch Pipeline for Programming

n8nDockerClaude APIRSSJavaScript
A fully automated tech watch pipeline, designed to never miss a relevant article about AI applied to development — without spending hours reading RSS feeds.

How it works

The pipeline runs on n8n (self-hosted via Docker) and executes automatically at regular intervals. It collects the latest articles from the Hacker News RSS feed, then submits each article to Claude (Anthropic) which performs three operations:

Only articles exceeding the score threshold are kept and exported to a local CSV file.

Why this project

I wanted to explore n8n as a workflow orchestrator and understand how to integrate an LLM API into a real data pipeline — not in a tutorial, but on an actual daily use case. The result: a tool I genuinely use for my own tech watch.

Planned improvements