12-Factor Agents: Patterns of reliable LLM applications — Dex Horthy, HumanLayer

17 minutesIntermediateAutomations

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.

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.

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.

Watch next

Continue through the same learning path with the next curated companion videos.

Related videos

Take it further

Hand-picked external courses that go deeper on this topic.

See all courses for Automations