Commercially useful patterns pulled from live build work.

Field-note angle

AI workflow automation that can be debugged in minutes

Field-note angle

Internal tools, monitors, and approval paths around agent work

Field-note angle

Business process automation with logs, ownership, and rollback paths

Latest Systems notes

21 crawlable notes in this category.

Silent AI Agent Failures

Agent systems fail silently: dropped messages, invisible-unicode cron blocks, and reasoning echo-back loops that treat a model’s own output as new facts.

Read the field note →
Error trace spanning a broken browser session, partial data chunks, and a typed error record.

AI Agent Web Tools Need Failure Budgets, Not Happy Paths

The six major AI agent frameworks still ship web tools built for demos, not production. Browser automation fails like infrastructure. Your agent needs partial results, typed errors, failure budgets, and traces that survive the unhappy path.

Security review board showing an agent tool chain split by trust boundaries, approval gates, and audit logs.

Prompt Injection for Tool-Using AI Agents: A Security Checklist

Prompt injection turns dangerous when agents read untrusted content and call tools. Use this checklist before granting file, API, or message access.

n8n Self-Hosted Agent Automation: Why I Moved Off Make and Zapier

I ran my agent orchestration on Make.com for six weeks. Then I hit the operation limits, the missing version control, and the opaque errors. Self-hosted n8n costs $6/month and handles whatever throughput you throw at it.

Operator approval console showing staged AI agent actions for publish, spend, delete, send, merge, and production changes.

Human-in-the-Loop AI Agents: Approval Gates That Make Automation Useful

Human-in-the-loop AI agents work when approval gates sit at publish, spend, delete, send, merge, and production boundaries.

AI Workflow Automation for Small Teams, Without the Science Project

AI Workflow Automation for Small Teams, Without the Science Project

AI workflow automation works for small teams when the workflow is scoped, logged, reversible, and owned by an operator instead of treated like a magic agent demo.

AI Workflow Automation With Existing Tools: When Not to Add n8n, Zapier, or Another App

AI Workflow Automation With Existing Tools: When Not to Add n8n, Zapier, or Another App

Before adding another automation app, audit whether Gmail, Sheets, Airtable, HubSpot, Slack, and current APIs can handle the first safe workflow.

Containment console showing file boundaries, shell gates, network rules, secret vaults, and rollback controls.

AI Agent Sandbox Checklist: Files, Shell, Network, Secrets, Rollback

A practical AI agent sandbox checklist for file access, shell commands, network calls, secrets, approval gates, and rollback before agents touch production.

AI Agent Handoffs Need Receipts

AI agent handoffs fail when the next worker has to trust a summary without proof. Receipts turn multi-agent work into an audit trail: artifacts, commits, task IDs, tests, screenshots, and blockers.

Industrial control panel with cost meters, token counters, and resource-flow gauges.

The Economics of Running Your Own AI Agent Fleet

What drives AI agent fleet cost: model calls, orchestration, context, failed runs, human review, and the maintenance work that keeps the fleet coherent.

The Economics of Running Your Own AI Agent Fleet

The Economics of Running Your Own AI Agent Fleet

The cheap part of an agent fleet is inference. The expensive part is ownership: routing, debugging, memory, review, and keeping every agent worth its context load.

Agent Runtime Config Migrations Need Rollback Plans

Agent runtime config migrations fail quietly when they rewrite files without dry runs, diffs, backups, validation, and a verified rollback path.

Air-traffic routing board with task lanes, switch points, and coordinated agent paths.

Top 7 Multi-Agent Orchestration Patterns

Multi-agent orchestration patterns matter more than the model once agents do real work. Here are the seven patterns I use, where each one breaks, and when to choose it.

Three automation paths branching from one operator console: hosted automation, self-hosted workflows, and custom agent systems.

n8n vs Zapier vs Custom AI Agents: Which Automation Path Fits?

A practical decision guide for choosing hosted automation, self-hosted workflows, custom AI agents, or no automation yet.

Broken automation pipeline with warning traces, stalled loops, and a failed handoff node.

Why AI Agent Setups Fail Within 48 Hours

AI agent setups fail fast when they lack durable state, ownership rules, recovery paths, and approval gates. Here is the 48-hour test I use.

Command-center dashboard with telemetry traces, alert beacons, and agent process nodes.

Monitoring AI Agents in Production: What to Watch

AI agent monitoring should start at the task layer: outcomes, tool calls, token spend, context pressure, delegation depth, approvals, and delayed quality.

Patch-bay automation board with trigger nodes, cable routes, and event-flow rails.

Self-Hosted AI Automation With n8n: A Practical Setup

A practical self-hosted AI automation setup with n8n: webhooks, model calls, review gates, workflow logs, and the parts I keep outside SaaS.

Resource tradeoff console with latency, quality, and spend gauges pulling against each other.

What It Actually Costs to Run AI Agents: A Practical Breakdown

Most AI agent cost posts quote enterprise prices. Here's what a solo operator actually spends running a multi-agent org, with real numbers for token costs, infrastructure, and the tradeoffs that matter.

Black-box API gateway receiving message packets and emitting structured response frames.

Chat Completions API: What I Learned Running It in Production

The Chat Completions API looks simple until you add tools, memory, and real users. Here's what I changed to make it hold up under production load.

Layered command stack with constraint rails and a hidden control document underneath.

ChatGPT System Prompts That Survive Production

My AI agent kept drifting in real workflows. Here is what I changed in the system prompt: boundaries, tests, tool rules, escalation paths, and versioning.

Factory-like workflow line moving tasks through review, execution, and shipping gates.

AI Agent Workflows That Actually Ship

My agent workflows kept breaking in production. Here's what I changed: orchestration patterns, knowledge structure, and the memory layers that made the difference.