Weight explorer — every stored matrix as a cloud, a heatmap, and bytes on disk

Each learned tensor of the Q16.48 checkpoint, drawn cell by cell. Quantity stored weight is the committed integer itself; quantity exact contribution is fp_mul(w[row,col], input[col]) against a recorded input vector from the C-harness trace — a local product, not attribution. Press ? for keys and the exactness contract.

view quantity

hover a cell — every readout is the exact integer.

checkpoint bytes — the committed model.mgw, span by span

64-byte header, 64-byte config, 96-byte index entries, then packed int64 tensor data. Spans are drawn to byte scale; the selected tensor is outlined gold. Hover for exact offsets; click a learned span to select that tensor above.

hover a span…