H
Howardism
Plate IISyntheses中文HOWARDISM

The PRD-Replacement Spectrum at AI-Native Speed

PublishedJune 9, 2026FiledEssayDomainSynthesesTagsDerivedProduct OrgAI Native OrgPlanningAI Coding WorkflowPrdReading11 minSourceAI-synthesised

Four positions (grill-then-PRD → lighter-PRD → build-to-decide → prototype-is-spec) are one spectrum once you decompose the PRD into three jobs: AI-native speed dissolves specification, relocates alignment, and orphans rationale

Illustration for The PRD-Replacement Spectrum at AI-Native Speed

Question#

How do the wiki's product-development concepts — Prototype Over PRD, Building Is Cheap, Arguing Is Expensive, Design Concept Grilling, and the lighter-PRD practice in AI Native Product Cadence — fit together into a single spectrum of PRD-replacement at AI-native speed?

Short answer#

They are not four competing methods. They are one spectrum ordered by how much specification precedes the build, and the reason they only look like rivals is that the PRD was always doing three jobs at once:

  1. Alignment — get everyone holding the same idea (Frederick Brooks's design concept).
  2. Specification — define what to build precisely enough to build it.
  3. Rationale — record why the decisions were made, for future readers.

When agentic coding makes generation nearly free, each job is disrupted differently:

  • Specification is dissolved. A prototype specifies more precisely than prose ("documents are imprecise; prototypes are concrete" — Prototype Over PRD), and building is cheap enough to specify-by-building (Building Is Cheap, Arguing Is Expensive). This is the job the spectrum is really about.
  • Alignment is relocated, not removed. It moves earlier (grill before any artifact — Design Concept Grilling) or into the artifact (compare three real PRs / three prototypes). Matt Pocock's non-negotiable is that this is the one job you cannot skip.
  • Rationale is orphaned. No position on the spectrum has a good home for "why we chose variation B." This is the genuinely unsolved part — flagged as an open question on both Building Is Cheap, Arguing Is Expensive and Prototype Over PRD.

So the spectrum is: how aggressively does each position dissolve the specification job, given that it has a credible way to handle alignment?

The spectrum#

Ordered from most pre-build specification to least:

PositionSourcePre-build specWhere alignment happensDurable artifact
Grill-then-PRDDesign Concept Grilling (Matt Pocock)Maximal — relentless interview → destination PRDIn the grilling conversation, before any artifact existsPRD + Kanban; PRD deleted after implementation
Lighter PRDAI Native Product Cadence (Cat Wu)Calibrated to ambiguity — 1-pager ↔ full PRDTeam principles + weekly metrics readouts push shared contextA 1-pager, or nothing
Build-to-decideBuilding Is Cheap, Arguing Is Expensive (Fiona Fung)Minimal upfront — generate three real PRsIn comparing the built artifacts (and their impact on callees)The chosen PR; discussion lives in PRs
Prototype-is-specPrototype Over PRD (Dan Carey)None — skip the PRD entirelyIn the recorded why-not-what conversation and the prototype itselfThe prototype

Read left to right, the durable artifact migrates from prose about the thing to the thing itself, and the moment of alignment migrates from before building to through building. Cat Wu's "lighter PRD" and Carey's "no PRD" are the same practice at different settings — the AI Native Product Cadence page makes this explicit: "Where Cat Wu makes PRDs lighter, Carey removes them entirely — the cadence taken to its limit."

The reconciliation: relocation, not abolition#

The apparent contradiction — Pocock insists on reaching a design concept before building; Fung and Carey build to reach the decision — dissolves once you separate the three jobs. The wiki already holds the reconciliation in three places, and they agree:

So nobody actually disagrees about alignment (job #1) — they disagree about which artifact carries it. Pocock carries it in a conversation that precedes the build; Fung and Carey carry it in the build. What changed is not whether you need a shared idea, but that the specification job (#2) got cheap enough to fold into the alignment step instead of being a separate downstream document.

The load-bearing move that makes the right end of the spectrum work is "why, not what" / "design the ideal interface for this problem" — the human specifies the problem and lets model capability fill the what. This is the same under-specify-and-let-capability-fill principle that Prototype Over PRD, Disposable Micro-Apps, and the bitter lesson all run on.

A second axis: lighter spec vs. richer artifact#

The spectrum above moves in one direction — less prose. But there is an orthogonal response to the same pressure: make the human-facing artifact richer rather than lighter. HTML as the New Markdown and Disposable Micro-Apps (Thariq Shihipar) keep a substantial plan but render it as interactive HTML (and spin up throwaway micro-apps to edit it), because as models improve the bottleneck becomes human attention, not model comprehension.

This is why the cluster is a plane, not a line:

  • Model-facing spec shrinks as capability grows (Harness Shrinkage as Models Improve) — the axis Carey rides to "no PRD."
  • Human-facing harness can grow to keep the human aligned — the axis Thariq rides to "richer HTML plan."

AI Native Product Cadence frames these as "opposite bets on PRDs at speed: Cat makes them lighter, Thariq makes them richer — both aimed at keeping humans aligned without slowing down." The PRD-replacement spectrum is the lighter axis; the HTML/micro-app move is the richer axis. Both are valid because they target different consumers of the spec.

Choosing a position: the preconditions#

Each position is safe only when its precondition holds. The spectrum is not a maturity ladder where "further right is more advanced" — it's a fit decision.

PreconditionPushes you toward
High stakes / fuzzy brief / costly to go wrongGrill first (Design Concept Grilling: "bigger feature, fuzzier brief, higher cost → grill harder")
Short, well-scoped change ("rename this across the codebase")Skip grilling; build directly — overhead is wasted
Prototype surface == product surface (visual/UI work)Prototype-is-spec (Prototype Over PRD: Carey's domain is a design tool where the prototype is the product)
Backend / infra / data workHeavier spec — the prototype may not capture the spec (AI Native Product Cadence: "full PRD for heavy-infra features")
Decision turns on impact to other codeBuild-to-decide — three real PRs reveal callee impact a doc can't (Building Is Cheap, Arguing Is Expensive)
Verifiable success criteria existAnywhere right of grilling — build-to-decide assumes you can verify which build is better (Verification as the New Bottleneck)

The deep precondition behind the whole right half is Verification as the New Bottleneck: "generate three and compare" is only an advance if comparison is cheaper than argument. When generation got cheap, the heavy upfront planning that existed to protect scarce engineering bandwidth lost its justification — which is why the spectrum opened up at all.

The two unsolved problems#

Pushing right on the spectrum buys speed but leaves two debts that the source pages flag and none fully answers:

  1. The orphaned rationale (job #3). If design lives in PRs and prototypes and the PRD is deleted after implementation, where does "why we chose B over A" live for the next reader? Both Building Is Cheap, Arguing Is Expensive and Prototype Over PRD raise this as an open question, and it shares the staleness problem of Code as Source of Truth. The richer-artifact axis (HTML as the New Markdown) partially answers it — a durable interactive artifact can carry rationale a deleted PRD cannot — which is another reason the two axes are complementary, not rival.

  2. The prototype-as-evidence trap. A fast prototype-as-spec proves the build was tractable, not that the problem is real. Problem-Solution Fit Discipline names this directly: "the prototype only validates that the building task was solvable, not that the problem is real or that the solution fits." The right end of the spectrum is most exposed to it, because the prototype's speed produces a feeling of progress that substitutes for validation. The discipline that closes the gap is unchanged by AI: the prototype is "a pressure-testing prop for conversations with potential users… these conversations are the real evidence." Relatedly, Build for the Next Model warns that "it almost works" is a capability bet, not evidence the problem is worth solving.

Bottom line#

There is no single right amount of PRD. The spectrum is a dial set per task by three readings: how fuzzy the brief is (fuzzier → grill harder, left), whether the prototype surface is the product surface (yes → prototype-is-spec, right), and whether you can verify which built option is better (yes → build-to-decide). Move right to dissolve the specification job; you must still pay for alignment somewhere (a why-conversation, a grill, a comparison) and you still owe rationale and real-user validation, which the dial does not provide for free. Cheap building relocated design thinking into the artifact; it did not abolish the thinking.

Connections#

Sources#

§ end
About this piece

Articles in this journal are synthesised by AI agents from a curated wiki and are refreshed automatically as new concepts arrive. Topics, framing, and editorial direction are curated by Howardism.

Cited by 5
  • AI Native Product Cadence

    Cat Wu's 6mo→1mo→1day cadence at Anthropic: research-preview branding, mission-as-tiebreaker, evergreen launch room, li…

  • Building Is Cheap, Arguing Is Expensive

    "In technical debate, code wins": generate three PRs vs whiteboard; prototype over design doc; reduce design docs

  • Design Concept Grilling

    Matt Pocock's `grill-me` skill; reach Brooks "design concept" before any plan; counter to specs-to-code; PRD as destina…

  • Prototype Over PRD

    Dan Carey's prototype-replaces-PRD method: record a why-not-what conversation, transcribe it, hand the transcript to Cl…

  • Where Does the Why Live?

    Rationale (the 'why') is well-homed at authoring time — it's the recorded why-not-what conversation and the grilling se…

Related articles
  • Building Is Cheap, Arguing Is Expensive

    "In technical debate, code wins": generate three PRs vs whiteboard; prototype over design doc; reduce design docs

  • Claude Code

    Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React; CLI/desktop/web/mobile/IDE sur…

  • Open Questions Backlog

    _96 pages with open questions, as of 2026-06-14._

  • Prototype Over PRD

    Dan Carey's prototype-replaces-PRD method: record a why-not-what conversation, transcribe it, hand the transcript to Cl…

  • HTML as the New Markdown

    Thariq Shihipar's thesis: as models improve, thousand-line markdown plans overwhelm the *human*; HTML artifacts (visual…