← mecheval / run / a2-l-bracket-01 / openai-direct-gpt-4o-mini / 20260428T212757Z-4ef2

run 20260428T212757Z-4ef2

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

Summary

statusfail
score0.00 (0/6)
submissionself-run
modelopenai-direct-gpt-4o-mini (openai)
started2026-04-28T21:27:57.221Z
ended2026-04-28T21:28:06.781Z
tokens670 in · 494 out · 1,164 total
wallclock9.6s
tool calls1
task hashc8efa8964b7ad82a…
vcad hash02b8b3ca2114dd2f…

Prompt

Make an L-shaped mounting bracket. The base lies in the XY plane, occupying x in [0, 50], y in [0, 30], z in [0, 4] (50mm long, 30mm wide, 4mm thick). A vertical wall stands on the +X edge: x in [46, 50], y in [0, 30], z in [4, 30] (4mm thick, 30mm wide, rising to z = 30). Two through-holes of diameter 5mm pierce the base parallel to Z, centered at (10, 15) and (35, 15) on the top face. 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: map, expected u64 at line 73 column 5",
  "reason": "fatal evaluation error"
}
1
bbox
fail
? off by 0.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    0,
    0,
    0
  ],
  "max": [
    50,
    30,
    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": 8962.92,
  "tolerance_pct": 0.5
}

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

details: {
  "actual": 0,
  "diameter_mm": 5,
  "diameter_tolerance_mm": 0.05,
  "expected": 2,
  "found": []
}
4
hole_positions
fail
2/2 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 5,
  "positions": [
    [
      10,
      15,
      0
    ],
    [
      35,
      15,
      0
    ]
  ],
  "tolerance_mm": 0.1
}

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

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

Tool calls

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

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": "Base",
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 30,
          "z": 4
        }
      }
    },
    "2": {
      "id": 2,
      "name": "Wall",
      "op": {
        "type": "Cube",
        "size": {
          "x": 4,
          "y": 30,
          "z": 26
        }
      }
    },
    "3": {
      "id": 3,
      "name": "Hole1",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 4,
        "segments": 32
      }
    },
    "4": {
      "id": 4,
      "name": "Hole2",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 4,
        "segments": 32
      }
    },
    "5": {
      "id": 5,
      "name": "BaseWithHoles",
      "op": {
        "type": "Difference",
        "left": 1,
        "right": 3
      }
    },
    "6": {
      "id": 6,
      "name": "Bracket",
      "op": {
        "type": "Union",
        "left": 5,
        "right": {
          "type": "Translate",
          "child": 2,
          "offset": {
            "x": 46,
            "y": 0,
            "z": 4
          }
        }
      }
    },
    "7": {
      "id": 7,
      "name": "BracketWithHole2",
      "op": {
        "type": "Difference",
        "left": 6,
        "right": 4
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [{
    "root": 7,
    "material": "default"
  }]
}

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