◆ Writing

Notes on building.

Honest writing on AI systems engineering. Not thought leadership. Not tutorials. Observations from building production systems: what worked, what failed, and why.

Posts published7
TopicsLLM systems · Agentic dev · MLOps
FrequencyWhen there is something worth saying
01May 20267 min read

What to look for when hiring an AI systems architect

Most companies hire AI architects wrong. They look for model expertise when they should be looking for systems thinking. Here is what actually separates good from great in this role.

AI engineeringHiringLeadershipAI systems
02May 20269 min read

The RAG chunking problem that costs most teams months

Most RAG implementations fail for the same reason: naive chunking that destroys document structure. Here is what to do instead, and how to measure whether it worked.

RAGLLM systemsAI engineeringProduction
03May 202610 min read

How to measure LLM quality in production (not just at benchmark time)

Benchmark scores tell you what a model can do on a test day. Production metrics tell you what it does to your users every day. These are different measurements of different things.

LLM systemsEvaluationMLOpsProductionAI engineering
04April 20268 min read

Agentic development is a discipline, not a tool

Claude Code and similar tools are widely available. The discipline required to use them at production speed is not. Here is what it actually takes.

Agentic devClaude CodeWorkflowAI engineering
05April 202612 min read

Building a Vanta competitor in 21 days with Claude Code

A precise account of how TraceLayer was built in three weeks using Claude Code as the primary development environment. Not a tutorial. A report from the field.

Agentic devClaude CodeCase studyLLM systems
06March 20268 min read

Multi-agent systems are easier than you think. They are rarely the right answer.

The technical implementation of multi-agent LLM systems is well-understood. The decision of when to use them is not.

Multi-agentLLM systemsArchitectureAI engineering
07February 202610 min read

Claude Code as IDE — the 2026 workflow

How I actually use Claude Code day-to-day as my primary development environment. Tools, workflows, habits, and where it breaks.

Claude CodeWorkflowDeveloper toolsProductivity