# What 250 production workflows taught me about n8n.

> Lessons from running n8n workflows in production: the failure modes nobody warns you about, and the boring discipline that keeps automations alive.

Canonical: https://alexcinovoj.com/services/n8n-automation

n8n is easy to start and easy to abandon. The workflows that lasted all shared the same unglamorous habits.

Notes from legal, finance, SMB operations, and enterprise IT deployments.

## Workflows that earn their place.

### Lead and sales ops

Inbound enrichment, qualification, CRM sync, slack alerts, multi-channel follow-up with AI drafting.

### Support and ticketing

Triage with Claude, auto-tag, suggested replies, escalation rules with human approval.

### Document workflows

PDF and contract extraction, redlining, signature flows, archival to your data lake.

### Reporting and finance

Multi-system reconciliation, recurring reports, AI summaries, anomaly alerts.

### AI agent orchestration

n8n as the control plane for Claude and OpenAI agents with tool use, retries, and approval gates.

### Migrations

Zapier and Make to n8n. Same outcomes, lower bill, more control, no rate limits.

## The boring parts are the point.

Idempotency keys on every external call. Dead-letter queues on every webhook. Retries with exponential backoff. Execution history retained. Alerts wired to Slack and PagerDuty. Cost dashboards per workflow. You see what runs, what fails, and what it costs.

## Claude does the thinking. n8n does the orchestration.

Claude (Anthropic) for reasoning, structured extraction, and drafting. OpenAI when needed. MCP for tool exposure. pgvector for retrieval. Human approval steps for anything that touches money, customers, or compliance.

## Years of n8n workflows running real operations.

I have shipped n8n inside legal, finance, SMB ops, and enterprise IT. Completed 9 Anthropic Academy courses. Lovable Champion and community leader.

## Common questions.

## Automations only fix so much.

When the workflows are fine but the data underneath them lives in Airtable bases, the fix is the Airtable Rescue Decision Sprint at TechTide AI. When the AI layer is the fragile part, it is the Systems Decision Audit.
