KEEP LEARNING
Build the bigger picture.
The Workflow Engineer connects individual n8n concepts to testing, deployment and running a complete workflow.
Showcase > Content & AI
65-node n8n workflow using Reddit, xAI Grok, SerpAPI, and Qdrant to transform Reddit posts into polished YouTube scripts.
A 65-node workflow that takes a single Reddit post and transforms it into a polished YouTube script through a 6-stage AI pipeline. Each stage uses a different processing strategy -- from initial analysis through RAG-augmented outlining, web-research-enhanced drafting, and multi-model refinement using both OpenAI and xAI Grok. The result is a script that is not just rewritten Reddit content but a thoroughly researched, multiple-perspective narrative built on the foundation of a trending discussion.
| Nodes | Category | Complexity | Key Integrations |
|---|---|---|---|
| 65 | Content Creation & AI | Advanced | Reddit, SerpAPI, OpenAI, xAI Grok, Qdrant, Cohere, Google Sheets |
60-90 minutes including Qdrant vector store setup (4 collections), API credential configuration, and knowledge domain population.
The pipeline begins with Reddit Search pulling a post and its comment thread. Stage 1 (Analysis) dissects the post: what is the core topic, what are the dominant perspectives in the comments, what questions remain unanswered, and what emotional hooks exist in the discussion. This analysis feeds into Stage 2 (Outline), where an AI Agent uses the Qdrant vector store to retrieve related content the creator has produced before, then builds a script outline that positions this new piece within the broader content library.
Stage 3 (Draft) is where the script takes shape. The drafting agent has access to SerpAPI for real-time web research, pulling in supporting data, statistics, and expert opinions that go beyond what the Reddit thread contains. Stage 4 (Research Enhancement) runs a second pass of web research, specifically targeting gaps and claims that need verification or deeper context. Eight separate SerpAPI calls run across different query angles.
Stage 5 (Refinement) introduces xAI Grok for a different analytical perspective. Grok reviews the draft for logical consistency, argument strength, and narrative flow, providing a revision that benefits from a second model's reasoning patterns. Stage 6 (Final Polish) brings OpenAI back for the finishing pass -- tightening language, strengthening transitions, punching up the hook, and ensuring the script is optimized for spoken delivery.
Triggers
AI & Language Models
Data & Integrations
Tip: Key Techniques Used in This Workflow
- Multi-model diversity -- Using both OpenAI and xAI Grok for different pipeline stages introduces genuine reasoning diversity, catching blind spots that a single model would miss.
- Progressive refinement -- Six stages of processing, each with a single clear objective, produces dramatically better output than attempting everything in one pass.
- Scoped vector stores -- Four separate Qdrant instances with different knowledge domains prevent context pollution and give each agent precisely relevant retrieval results.
- Parallel web research -- Eight SerpAPI queries across different angle variations ensure comprehensive coverage of the topic space.
- Reddit as content seed -- Using trending Reddit discussions as starting points guarantees audience-validated topics with built-in engagement signals.
The workflow.json file in this folder can be imported directly into your n8n instance via Settings > Import Workflow.
This build ships with its complete n8n workflow. Download the workflow JSON, then import it in n8n with Workflows, Import from file, and add your own credentials before the first run.
KEEP LEARNING
The Workflow Engineer connects individual n8n concepts to testing, deployment and running a complete workflow.
APPLY IT TO YOUR SYSTEM
Bring the process, the tools involved and an example of where the current workflow gets stuck.