<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Automation on René Zander | AI Automation Consultant</title><link>https://renezander.com/tags/automation/</link><description>Recent content in Automation on René Zander | AI Automation Consultant</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 08 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://renezander.com/tags/automation/index.xml" rel="self" type="application/rss+xml"/><item><title>Telegram Bot with Claude API: 30-Line Bash Daemon</title><link>https://renezander.com/blog/telegram-bot-claude-api/</link><pubDate>Tue, 14 Apr 2026 11:00:00 +0200</pubDate><guid>https://renezander.com/blog/telegram-bot-claude-api/</guid><description>&lt;p>I have a Telegram bot wired to Claude Opus 4.7 that I talk to from anywhere. Train, couch, cafe, bed. It reads my TickTick tasks, writes code against my repos, runs shell commands on my VPS, and sends me a morning briefing at 06:30 Madrid time. The whole thing is a bash script and a systemd unit. No frontend. No hosting bill. No auth pages to build.&lt;/p>
&lt;p>This guide walks through exactly how to build one. Two architectures (bash long-polling and a TypeScript webhook server), full runnable code, attachment handling, MCP tool integration, and the security steps most tutorials skip. The primary stack is a Telegram bot Claude API wiring that runs on any Linux box with a few hundred megs of RAM.&lt;/p></description></item><item><title>Zapier vs Make vs n8n Pricing at Scale (2026)</title><link>https://renezander.com/guides/automation-platform-pricing-explained/</link><pubDate>Tue, 14 Apr 2026 08:00:00 +0200</pubDate><guid>https://renezander.com/guides/automation-platform-pricing-explained/</guid><description>&lt;p>Every automation platform counts usage differently, and that is not an accident. Zapier charges per task, Make.com charges per operation, n8n charges per execution. Those three words look interchangeable on a pricing page. They are not. The same workflow can cost $208 on Zapier, $20 on Make, or the price of a VPS on self-hosted n8n.&lt;/p>
&lt;p>This guide is a practitioner walkthrough of how each platform counts, where the hidden costs hide, and which platform actually wins at each volume band. I run production workflows on Make and n8n for my own products (Teedian, a content operations engine), so the examples below reflect real wiring, not marketing math.&lt;/p></description></item><item><title>n8n AI Agent Workflow Examples: 5 Production Patterns</title><link>https://renezander.com/blog/n8n-ai-agent-workflows/</link><pubDate>Sun, 12 Apr 2026 14:00:00 +0200</pubDate><guid>https://renezander.com/blog/n8n-ai-agent-workflows/</guid><description>&lt;p>I run n8n in production for content ops, email triage, and invoice parsing. The visual canvas is not the point. The point is that triggers, retries, queues, and credentials are free, and I can hand a workflow to a non-engineer to edit prompts without them breaking the integration layer.&lt;/p>
&lt;p>This post is five n8n ai agent workflow examples I actually ship or have shipped for clients. Each one includes the node graph, the Claude prompt, the cost per run, and the production gotchas. No toy demos.&lt;/p></description></item><item><title>AI Agents: Build vs Buy (2026 Decision Framework)</title><link>https://renezander.com/guides/ai-agents-build-vs-buy/</link><pubDate>Sat, 11 Apr 2026 07:00:00 +0000</pubDate><guid>https://renezander.com/guides/ai-agents-build-vs-buy/</guid><description>&lt;p>Every week, a client asks me some version of this question: &amp;ldquo;Should we build our own AI agent or just use [product]?&amp;rdquo;&lt;/p>
&lt;p>The answer is never simple, but after building custom AI agent systems for production use, I have a clear framework for when each path makes sense.&lt;/p>
&lt;h2 id="what-is-an-ai-agent-not-what-you-think">What Is an AI Agent? (Not What You Think)&lt;/h2>
&lt;p>Most businesses asking about AI agents want one of three things:&lt;/p>
&lt;p>&lt;strong>1. An AI chatbot&lt;/strong> that answers questions about their product, knowledge base, or internal docs. This is the most common request. It is also the one most likely to be solved by buying, not building.&lt;/p></description></item><item><title>Claude API vs OpenAI API in 2026: Which One Ships Faster?</title><link>https://renezander.com/guides/claude-api-vs-openai-business-automation/</link><pubDate>Sat, 11 Apr 2026 07:00:00 +0000</pubDate><guid>https://renezander.com/guides/claude-api-vs-openai-business-automation/</guid><description>&lt;p>Claude API vs OpenAI for business automation in 2026: Claude produces cleaner structured output and follows instructions more literally, making it safer for extraction and content tasks. OpenAI ships parallel function calls, a wider model lineup, and more capacity at peak. Pick Claude when output quality matters; pick OpenAI when ecosystem and tool fan-out matter.&lt;/p>
&lt;p>I integrate LLM APIs into business automation systems. Content pipelines, document processing, customer communication flows, data enrichment. Not chatbots. Production systems that run unattended and need to work every time.&lt;/p></description></item><item><title>Make.com vs n8n 2026: Which Survives Production (Real Data)</title><link>https://renezander.com/guides/makecom-vs-n8n-production-workloads/</link><pubDate>Sat, 11 Apr 2026 07:00:00 +0000</pubDate><guid>https://renezander.com/guides/makecom-vs-n8n-production-workloads/</guid><description>&lt;p>Most comparison articles list features side by side and call it a day. This is not that article.&lt;/p>
&lt;p>I run both Make.com and n8n in production for clients. Content pipelines, data enrichment flows, CRM sync jobs, AI agent orchestration. Some of these run thousands of executions per week. Here is what actually matters when you move past the tutorial phase.&lt;/p>
&lt;h2 id="makecom-vs-n8n-in-2026-which-one-wins">Make.com vs n8n in 2026: which one wins?&lt;/h2>
&lt;p>In 2026, n8n wins on cost (self-host = $20/month server vs Make.com&amp;rsquo;s $500+ at high volume), data residency (your VPC vs their servers), and AI-agent orchestration (native LangChain). Make.com wins on first-week ergonomics for non-developers and node-level error handlers. Pick n8n for production scale, Make.com for fast learnability under low volume.&lt;/p></description></item><item><title>Migrate Zapier to n8n: A Practitioner's Playbook for 2026</title><link>https://renezander.com/blog/migrate-zapier-to-n8n/</link><pubDate>Fri, 10 Apr 2026 12:00:00 +0200</pubDate><guid>https://renezander.com/blog/migrate-zapier-to-n8n/</guid><description>&lt;p>Most teams that want to migrate Zapier to n8n hit the same wall: pricing crosses a threshold around 10,000 tasks per month, or a data sovereignty requirement lands on the roadmap, and Zapier&amp;rsquo;s per-task model becomes a liability. n8n fixes both, but only if you pick the right deployment and plan the cutover properly.&lt;/p>
&lt;p>I run n8n self-hosted in production for Teedian, alongside Make.com blueprints for clients who do not want to operate their own infrastructure. This is the zapier to n8n migration playbook I wish I had: concept mapping, pattern translation, a six-step rollout, the cost math that decides Cloud vs self-hosted, and the gotchas that burn people in week two.&lt;/p></description></item><item><title>GitHub Issue Management AI: Build Claude-Powered Triage That Works</title><link>https://renezander.com/blog/github-issue-management-ai/</link><pubDate>Thu, 09 Apr 2026 14:00:00 +0200</pubDate><guid>https://renezander.com/blog/github-issue-management-ai/</guid><description>&lt;p>Maintainers do not ship software on Tuesday mornings. They triage. They read a new issue, check whether it is a duplicate of something filed three weeks ago, decide whether it is a bug or a question, pick a priority, add two or three labels, and sometimes write a polite comment asking for a repro. Then they do it again for the next issue in the queue. The job is pure admin, and on any active repo it eats real hours every week.&lt;/p></description></item><item><title>Migrate Zapier to Make: A Practitioner's Migration Guide (2026)</title><link>https://renezander.com/blog/migrate-zapier-to-make/</link><pubDate>Wed, 08 Apr 2026 11:00:00 +0200</pubDate><guid>https://renezander.com/blog/migrate-zapier-to-make/</guid><description>&lt;p>I&amp;rsquo;ve migrated several client workflows from Zapier to Make.com over the last two years, mostly running Teedian content pipelines where the branching and iteration logic outgrew what Zapier could comfortably handle. The pattern is always the same: Zapier works fine until it doesn&amp;rsquo;t, and then it doesn&amp;rsquo;t in expensive, awkward ways.&lt;/p>
&lt;p>If you&amp;rsquo;re reading &amp;ldquo;migrate zapier to make&amp;rdquo; as a query, you&amp;rsquo;ve probably already hit one of three walls: a task-based pricing bill that keeps climbing, a workflow that needs real branching or loops, or a debugging session where Zapier&amp;rsquo;s logs told you nothing useful. This guide walks the full migration: why it&amp;rsquo;s worth doing, when it isn&amp;rsquo;t, how concepts map between the two platforms, and a 6-step strategy that won&amp;rsquo;t break production.&lt;/p></description></item><item><title>Claude Code SDK Agents: Build Production Agents Without the Loop</title><link>https://renezander.com/blog/claude-code-sdk-agents/</link><pubDate>Wed, 01 Apr 2026 12:00:00 +0200</pubDate><guid>https://renezander.com/blog/claude-code-sdk-agents/</guid><description>&lt;p>Most &amp;ldquo;build an agent with Claude&amp;rdquo; tutorials hand you a while-loop around &lt;code>client.messages.create&lt;/code>, a hand-rolled tool dispatcher, and a promise that you&amp;rsquo;ll wire up file reads and shell execution yourself. That works. It also means you spend two weeks rebuilding the same plumbing that Claude Code already ships with.&lt;/p>
&lt;p>The Claude Code SDK, sometimes called the Claude Agent SDK, is the shortcut. Same runtime as the &lt;code>claude&lt;/code> CLI, exposed as a library in TypeScript and Python, plus a print mode you can call from a bash cron job. You get file tools, bash, MCP client, subagents, hooks, and permission modes without writing any of it.&lt;/p></description></item><item><title>AI Skills Are the New Boilerplate: They Fix Nothing</title><link>https://renezander.com/blog/ai-skills-are-the-new-boilerplate-they-solve-almost-nothing/</link><pubDate>Tue, 24 Mar 2026 11:13:17 +0000</pubDate><guid>https://renezander.com/blog/ai-skills-are-the-new-boilerplate-they-solve-almost-nothing/</guid><description>&lt;p>Everyone&amp;rsquo;s sharing their skill libraries right now. &amp;ldquo;Here are my 20 custom slash commands.&amp;rdquo; &amp;ldquo;Check out my prompt template collection.&amp;rdquo; &amp;ldquo;This skill saves me 2 hours a day.&amp;rdquo;&lt;/p>
&lt;p>I use skills too. I have about a dozen. They handle cover letters, content pipelines, code review, commit messages. Repeatable workflows where the input and output are predictable.&lt;/p>
&lt;p>They cover maybe 10% of what my AI system actually does.&lt;/p>
&lt;p>The other 90% is the part nobody shares on social media because it&amp;rsquo;s ugly. It&amp;rsquo;s API integrations that break when headers change. It&amp;rsquo;s state management between sessions. It&amp;rsquo;s error handling for when the third-party service returns garbage. It&amp;rsquo;s monitoring that pages you at 6 AM because a cron failed. It&amp;rsquo;s human-in-the-loop workflows where the AI proposes and you approve before anything touches production.&lt;/p></description></item><item><title>How I Built a Business Email Agent with Compliance Controls in Go</title><link>https://renezander.com/blog/how-i-built-a-business-email-agent-with-compliance-controls-in-go/</link><pubDate>Sat, 21 Mar 2026 12:49:31 +0000</pubDate><guid>https://renezander.com/blog/how-i-built-a-business-email-agent-with-compliance-controls-in-go/</guid><description>&lt;p>Every few weeks another AI agent product launches that can &amp;ldquo;handle your email.&amp;rdquo; Dispatch, OpenClaw, and a dozen others promise to read, summarize, and reply on your behalf.&lt;/p>
&lt;p>They work fine for personal use. But the moment you try to use them for business operations, three problems show up:&lt;/p>
&lt;ol>
&lt;li>&lt;strong>No spending controls.&lt;/strong> The agent calls an LLM as many times as it wants. You find out what it cost at the end of the month.&lt;/li>
&lt;li>&lt;strong>No approval flow.&lt;/strong> It either sends emails autonomously or it doesn&amp;rsquo;t. There&amp;rsquo;s no &amp;ldquo;show me the draft, let me approve it&amp;rdquo; step.&lt;/li>
&lt;li>&lt;strong>No audit trail.&lt;/strong> If a client asks &amp;ldquo;why did your system send me this?&amp;rdquo;, you have no answer.&lt;/li>
&lt;/ol>
&lt;p>I needed an email agent for my consulting business that could triage inbound mail, draft replies, and digest threads. But I also needed to explain every action it took to a client if asked. So I built one.&lt;/p></description></item><item><title>I Run 10 AI Agents in Production. They're All Bash Scripts.</title><link>https://renezander.com/blog/i-run-10-ai-agents-in-production-theyre-all-bash-scripts-df2/</link><pubDate>Thu, 12 Mar 2026 14:29:44 +0000</pubDate><guid>https://renezander.com/blog/i-run-10-ai-agents-in-production-theyre-all-bash-scripts-df2/</guid><description>&lt;p>A week ago I wrote about &lt;a href="https://dev.to/renezander030/lots-of-people-are-demoing-ai-agents-almost-nobodys-shipping-them-the-right-way-5c10">shipping AI agents the right way&lt;/a>. That piece was about the harness: quality gates, token economics, multi-model verification. The stuff that separates demos from production.&lt;/p>
&lt;p>A lot of people resonated with it. But I left out the part that actually eats most of my time: keeping the boring stuff running.&lt;/p>
&lt;p>So let me walk you through what production AI agents actually look like when the conference talk is over.&lt;/p></description></item></channel></rss>