Mixture of Agents SEO Writer: 4-Model Parallel Generation → Aggregation → AI Editing & Formatting → Google Drive
Problem:
A content team needed SEO articles that drew on the strengths of multiple AI models simultaneously, no single model consistently produced the best combination of research depth, writing quality, and SEO optimization, but manually running queries across multiple platforms and combining outputs was impractical at scale.
Solution:
Built a chat-triggered n8n Mixture of Agents (MoA) pipeline with a Prompt Engineer layer, four AI agents run in parallel on the same input: AI Agent #1 (Google Gemini), AI Agent #2 (DeepSeek), AI Agent #3 (OpenAI), and AI Agent #4 (Llama-3.3); outputs are merged in two parallel batches with wait-for-completion nodes, then merged again and aggregated into a single combined response; an Aggregator Agent distills the best elements from all four outputs into one unified draft which then flows through an SEO Writer model for optimization, an Editor model for quality refinement, and a Formatter model for final structure, the finished article is saved directly to Google Drive.
Result:
Delivered an advanced multi-model content pipeline that combines the unique strengths of Gemini, DeepSeek, OpenAI, and Llama into a single superior article, producing SEO-optimized, edited, and formatted content that outperforms any single-model output, saved automatically to Google Drive.
