Moving n8n from a news bot to a creative engine
If you’re building automation, you have to stop treating LLMs like stenographers and start treating them like creative directors. A good designer knows that the first idea is rarely the best one; you have to iterate through different lenses to find the "hook." My current architecture lacks those lenses. It’s a straight line from input to output, which is why the results are repetitive and lifeless.
I need to move toward a multi-agent setup rather than relying on one heavy reasoning model to do everything. A single model trying to be "creative" usually just ends up being "predictable." I want to build distinct agents for specific creative angles—myth-busting, competitive comparisons, or seasonal storytelling. Think of it like a production studio: you don't ask the cinematographer to also do the lighting and the scriptwriting. You assign roles to ensure the final product has depth.
The data source is the next bottleneck. Scraping news feeds is like trying to design a brand using only stock photos; it lacks soul. To get actual lateral thinking, the input needs to be more human. I’m looking into scraping FAQ sections and community forums to find real customer pain points. The goal is to feed the system "raw material" that requires actual processing, not just summarizing.
I'm weighing whether to use a vector database to house "content personas" to guide these agents, or if a complex agentic workflow in n8n is enough to break the loop. If you’ve built a non-linear pipeline that actually produces diverse, non-repetitive outputs, I want to see the architecture.
https://n8n.io