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, hardware, workload, amount. 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๐ pairs.json
โPractice questions written by the machines, graded by a checker that re-does the arithmetic. Counts only.
โ download JSON๐จ art.json
โScored renders as a score distribution โ how many pictures landed at each half-point.
โ download JSON๐ output.json
โPictures made per day against dollars spent per day, and what a thousand images cost.
โ download JSONโ๏ธ split.json
โMoney spent teaching the models vs making pictures โ plus how much of the bill can't be split at all.
โ download JSON๐ loracard.json
โThe hand-picked card art set with the score each piece was given. Rendered at /art/.
โ download JSON๐ฅ๏ธ fleet.json
โMachines rented and destroyed, hours run, cheapest and dearest hourly rate.
โ download JSON๐๏ธ supervisor.json
โAutomated watchdog ticks: how many raised a flag, how many came back clean.
โ 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 |
|---|
Measured benchmarks
numbers we proved with our own money, each with its receipt
Baked from the append-only source ledgers at deploy time. Host names, internal identifiers and stack traces are stripped before publishing; every figure is otherwise computed directly from the source. Generated: โ