v1.0.0 / specimen / 2026

prototypic

n.  the first iteration; the place where idea meets form; the location of truth before consensus.

v1
module / 001

Branching System

L-system · iter depth 7 · seed 0xA3F
n1
notation / 001

Field notes, no. 1

  1. [00:14:02] Specimen extends along the rule axis. Three branches per rotation, each a fraction of its parent.
  2. [00:14:47] A prototype begins where intention exceeds vocabulary. The branch knows what the trunk has not yet said.
  3. [00:16:11] "Recursion is patience reformatted as procedure."

A prototype is not a draft. It is a working argument — an executable claim about what a thing could be.

f1
function prototype(idea) {
  // the first form is the form of doubt
  return iterate(idea, {
    until: "truth or refusal",
    accept: "any working version"
  });
}
f2
specimen / palette
  • #F7F3EDcream
  • #B85C38sienna
  • #2A6B5Eteal
  • #C9A96Eamber
  • #8B7355bronze
  • #2C2416umber
f3
diagram / 003

network · n=5 · degree=4

n2
notation / 002

On emergence

Particles do not know they are a network. They drift; they encounter; they connect for the duration of proximity. Then they part. The pattern is not stored anywhere — it is rendered, frame by frame, by their indifference.

— observation, March 2026

This is what a prototype offers: the chance to watch a thing be itself, briefly, before it becomes the version of itself that must justify its existence.

v2
module / 002

Particle Field

n=96 · threshold 60px · elastic edges

The prototype is where truth lives.

— engineer, no. 4096

v3
module / 003

Grid Automaton

rule 110 · cell 8px · tick 800ms
n3
notation / 003

Rules & remainders

  1. [00:42:06] Three rules suffice. The cell looks at its neighbors and decides whether to remain itself.
  2. [00:43:18] Complexity is what happens when small commitments accumulate without committee.
  3. [00:46:44] "Every grid is a population that has agreed, briefly, to be still."
f4
// notes on iteration
while (version.isHonest()) {
  version = version.refine();
  if (version.resembles("the explanation"))
    break;
}
f5
trace / 005

trace · pin 5 to pin 12

f6

“The prototype dignifies the question by giving it a body.”

— marginalia

eof / specimen complete

end of iteration. begin again.

prototypic.dev · 2026 · an experiment in the first form