See llms.txt for all machine-readable content.

Back to schedule

Your Workflow Doesn't Need an LLM (Most of the Time)

Builders are dropping LLM nodes into n8n workflows by default — for data extraction, routing, format conversion, summarization — tasks that native nodes and purpose-built tools handle faster, cheaper, and more reliably. After consulting on workflow builds across multiple teams and projects, the same pattern shows up every time: tokens spent on problems that don't need them.

This talk is for builders who have started using AI nodes and are watching their token costs climb. You'll see side-by-side comparisons of the same task done with an LLM node versus native alternatives — Code nodes with regex, Switch nodes for routing, and external tools like Cloudflare Browser Run for web extraction. You'll leave with a decision framework for when an LLM genuinely earns its place in your workflow, and when you're better off without one.

Takeaway

  • Replace LLM-based data extraction with Code nodes and regex in n8n workflows
  • Route workflow branches using Switch and IF nodes instead of LLM categorization
  • Use purpose-built tools like Cloudflare Browser Run to extract clean markdown from web pages without an LLM
  • Apply a decision framework to evaluate whether any given workflow node needs an LLM or has a native alternative
Grab your ticket