← mecheval / run / a2-bolt-circle-block-01 / openai-direct-gpt-5 / 20260428T215119Z-5019

run 20260428T215119Z-5019

a2-bolt-circle-block-01 · openai-direct-gpt-5

Summary

statusPASS
score1.00 (6/6)
submissionself-run
modelopenai-direct-gpt-5 (openai)
started2026-04-28T21:51:19.340Z
ended2026-04-28T21:51:53.702Z
tokens633 in · 3,051 out · 3,684 total
wallclock34.0s
tool calls1
task hash5478fe0e89d6ecbb…
vcad hash8825f1480caa17fd…

Prompt

Make a square block 60mm × 60mm × 10mm. Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 10). Drill eight through-holes of diameter 5mm, axes parallel to Z, on a bolt circle of radius 20mm centered on the Z axis. Holes are evenly spaced every 45 degrees, with the first hole on the +X axis. 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": [
    -30,
    -30,
    0
  ],
  "max": [
    30,
    30,
    10
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    30,
    30,
    10
  ],
  "actual_min": [
    -30,
    -30,
    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": 34429.2,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 34439.27750721093,
    "deviation_pct": 0.029270233438278555,
    "pass": true,
    "spec_mm3": 34429.2,
    "tolerance_pct": 0.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 5,
  "expected": 8,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 8,
  "diameter_mm": 5,
  "diameter_tolerance_mm": 0.05,
  "expected": 8,
  "found": [
    [
      20,
      0,
      5
    ],
    [
      14.1421,
      14.1421,
      5
    ],
    [
      0,
      20,
      5
    ],
    [
      -14.1421,
      14.1421,
      5
    ],
    [
      -20,
      0,
      5
    ],
    [
      -14.1421,
      -14.1421,
      5
    ],
    [
      0,
      -20,
      5
    ],
    [
      14.1421,
      -14.1421,
      5
    ]
  ]
}
4
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 5,
  "positions": [
    [
      20,
      0,
      0
    ],
    [
      14.14,
      14.14,
      0
    ],
    [
      0,
      20,
      0
    ],
    [
      -14.14,
      14.14,
      0
    ],
    [
      -20,
      0,
      0
    ],
    [
      -14.14,
      -14.14,
      0
    ],
    [
      0,
      -20,
      0
    ],
    [
      14.14,
      -14.14,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 5,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        20,
        0
      ],
      "pass": true,
      "spec_xy": [
        20,
        0
      ]
    },
    {
      "distance_mm": 0.0029698484809816024,
      "matched_hole": [
        14.1421,
        14.1421
      ],
      "pass": true,
      "spec_xy": [
        14.14,
        14.14
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        20
      ],
      "pass": true,
      "spec_xy": [
        0,
        20
      ]
    },
    {
      "distance_mm": 0.0029698484809816024,
      "matched_hole": [
        -14.1421,
        14.1421
      ],
      "pass": true,
      "spec_xy": [
        -14.14,
        14.14
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -20,
        0
      ],
      "pass": true,
      "spec_xy": [
        -20,
        0
      ]
    },
    {
      "distance_mm": 0.0029698484809816024,
      "matched_hole": [
        -14.1421,
        -14.1421
      ],
      "pass": true,
      "spec_xy": [
        -14.14,
        -14.14
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        -20
      ],
      "pass": true,
      "spec_xy": [
        0,
        -20
      ]
    },
    {
      "distance_mm": 0.0029698484809816024,
      "matched_hole": [
        14.1421,
        -14.1421
      ],
      "pass": true,
      "spec_xy": [
        14.14,
        -14.14
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "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": [
          30,
          30,
          10
        ],
        "original_min": [
          -30,
          -30,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          30,
          30,
          10
        ],
        "roundtripped_min": [
          -30,
          -30,
          0
        ],
        "tolerance_mm": 0.8544003745317531
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 4.225383423133647e-14,
        "original_mm3": 34439.27750721093,
        "pass": true,
        "roundtripped_mm3": 34439.277507210914
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

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

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": { "id": 1, "name": "BlockCube", "op": { "type": "Cube", "size": { "x": 60, "y": 60, "z": 10 } } },
    "2": { "id": 2, "name": "BlockCentered", "op": { "type": "Translate", "child": 1, "offset": { "x": -30, "y": -30, "z": 0 } } },

    "3": { "id": 3, "name": "HoleCylinder", "op": { "type": "Cylinder", "radius": 2.5, "height": 10, "segments": 32 } },

    "4": { "id": 4, "name": "HolePos0",   "op": { "type": "Translate", "child": 3, "offset": { "x": 20, "y": 0, "z": 0 } } },
    "5": { "id": 5, "name": "HolePos45",  "op": { "type": "Translate", "child": 3, "offset": { "x": 14.1421, "y": 14.1421, "z": 0 } } },
    "6": { "id": 6, "name": "HolePos90",  "op": { "type": "Translate", "child": 3, "offset": { "x": 0, "y": 20, "z": 0 } } },
    "7": { "id": 7, "name": "HolePos135", "op": { "type": "Translate", "child": 3, "offset": { "x": -14.1421, "y": 14.1421, "z": 0 } } },
    "8": { "id": 8, "name": "HolePos180", "op": { "type": "Translate", "child": 3, "offset": { "x": -20, "y": 0, "z": 0 } } },
    "9": { "id": 9, "name": "HolePos225", "op": { "type": "Translate", "child": 3, "offset": { "x": -14.1421, "y": -14.1421, "z": 0 } } },
    "10": { "id": 10, "name": "HolePos270", "op": { "type": "Translate", "child": 3, "offset": { "x": 0, "y": -20, "z": 0 } } },
    "11": { "id": 11, "name": "HolePos315", "op": { "type": "Translate", "child": 3, "offset": { "x": 14.1421, "y": -14.1421, "z": 0 } } },

    "12": { "id": 12, "name": "HolesUnion1", "op": { "type": "Union", "left": 4, "right": 5 } },
    "13": { "id": 13, "name": "HolesUnion2", "op": { "type": "Union", "left": 12, "right": 6 } },
    "14": { "id": 14, "name": "HolesUnion3", "op": { "type": "Union", "left": 13, "right": 7 } },
    "15": { "id": 15, "name": "HolesUnion4", "op": { "type": "Union", "left": 14, "right": 8 } },
    "16": { "id": 16, "name": "HolesUnion5", "op": { "type": "Union", "left": 15, "right": 9 } },
    "17": { "id": 17, "name": "HolesUnion6", "op": { "type": "Union", "left": 16, "right": 10 } },
    "18": { "id": 18, "name": "HolesUnion7", "op": { "type": "Union", "left": 17, "right": 11 } },

    "19": { "id": 19, "name": "BlockWithHoles", "op": { "type": "Difference", "left": 2, "right": 18 } }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    { "root": 19, "material": "default" }
  ]
}

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