Articles

Long-form writing about AI infrastructure, implementation strategy, and how to make automation useful in day-to-day operations.

I evaluated 21+ AI memory systems just to get three agents to talk

The full archaeology of building one shared memory for three AI agents: 21+ systems scored on paper, 7 actually deployed and torn down, a 180-probe eval harness, and the failures I almost shipped (a 27% baseline that was lying, a V8 ceiling that killed semantic search, and a fancy engine that lost 0-to-6 to a SQLite file).

The RPA COE Pattern Is Repeating in AI Agents

The Center of Excellence arc from RPA is repeating in AI agents: point solutions, organic spread, centralized governance, then federated execution. If you lived through RPA, you already have the map.

AI Reviewing AI Writing Makes It Worse. I Ran the Experiment Twice.

Autonomous revision loops regressed every technical draft I tested. The obvious suspect was self-review: each model critiquing its own work. So I swapped in Claude Sonnet 4.6 as a strong external reviewer and reran the matrix. Every model still regressed. The bug isn't the reviewer. It's the loop.

Kimi K2.6 and MiniMax M2.7 Quietly Caught GPT-5.4

Two open-weight cloud models shipped generation upgrades this month. Both are now within 5 quality points of GPT-5.4 on writing tasks, half the cost, and faster on tool-use workloads. The frontier is getting crowded.

Build Your Own Alex Hormozi Brain Agent

I collected 99 YouTube transcripts, 3 audiobook transcripts, 15 guest podcast transcripts, and built a voice analysis to create a Hormozi advisor I can chat with through Claude Projects. Here's the full process.

The Best AI Infrastructure Is Temporary

I built 24/7 AI infrastructure on Claude Code before Anthropic shipped it natively. Building ahead of the platform was the easy part. Recognizing when to delete what still worked was the real skill.

Auto-Memory Internals Across Every Claude Code Environment

Claude Code's autoMemoryDirectory is simple to set, but each environment (CLI, self-hosted Docker, Claude Code Web) needs its own configuration path. Here's how to wire it up everywhere, with the sync strategy that ties them together.

Inside a 116-Configuration Claude Code Setup

A full audit of a production Claude Code workspace: 6 CLAUDE.md files, 29 skills, 5 agents, 22 rules, 8 hooks, 43 Makefile targets, and more. Every configuration explained.