06-reference

every incremental determinism

Sun Apr 26 2026 20:00:00 GMT-0400 (Eastern Daylight Time) ·reference ·source: Every ·by Mike Taylor
ai-agent-costskills-patternincremental-determinismautonomous-workflowsattention-economy

You Are the Most Expensive Model — Mike Taylor (Every, Apr 27 2026)

Why this is in the vault

This piece names the exact bottleneck that the always-on RDCO agent was built to relieve: the founder’s time is the priciest model in the loop, and every clarification round is a tax. Taylor’s “Incremental Determinism” framework starts with “Turn Sessions into Skills” — which is operationally identical to the /skillify pattern Ray Data Co already runs. That convergence makes this a load-bearing reference for how to reason about delegating from the founder, to Ray (Opus), to cheaper subagents, to deterministic scripts.

It also pairs directly with the prior Every piece by Katie Parrott, “AI Was Supposed to Free My Time. It Consumed It.” (Mar 9 2026) — Parrott named the disease, Taylor proposes the cure.

The core argument

Taylor frames the operator as the most expensive model in any AI workflow. Tokens are cheap; founder attention is not. Defaulting to frontier models for every task is, in his analogy, like asking a CEO to work the burger grill — the wrong unit cost for the work being done.

The proposed remedy is Incremental Determinism: a four-step push that moves recurring work from ad-hoc chat sessions toward repeatable, cheaper, lower-attention pipelines. Step one — the only one fully readable above the Every paywall — is Turn Sessions into Skills: formalize what you keep redoing, test it against a baseline, then hand it to a subagent running a smaller model. The remaining three steps continue the same gradient (skills → tighter scaffolds → deterministic code).

The implicit ranking of cost-per-unit-of-work, from most to least expensive: human operator > frontier model in interactive session > frontier model running a documented skill > smaller model running the same skill > deterministic script. The job is to keep ratcheting work down that ladder.

“McDonald’s asking its CEO to man the burger grill.”

(Taylor’s analogy for using frontier models on trivial tasks.)

Mapping against Ray Data Co

Strong mapping. This is essentially the operating thesis behind the always-on agent setup, articulated by an outsider.