Facio Blog

Practical notes on human-reviewed AI agents.

Payload-powered product notes, security writing, HITL patterns, and operational guidance from the Facio runtime: long sessions, Placet approvals, audit trails, memory, providers, channels, tools, and Docker-first operations.

Clear

Showing 1-5 of 17 articles in Human-in-the-loop.

Human-in-the-loop

Human-in-the-Loop for Multi-Agent Systems: Coordinating Oversight When One Agent Becomes Many

Featured article

Human-in-the-Loop for Multi-Agent Systems: Coordinating Oversight When One Agent Becomes Many

When you go from one agent to ten, HITL stops being a per-agent concern and becomes a coordination problem. How do you route approvals from multiple agents to the right humans? How do you prevent approval collisions? How do you maintain a unified audit trail across a distributed agent system?

Read article

Human-in-the-loop

Synchronous vs. Asynchronous HITL: When to Block the Workflow and When to Let It Continue

Synchronous vs. Asynchronous HITL: When to Block the Workflow and When to Let It Continue

The biggest architectural decision in HITL isn't which framework to use — it's whether your approval gates should block execution or let the workflow continue. Synchronous HITL halts everything. Asynchronous HITL keeps moving. Both are right. Neither is right everywhere. Here's how to decide.

Human-in-the-loop

Prompt Injection vs. HITL: Why Your Approval Gates Need Deterministic Enforcement — Not Model Promises

Prompt Injection vs. HITL: Why Your Approval Gates Need Deterministic Enforcement — Not Model Promises

Prompt injection attackers don't need to hack your infrastructure. They just need to convince your agent to skip the approval gate. Research shows prompt-based HITL fails 74.6% of the time against adversarial input. Here's why — and how deterministic pre-action enforcement stops it at 0%.