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 11-15 of 81 articles.

Product

Facio's Workspace System: How File Tools and Layout Conventions Keep Agent Work Organized

Jun 6, 2026Product

Facio's Workspace System: How File Tools and Layout Conventions Keep Agent Work Organized

AI agents that can read, write, and edit files are common. Agents that understand where files belong — following project conventions, keeping roots clean, and organizing deliverables — are rare. Facio's workspace system combines a full file tool surface (read_file, write_file, edit_file, grep, glob, patch_file) with WORKSPACE.md layout rules that give agents structural awareness. Here's how it turns file access into file discipline.

Security

674 Attacks in 3 Hours: How AI Red Teaming Agents Are Rewriting the Security Playbook

Jun 6, 2026Security

674 Attacks in 3 Hours: How AI Red Teaming Agents Are Rewriting the Security Playbook

A single operator just ran 674 adversarial attacks against Llama Scout in three hours with an 85% success rate — using an AI red teaming agent. Traditional pentesting and manual red teams can't match this velocity. Here's what the shift to agent-orchestrated adversarial testing means for enterprise security programs.

Human-in-the-loop

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

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?