← mecheval / run / a4-flanged-shaft-01 / claude-direct-claude-haiku-4-5-20251001 / 20260429T120242Z-6a44

run 20260429T120242Z-6a44

a4-flanged-shaft-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:02:42.440Z
ended2026-04-29T12:02:48.143Z
tokens794 in · 1,407 out · 2,201 total
wallclock5.7s
tool calls1
task hash70d8d5eb7fc1d941…
vcad hash1c9fa204af2926f7…

Prompt

Make a flanged hollow shaft as a single solid. The base is a circular flange of outer diameter 80mm and thickness 10mm, with its bottom face on the XY plane (z = 0 to z = 10). Above the flange and concentric with it sits a cylindrical shaft of outer diameter 30mm extending 50mm upward (z = 10 to z = 60). A central through-bore of diameter 15mm runs along the Z axis through both the flange and the shaft (z = 0 to z = 60). The flange has four bolt holes of diameter 6mm, axes parallel to Z, on a bolt circle of diameter 60mm (radius 30mm) centered on the Z axis. The first bolt hole is on the +X axis; the others are spaced every 90 degrees. The bolt holes pass through the full flange thickness. 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": [
    -40,
    -40,
    0
  ],
  "max": [
    40,
    40,
    60
  ],
  "tolerance_mm": 0.2
}

details: {
  "reason": "no valid solid to measure"
}
2
mass_props
fail
mass props off
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 73874.55,
  "tolerance_pct": 1.5
}

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

details: {
  "actual": 0,
  "diameter_mm": 15,
  "diameter_tolerance_mm": 0.1,
  "expected": 1,
  "found": []
}
4
hole_positions
fail
1/1 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 15,
  "positions": [
    [
      0,
      0,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 15,
  "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/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": []
}
6
hole_positions
fail
4/4 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 6,
  "positions": [
    [
      30,
      0,
      0
    ],
    [
      0,
      30,
      0
    ],
    [
      -30,
      0,
      0
    ],
    [
      0,
      -30,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 6,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        30,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        30
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -30,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        -30
      ]
    }
  ],
  "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
5694ms
args
{
  "model": "claude-haiku-4-5-20251001",
  "max_tokens": 8000,
  "system_chars": 1674,
  "user_chars": 783
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "flange_base": {
      "id": 0,
      "name": "flange_base",
      "op": {
        "type": "Cylinder",
        "radius": 40,
        "height": 10,
        "segments": 32
      }
    },
    "shaft_cyl": {
      "id": 1,
      "name": "shaft_cyl",
      "op": {
        "type": "Cylinder",
        "radius": 15,
        "height": 50,
        "segments": 32
      }
    },
    "shaft_positioned": {
      "id": 2,
      "name": "shaft_positioned",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {"x": 0, "y": 0, "z": 10}
      }
    },
    "flange_with_shaft": {
      "id": 3,
      "name": "flange_with_shaft",
      "op": {
        "type": "Union",
        "left": 0,
        "right": 2
      }
    },
    "central_bore": {
      "id": 4,
      "name": "central_bore",
      "op": {
        "type": "Cylinder",
        "radius": 7.5,
        "height": 60,
        "segments": 32
      }
    },
    "bolt_hole_1": {
      "id": 5,
      "name": "bolt_hole_1",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "bolt_hole_1_pos": {
      "id": 6,
      "name": "bolt_hole_1_pos",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {"x": 30, "y": 0, "z": 0}
      }
    },
    "bolt_hole_2": {
      "id": 7,
      "name": "bolt_hole_2",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "bolt_hole_2_pos": {
      "id": 8,
      "name": "bolt_hole_2_pos",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {"x": 0, "y": 30, "z": 0}
      }
    },
    "bolt_hole_3": {
      "id": 9,
      "name": "bolt_hole_3",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "bolt_hole_3_pos": {
      "id": 10,
      "name": "bolt_hole_3_pos",
      "op": {
        "type": "Translate",
        "child": 9,
        "offset": {"x": -30, "y": 0, "z": 0}
      }
    },
    "bolt_hole_4": {
      "id": 11,
      "name": "bolt_hole_4",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "bolt_hole_4_pos": {
      "id": 12,
      "name": "bolt_hole_4_pos",
      "op": {
        "type": "Translate",
        "child": 11,
        "offset": {"x": 0, "y": -30, "z": 0}
      }
    },
    "all_bolt_holes": {
      "id": 13,
      "name": "all_bolt_holes",
      "op": {
        "type": "Union",
        "left": 6,
        "right": 8
      }
    },
    "all_bolt_holes_2": {
      "id": 14,
      "name": "all_bolt_holes_2",
      "op": {
        "type": "Union",
        "left": 13,
        "right": 10
      }
    },
    "all_bolt_holes_3": {
      "id": 15,
      "name": "all_bolt_holes_3",
      "op": {
        "type": "Union",
        "left": 14,
        "right": 12
      }
    },
    "with_central_bore": {
      "id": 16,
      "name": "with_central_bore",
      "op": {
        "type": "Difference",
        "left": 3,
        "right": 4
      }
    },
    "final_shaft": {
      "id": 17,
      "name": "final_shaft",
      "op": {
        "type": "Difference",
        "left": 16,
        "right": 15
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 17,
      "material": "default"
    }
  ]
}

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