← mecheval / run / a4-bolt-circle-flange-with-bore-01 / claude-direct-claude-haiku-4-5-20251001 / 20260429T120429Z-4eb8

run 20260429T120429Z-4eb8

a4-bolt-circle-flange-with-bore-01 · claude-direct-claude-haiku-4-5-20251001

Summary

statusfail
score0.00 (0/8)
submissionself-run
modelclaude-direct-claude-haiku-4-5-20251001 (anthropic)
started2026-04-29T12:04:29.191Z
ended2026-04-29T12:04:36.069Z
tokens749 in · 1,674 out · 2,423 total
wallclock6.9s
tool calls1
task hash33b12253990b5195…
vcad hash51ab2c6c4d34e346…

Prompt

Make a round flange as a single solid. The outer body is a cylinder of diameter 100mm and thickness 12mm, with its bottom face on the XY plane (z = 0 to z = 12), centered on the Z axis. A central through-bore of diameter 40mm runs along the Z axis through the full thickness. Six bolt holes of diameter 8mm, axes parallel to Z, are arranged on a bolt circle of diameter 75mm (radius 37.5mm) centered on the Z axis, passing through the full thickness. The first bolt hole is on the +X axis, and the remaining five are evenly spaced every 60 degrees. 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": [
    -50,
    -50,
    0
  ],
  "max": [
    50,
    50,
    12
  ],
  "tolerance_mm": 0.3
}

details: {
  "reason": "no valid solid to measure"
}
2
mass_props
fail
mass props off
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 75549.02,
  "tolerance_pct": 1.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_positions
fail
1/1 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 40,
  "positions": [
    [
      0,
      0,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 40,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        0
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
5
hole_count
fail
found 0/6 holes of ⌀8mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 8,
  "expected": 6,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 0,
  "diameter_mm": 8,
  "diameter_tolerance_mm": 0.05,
  "expected": 6,
  "found": []
}
6
hole_positions
fail
6/6 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 8,
  "positions": [
    [
      37.5,
      0,
      0
    ],
    [
      18.75,
      32.476,
      0
    ],
    [
      -18.75,
      32.476,
      0
    ],
    [
      -37.5,
      0,
      0
    ],
    [
      -18.75,
      -32.476,
      0
    ],
    [
      18.75,
      -32.476,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 8,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        37.5,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        18.75,
        32.476
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -18.75,
        32.476
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -37.5,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -18.75,
        -32.476
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        18.75,
        -32.476
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
7
step_roundtrip
fail
STEP roundtrip failed
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1.5
}

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

Tool calls

0
anthropic.messages.create
ok
6869ms
args
{
  "model": "claude-haiku-4-5-20251001",
  "max_tokens": 8000,
  "system_chars": 1674,
  "user_chars": 648
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "body": {
      "id": "body",
      "name": "Main flange cylinder",
      "op": {
        "type": "Cylinder",
        "radius": 50,
        "height": 12,
        "segments": 32
      }
    },
    "central_bore": {
      "id": "central_bore",
      "name": "Central bore cylinder",
      "op": {
        "type": "Cylinder",
        "radius": 20,
        "height": 12,
        "segments": 32
      }
    },
    "body_minus_bore": {
      "id": "body_minus_bore",
      "name": "Body with central bore",
      "op": {
        "type": "Difference",
        "left": "body",
        "right": "central_bore"
      }
    },
    "bolt_hole_1": {
      "id": "bolt_hole_1",
      "name": "Bolt hole 1 at 0 degrees",
      "op": {
        "type": "Translate",
        "child": {
          "type": "Cylinder",
          "radius": 4,
          "height": 12,
          "segments": 32
        },
        "offset": {"x": 37.5, "y": 0, "z": 0}
      }
    },
    "bolt_hole_2": {
      "id": "bolt_hole_2",
      "name": "Bolt hole 2 at 60 degrees",
      "op": {
        "type": "Translate",
        "child": {
          "type": "Cylinder",
          "radius": 4,
          "height": 12,
          "segments": 32
        },
        "offset": {"x": 18.75, "y": 32.476, "z": 0}
      }
    },
    "bolt_hole_3": {
      "id": "bolt_hole_3",
      "name": "Bolt hole 3 at 120 degrees",
      "op": {
        "type": "Translate",
        "child": {
          "type": "Cylinder",
          "radius": 4,
          "height": 12,
          "segments": 32
        },
        "offset": {"x": -18.75, "y": 32.476, "z": 0}
      }
    },
    "bolt_hole_4": {
      "id": "bolt_hole_4",
      "name": "Bolt hole 4 at 180 degrees",
      "op": {
        "type": "Translate",
        "child": {
          "type": "Cylinder",
          "radius": 4,
          "height": 12,
          "segments": 32
        },
        "offset": {"x": -37.5, "y": 0, "z": 0}
      }
    },
    "bolt_hole_5": {
      "id": "bolt_hole_5",
      "name": "Bolt hole 5 at 240 degrees",
      "op": {
        "type": "Translate",
        "child": {
          "type": "Cylinder",
          "radius": 4,
          "height": 12,
          "segments": 32
        },
        "offset": {"x": -18.75, "y": -32.476, "z": 0}
      }
    },
    "bolt_hole_6": {
      "id": "bolt_hole_6",
      "name": "Bolt hole 6 at 300 degrees",
      "op": {
        "type": "Translate",
        "child": {
          "type": "Cylinder",
          "radius": 4,
          "height": 12,
          "segments": 32
        },
        "offset": {"x": 18.75, "y": -32.476, "z": 0}
      }
    },
    "with_holes_1_2": {
      "id": "with_holes_1_2",
      "name": "Body with holes 1 and 2",
      "op": {
        "type": "Difference",
        "left": "body_minus_bore",
        "right": "bolt_hole_1"
      }
    },
    "with_holes_1_2_3": {
      "id": "with_holes_1_2_3",
      "name": "Body with holes 1, 2 and 3",
      "op": {
        "type": "Difference",
        "left": "with_holes_1_2",
        "right": "bolt_hole_2"
      }
    },
    "with_holes_1_2_3_4": {
      "id": "with_holes_1_2_3_4",
      "name": "Body with holes 1, 2, 3 and 4",
      "op": {
        "type": "Difference",
        "left": "with_holes_1_2_3",
        "right": "bolt_hole_3"
      }
    },
    "with_holes_1_2_3_4_5": {
      "id": "with_holes_1_2_3_4_5",
      "name": "Body with holes 1, 2, 3, 4 and 5",
      "op": {
        "type": "Difference",
        "left": "with_holes_1_2_3_4",
        "right": "bolt_hole_4"
      }
    },
    "with_holes_1_2_3_4_5_6": {
      "id": "with_holes_1_2_3_4_5_6",
      "name": "Body with holes 1, 2, 3, 4, 5 and 6",
      "op": {
        "type": "Difference",
        "left": "with_holes_1_2_3_4_5",
        "right": "bolt_hole_5"
      }
    },
    "final_flange": {
      "id": "final_flange",
      "name": "Final flange with all holes",
      "op": {
        "type": "Difference",
        "left": "with_holes_1_2_3_4_5_6",
        "right": "bolt_hole_6"
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": "final_flange",
      "material": "default"
    }
  ]
}

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