← mecheval / run / a3-octagonal-flange-01 / openai-direct-gpt-4o-mini / 20260428T232636Z-c549

run 20260428T232636Z-c549

a3-octagonal-flange-01 · openai-direct-gpt-4o-mini

Summary

statusfail
score0.00 (0/6)
submissionself-run
modelopenai-direct-gpt-4o-mini (openai)
started2026-04-28T23:26:36.943Z
ended2026-04-28T23:26:54.400Z
tokens669 in · 1,065 out · 1,734 total
wallclock17.4s
tool calls1
task hash91605c57469285ce…
vcad hash98a0e0ced7f2726b…

Prompt

Make an octagonal prism flange. The outer cross-section is a regular octagon with flat-to-flat distance 40mm (apothem 20mm), oriented so two flats are parallel to the X axis (the top and bottom of the octagon). Height 8mm along Z, base on the XY plane (z = 0 to z = 8). Drill eight through-holes of diameter 5mm, axes parallel to Z, on a bolt circle of radius 15mm centered on the Z axis. The first bolt hole is on the +X axis, and the rest are evenly spaced every 45 degrees. 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 type: string \"1\", expected u64 at line 5 column 15",
  "reason": "fatal evaluation error"
}
1
bbox
fail
? off by 0.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -21.65,
    -20,
    0
  ],
  "max": [
    21.65,
    20,
    8
  ],
  "tolerance_mm": 0.3
}

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

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

details: {
  "actual": 0,
  "diameter_mm": 5,
  "diameter_tolerance_mm": 0.05,
  "expected": 8,
  "found": []
}
4
hole_positions
fail
8/8 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 5,
  "positions": [
    [
      15,
      0,
      0
    ],
    [
      10.61,
      10.61,
      0
    ],
    [
      0,
      15,
      0
    ],
    [
      -10.61,
      10.61,
      0
    ],
    [
      -15,
      0,
      0
    ],
    [
      -10.61,
      -10.61,
      0
    ],
    [
      0,
      -15,
      0
    ],
    [
      10.61,
      -10.61,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 5,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        15,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        10.61,
        10.61
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        15
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -10.61,
        10.61
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -15,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -10.61,
        -10.61
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        -15
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        10.61,
        -10.61
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
5
step_roundtrip
fail
STEP roundtrip failed
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1.5
}

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

Tool calls

0
openai.chat.completions.create
ok
17447ms
args
{
  "model": "gpt-4o-mini",
  "max_tokens": 8000,
  "system_chars": 1674,
  "user_chars": 564
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": "1",
      "name": "octagonal_flange",
      "op": {
        "type": "Cube",
        "size": {
          "x": 40,
          "y": 40,
          "z": 8
        }
      }
    },
    "2": {
      "id": "2",
      "name": "octagon_hole_1",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "3": {
      "id": "3",
      "name": "octagon_hole_2",
      "op": {
        "type": "Rotate",
        "child": "2",
        "angles": {
          "x": 0,
          "y": 0,
          "z": 45
        }
      }
    },
    "4": {
      "id": "4",
      "name": "octagon_hole_3",
      "op": {
        "type": "Rotate",
        "child": "2",
        "angles": {
          "x": 0,
          "y": 0,
          "z": 90
        }
      }
    },
    "5": {
      "id": "5",
      "name": "octagon_hole_4",
      "op": {
        "type": "Rotate",
        "child": "2",
        "angles": {
          "x": 0,
          "y": 0,
          "z": 135
        }
      }
    },
    "6": {
      "id": "6",
      "name": "octagon_hole_5",
      "op": {
        "type": "Rotate",
        "child": "2",
        "angles": {
          "x": 0,
          "y": 0,
          "z": 180
        }
      }
    },
    "7": {
      "id": "7",
      "name": "octagon_hole_6",
      "op": {
        "type": "Rotate",
        "child": "2",
        "angles": {
          "x": 0,
          "y": 0,
          "z": 225
        }
      }
    },
    "8": {
      "id": "8",
      "name": "octagon_hole_7",
      "op": {
        "type": "Rotate",
        "child": "2",
        "angles": {
          "x": 0,
          "y": 0,
          "z": 270
        }
      }
    },
    "9": {
      "id": "9",
      "name": "octagon_hole_8",
      "op": {
        "type": "Rotate",
        "child": "2",
        "angles": {
          "x": 0,
          "y": 0,
          "z": 315
        }
      }
    },
    "10": {
      "id": "10",
      "name": "holes",
      "op": {
        "type": "Union",
        "left": "2",
        "right": "3"
      }
    },
    "11": {
      "id": "11",
      "name": "holes_union",
      "op": {
        "type": "Union",
        "left": "10",
        "right": "4"
      }
    },
    "12": {
      "id": "12",
      "name": "holes_final",
      "op": {
        "type": "Union",
        "left": "11",
        "right": "5"
      }
    },
    "13": {
      "id": "13",
      "name": "holes_final_2",
      "op": {
        "type": "Union",
        "left": "12",
        "right": "6"
      }
    },
    "14": {
      "id": "14",
      "name": "holes_final_3",
      "op": {
        "type": "Union",
        "left": "13",
        "right": "7"
      }
    },
    "15": {
      "id": "15",
      "name": "holes_final_4",
      "op": {
        "type": "Union",
        "left": "14",
        "right": "8"
      }
    },
    "16": {
      "id": "16",
      "name": "final_flange",
      "op": {
        "type": "Difference",
        "left": "1",
        "right": "15"
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [{
    "root": "16",
    "material": "default"
  }]
}

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