Skip to main content
← /writing

tag · 16 essays

#ai-strategy

All essays tagged ai-strategy.

AI Economics

Everyone Knows You Never Rewrite

For twenty-six years, the full rewrite was the cardinal sin of software engineering. Then one engineer ported half a million lines of Bun from Zig to Rust in eleven days. The taboo was never about code. It was a price tag, and for systems whose intent lives in an executable oracle, the price just collapsed.

18 min read · 3.6k words
AI Economics

Paying for Intelligence Twice

Satya Nadella named a real problem: AI workflows generate valuable learning exhaust from proprietary context and corrections. He is right about the asset. My practitioner's edit is simple: own the learning loop, not necessarily the model.

9 min read · 1.7k words
Agentic SDLC

Trust the Gate, Not the Actor

AI has made generation cheap. The durable advantage now belongs to teams that can encode judgment into gates that verify whether the work should ship.

17 min read · 3.3k words
AI Strategy

The Kill Switch Was Always There

A government order took Anthropic's Fable 5 and Mythos 5 offline. The lesson for enterprise AI is architecture: portability gets you out, verification gets you out safely.

8 min read · 1.4k words
Engineering Leadership

The Agent Era Gets an Invoice

Build, WWDC, two confidential S-1 filings, and a tiered frontier model launch hit in the same two weeks. The agent became the interface just as the invoice arrived.

12 min read · 2.2k words
Engineering Leadership

The AI Operating Ledger

Enterprise AI is entering its accounting phase. The winners will measure verified outcomes, not just tokens, subscriptions, or generated output.

11 min read · 2.2k words
AI Strategy

Workflow.ts: When the Code Runs the Agent, Not the Other Way Around

Agent loops let the model pick the next step. Workflows invert that. Code owns the control flow; the model owns the judgment inside each step. Here is the TypeScript file I am running today, type-checked against the live SDK, and the honest answer to whether you should build this now or wait for the official tool.

19 min read · 3.7k words
AI Strategy

The Frame Is the Bottleneck

My thesis is that as agents get better at execution, the primary constraint for organizations shifts from technical production to the human-led framing of problems.

11 min read · 2.1k words
AI Strategy

Code Review Your Prompts

Viral prompt threads borrow the language of science without the rigor. Here's a four-question code review for any prompt, plus a worked example that shows the gap between sounding authoritative and being right.

14 min read · 2.7k words
Spec-Driven Development

The Spec Is the Product

Code used to be the durable asset. In an agentic SDLC, that changes. Code becomes the regeneratable output of a system that runs on something more important: a clear, versioned, reviewable specification. That shift changes what engineering organizations invest in, how they govern delivery, who they hire, and what they actually ship.

11 min read · 2.1k words
AI Strategy

The Agentic SDLC: Uniting the AI Tool Sprawl

Every tool in your product development life cycle is now an AI agent trying to do everything. Here is how to stop the chaos, draw the right boundaries, and build an orchestrated pipeline that actually works.

18 min read · 3.4k words