AI Automation/Overview

AI Automation

Notes on building automation systems without writing full application code. This covers n8n workflow design, AI agent nodes, webhook integrations, and patterns I use for real client projects.


What's Inside

n8n Workflows — Core concepts, workflow patterns, AI agent nodes, HTTP requests, and real production examples.


Why Low-Code Automation

Not every AI use case needs a full codebase. Low-code tools like n8n are better for:

  • Connecting existing services (CRM, email, Sheets, Slack)
  • Running scheduled jobs without maintaining a server
  • Rapid prototyping and client deliverables
  • Non-technical teams who need to maintain workflows
  • Gluing together APIs without writing boilerplate

My Automation Stack

ToolUse Case
n8n (self-hosted / cloud)Main workflow engine
Gemini / Claude via HTTPAI nodes in workflows
Webhook nodesTrigger from any external event
Google SheetsSimple data store for client workflows
AirtableStructured data for more complex flows
Telegram / SlackNotification delivery

n8n vs Custom Code

SituationUse n8nUse Code
Connect 2+ SaaS tools
Schedule recurring tasks
Complex business logic
Real-time high-throughput
Client handoff needed
Full control over infra

See also: AI Developer for API-level LLM integration.

Last updated · September 2026