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.

Showing 191-195 of 235 articles.

Product

Facio's HITL Tool Suite: How ask_approval, ask_form, and ask_selection Keep Humans in Control

May 31, 2026Product

Facio's HITL Tool Suite: How ask_approval, ask_form, and ask_selection Keep Humans in Control

Most agent platforms treat human approval as a binary step: approve or reject. Facio's HITL tools — ask_approval, ask_form, ask_selection, and ask_text_input — turn human-agent interaction into structured workflows with custom options, password-gated credential capture, markdown review, and timeout handling. Here's how each tool works and when to use it in production.

Product

Facio's Spawn System: How Parallel Sub-Agents Multiply Agent Throughput

May 30, 2026Product

Facio's Spawn System: How Parallel Sub-Agents Multiply Agent Throughput

Gartner predicts 40% of agentic AI projects will be cancelled by 2027 due to escalating costs. One reason: most agent platforms run tasks sequentially. Facio's spawn system lets agents delegate work to parallel sub-agents — each with isolated context, optional model overrides, and direct filesystem access — and collect results asynchronously. Here's how the architecture works and when to use it.