← mecheval / run / a2-tee-bracket-01 / openai-direct-gpt-5-mini / 20260428T214039Z-b3f5

run 20260428T214039Z-b3f5

a2-tee-bracket-01 · openai-direct-gpt-5-mini

Summary

statusPASS
score1.00 (6/6)
submissionself-run
modelopenai-direct-gpt-5-mini (openai)
started2026-04-28T21:40:39.916Z
ended2026-04-28T21:40:58.263Z
tokens667 in · 1,983 out · 2,650 total
wallclock18.3s
tool calls1
task hashb0cf14433cfe8350…
vcad hash63b054ba7e604493…

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

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

details: {
  "actual_max": [
    30,
    50,
    5
  ],
  "actual_min": [
    -30,
    0,
    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": 8705.48,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 8707.364493215007,
    "deviation_pct": 0.021647206300028848,
    "pass": true,
    "spec_mm3": 8705.48,
    "tolerance_pct": 0.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 5,
  "expected": 3,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 3,
  "diameter_mm": 5,
  "diameter_tolerance_mm": 0.05,
  "expected": 3,
  "found": [
    [
      0,
      45,
      5
    ],
    [
      -25,
      10,
      5
    ],
    [
      25,
      10,
      5
    ]
  ]
}
4
hole_positions
pass
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": [
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        45
      ],
      "pass": true,
      "spec_xy": [
        0,
        45
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -25,
        10
      ],
      "pass": true,
      "spec_xy": [
        -25,
        10
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        25,
        10
      ],
      "pass": true,
      "spec_xy": [
        25,
        10
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
5
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.5
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          30,
          50,
          5
        ],
        "original_min": [
          -30,
          0,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          30,
          50,
          5
        ],
        "roundtripped_min": [
          -30,
          0,
          0
        ],
        "tolerance_mm": 0.3913118960624632
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 8707.364493215007,
        "pass": true,
        "roundtripped_mm3": 8707.364493215007
      }
    }
  ],
  "tolerance_pct": 0.5
}

Tool calls

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

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "horizontal_bar_cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 60,
          "y": 20,
          "z": 5
        }
      }
    },
    "2": {
      "id": 2,
      "name": "horizontal_bar_positioned",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -30,
          "y": 0,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "vertical_stem_cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 20,
          "y": 30,
          "z": 5
        }
      }
    },
    "4": {
      "id": 4,
      "name": "vertical_stem_positioned",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -10,
          "y": 20,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": "t_bracket_union",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 4
      }
    },
    "6": {
      "id": 6,
      "name": "hole_cyl_top",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 5,
        "segments": 32
      }
    },
    "7": {
      "id": 7,
      "name": "hole_top_positioned",
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": 0,
          "y": 45,
          "z": 0
        }
      }
    },
    "8": {
      "id": 8,
      "name": "hole_cyl_left",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 5,
        "segments": 32
      }
    },
    "9": {
      "id": 9,
      "name": "hole_left_positioned",
      "op": {
        "type": "Translate",
        "child": 8,
        "offset": {
          "x": -25,
          "y": 10,
          "z": 0
        }
      }
    },
    "10": {
      "id": 10,
      "name": "hole_cyl_right",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 5,
        "segments": 32
      }
    },
    "11": {
      "id": 11,
      "name": "hole_right_positioned",
      "op": {
        "type": "Translate",
        "child": 10,
        "offset": {
          "x": 25,
          "y": 10,
          "z": 0
        }
      }
    },
    "12": {
      "id": 12,
      "name": "holes_union_1_2",
      "op": {
        "type": "Union",
        "left": 7,
        "right": 9
      }
    },
    "13": {
      "id": 13,
      "name": "holes_union_all",
      "op": {
        "type": "Union",
        "left": 12,
        "right": 11
      }
    },
    "14": {
      "id": 14,
      "name": "t_bracket_with_holes",
      "op": {
        "type": "Difference",
        "left": 5,
        "right": 13
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 14,
      "material": "default"
    }
  ]
}

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