Skip to main content
TUR Tech Pulse — follow updates from the tools I use and recommend. Occasional, curated.

Workflow Automation & Orchestration

n8n-first workflow automation: orchestration patterns, API integrations, and how automation sits under agentic systems — not more one-off node posts.

Start with comparison and architecture pieces (n8n vs Zapier, sub-workflows, error handling), then drill into nodes only when you need a specific pattern. Orchestration moves work reliably; it does not replace an operating model — see Company OS and AI Agents pillars for that layer.

Articles

Routing Tables for Content and Data Agents

field note ·
Copy-ready routing tables for content and data agents — task lanes, model tiers, and approval gates using the same A–D discipline as coding agents.

Autonomous Content Org on €35/Month: What Actually Runs

case study ·
How one person runs a multi-site content organisation with AI agents on roughly €35/month of infrastructure — roles, approvals, costs, and failure modes.

Company OS vs Agent Framework vs Orchestration

analysis ·
Agent frameworks, workflow orchestration, and Company OS solve different problems. A practical comparison so you stop buying the wrong layer.

n8n Workflow Hub: Start Here

article ·
Canonical entry point for n8n on this site: comparisons, architecture patterns, and the node guides worth reading — instead of another thin node post.

How I Cut My AI Agent Development Costs by 90% with OpenRouter and Cursor

tutorial ·
A practical breakdown of how I route AI model traffic through OpenRouter to keep Cursor coding costs near zero — including the weekly email workflow that keeps my model roster current.

Your AI Agent Stack Is Your Competitive Edge — If You Treat It as Infrastructure

analysis ·
Most developers use AI in chat. I built a 24/7 agent stack on my own server. Here's what actually created leverage — and what was just noise.

Build In-House vs Hire an Agentic Engineering Consultant

analysis ·
A practical framework for deciding whether to build agentic capability internally or work with a consultant first. Includes speed, risk, and cost trade-offs.

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

tutorial · · 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.

n8n IF Node: Adding Conditional Logic to Your Workflows

tutorial · · Updated
The IF node is how you branch in n8n. It evaluates a condition against each incoming item and routes it down one of two paths — true or false. Here is how to use it correctly across simple and complex scenarios.

n8n HTTP Request Node: Calling External APIs from Your Workflows

tutorial · · Updated
The HTTP Request node is the workhorse of n8n — it connects your workflows to any API that accepts HTTP calls. Here is how to configure it correctly, handle authentication, and deal with real-world API quirks.

n8n Webhook Node: Receive Data from External Services and Trigger Workflows

tutorial · · Updated
The Webhook node turns n8n into a receiver — any external service that can send an HTTP request can now trigger your workflows instantly. Here is how to set it up, secure it, and use it in production.

n8n Split in Batches Node: Processing Large Datasets Without Hitting Rate Limits

tutorial · · Updated
When you need to process thousands of records in n8n, feeding them all at once into an API or database crashes the workflow or triggers rate limits. The Split in Batches node is how you process large datasets reliably — here is how it actually works.

n8n Merge Node Modes Explained: Combine, Multiplex, and Pass-Through Under Partial Input

tutorial · · Updated
The n8n Merge node has four modes with subtle behavior differences that only surface with partial input, mismatched item counts, or timing gaps between branches. Here is what each mode actually does.

n8n Error Trigger: Workflow-Level Error Catching and When It Actually Fires

tutorial · · Updated
The n8n Error Trigger node is a workflow that runs when another workflow fails — but the when and why are full of edge cases. Here is how it actually works, what it misses, and how to build reliable error handling in production n8n.

Claude JSON Fences Break n8n Code Nodes Silently — and How to Fix It

tutorial · · Updated
When Claude generates code for an n8n workflow, it sometimes wraps JSON in markdown code fences. Pasting that output directly into an n8n Code node causes silent failures that are difficult to diagnose. Here is what happens and how to prevent it.

n8n getWorkflowStaticData: 64KB of Cross-Execution State Without External Dependencies

tutorial · · Updated
Most n8n state persistence requires Redis, a database, or a file. getWorkflowStaticData lets you store up to 64KB of data that survives between workflow executions with zero infrastructure — built right into the workflow engine.

Building With AI Agents as Co-Workers: My Stack, My Costs, and What I Actually Learned

field note ·
How I run a 10+ project publishing studio with AI agents as co-workers — the real stack behind it: OpenClaw, n8n, LiteLLM, Coolify, and a €26/month server bill.

Beyond Dashboards: Building Proactive Data Agents That Find and Share Insights Automatically

analysis ·
Discover how proactive data agents leverage AI and automation to automatically find and share critical business insights, transforming reactive BI into intelligent, interactive analytics.

Master n8n: Building Robust Data Pipelines with Workflow Automation – A Step-by-Step Guide

article · · Updated
Learn how to build powerful and robust data pipelines using n8n. Step-by-step setup, practical examples, and patterns for reliable automation.

How to Build an AI Agent for Your Website: Complete Guide with n8n, Knowledge Base, and Frontend (2025)

tutorial · · Updated
Step-by-step guide to building a production-ready AI agent for your website using n8n, vector database knowledge base, and custom frontend. Includes code examples, architecture patterns, and deployment strategies.

n8n vs Zapier vs Make.com vs sim.ai: Which Workflow Automation Tool is Best in 2025?

article ·
Comprehensive comparison of the top workflow automation platforms: n8n, Zapier, Make.com, and sim.ai. Find the perfect tool for your automation needs with real-world examples, pricing analysis, and expert recommendations from a data engineer.

From SaaS Dependence to Speed: How I Built an AI Feedback Agent in a Weekend

case study ·
I built a fully-automated AI feedback agent using n8n, LangChain and Azure OpenAI in a weekend. This experience revealed a bigger shift in how enterprises should think about tooling – build first, buy only when it makes sense.

Integrating APIs with n8n: A Simplified Approach to Workflow Automation

tutorial ·
As an agentic engineer, I've worked on numerous projects that involve integrating multiple APIs to create seamless workflows. ...

How I Reduced Website Translation Time from 2 Weeks to 2 Hours with Python and AI

case study ·
Manual website translation workflows are expensive and time-consuming. I recently automated the entire process for translating 52 pages across mult...

Projects

Work with me

Need orchestration that survives production — not another fragile demo workflow? Start with discovery.

Related Topics

All Topics