← mecheval / run / a2-square-flange-01 / openai-direct-gpt-4o-mini / 20260428T212853Z-8601

run 20260428T212853Z-8601

a2-square-flange-01 · openai-direct-gpt-4o-mini

Summary

statusfail
score0.00 (0/8)
submissionself-run
modelopenai-direct-gpt-4o-mini (openai)
started2026-04-28T21:28:53.797Z
ended2026-04-28T21:29:02.783Z
tokens620 in · 493 out · 1,113 total
wallclock9.0s
tool calls1
task hash5be67adc7641fb5a…
vcad hash6c92f804b29f0740…

Prompt

Make a square plate 80mm × 80mm × 6mm (X × Y × Z). Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 6). Drill one central through-hole of diameter 12mm on the Z axis, and four corner through-holes of diameter 6mm with axes parallel to Z, centered 10mm in from each corner of 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 74 column 5",
  "reason": "fatal evaluation error"
}
1
bbox
fail
? off by 0.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -40,
    -40,
    0
  ],
  "max": [
    40,
    40,
    6
  ],
  "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": 37042.83,
  "tolerance_pct": 0.5
}

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

details: {
  "actual": 0,
  "diameter_mm": 12,
  "diameter_tolerance_mm": 0.1,
  "expected": 1,
  "found": []
}
4
hole_count
fail
found 0/4 holes of ⌀6mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 6,
  "expected": 4,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 0,
  "diameter_mm": 6,
  "diameter_tolerance_mm": 0.05,
  "expected": 4,
  "found": []
}
5
hole_positions
fail
1/1 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 12,
  "positions": [
    [
      0,
      0,
      0
    ]
  ],
  "tolerance_mm": 0.15
}

details: {
  "diameter_mm": 12,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        0
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
6
hole_positions
fail
4/4 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 6,
  "positions": [
    [
      30,
      30,
      0
    ],
    [
      -30,
      30,
      0
    ],
    [
      -30,
      -30,
      0
    ],
    [
      30,
      -30,
      0
    ]
  ],
  "tolerance_mm": 0.15
}

details: {
  "diameter_mm": 6,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        30,
        30
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -30,
        30
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -30,
        -30
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        30,
        -30
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
7
step_roundtrip
fail
STEP roundtrip failed
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

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

Tool calls

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

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": "Plate",
      "op": {
        "type": "Cube",
        "size": {
          "x": 80,
          "y": 80,
          "z": 6
        }
      }
    },
    "2": {
      "id": 2,
      "name": "Main Hole",
      "op": {
        "type": "Cylinder",
        "radius": 6,
        "height": 6,
        "segments": 32
      }
    },
    "3": {
      "id": 3,
      "name": "Corner Holes",
      "op": {
        "type": "Union",
        "left": {
          "type": "Translate",
          "child": 2,
          "offset": {
            "x": 30,
            "y": 30,
            "z": 0
          }
        },
        "right": {
          "type": "Union",
          "left": {
            "type": "Translate",
            "child": 2,
            "offset": {
              "x": 30,
              "y": -30,
              "z": 0
            }
          },
          "right": {
            "type": "Union",
            "left": {
              "type": "Translate",
              "child": 2,
              "offset": {
                "x": -30,
                "y": 30,
                "z": 0
              }
            },
            "right": {
              "type": "Translate",
              "child": 2,
              "offset": {
                "x": -30,
                "y": -30,
                "z": 0
              }
            }
          }
        }
      }
    },
    "4": {
      "id": 4,
      "name": "Final Plate with Holes",
      "op": {
        "type": "Difference",
        "left": 1,
        "right": 3
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 4,
      "material": "default"
    }
  ]
}

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