n8n Learning: LLM Chain vs Single Call — Caption Generation Experiment
What I Wanted to Do
In an n8n workflow for auto-generating Instagram carousel post captions, I compared two approaches:
Call Claude Haiku 4.5 three times in a chain (role-division approach)
Call Claude Sonnet 4.5 once (batch generation approach)
...
ai-workflow.hashnode.dev5 min read