Topic

Automation Platforms

Zapier, Make, n8n, recurring workflows, human review, and safer tool connections.

45 stories (22 articles · 23 videos)

Start here

A few good first pieces before you browse the full feed.

More in this topic

18 minutes
Video

AWS 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
17 minutes
Video

12-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
6 minutes
Video

AI 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 read
Article

Build 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.

Decide when to buy, configure, extend, or build an AI system based on workflow fit, data control, cost, capability, and strategic value.

Advanced
9 min read
Article

Human-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.

Choose the right human review pattern for an AI workflow and define approval, sampling, audit, escalation, and stop rules before launch.

Intermediate
9 min read
Article

Voice 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.

Decide whether a customer voice agent is appropriate and design the first rollout with disclosure, escalation, testing, and monitoring.

Advanced
12 min read
Article

Computer 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.

Evaluate the implementation pattern, failure modes, and guardrails before building.

Advanced
12 min read
Article

Building 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.

Evaluate the implementation pattern, failure modes, and guardrails before building.

Advanced
11 min read
Article

LangGraph 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. A honest comparison and a decision framework.

Evaluate the implementation pattern, failure modes, and guardrails before building.

Advanced
13 min read
Article

Designing 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.

Evaluate the implementation pattern, failure modes, and guardrails before building.

Advanced
11 min read
Article

The 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.

Turn the workflow into a small practical experiment with a clear quality check.

Intermediate
10 min read
Article

The 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.

Turn the workflow into a small practical experiment with a clear quality check.

Intermediate
10 min read
Article

Multi-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.

Evaluate the implementation pattern, failure modes, and guardrails before building.

Intermediate
11 min read
Article

Browser 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.

Evaluate the implementation pattern, failure modes, and guardrails before building.

Intermediate
10 min read
Article

Building 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.

Evaluate the implementation pattern, failure modes, and guardrails before building.

Intermediate
10 min read
Article

MCP 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.

Evaluate the implementation pattern, failure modes, and guardrails before building.

Intermediate
10 min read
Article

Build 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.

Build a document-grounded assistant and know when stale, low-quality, or out-of-scope sources make answers unsafe.

Intermediate
10 min read
Article

Connecting 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.

Connect AI to email, calendars, and CRMs with least privilege, approval gates, and audit trails.

Intermediate
11 min read
Article

The 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.

Evaluate the implementation pattern, failure modes, and guardrails before building.

Intermediate
11 min read
Article

Building 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.

Turn individual prompts into shared, versioned templates with owners, examples, and quality checks.

Intermediate
8 min read
Article

Inbox 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.

Turn the workflow into a small practical experiment with a clear quality check.

Beginner
7 min read
Article

AI 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.

Turn the workflow into a small practical experiment with a clear quality check.

Beginner
8 minutes
Video

Anthropic'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
5 minutes
Video

Claude 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
44 minutes
Video

Building 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
7 minutes
Video

Memory 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
66 minutes
Video

CrewAI 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
190 minutes
Video

LangGraph 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
18 minutes
Video

Tips 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
15 minutes
Video

How 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
9 minutes
Video

RouteLLM 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
19 minutes
Video

Every 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
2 minutes
Video

Claude | 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 Operator's cloud-browser-only model 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
24 minutes
Video

Introduction 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
23 minutes
Video

I 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
31 minutes
Video

How 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 minutes
Video

How 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
92 minutes
Video

n8n 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
26 minutes
Video

From 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
10 minutes
Video

n8n 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
19 minutes
Video

GPT Actions and Automations with Zapier AI Actions

Skill Leap AI. Shows the specific pattern the article uses — letting a Custom GPT trigger Zapier actions to send emails, update sheets, or create calendar events from a chat. The setup details have shifted slightly since the video was made, but the model of "your AI assistant calls a no-code automation that does the actual work" is exactly right.
Beginner
30 minutes
Video

How 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