Skip to main content
← /writing

tag · 14 essays

#ai-strategy

All essays tagged ai-strategy.

#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 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