Companion videos

Human-in-the-loop design patterns for AI workflows — companion videos

The article turns "human in the loop" from a reassuring phrase into an operating design choice: approve every action, review exceptions, sample outputs, audit later, escalate, or stop the workflow. These videos pair the practical approval-matrix view with two implementation lenses: agent systems that can deliberately contact humans, and cloud workflows that pause, resume and preserve accountability.

Primary pick

17:06
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.

What you should get from this: Learn how to design AI workflows that can pause, resume, ask for human judgment and keep business state separate from model guesses.

Watch or know first: Basic familiarity with tool-calling or multi-step AI workflows.

AI Expert note: Treat the "agent" framing as software architecture, not autonomy theatre. The durable lesson is explicit state, deterministic control flow and a real human handoff path.

Open video page

Also worth watching

18:00
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.

What you should get from this: See how approval gates can be implemented as explicit workflow checkpoints rather than informal manual review after something goes wrong.

Watch or know first: Some experience with event-driven workflows, cloud orchestration or agent-tool integration.

AI Expert note: The AWS service names and preview features can move. Use the decision criteria and pause/resume pattern, then implement the same controls with the stack you actually operate.

Open video page