KEEP LEARNING
Build the bigger picture.
The Workflow Engineer connects individual n8n concepts to testing, deployment and running a complete workflow.
Showcase > Content & AI
94-node n8n workflow with 5 AI agents, Qdrant, Redis, and Supabase for generating and evaluating YouTube content ideas at scale.
A 94-node, 5-agent AI system built for relentless content ideation. This workflow does not generate one idea at a time -- it runs a structured pipeline of specialized AI agents, each with a distinct role, persistent memory, and access to external knowledge through RAG. The result is a factory-line approach to YouTube content planning that produces researched, evaluated, and refined ideas ready for production.
| Nodes | Category | Complexity | Key Integrations |
|---|---|---|---|
| 94 | Content Creation & AI | Advanced | OpenAI, Anthropic, Qdrant, Supabase, Redis Memory, Google Sheets |
60-90 minutes including Qdrant collection setup, Supabase vector configuration, Redis instance setup, and agent/webhook configuration.
The workflow operates through five specialized AI agents, each handling a discrete phase of the content ideation process. The Research Agent kicks things off by scanning a topic area, pulling relevant context from the Qdrant vector store, and generating a batch of raw content ideas grounded in real data and trending themes. These raw ideas then pass to the Batch Evaluation Agent, which scores each one against criteria like audience relevance, competition level, search demand, and production feasibility.
High-scoring ideas advance to the Refinement Agent, which sharpens the concept: tightening the angle, suggesting thumbnail approaches, drafting working titles, and outlining a preliminary content structure. The Q&A Agent is available via webhook for interactive follow-up -- you can ask questions about any idea and get context-aware answers backed by the vector store. Finally, the Content Analysis Agent reviews the refined ideas against the creator's existing content library (stored in Google Sheets) to flag overlap, identify gaps, and suggest strategic positioning.
Redis Memory nodes maintain conversational context across all five agents within a single execution. This means the Refinement Agent knows what the Evaluation Agent scored highly and why, and the Analysis Agent can reference decisions made earlier in the pipeline. Scheduled batch processes keep the vector stores fresh with new data on a regular cadence.
Triggers
AI & Language Models
Data & Integrations
Tip: Key Techniques Used in This Workflow
- Multi-agent specialization -- Five agents with distinct system prompts and tool access create a pipeline where each stage genuinely improves on the last.
- Redis-backed shared memory -- Multiple Redis Memory nodes with shared session keys allow agents to read each other's outputs and reasoning, enabling coherent multi-stage processing.
- Dual vector store architecture -- Qdrant for stable reference knowledge and Supabase for dynamic trend data give agents the right context at the right time.
- Webhook interactivity -- The Q&A Agent transforms a batch workflow into an interactive tool, demonstrating how n8n webhooks enable human-in-the-loop AI systems.
- Scheduled vector store refresh -- Background processes keep knowledge bases current without blocking the main ideation pipeline.
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.