Automation Platforms
Zapier, Make, n8n, recurring workflows, human review, and safer tool connections.
48 stories (25 articles · 23 videos)
Start here
A few good first pieces before you browse the full feed.
7 min readYour first no-code automation: Zapier + AI in 20 minutes
Build your first useful AI automation in twenty minutes. A walk-through of Zapier with AI — auto-summarising new emails into Slack — plus four other patterns to copy and the gateway it opens into agent territory.
Beginner
9 min readn8n vs Zapier vs Make: picking the right automation stack
An honest comparison of the three main automation platforms for AI workflows in 2026. What each is good at, where each breaks, and the decision rules for choosing without regret.
Intermediate
11 min readBuild your first AI agent in n8n: a lead-triage workflow end-to-end
A complete walk-through of building a real AI agent in n8n — one that triages incoming leads, enriches them, scores them, and routes them. Every node, every prompt, every gotcha.
IntermediateMore in this topic
8 min readThe dignity of work when machines can do more of it
A practical job-redesign assessment for SME leaders: examine worker voice, retained judgement, skill paths, workload, monitoring, and appeal before declaring an automation successful.
Intermediate
8 min readWhat to tell your team when you automate part of their job
A practical communication sequence for automation projects: what to say before the decision hardens, which commitments build trust, and which promises managers should not make.
Intermediate
7 min readThe automation you should delete: maintenance cost and quiet failure
A practical audit for deciding which automations to keep, repair, simplify, or retire — including ownership, breakage, hidden review work, and silent-failure risk.
Intermediate
17 minutes12-Factor Agents: Patterns of reliable LLM applications — Dex Horthy, HumanLayer
AI Engineer. Dex Horthy explains why reliable agent systems are mostly disciplined software around a few LLM calls: own the prompt, own the context window, keep control flow deterministic and use tool calls to contact humans when the workflow needs judgment. That maps directly to the article's approval, exception and escalation patterns.
Intermediate
18 minutesAWS re:Invent 2025 - Implementing Human-in-the-Loop Controls for Multi-Agent AI Systems (CNS428)
AWS Events. This lightning talk names the business moments where human control is needed: high-stakes decisions, irreversible actions, regulatory requirements, trust-building phases, ambiguous edge cases and graceful degradation. It also shows concrete implementation mechanisms such as MCP elicitations, Step Functions callback waits and approval nodes.
Intermediate
6 minutesAI Voice Agents: How They Actually Work & Why They Sound So Human
CX Foundation. Breaks voice agents into the practical pipeline: speech recognition, language model, business-system APIs, text-to-speech and interruption handling. That gives the article's rollout framework a concrete technical foundation before readers choose Twilio, Retell, Vapi, LiveKit or another platform.
Advanced
9 min readBuild vs buy AI systems: the practical decision framework
Most teams should buy before they build, but not always. A decision framework for AI tooling, workflow automation, RAG, agents, privacy, integration depth, total cost, and strategic differentiation.
Advanced
9 min readHuman-in-the-loop design patterns for AI workflows
Human review is not a vague safety blanket. A practical guide to deciding what humans approve, sample, audit, escalate, or never delegate in AI workflows.
Intermediate
9 min readVoice agents for customer flows: where they work and where they fail
Voice agents are useful when the flow is bounded, the data is available, and the fallback is clean. A practical decision framework for Twilio/Retell-style systems, disclosure, handoff, testing, and rollout.
Advanced
11 min readLangGraph vs CrewAI vs direct API: choosing an agent framework in 2026
The agent framework landscape in 2026 is more mature but no clearer. LangGraph, CrewAI, Pydantic AI, OpenAI Agents SDK, and direct API — each fits some teams and projects, none fits all. An honest comparison and a decision framework.
Advanced
13 min readDesigning agents that don't loop forever
The most common production agent failure is infinite or pseudo-infinite loops — agents that retry, branch, and burn through tokens without making progress. The architectural patterns that prevent this and produce agents that finish, even on hard tasks.
Advanced
11 min readThe AI customer support agent that resolves 70% of tickets
A realistic design for an AI customer support agent that resolves the common cases, escalates the hard ones, and doesn't make the kind of mistake that ends up on Hacker News. The architecture, the prompts, the guardrails.
Intermediate
7 min readAI for meetings: transcripts, summaries, and action items
A realistic workflow for capturing meetings with AI — which tool to use, what it captures well, what it captures badly, and the prompt that turns a transcript into actual decisions and follow-ups.
Beginner
10 min readThe AI marketing stack: content, SEO, social on autopilot
A practical, end-to-end AI marketing stack for content, SEO, and social — the tools, the workflows, the prompts, and the discipline that separates real automation from spam. Built for teams of one to small teams, not enterprise.
Intermediate
11 min readThe AI sales stack: lead enrichment, personalization, follow-up at scale
A practical AI sales stack that handles research, personalization, sequencing, and follow-up — without becoming the spam everyone deletes. The architecture, the tools, the prompts, and the guardrails that separate effective from annoying.
Intermediate
10 min readBuilding an always-on briefing or newsletter with AI
An automated daily briefing or newsletter that arrives in your inbox, with content actually worth reading, is one of the highest-leverage AI builds. The architecture, the prompts, and the discipline that makes it sustainable.
Intermediate
11 min readBrowser agents and computer use: what they can actually do today
Browser agents and computer-use AI promise to operate your computer the way you do. The reality in 2026 is more useful and more limited than the demos suggest. A grounded guide to what works, what doesn't, and where to apply them.
Intermediate
10 min readBuild a personal RAG: chat with your own documents (no code)
Build your own document-grounded chat in under an hour, with no code. The three no-code options worth using in 2026, the tradeoffs, and the patterns that distinguish a useful RAG from a frustrating one.
Intermediate
12 min readComputer use and browser agents in production
Computer use and browser agents have demos that go viral. Production deployments at scale have a different shape — narrow scoping, heavy guardrails, careful UX. The patterns that work, the failures we keep seeing, and the honest economics.
Advanced
10 min readConnecting AI to your email, calendar, and CRM safely
Connecting AI to your real tools — email, calendar, CRM — is the productivity unlock and the risk. A practical guide to the integrations that work in 2026, the patterns that are safe, and the lines you should not cross.
Intermediate
8 min readInbox Zero with AI: a realistic email workflow
A practical, repeatable system for triaging, drafting, and chasing email with AI — without needing a developer, an automation builder, or a productivity guru.
Beginner
10 min readMCP for the non-engineer: connect Claude or Cursor to your tools
MCP is the new standard for connecting AI to your tools. You don't need to write one to benefit. A non-engineer's guide to what MCP is, which servers to install, and what becomes possible once your AI can actually act.
Intermediate
12 min readBuilding memory for long-running agents
Agents need memory beyond the context window. Long-term memory architecture — what to store, when to retrieve, how to forget — determines whether agents feel like they 'know' you or start fresh every conversation. The patterns and the production trade-offs.
Advanced
10 min readMulti-model orchestration: routing by cost, latency, and quality
Using one model for everything is the rookie move. Production AI systems route different requests to different models — and save 60-90% on cost while improving quality. The patterns, the routing logic, and the trade-offs.
Intermediate
11 min readBuilding reusable prompt libraries: from snippets to shared templates
Once you use AI seriously, you write the same kinds of prompts over and over. A practical system for building, organising, and sharing a prompt library — what to capture, how to version, and what infrastructure to use.
Intermediate
190 minutesLangGraph Complete Course for Beginners – Complex AI Agents with Python
freeCodeCamp.org. A long, code-along build through LangGraph's state graphs, nodes, edges, conditional routing, checkpoints, and tool use. By the end you have enough feel for the typed-state, "every transition is explicit" model that the article's comparison to CrewAI and to direct-API code stops being abstract.
Advanced
66 minutesCrewAI Tutorial: Complete Crash Course for Beginners
aiwithbrandon. The same kind of build, but in CrewAI's role-goal-backstory style — agents as team members, tasks as deliverables, the framework hiding the execution loop. Watch it immediately after the LangGraph course; the contrast in how much the framework decides for you is exactly what the article is asking you to weigh.
Advanced
15 minutesHow We Build Effective Agents: Barry Zhang, Anthropic
AI Engineer. Barry Zhang on three rules — don't build an agent when a workflow would do, keep the loop as simple as possible, and "think like your agent" (sit in its context window and notice that it is making decisions in the dark between screenshots). The simplicity argument and the "is this task even worth an agent" checklist are exactly the discipline the article asks for.
Advanced
18 minutesTips for building AI agents
Anthropic. Three Anthropic engineers walking through the most common pitfalls they see — agents that don't know when to stop, over-prompting in the system prompt instead of fixing the environment, the cost of multi-agent designs nobody actually needed. Useful right after Barry's talk; you will recognise the same patterns from a different angle.
Advanced
31 minutesHow To Build An AI Customer Support Agent with n8n (free template)
Bart Slodyczka. A practical n8n workflow that plugs into Zendesk, Gorgias or Freshdesk, replies to tickets with a RAG-backed answer, and feeds solved tickets back into the knowledge base. Closest match on YouTube to the architecture the article describes.
Intermediate
231 minutesHow to Build & Sell AI Agents: Ultimate Beginner's Guide
Liam Ottley. Customer support agents are Liam's bread-and-butter use case, and a sizeable chunk of this course is given over to RAG-grounded chatbots, escalation logic, and the no-code stack he uses with real clients (Botpress, Voiceflow, Make, n8n). The "anatomy of an agent" section in particular maps almost one-to-one onto the article's triage → answer → action → handoff structure.
Intermediate
23 minutesI Built a Team of Research Agents for Newsletter Automation in n8n (No Code)
Nate Herk | AI Automation. Walks through a sequential multi-agent newsletter pipeline in n8n — planner, researchers, editor, headline writer — that takes a topic and audience as input and ships a sourced newsletter out the other end. The view count sits below the usual 100k bar, but on this niche (no-code multi-agent newsletter builds) it is the cleanest, most complete tutorial currently on YouTube and maps directly onto the briefing pattern in the article.
Intermediate
24 minutesIntroduction to Operator & Agents
OpenAI. The actual launch demo of Operator, where the team books restaurants, orders groceries, buys event tickets, and lets Operator stall on a redirect or hand control back when it hits a login. It is the clearest picture you will find of how a browser agent feels in practice — the screenshot-and-click loop, the confirmations before "stateful" actions, the prompt-injection guard rails — which is exactly the texture the article is trying to set expectations for.
Intermediate
2 minutesClaude | Computer use for orchestrating tasks
Anthropic. A two-minute Anthropic demo of Claude planning a small multi-app task — search the web, check Maps, drop a calendar invite — by driving the desktop directly. Useful contrast to the cloud-browser-only model in the Operator demo below and a good gut check on the article's point that computer-use agents work best on short, well-bounded chores rather than open-ended work.
Intermediate
5 minutesClaude has taken control of my computer...
Fireship. The clearest short explanation on YouTube of the screenshot–action–screenshot loop, including the honest failure modes (Claude wandering off to look at Yellowstone, token burn, latency per step). Fireship is light on production detail by design — read the article for that — but it leaves you with the right intuition for why these systems are expensive and brittle before you commit one to your stack.
Advanced
8 minutesAnthropic's Claude Computer Use Is A Game Changer | YC Decoded
Y Combinator. Garry Tan walking through what computer use actually changes for the unautomatable long tail of software — legacy apps, internal portals, anything without an API. The framing here is exactly the article's "browser is the universal interface" argument, with a more business-realistic view of where it pays off first.
Advanced
26 minutesFrom Zero to Your First AI Agent in 25 Minutes (No Coding)
Futurepedia. Builds a working n8n agent from scratch in one sitting and stops to explain what an agent actually is, how it differs from a linear workflow, and where the guardrails go. After this you'll recognize every node in the article's diagram and have a feel for what reasonable defaults look like.
Intermediate
92 minutesn8n Masterclass: Build AI Agents & Automate Workflows (Beginner to Pro)
Nate Herk | AI Automation. Nate is one of the most-watched practitioners on n8n specifically, and this masterclass goes deeper than the Futurepedia primer — memory, multi-agent setups, error handling, real business workflows. Reach for it once your lead-triage agent works and you want to extend it.
Intermediate
30 minutesHow to use Zapier: Basics you need to know
Tom Nassr | XRAY. Walks through what a Zap actually is, how triggers and actions fit together, and how to build a working Google Sheets → Slack automation from scratch — exactly the mental model you need before adding AI to the mix. Also tours Zapier Tables, Interfaces, and AI features so you have a sense of what's in the box.
Beginner
12 minutesAutomate Everything with Zapier AI Agents (Step-by-Step Beginner Guide)
Kevin Stratvert. Builds an agent from scratch that checks overdue invoices in Google Sheets and sends Gmail reminders — the same "AI reads a thing, then does a thing" shape as the article's Gmail → AI → Slack build. Triggers, schedules, tools, a test run against real data, and the activity history all get shown, which is exactly the checklist the article wants you to walk before trusting any automation.
Beginner
7 minutesMemory for agents (conceptual video)
LangChain. Short, no-code walkthrough of the short-term-vs-long-term split, the three shapes long-term memory tends to take (instructions, profile, list of objects), and the hot-path-versus-background trade-off for when to write. The article's memory-architecture section assumes exactly this taxonomy.
Advanced
44 minutesBuilding Brain-Like Memory for AI | LLM Agent Memory Systems
Adam Lucek. A longer implementation pass through the cognitive-science-inspired categories — episodic, semantic, working, procedural — wired into an agent in code. Worth watching after the LangChain conceptual video if you want a more opinionated mental model and a working example to crib from.
Advanced
19 minutesEvery AI Model Explained
Tina Huang. A clean tour of the current model landscape grouped by tier — flagships, lite models, mid-tier, specialized — with concrete picks for what each tier is actually good for. This is the "know your options before you route" half of the article, and Huang frames cost-vs-capability the same way the article does without leaning on benchmark hype.
Intermediate
9 minutesRouteLLM achieves 90% GPT4o Quality AND 80% CHEAPER
Matthew Berman. Walks through the LMSYS RouteLLM paper and code: a small classifier sits in front of a strong/weak model pair and decides which one to call, hitting roughly 95% of the strong model's quality at a fraction of the cost. The view count is under the usual 100k bar, but for the specific "show me real model routing, not just model comparisons" niche this is the cleanest explanation on YouTube and lines up directly with the article's quality/cost tradeoff section.
Intermediate
10 minutesn8n vs Make: Don't choose the wrong one (2025)
Jack Roberts. A working automation builder names the three considerations that actually drive the choice — native AI agents, self-hosting, and the long-term roadmap of each tool — including notes from a conversation with Make's head of Applied AI on where Make is heading. Closely mirrors the article's "don't switch just because of shiny-object syndrome" framing.
Intermediate