Blog
Engineering notes on AI agents, automation, and the infrastructure behind them.

April 12, 2026 · 14 min read
Five real n8n ai agent workflow examples with Claude, RAG, and human-in-the-loop. Node graphs, prompts, costs, and production hardening tips. Download the free AI Automation Checklist.

April 10, 2026 · 12 min read
How to migrate Zapier to n8n without breaking production. Concept mapping, cost math, self-hosted gotchas, and when Make.com is the better move. Download the free AI Automation Checklist.

April 9, 2026 · 12 min read
Build github issue management ai with Claude: webhook, tool use, labels, duplicate detection, and confidence thresholds. Three automation levels, real cost numbers. Download the free AI Automation Checklist.

April 8, 2026 · 12 min read
How to migrate Zapier to Make.com without breaking production: 6-step strategy, concept mapping, cost math, and the gotchas nobody warns you about. Download the free AI Automation Checklist.

April 7, 2026 · 5 min read
Every prompt you send contains business context. Brand voice docs, competitive positioning, internal strategy. Most AI tools promise not to look at it. There is already technology that replaces trust with proof. Download the free AI Automation Checklist.

April 5, 2026 · 11 min read
Automate content publishing with Make.com. Build a Notion to LinkedIn, Dev.to, Hashnode, Medium, X pipeline with canonical links and structured output. Download the free AI Automation Checklist.

April 5, 2026 · 16 min read
Complete self-hosted LLM Kubernetes guide. Deploy vLLM on GPU nodes with manifests, HPA, monitoring, and cost modeling. Practitioner notes included. Download the free AI Automation Checklist.

April 1, 2026 · 11 min read
Claude Code SDK agents give you file tools, bash, MCP, and subagents for free. Here's when to use the SDK vs the raw Claude API, with real code. Download the free AI Automation Checklist.

April 1, 2026 · 16 min read
End-to-end RAG pipeline tutorial. Qdrant + Claude Sonnet 4.6 + local embeddings. Real code for chunking, retrieval, augmentation, and citation-grounded answers. Download the free AI Automation Checklist.

March 31, 2026 · 4 min read
More automations running. More agents deployed. More pipelines humming. But the biggest improvement wasn't adding more automation — it was getting honest about where my thinking actually matters. Download the free AI Automation Checklist.

March 31, 2026 · 13 min read
Production n8n self-hosting guide with three deployment paths: Docker Compose, Kubernetes, and bare systemd. Real configs, backups, scaling numbers. Download the free AI Automation Checklist.

March 30, 2026 · 14 min read
Build MCP server TypeScript tutorial. Ship a production model context protocol server with the typescript mcp sdk, stdio transport, zod validation, and Claude mcp integration. Download the free AI Automation Checklist.