RSS to content feed automation case study
gosha.ee logogosha.eeAI-NATIVE DESIGN

RSS to Content Feed Automation: Turning Source Overload into Daily Editorial Decisions

  • telegram
  • rss
  • creator-economy
  • automation
9 min read

TL;DR

I rebuilt content intake as a two-layer system. Layer one listens to RSS and digest sources, cleans each item, adds summary and tags, and stores it as a reusable object.

Layer two delivers only qualified items into Telegram, where every item arrives ready for a decision.

The real leak was attention, not ideas. Most of the day was spent scrolling through irrelevant stuff with tons of extra words. Now the process is smooth.

Gosha Knyazhev portrait

Gosha Knyazhev

AI Native Designer · gosha.ee

The Problem

I was consuming a lot of information and still making slow editorial decisions.

Sources were fragmented across RSS feeds, newsletter digests, and links saved in different places. The stream looked full, but most items were low-signal.

Too much time was spent on triage. By the time I found what mattered, energy for writing and framing was already lower.

Story: from reading overload to decision flow

The first workflow worked in theory, but the daily reality was heavy and repetitive.

  • Open RSS feeds and newsletter digests manually.
  • Skim large volumes of mixed-quality items.
  • Clean links, remove duplicates, and classify relevance by hand.
  • Rewrite good candidates into something usable for social posts or digest.

Reframing

The shift was simple. I stopped trying to build a better reading habit and started designing a better decision interface.

AI became a filtration and compression layer. Human work stayed where it matters most: relevance judgment, editorial angle, and final voice.

Solution architecture

Layer one runs in n8n as intake and normalization. It collects source items, strips noisy payload, normalizes links, checks for duplicates against a local database, scrapes full context, then writes a two-sentence summary with tags.

Layer two runs in Telegram as the operational interface. Only qualified items are delivered, each with clear actions.

Actions include routing to digest queue, generating social paraphrases, creating interview question angles, or discarding noise. Final publishing still stays human.

  1. Intake setup

    Connect RSS and digest sources. If a digest has no RSS feed, route it through Kill the Newsletter.

  2. Normalize and enrich

    Run cleaning, canonicalize URLs, deduplicate, scrape source body, then generate concise summary and tags.

  3. Decision delivery

    Send filtered items into Telegram with one-tap actions so daily editorial triage happens where work already happens.

Workflow schema

Before / After

Metric
Before
After
Intake quality
Raw mixed stream with high manual triage
Filtered queue with summary, tags, and clear context
Editorial focus
Time spent on cleanup and sorting
Time spent on selection, framing, and writing
Decision speed
Delayed by inbox and tool switching
Faster via Telegram-first action flow
Ideation readiness
Manual rewrite needed before every draft
Items arrive pre-structured for digest or social use

Impact

Intake moved from ad-hoc reading to a repeatable operational system.

I now spend less time on low-signal scanning and more time on decisions that change output quality.

Telegram reduced friction by becoming the single place for triage actions.

A clear tradeoff remains. Source freshness depends on source cadence, so weekly digests can introduce delay.

Transferability

This pattern fits solo creators, analyst teams, and editorial operations with high source volume.

It is most useful when the bottleneck is discovery and filtering, not final writing.

Tool choice can vary. The repeatable structure is stable: machine filtering first, human publishing judgment last.

FAQ

No. It automates preparation, not publication. Final editorial decisions and final wording remain human.
Portrait of Gosha Knyazhev
Gosha Knyazhev
AI Native Designer

I design AI-assisted workflows where automation removes production drag while human judgment protects quality.

Special thanks

Nikolay Roll
n8n automations specialist
LinkedIn

Read Also