Writing

How I think about production AI

Frameworks, field notes, and architecture notes on agents, safety, memory, evaluation, governed autonomy, and the economics of systems that have to survive real users.

Start here by problem

Start with the question you're actually facing

Agentic workflows

Use the two-axis framework to decide whether your problem needs simple automation, governed operations, or full agentic autonomy, and what each one costs to run.

Start reading

Memory and context

How agent memory should actually work: trust-gated saving, supersession instead of deletion, lifecycle hooks, compression, reranking, and the protocols that keep context useful at scale.

Start reading

Safety and compliance

A high-trust mental-health AI case study: a risk-detection policy, safety decoupled from the conversation, and an audit-ready architecture built to hold up under scrutiny.

Start reading

Field notes from production deployments

Lessons from pushing the limits of safety and security of an agent on OpenClaw, and how open-source project maturity factors into building a trustworthy agentic employee.

Start reading
The two axes that govern every agentic automation decision

Framework · May 26, 2026

The two axes that govern every agentic automation decision

Two axes, the problem a system solves and the identity it is allowed to assume, sort any AI initiative into four quadrants. Use it to decide what to buy, what to build, and what will survive contact with production.

Read the piece
Safety architecture for a mental-health AI companion

Case study · April 16, 2026

Safety architecture for a mental-health AI companion

How safety becomes an operating system in a high-trust mental-health context: a risk-detection policy, an architecture that decouples safety from the conversation, audit-ready data infrastructure, and a validation discipline that holds up under scrutiny.

Read the piece
The agentic memory landscape

Architecture · March 15, 2026

The agentic memory landscape

Vector search, knowledge graphs, task trackers: most agent memory systems leave curation and poisoning risk as the operator's problem. A side-by-side look at Mem0, Letta, Zep, Graphiti, Cognee, and an alternative built around trust-gated saving and supersession instead of deletion.

Read the piece
The seven hidden costs that decide whether your AI is worth running

Economics · April 26, 2026

The seven hidden costs that decide whether your AI is worth running

Selling AI outcomes instead of software seats means someone absorbs the compute, and SaaS-era margins don't survive that. Seven places cost hides, from runaway orchestration loops to the human review "autonomous" systems quietly need back.

Read the piece
Context engineering protocols

Protocols · March 25, 2026

Context engineering protocols

SECOM (extractive compression that preserves evidence), ACE (playbook-driven reranking over raw retrieval), and RLM (MapReduce orchestration for long-context summarization): three research results turned into composable lifecycle hooks for agent memory. Where each plugs in and what it does in production.

Read the piece
Deploying an AI agent for a real customer on OpenClaw

Series ยท 4 parts

Deploying an AI agent for a real customer on OpenClaw

What running a managed AI assistant on the OpenClaw runtime for a real customer actually taught: inbox access and tenant isolation as safety controls, runtime stability as release governance, and the operational cost of betting on a fast-moving agent runtime.

  1. 1 Deploying a daily-use AI agent on OpenClaw
  2. 2 Agent-safety field notes: OAuth credentials and inbox isolation in production
  3. 3 Operating OpenClaw reliably for a client: tokens, churn, and a stability fork
  4. 4 OpenClaw stability war stories: when runtime behavior becomes customer risk

This is the kind of judgment I bring to every engagement: spotting the failure mode before it reaches a customer. See how the work actually runs.

See how engagements work

Newsletter notes

Dispatches from Substack

More time-sensitive opinions, release notes, and working updates. The permanent pieces above are kept tighter; these link out to the newsletter.

Follow the work as it develops

Subscribe for field notes on production AI, agents, safety, evaluation, memory, and governed autonomy.