Skip to main content

Content Tagged "workflow-design"

This page collects all articles and projects tagged workflow-design. Tags help you navigate by tool, theme, or topic—whether you're looking for content on specific technologies like n8n or Databricks, or broader themes like workflow automation or hockey analytics.

Content spans agentic engineering, production AI agents, data pipelines, full-stack work, and hockey analytics. Browse other tags, topics, or the full offering for how this maps to client work.

Projects describe case studies with real outcomes—conversational analytics prototypes, AI feedback agents, automated content pipelines, and hockey analytics dashboards. Blog posts cover implementation details, tool comparisons, and lessons learned. If you're looking for something specific, the blog index and portfolio offer alternative ways to explore.

Blog Posts

Claude är inte din n8n-arkitekt: när AI-hjälp förbättrar och när den förstör din workflow-design

· Updated
Claude kan generera fungerande n8n-workflows på sekunder. Det är också anledningen till att det är lätt att låta AI sätta strukturen — och landa i flöden som fungerar men som är omöjliga att underhålla. Här är ramverket för när AI-hjälp tillför värde och när du behöver designa själv.

n8n Switch node vs. chained IF nodes: how branching logic affects execution at scale

· Updated
If your workflow routes items into more than three paths using chained IF nodes, the Switch node does the same with one evaluation per item instead of N. Here is the mechanical difference, when each wins, and the practical rule for choosing between them.