{
  "schemaVersion": 1,
  "version": "2026-09-07",
  "checked_at": "2026-09-07",
  "items": [
    {
      "id": "attention",
      "label": "64 attention projections",
      "provenance": "Kingy deterministic teaching example",
      "values": {
        "din": 4096,
        "dout": 4096,
        "rank": 8,
        "alpha": 16,
        "count": 64,
        "bytes": "2"
      }
    },
    {
      "id": "rectangular",
      "label": "Rectangular projection",
      "provenance": "Kingy deterministic teaching example",
      "values": {
        "din": 4096,
        "dout": 11008,
        "rank": 16,
        "alpha": 32,
        "count": 32,
        "bytes": "2"
      }
    },
    {
      "id": "small",
      "label": "Hand-checkable 3 \u2192 2 layer",
      "provenance": "Kingy deterministic teaching example",
      "values": {
        "din": 3,
        "dout": 2,
        "rank": 1,
        "alpha": 1,
        "count": 1,
        "bytes": "2"
      }
    },
    {
      "id": "break-even",
      "label": "Rank can cost more",
      "provenance": "Kingy deterministic teaching example",
      "values": {
        "din": 8,
        "dout": 8,
        "rank": 8,
        "alpha": 8,
        "count": 1,
        "bytes": "2"
      }
    }
  ]
}
