Live

n8n introduces native evaluation nodes for LLM workflow testing

Workflow builders can now score model outputs against golden datasets directly inside n8n, closing a gap that previously required external eval tooling. Demo content.

TKTomislav Krajina
Published 7 Jul 2026, 02:20Updated 26 Jul 2026, 20:152 min read
n8n introduces native evaluation nodes for LLM workflow testing

n8n has shipped native evaluation nodes, letting automation builders test LLM-powered workflows against golden datasets without leaving the canvas.

What the nodes do

  • Run a workflow branch against a stored set of test inputs
  • Score outputs with exact-match, semantic similarity or LLM-as-judge
  • Fail a deployment pipeline when scores regress below a threshold
  • Track score history per workflow version

Why builders wanted this

Production AI workflows break silently: a model update or prompt tweak degrades output quality with no error thrown. Until now, teams bolted external eval platforms onto n8n via webhooks.

"The eval nodes turn prompt changes from vibes into diffs you can review." — community forum reaction

The feature ships in the current release for self-hosted and cloud instances, with judge-model selection supporting OpenAI, Anthropic and local Ollama endpoints.

Source: n8n Blog

Related stories

All →