Cumulative-skill experiment
This page pre-registers the experiment described in the vision: whether keeping and composing earlier procedures makes the system better at later work than equally resourced alternatives. It is a design record, not a result; nothing here claims the outcome.
Claim under test
Under a fixed model and a controlled budget, retaining and composing earlier procedures measurably improves performance on later unseen tasks, and the improvement survives independent evaluation.
Task family
Compositional record-triage pipelines. One task is a declared spec plus a bounded batch of input records:
agent cells; deterministic steps run as fn/expr cells. Grading compares structured outputs exactly or through a declared algal.expr.v1 scorer. No model judges the result.Tasks are generated from a seeded family specification, so the task list is reproducible and auditable. Three phases, disjoint by construction:
Per-phase task counts bound the first study's cost. A failure of the harness is not a failure of the hypothesis; the study records both.
Arms
Every arm runs the same tasks, through the same executor configuration and tool surface, against its own algal.habitat-budget.v1 account with the same ceilings. The account charges generation, evaluation, promotion, and task runs alike, so cost comparisons include maintenance, not only execution.
A fifth arm, a single fixed pipeline tuned on training cases (the conventional-workflow-with-optimizer comparison), is proposed but deferred unless its marginal cost is small.
Measures (pre-registered)
corrections records (a kind label and a note, at most 32 per task) that the run record carries and the report sums per arm; the design targets zero and reports deviations.Pre-registered failure-mode checks
Method
algal experiment <config.json> runs one arm over its task set and writes an algal.experiment-session.v1 record naming the arm's algal.habitat-budget.v1 account, its algal.experiment-catalog.v1 kept-procedure list, and one algal.experiment-run.v1 record per task in session order. Receipts, accounts, catalogs, and reports live in the store. algal replay reproduces any arm's run bit-for-bit.algal experiment report <config.json> rolls the study's sessions into a bounded algal.skill-experiment.v1 report: the config cites each arm's session record, and the rollup re-reads the account, catalog, and task records the session names, reconciles the account against stored receipts and manifests, joins kept manifests to later task receipts through the program index, and recomputes the measures above. The report records counts and digests; conclusions are prose beside it, scoped to what the record shows. experiment inspect renders the same record as a table.algal experiment verify re-derives every reported aggregate from the cited session, account, catalog, and task records, re-opens each promotion's stored evaluation, and flags stored task records a session does not cite; manifest runs can be cross-verified by the native runtime where covered. Run records carry the optional corrections list and the report counts it per arm, but the arm runner produces none itself: it records only corrections an operator declares on a task entry, so a live human-in-the-loop measure still waits on a producer that records interventions.Status and limits
This is the first comparative study of the project's central claim. Its task family is deliberately controlled rather than drawn from production work; a positive result would justify a larger production-family study, and a negative result would be evidence about the current machinery, not a proof that retention cannot help. The study measures what it records: it cannot show that generated procedures generalize beyond this family.