Data

The Freshness Signal

Freshness is a property of output, not process. Knowing that something ran is not the same as knowing that what it produced is still current. That distinction is where stale-data bugs hide.

What the Cheaper Method Throws Away

When two methods solve the same problem at different costs, the cheaper one often works by discarding something. The question is whether the thing it discards is the thing your problem actually depended on.

The Ninety-Two Percent

Ninety-two percent of firms have tried AI. Five percent have achieved their objectives. The gap between those numbers is a product problem.

The Semantic Layer

The difference between data that answers questions and data that understands them.

The Data Layer Hierarchy

Not all data is equal. Public data is widely available, contested, and commoditized. Private data is scarce, specific, and where the real leverage lives.

The External/Internal Divide

Two AI tools can solve the same problem completely differently depending on where their data lives. This distinction matters more than it looks.

CSV Keys and the Iteration Problem

A simple pattern for persisting dynamic data when your serialization layer doesn't support key enumeration

Median, Not Mean

Why averages lie and what to look at instead