← mecheval / run / a2-flanged-cap-01 / claude-direct-claude-haiku-4-5-20251001 / 20260428T211434Z-23f7

run 20260428T211434Z-23f7

a2-flanged-cap-01 · claude-direct-claude-haiku-4-5-20251001

Summary

statusfail
score0.00 (0/7)
submissionself-run
modelclaude-direct-claude-haiku-4-5-20251001 (anthropic)
started2026-04-28T21:14:34.549Z
ended2026-04-28T21:14:41.292Z
tokens690 in · 1,530 out · 2,220 total
wallclock6.7s
tool calls1
task hasha438f2e4d00d25d7…
vcad hashe0edd7d30be9f6b2…

Prompt

Make a circular flanged cap. Outer cylinder: outside diameter 60mm, height 8mm, axis along Z, base on the XY plane (z = 0 to z = 8). Concentric central through-hole of diameter 40mm, axis along Z. Six bolt holes of diameter 5mm on a 50mm bolt circle (radius 25mm from the axis), evenly spaced starting at 0 degrees, all parallel to Z and going fully through. 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 value: expected key to be a number in quotes at line 4 column 5",
  "reason": "fatal evaluation error"
}
1
bbox
fail
? off by 0.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -30,
    -30,
    0
  ],
  "max": [
    30,
    30,
    8
  ],
  "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": 11623.89,
  "center_of_mass": [
    0,
    0,
    4
  ],
  "tolerance_pct": 0.5
}

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

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

details: {
  "actual": 0,
  "diameter_mm": 5,
  "diameter_tolerance_mm": 0.05,
  "expected": 6,
  "found": []
}
5
hole_positions
fail
6/6 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 5,
  "positions": [
    [
      25,
      0,
      0
    ],
    [
      12.5,
      21.65,
      0
    ],
    [
      -12.5,
      21.65,
      0
    ],
    [
      -25,
      0,
      0
    ],
    [
      -12.5,
      -21.65,
      0
    ],
    [
      12.5,
      -21.65,
      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": [
        25,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        12.5,
        21.65
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -12.5,
        21.65
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -25,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -12.5,
        -21.65
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        12.5,
        -21.65
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
6
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
anthropic.messages.create
ok
6738ms
args
{
  "model": "claude-haiku-4-5-20251001",
  "max_tokens": 8000,
  "system_chars": 1632,
  "user_chars": 441
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "main_cylinder": {
      "id": "main_cylinder",
      "name": "Main outer cylinder",
      "op": {
        "type": "Cylinder",
        "radius": 30,
        "height": 8,
        "segments": 32
      }
    },
    "center_hole": {
      "id": "center_hole",
      "name": "Central through-hole",
      "op": {
        "type": "Cylinder",
        "radius": 20,
        "height": 8,
        "segments": 32
      }
    },
    "with_center_hole": {
      "id": "with_center_hole",
      "name": "Cap with center hole",
      "op": {
        "type": "Difference",
        "left": "main_cylinder",
        "right": "center_hole"
      }
    },
    "bolt_hole_1": {
      "id": "bolt_hole_1",
      "name": "Bolt hole 1 at 0°",
      "op": {
        "type": "Translate",
        "child": "bolt_hole_cyl",
        "offset": {
          "x": 25,
          "y": 0,
          "z": 0
        }
      }
    },
    "bolt_hole_cyl": {
      "id": "bolt_hole_cyl",
      "name": "Bolt hole cylinder",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "bolt_hole_2": {
      "id": "bolt_hole_2",
      "name": "Bolt hole 2 at 60°",
      "op": {
        "type": "Translate",
        "child": "bolt_hole_cyl",
        "offset": {
          "x": 12.5,
          "y": 21.650635,
          "z": 0
        }
      }
    },
    "bolt_hole_3": {
      "id": "bolt_hole_3",
      "name": "Bolt hole 3 at 120°",
      "op": {
        "type": "Translate",
        "child": "bolt_hole_cyl",
        "offset": {
          "x": -12.5,
          "y": 21.650635,
          "z": 0
        }
      }
    },
    "bolt_hole_4": {
      "id": "bolt_hole_4",
      "name": "Bolt hole 4 at 180°",
      "op": {
        "type": "Translate",
        "child": "bolt_hole_cyl",
        "offset": {
          "x": -25,
          "y": 0,
          "z": 0
        }
      }
    },
    "bolt_hole_5": {
      "id": "bolt_hole_5",
      "name": "Bolt hole 5 at 240°",
      "op": {
        "type": "Translate",
        "child": "bolt_hole_cyl",
        "offset": {
          "x": -12.5,
          "y": -21.650635,
          "z": 0
        }
      }
    },
    "bolt_hole_6": {
      "id": "bolt_hole_6",
      "name": "Bolt hole 6 at 300°",
      "op": {
        "type": "Translate",
        "child": "bolt_hole_cyl",
        "offset": {
          "x": 12.5,
          "y": -21.650635,
          "z": 0
        }
      }
    },
    "all_bolt_holes": {
      "id": "all_bolt_holes",
      "name": "Union of all bolt holes",
      "op": {
        "type": "Union",
        "left": "bolt_hole_1",
        "right": "bolt_hole_2"
      }
    },
    "all_bolt_holes_2": {
      "id": "all_bolt_holes_2",
      "name": "Union of bolt holes 1-3",
      "op": {
        "type": "Union",
        "left": "all_bolt_holes",
        "right": "bolt_hole_3"
      }
    },
    "all_bolt_holes_3": {
      "id": "all_bolt_holes_3",
      "name": "Union of bolt holes 1-4",
      "op": {
        "type": "Union",
        "left": "all_bolt_holes_2",
        "right": "bolt_hole_4"
      }
    },
    "all_bolt_holes_4": {
      "id": "all_bolt_holes_4",
      "name": "Union of bolt holes 1-5",
      "op": {
        "type": "Union",
        "left": "all_bolt_holes_3",
        "right": "bolt_hole_5"
      }
    },
    "all_bolt_holes_final": {
      "id": "all_bolt_holes_final",
      "name": "Union of all 6 bolt holes",
      "op": {
        "type": "Union",
        "left": "all_bolt_holes_4",
        "right": "bolt_hole_6"
      }
    },
    "final_cap": {
      "id": "final_cap",
      "name": "Flanged cap with all holes",
      "op": {
        "type": "Difference",
        "left": "with_center_hole",
        "right": "all_bolt_holes_final"
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": "final_cap",
      "material": "default"
    }
  ]
}

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