[ AI_OPERATOR ]

AI Operator track — production AI agent engineering. Validation loops, tool-call reliability, completion ownership, context engineering, cost forensics, and observability for systems that ship and stay shipped.

Long-form writing and video on production AI agent engineering — the 90% of work that happens after the model gives you a demo that works.

Topics: validation loops, tool-call completion ownership, context engineering, retry budgets, cost forensics, and observability for systems that ship and stay shipped.

Companion to the Harrison AI Operator YouTube channel. Blog and video are listed below — most recent first.

Blog
Don't Pick One AI. Run Three Against Each Other.

Don't Pick One AI. Run Three Against Each Other.

Don't bind to a single AI. Run three in competition, make the final call yourself, and let results judge everyone. The operating model for staying valuable in the AI age.

2026-05-03 10 min read
Video
Why Your AI Agent Keeps Failing — The 90% Problem

Why Your AI Agent Keeps Failing — The 90% Problem

Your AI agent probably isn't failing because the model is weak. It's failing because you're fixing the wrong layer. The other 90% — context, memory, validation — is where production breaks.

2026-04-20
Blog
The 90% Problem: Why Most AI Agents Are Still Broken

The 90% Problem: Why Most AI Agents Are Still Broken

Building an AI agent that works is easy. Building one that doesn't break is 90% of the work. Here's what that 90% actually looks like — from leaked source code and production A/B data.

2026-04-17 9 min read
Blog
Observability and Billing for AI API Calls: A T-Shaped Architecture

Observability and Billing for AI API Calls: A T-Shaped Architecture

AI API calls are unlike ordinary RPC: per-request cost varies 100×, tokens and models are first-class, streaming muddies timing, caching changes the pricing. A T-shaped instrumentation architecture — shared stem, specialized arms — that handles tracing, billing, and cost analytics without any of them contaminating the others.

2026-04-01 13 min read