← mecheval / run / a2-tee-bracket-01 / openai-direct-gpt-4o-mini / 20260428T213039Z-f07f

run 20260428T213039Z-f07f

a2-tee-bracket-01 · openai-direct-gpt-4o-mini

Summary

statusfail
score0.00 (0/6)
submissionself-run
modelopenai-direct-gpt-4o-mini (openai)
started2026-04-28T21:30:39.239Z
ended2026-04-28T21:30:56.300Z
tokens655 in · 940 out · 1,595 total
wallclock17.1s
tool calls1
task hashb0cf14433cfe8350…
vcad hash2d9ac95f8aa7a995…

Prompt

Make a flat T-shaped bracket lying in the XY plane, 5mm thick (z = 0 to z = 5). Horizontal bar: x in [-30, 30], y in [0, 20]. Vertical stem extending in +Y from the middle of the horizontal bar: x in [-10, 10], y in [20, 50]. Drill three through-holes of diameter 5mm, axes parallel to Z: one at (0, 45) at the top of the stem, and two on the horizontal bar at (-25, 10) and (25, 10). 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": [
    -30,
    0,
    0
  ],
  "max": [
    30,
    50,
    5
  ],
  "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": 8705.48,
  "tolerance_pct": 0.5
}

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

details: {
  "actual": 0,
  "diameter_mm": 5,
  "diameter_tolerance_mm": 0.05,
  "expected": 3,
  "found": []
}
4
hole_positions
fail
3/3 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 5,
  "positions": [
    [
      0,
      45,
      0
    ],
    [
      -25,
      10,
      0
    ],
    [
      25,
      10,
      0
    ]
  ],
  "tolerance_mm": 0.15
}

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

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

Tool calls

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

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": "horizontal_bar",
      "op": {
        "type": "Cube",
        "size": {
          "x": 60,
          "y": 20,
          "z": 5
        }
      }
    },
    "2": {
      "id": "2",
      "name": "vertical_stem",
      "op": {
        "type": "Cube",
        "size": {
          "x": 20,
          "y": 30,
          "z": 5
        }
      }
    },
    "3": {
      "id": "3",
      "name": "hole1",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 5,
        "segments": 32
      }
    },
    "4": {
      "id": "4",
      "name": "hole2",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 5,
        "segments": 32
      }
    },
    "5": {
      "id": "5",
      "name": "hole3",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 5,
        "segments": 32
      }
    },
    "6": {
      "id": "6",
      "name": "bracket_with_holes",
      "op": {
        "type": "Difference",
        "left": "1",
        "right": "3"
      }
    },
    "7": {
      "id": "7",
      "name": "final_bracket",
      "op": {
        "type": "Difference",
        "left": "6",
        "right": "4"
      }
    },
    "8": {
      "id": "8",
      "name": "final_bracket_with_stem",
      "op": {
        "type": "Union",
        "left": "7",
        "right": "2"
      }
    },
    "9": {
      "id": "9",
      "name": "translated_horizontal_bar",
      "op": {
        "type": "Translate",
        "child": "8",
        "offset": {
          "x": 0,
          "y": 0,
          "z": 0
        }
      }
    },
    "10": {
      "id": "10",
      "name": "translated_stem",
      "op": {
        "type": "Translate",
        "child": "2",
        "offset": {
          "x": 0,
          "y": 20,
          "z": 0
        }
      }
    },
    "11": {
      "id": "11",
      "name": "translated_hole1",
      "op": {
        "type": "Translate",
        "child": "3",
        "offset": {
          "x": 0,
          "y": 45,
          "z": 0
        }
      }
    },
    "12": {
      "id": "12",
      "name": "translated_hole2",
      "op": {
        "type": "Translate",
        "child": "4",
        "offset": {
          "x": -25,
          "y": 10,
          "z": 0
        }
      }
    },
    "13": {
      "id": "13",
      "name": "translated_hole3",
      "op": {
        "type": "Translate",
        "child": "5",
        "offset": {
          "x": 25,
          "y": 10,
          "z": 0
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": "10",
      "material": "default"
    },
    {
      "root": "11",
      "material": "default"
    },
    {
      "root": "12",
      "material": "default"
    },
    {
      "root": "13",
      "material": "default"
    }
  ]
}

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