<- all writing

What a CTO actually does in an AI-first company

When people hear CTO they picture someone writing the hardest code in the building. In an AI-first company the job is mostly the opposite. The hard part is deciding what not to build, and saying it out loud before the team spends a quarter on it.

The default is to build everything

AI makes building feel cheap. You can stand up a working demo of almost anything in a day. That speed is a trap, because the demo is not the product. The product is the version that handles the inputs you did not think of, stays up under load, and costs less to run than it earns. The gap between those two is where most of the work lives, and a demo tells you nothing about how wide that gap is.

So the team brings you ten things they could build, all of which demo well. The job is to kill eight of them before anyone falls in love.

What the decision actually rests on

I am not picking based on what is technically interesting. I am picking based on:

  • Whether the task has a shape stable enough to build against
  • Whether we can tell when it is wrong, automatically, at scale
  • Whether the cost per use stays sane when real volume hits it
  • Whether the failure mode is annoying or dangerous

A feature can be exciting and fail every one of those. Those are the ones that hurt, because they are easy to start and hard to admit you should not have.

The code I do write

I still read code and I still build, but the goal is different. I build the thing that lets me judge the other things: the eval that tells us if a change made the system better or worse, the dashboard that shows what it costs, the harness that lets us swap a model without rewriting the app. Leverage, in this job, is the tooling that makes good decisions easy for everyone else.

The part nobody warns you about

Most of the role is holding a clear opinion in a room full of momentum. The team wants to ship. The business wants the demo that impressed someone last week. Saying "this one is not ready and here is exactly why" is the work. Writing it down so the decision survives the next meeting is the rest of it.

Published May 9, 2026.