Essays

The Engineering & AI Systems territory. Long-form thought on AI-assisted development, agent mode, DevOps philosophy, and what changes when the human is three abstraction levels above the code. Some essays lean technical, some lean philosophical; they share the systems-engineering frame.

33 posts • Page 1 of 2

The AI-Assisted Engineering HOWTO
23 min

The AI-Assisted Engineering HOWTO

A practical, plain-spoken manual for building software with an AI agent: the setup, the loop, context management, and verified Claude Code and Copilot commands. Written like the old Linux HOWTOs, by someone who runs it daily.

The Cognitive Cost of Modern Software Engineering
16 min

The Cognitive Cost of Modern Software Engineering

AI took the typing, and the cost of software engineering did not go away. It moved from the hands to the head and got heavier. The new scarce resource is your attention, and the new discipline is managing it.

Recursive DevOps
15 min

Recursive DevOps

DevOps was always a feedback loop. The first one ran between people. The one worth building now runs the system back on itself, so every failure and every change makes the next one cheaper and safer. The recursion is the compounding.

Agent Mode Changes the Shape of Thought
16 min

Agent Mode Changes the Shape of Thought

Agent mode is not a faster way to type. It moves the unit of thought up from syntax to intent, turns you into a conductor of parallel work, and makes the real bottleneck the clarity you can hold in your head at once.

Microservices, Agents, and What I Am Building Next
5 min

Microservices, Agents, and What I Am Building Next

Microservices used to be a tax a solo builder could not afford. AI agents change that math. Here is why I am drawn to the architecture for what I build next, and the discipline that keeps it from becoming a mess.

Agent Mode Feels Like the Iron Man Suit
5 min

Agent Mode Feels Like the Iron Man Suit

The suit never replaced Tony Stark. It amplified him. That is the closest thing I have to a description of what it feels like to build software in agent mode, directing one or many agents and scaling your own thought and output.

I Rebuilt This Whole Site in Agent Mode
6 min

I Rebuilt This Whole Site in Agent Mode

This site was rebuilt from scratch by directing an AI agent, then migrated off cPanel onto AWS S3 and CloudFront. Here is what that actually looked like, the parts that worked, and the day a deploy script quietly deleted production.

What Is Autonomous Mode? And When to Actually Trust It
3 min

What Is Autonomous Mode? And When to Actually Trust It

Autonomous mode is when the agent runs the whole loop without you in it: plan, act, check, repeat, until the task is done or it gets stuck. Here is what that means, how it differs from agent mode, and where the real risk lives.

Making Complexity Visible: You Cannot Simplify the Ocean, Only Chart It
11 min

Making Complexity Visible: You Cannot Simplify the Ocean, Only Chart It

When a system gets too big to hold, almost everyone reaches for the same move: make it simpler. It is the wrong move. You cannot simplify the ocean. You can only chart it. This is about the difference between simplicity and legibility, why decisions quietly migrate to whoever holds the context, and how to make a complex system visible enough to navigate without pretending it is small.

Claude vs Copilot for DevOps: A Practitioner's Comparison
3 min

Claude vs Copilot for DevOps: A Practitioner's Comparison

I used GitHub Copilot in VS Code for a long time, always with Claude underneath. Then I moved most of my work to Claude Code. Here is the honest comparison for DevOps and infrastructure work, from someone who ships with both.

Run Your Life Like Software
8 min

Run Your Life Like Software

Life Ops is running your life as a deliberate system, designed the way you design software: observe before acting, choose responses over reactions, build systems that make the good path the easy one, and version the whole thing like code.

What Is Agent Mode? A Working Engineer's Definition
4 min

What Is Agent Mode? A Working Engineer's Definition

Agent mode is when you stop typing code and start directing an AI that reads your codebase, writes the change, runs the tests, and reports back. Here is what it actually is, how the loop works, and when to reach for it, from someone who ships production systems this way.

How to Live Coherently Inside Complex Systems
17 min

How to Live Coherently Inside Complex Systems

Coherent complexity is what you get when a complex system is made legible without being made simple. You do not reduce it. You map it, until you can move through it on purpose. A field guide to the practice, and the idea behind everything else I build.

AWS Is Math, Kubernetes Is Physics: A Symphony of Systems
17 min

AWS Is Math, Kubernetes Is Physics: A Symphony of Systems

AWS versus Kubernetes is the wrong question. AWS is math and Kubernetes is physics: two ends of one spectrum, the galaxy and the atom. AWS gives you grand scale but you watch the cost; containers run nearly free but you watch the performance. Here is when to use each, when to use both, and why they become a symphony of systems together.

How AI Is Changing Software Engineering: a 2026 field report
8 min

How AI Is Changing Software Engineering: a 2026 field report

AI hasn't replaced software engineers. It has moved the bottleneck. The cost of writing code dropped to near zero; the cost of deciding what to build, how to architect it, and when to ship became the whole job. A field report from a year of running production work in agent mode.