RSS to Content Feed Automation: Turning Source Overload into Daily Editorial Decisions
- telegram
- rss
- creator-economy
- automation
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
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.
- Intake setup
Connect RSS and digest sources. If a digest has no RSS feed, route it through Kill the Newsletter.
- Normalize and enrich
Run cleaning, canonicalize URLs, deduplicate, scrape source body, then generate concise summary and tags.
- Decision delivery
Send filtered items into Telegram with one-tap actions so daily editorial triage happens where work already happens.
Workflow schema
Before / After
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.
