← mecheval / run / a2-cubemark-01 / openai-direct-gpt-5-mini / 20260428T214214Z-c29c

run 20260428T214214Z-c29c

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

Summary

statusfail
score0.00 (0/6)
submissionself-run
modelopenai-direct-gpt-5-mini (openai)
started2026-04-28T21:42:14.668Z
ended2026-04-28T21:42:58.495Z
tokens681 in · 3,551 out · 4,232 total
wallclock43.8s
tool calls1
task hash04f3bf7a653dc3fd…
vcad hash434ced76e0d372e7…

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
fail
solid invalid
params + details
params: {
  "type": "valid_solid"
}

details: {
  "error": "parse: Invalid JSON vcad file: invalid value: expected key to be a number in quotes at line 4 column 5",
  "reason": "fatal evaluation error"
}
1
bbox
fail
? off by 0.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -15,
    -15,
    0
  ],
  "max": [
    15,
    15,
    30
  ],
  "tolerance_mm": 0.1
}

details: {
  "reason": "no valid solid to measure"
}
2
mass_props
fail
mass props off
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 25091.48,
  "tolerance_pct": 0.5
}

details: {
  "reason": "no valid solid to measure"
}
3
hole_count
fail
found 0/9 holes of ⌀3mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 3,
  "expected": 9,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 0,
  "diameter_mm": 3,
  "diameter_tolerance_mm": 0.05,
  "expected": 9,
  "found": []
}
4
hole_positions
fail
9/9 mispositioned
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": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -8,
        -8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        -8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        8,
        -8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -8,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        8,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -8,
        8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        8,
        8
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
5
step_roundtrip
fail
STEP roundtrip failed
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

details: {
  "reason": "no valid solid to round-trip"
}

Tool calls

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

What the model built

no render available — vcad-render did not produce geometry for this attempt

.vcad source

{
  "version": "0.1",
  "nodes": {
    "cube_prim": {
      "id": "cube_prim",
      "name": "cube_prim",
      "op": {
        "type": "Cube",
        "size": {
          "x": 30,
          "y": 30,
          "z": 30
        }
      }
    },
    "cube": {
      "id": "cube",
      "name": "centered_cube",
      "op": {
        "type": "Translate",
        "child": "cube_prim",
        "offset": {
          "x": -15,
          "y": -15,
          "z": 0
        }
      }
    },
    "cyl_p1": {
      "id": "cyl_p1",
      "name": "cyl_p1",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole1": {
      "id": "hole1",
      "name": "hole1_translate",
      "op": {
        "type": "Translate",
        "child": "cyl_p1",
        "offset": {
          "x": -8,
          "y": -8,
          "z": 0
        }
      }
    },
    "cyl_p2": {
      "id": "cyl_p2",
      "name": "cyl_p2",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole2": {
      "id": "hole2",
      "name": "hole2_translate",
      "op": {
        "type": "Translate",
        "child": "cyl_p2",
        "offset": {
          "x": 0,
          "y": -8,
          "z": 0
        }
      }
    },
    "cyl_p3": {
      "id": "cyl_p3",
      "name": "cyl_p3",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole3": {
      "id": "hole3",
      "name": "hole3_translate",
      "op": {
        "type": "Translate",
        "child": "cyl_p3",
        "offset": {
          "x": 8,
          "y": -8,
          "z": 0
        }
      }
    },
    "cyl_p4": {
      "id": "cyl_p4",
      "name": "cyl_p4",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole4": {
      "id": "hole4",
      "name": "hole4_translate",
      "op": {
        "type": "Translate",
        "child": "cyl_p4",
        "offset": {
          "x": -8,
          "y": 0,
          "z": 0
        }
      }
    },
    "cyl_p5": {
      "id": "cyl_p5",
      "name": "cyl_p5",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole5": {
      "id": "hole5",
      "name": "hole5_translate",
      "op": {
        "type": "Translate",
        "child": "cyl_p5",
        "offset": {
          "x": 0,
          "y": 0,
          "z": 0
        }
      }
    },
    "cyl_p6": {
      "id": "cyl_p6",
      "name": "cyl_p6",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole6": {
      "id": "hole6",
      "name": "hole6_translate",
      "op": {
        "type": "Translate",
        "child": "cyl_p6",
        "offset": {
          "x": 8,
          "y": 0,
          "z": 0
        }
      }
    },
    "cyl_p7": {
      "id": "cyl_p7",
      "name": "cyl_p7",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole7": {
      "id": "hole7",
      "name": "hole7_translate",
      "op": {
        "type": "Translate",
        "child": "cyl_p7",
        "offset": {
          "x": -8,
          "y": 8,
          "z": 0
        }
      }
    },
    "cyl_p8": {
      "id": "cyl_p8",
      "name": "cyl_p8",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole8": {
      "id": "hole8",
      "name": "hole8_translate",
      "op": {
        "type": "Translate",
        "child": "cyl_p8",
        "offset": {
          "x": 0,
          "y": 8,
          "z": 0
        }
      }
    },
    "cyl_p9": {
      "id": "cyl_p9",
      "name": "cyl_p9",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole9": {
      "id": "hole9",
      "name": "hole9_translate",
      "op": {
        "type": "Translate",
        "child": "cyl_p9",
        "offset": {
          "x": 8,
          "y": 8,
          "z": 0
        }
      }
    },
    "u1": {
      "id": "u1",
      "name": "union_1_2",
      "op": {
        "type": "Union",
        "left": "hole1",
        "right": "hole2"
      }
    },
    "u2": {
      "id": "u2",
      "name": "union_1_3",
      "op": {
        "type": "Union",
        "left": "u1",
        "right": "hole3"
      }
    },
    "u3": {
      "id": "u3",
      "name": "union_1_4",
      "op": {
        "type": "Union",
        "left": "u2",
        "right": "hole4"
      }
    },
    "u4": {
      "id": "u4",
      "name": "union_1_5",
      "op": {
        "type": "Union",
        "left": "u3",
        "right": "hole5"
      }
    },
    "u5": {
      "id": "u5",
      "name": "union_1_6",
      "op": {
        "type": "Union",
        "left": "u4",
        "right": "hole6"
      }
    },
    "u6": {
      "id": "u6",
      "name": "union_1_7",
      "op": {
        "type": "Union",
        "left": "u5",
        "right": "hole7"
      }
    },
    "u7": {
      "id": "u7",
      "name": "union_1_8",
      "op": {
        "type": "Union",
        "left": "u6",
        "right": "hole8"
      }
    },
    "u8": {
      "id": "u8",
      "name": "union_all_holes",
      "op": {
        "type": "Union",
        "left": "u7",
        "right": "hole9"
      }
    },
    "final": {
      "id": "final",
      "name": "cube_with_holes",
      "op": {
        "type": "Difference",
        "left": "cube",
        "right": "u8"
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": "final",
      "material": "default"
    }
  ]
}

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