N8n

27. Jun 2026

What an Agent Remembers: LLM Memory between Context Window and Knowledge Graph

Agent memory is an architecture problem, not a toggle. An ordered overview: the cognitive memory functions, why the context window is not memory, RAG through GraphRAG with their real costs, and where n8n hits its native limits.
n8n · KI
19. Jun 2026

n8n Authenticates Against SAP BTP — OAuth Against a CAP Service

The series finale: n8n binds to its own service on SAP BTP with a real OAuth flow. Client Credentials against the xsuaa token endpoint, a CAP service as a SAP-native stand-in, the n8n OAuth2 credential, and a workflow that enriches a ticket with a case ID from BTP.
n8n · KI · Coding
15. Jun 2026

n8n or SAP Integration — Not an Either-Or

Eleven articles covered what n8n can do. This one places where it does not belong: against SAP Cloud Integration with its EAI heritage and the Edge Integration Cell with its data boundary. With a decision tree instead of a tool takedown.
n8n · KI · Coding
15. Jun 2026

n8n in Queue Mode — Main, Worker and Redis

Operation goes production-ready. This article moves the single-process instance to queue mode: main accepts webhooks and enqueues executions in Redis, workers run them. With worker scaling, queue metrics, a production checklist, and a note on what queue mode does not do.
n8n · KI · Coding
13. Jun 2026

n8n Meets SAP — the Bridge over OData and HTTP

The pipeline now enriches its tickets with master data from a SAP backend. This article shows the OData binding over HTTP, SAP's own error format, graceful degradation on an unknown customer, and where AIF stays complementary.
n8n · KI · Coding
10. Jun 2026

Two Models, One Entry Point — Round-Robin and Failover over Local AI Backends

A single AI backend degrades to the rule-based emergency exit on failure. This article builds real redundancy from two local models: round-robin in normal operation, automatic failover on a single outage, rule-based only when both are down.
n8n · KI · Coding
9. Jun 2026

One Entry Point, Two Classifiers — Merging the AI Pipeline into the Live Path

Until now two separate paths ran side by side: the rule-based ingest and the AI classification. This article merges them into one pipeline, makes classification a swappable stage, and positions the rule-based classifier as a deliberate fallback behind the model.
n8n · KI · Coding
8. Jun 2026

When the Workflow Learns to Fail — Error Handling and Observability in n8n

The AI classifier runs, but what happens when the model goes down? A global error workflow with a Telegram alert, an observability stack of Prometheus, Loki and Grafana, and a silent fallback that wants to be made visible.
n8n · Coding · KI
1. Jun 2026

AI Classification Without the Cloud — the Ticket Workflow Gets a Brain

How an n8n workflow classifies tickets with a local language model: structured output, two backends without a cloud key, deterministic language detection, and a benchmark that exposes its own weakness.
n8n · KI · SAP
27. May 2026

Webhooks, HTTP, and Credentials — the Production Entrance

How an n8n workflow gets an authenticated webhook endpoint, how credentials are stored securely, and how classifier logic is extracted into a sub-workflow.
n8n · Coding · SAP
26. May 2026

Nodes, Expressions, and the First Workflow Without AI

Building a rule-based ticket classifier in n8n: the item model in practice, writing expressions correctly, choosing between Set and Code nodes — and where the classifier predictably fails.
n8n · Coding · SAP
22. May 2026

Test Data, Because Real Data Is Off the Table

Why a real ticket dataset has no place in a public repo, and how a hybrid generator using local models and Claude produces realistic test data with a reproducible distribution.
n8n · Coding · SAP
21. May 2026

Self-Hosting with Docker Compose — n8n, Postgres, and Caddy

Self-hosting n8n in a production-grade setup: Docker Compose, Postgres instead of SQLite, Caddy with auto-HTTPS, persistent volumes, and the environment variables that actually matter.
n8n · coding · sap
20. May 2026

n8n in Overview — Architecture, Item Model, and Demo Repo

What n8n actually is under the hood: editor, execution engine, task runners, workflows as JSON. Plus the item array as the central data model and where n8n fits in the integration landscape.
n8n · coding · sap
18. May 2026

Why n8n, why now — Prologue to the Getting-Started Series

SAP has taken a strategic stake in n8n and embedded it in Joule Studio. Mercedes-Benz is rolling out the platform globally. A prologue to the n8n getting-started series.
n8n · coding · sap