← mecheval / run / a2-cubemark-01 / openai-direct-gpt-5-mini / 20260428T214125Z-6361

run 20260428T214125Z-6361

a2-cubemark-01 · openai-direct-gpt-5-mini

Summary

statusPASS
score1.00 (6/6)
submissionself-run
modelopenai-direct-gpt-5-mini (openai)
started2026-04-28T21:41:25.512Z
ended2026-04-28T21:41:49.550Z
tokens681 in · 2,679 out · 3,360 total
wallclock23.6s
tool calls1
task hash04f3bf7a653dc3fd…
vcad hash2390b99265e258b3…

Prompt

Make a 30mm cube. Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 30). Drill nine through-holes of diameter 3mm, axes parallel to Z, arranged in a 3×3 grid on the top face spaced 8mm apart in both X and Y, centered on the Z axis. Hole centers are at (x, y) = (-8, -8), (0, -8), (8, -8), (-8, 0), (0, 0), (8, 0), (-8, 8), (0, 8), (8, 8). Output a single solid.

Checks

0
valid_solid
pass
params + details
params: {
  "type": "valid_solid"
}

details: {
  "root_count": 1,
  "solids_produced": 1
}
1
bbox
pass
params + details
params: {
  "type": "bbox",
  "min": [
    -15,
    -15,
    0
  ],
  "max": [
    15,
    15,
    30
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    15,
    15,
    30
  ],
  "actual_min": [
    -15,
    -15,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.1
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 25091.48,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 25103.72187997139,
    "deviation_pct": 0.048788991208923105,
    "pass": true,
    "spec_mm3": 25091.48,
    "tolerance_pct": 0.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 3,
  "expected": 9,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 9,
  "diameter_mm": 3,
  "diameter_tolerance_mm": 0.05,
  "expected": 9,
  "found": [
    [
      -8,
      -8,
      3
    ],
    [
      0,
      -8,
      3
    ],
    [
      8,
      -8,
      3
    ],
    [
      -8,
      0,
      3
    ],
    [
      0,
      0,
      3
    ],
    [
      8,
      0,
      3
    ],
    [
      -8,
      8,
      3
    ],
    [
      0,
      8,
      3
    ],
    [
      8,
      8,
      3
    ]
  ]
}
4
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 3,
  "positions": [
    [
      -8,
      -8,
      0
    ],
    [
      0,
      -8,
      0
    ],
    [
      8,
      -8,
      0
    ],
    [
      -8,
      0,
      0
    ],
    [
      0,
      0,
      0
    ],
    [
      8,
      0,
      0
    ],
    [
      -8,
      8,
      0
    ],
    [
      0,
      8,
      0
    ],
    [
      8,
      8,
      0
    ]
  ],
  "tolerance_mm": 0.15
}

details: {
  "diameter_mm": 3,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        -8,
        -8
      ],
      "pass": true,
      "spec_xy": [
        -8,
        -8
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        -8
      ],
      "pass": true,
      "spec_xy": [
        0,
        -8
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        8,
        -8
      ],
      "pass": true,
      "spec_xy": [
        8,
        -8
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -8,
        0
      ],
      "pass": true,
      "spec_xy": [
        -8,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        0
      ],
      "pass": true,
      "spec_xy": [
        0,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        8,
        0
      ],
      "pass": true,
      "spec_xy": [
        8,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -8,
        8
      ],
      "pass": true,
      "spec_xy": [
        -8,
        8
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        8
      ],
      "pass": true,
      "spec_xy": [
        0,
        8
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        8,
        8
      ],
      "pass": true,
      "spec_xy": [
        8,
        8
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
5
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          15,
          15,
          30
        ],
        "original_min": [
          -15,
          -15,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          15,
          15,
          30
        ],
        "roundtripped_min": [
          -15,
          -15,
          0
        ],
        "tolerance_mm": 0.5196152422706632
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 25103.72187997139,
        "pass": true,
        "roundtripped_mm3": 25103.72187997139
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
openai.chat.completions.create
ok
23561ms
args
{
  "model": "gpt-5-mini",
  "max_tokens": 8000,
  "system_chars": 1674,
  "user_chars": 441
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260428T214125Z-6361.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "cube_30",
      "op": {
        "type": "Cube",
        "size": {
          "x": 30,
          "y": 30,
          "z": 30
        }
      }
    },
    "2": {
      "id": 2,
      "name": "cube_centered_xy",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -15,
          "y": -15,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "hole_cylinder",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "4": {
      "id": 4,
      "name": "hole_-8_-8",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -8,
          "y": -8,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": "hole_0_-8",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 0,
          "y": -8,
          "z": 0
        }
      }
    },
    "6": {
      "id": 6,
      "name": "hole_8_-8",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 8,
          "y": -8,
          "z": 0
        }
      }
    },
    "7": {
      "id": 7,
      "name": "hole_-8_0",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -8,
          "y": 0,
          "z": 0
        }
      }
    },
    "8": {
      "id": 8,
      "name": "hole_0_0",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 0
        }
      }
    },
    "9": {
      "id": 9,
      "name": "hole_8_0",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 8,
          "y": 0,
          "z": 0
        }
      }
    },
    "10": {
      "id": 10,
      "name": "hole_-8_8",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -8,
          "y": 8,
          "z": 0
        }
      }
    },
    "11": {
      "id": 11,
      "name": "hole_0_8",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 0,
          "y": 8,
          "z": 0
        }
      }
    },
    "12": {
      "id": 12,
      "name": "hole_8_8",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 8,
          "y": 8,
          "z": 0
        }
      }
    },
    "13": {
      "id": 13,
      "name": "union_row1_a",
      "op": {
        "type": "Union",
        "left": 4,
        "right": 5
      }
    },
    "14": {
      "id": 14,
      "name": "union_row1",
      "op": {
        "type": "Union",
        "left": 13,
        "right": 6
      }
    },
    "15": {
      "id": 15,
      "name": "union_row2_a",
      "op": {
        "type": "Union",
        "left": 7,
        "right": 8
      }
    },
    "16": {
      "id": 16,
      "name": "union_row2",
      "op": {
        "type": "Union",
        "left": 15,
        "right": 9
      }
    },
    "17": {
      "id": 17,
      "name": "union_row3_a",
      "op": {
        "type": "Union",
        "left": 10,
        "right": 11
      }
    },
    "18": {
      "id": 18,
      "name": "union_row3",
      "op": {
        "type": "Union",
        "left": 17,
        "right": 12
      }
    },
    "19": {
      "id": 19,
      "name": "union_rows_12",
      "op": {
        "type": "Union",
        "left": 14,
        "right": 16
      }
    },
    "20": {
      "id": 20,
      "name": "union_all_holes",
      "op": {
        "type": "Union",
        "left": 19,
        "right": 18
      }
    },
    "21": {
      "id": 21,
      "name": "cube_with_9_holes",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 20
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 21,
      "material": "default"
    }
  ]
}

generated 2026-06-19T01:47:55.537Z · static site, regenerate with npm run build -w @mecheval/leaderboard