The raw data
Every page on this site renders one of these files. They're baked from the forge's append-only ledgers at deploy time โ the deploy refuses to ship if they're stale. Take the JSON; it's the same thing we read.
๐ธ spend.json
โEvery dollar: date, source, amount, note. Append-only; rendered at /ledger/.
โ download JSONโ๏ธ runs.json
โEvery training run: steps, dataset size, resolution, rank, learning rate, torch build, verdict.
โ download JSON๐ฅ incidents.json
โEvery incident with kind + summary. Rendered at /scars/.
โ download JSON๐ cips.json
โThe postmortem library index โ one entry per written-up failure class.
โ download JSON๐ timeline.json
โDay-by-day merge of everything: spend, runs, incidents, milestones. Rendered at /timeline/.
โ download JSON๐งญ meta.json
โCampaign totals + the hand-measured stats, each with its receipt.
โ download JSONEvery training run
from runs.json โ smoke tests and failures included; overcooked runs stay on the books
| date | run | steps | images | res | rank | lr | torch | verdict / note |
|---|
Measured benchmarks
numbers we proved with our own money, each with its receipt
Baked by scripts/site_data.py from the append-only source ledgers. Host names and stack traces are stripped before publishing; everything else is verbatim. Generated: โ