← mecheval / run / a2-cubemark-01 / claude-direct-claude-haiku-4-5-20251001 / 20260428T211622Z-e7b6

run 20260428T211622Z-e7b6

a2-cubemark-01 · claude-direct-claude-haiku-4-5-20251001

Summary

statusfail
score0.00 (0/6)
submissionself-run
modelclaude-direct-claude-haiku-4-5-20251001 (anthropic)
started2026-04-28T21:16:22.408Z
ended2026-04-28T21:16:31.584Z
tokens731 in · 2,489 out · 3,220 total
wallclock9.2s
tool calls1
task hash04f3bf7a653dc3fd…
vcad hash31aef430b56a783c…

Prompt

Make a 30mm cube. Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 30). Drill nine through-holes of diameter 3mm, axes parallel to Z, arranged in a 3×3 grid on the top face spaced 8mm apart in both X and Y, centered on the Z axis. Hole centers are at (x, y) = (-8, -8), (0, -8), (8, -8), (-8, 0), (0, 0), (8, 0), (-8, 8), (0, 8), (8, 8). 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": [
    -15,
    -15,
    0
  ],
  "max": [
    15,
    15,
    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": 25091.48,
  "tolerance_pct": 0.5
}

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

details: {
  "actual": 0,
  "diameter_mm": 3,
  "diameter_tolerance_mm": 0.05,
  "expected": 9,
  "found": []
}
4
hole_positions
fail
9/9 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 3,
  "positions": [
    [
      -8,
      -8,
      0
    ],
    [
      0,
      -8,
      0
    ],
    [
      8,
      -8,
      0
    ],
    [
      -8,
      0,
      0
    ],
    [
      0,
      0,
      0
    ],
    [
      8,
      0,
      0
    ],
    [
      -8,
      8,
      0
    ],
    [
      0,
      8,
      0
    ],
    [
      8,
      8,
      0
    ]
  ],
  "tolerance_mm": 0.15
}

details: {
  "diameter_mm": 3,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -8,
        -8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        -8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        8,
        -8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -8,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        8,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -8,
        8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        8,
        8
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
5
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
9171ms
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": {
    "cube_base": {
      "id": "cube_base",
      "name": "Base Cube",
      "op": {
        "type": "Cube",
        "size": {"x": 30, "y": 30, "z": 30}
      }
    },
    "cube_centered": {
      "id": "cube_centered",
      "name": "Centered Cube",
      "op": {
        "type": "Translate",
        "child": "cube_base",
        "offset": {"x": -15, "y": -15, "z": 0}
      }
    },
    "hole_1": {
      "id": "hole_1",
      "name": "Hole at (-8, -8)",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole_1_pos": {
      "id": "hole_1_pos",
      "name": "Hole 1 Positioned",
      "op": {
        "type": "Translate",
        "child": "hole_1",
        "offset": {"x": -8, "y": -8, "z": 0}
      }
    },
    "hole_2": {
      "id": "hole_2",
      "name": "Hole at (0, -8)",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole_2_pos": {
      "id": "hole_2_pos",
      "name": "Hole 2 Positioned",
      "op": {
        "type": "Translate",
        "child": "hole_2",
        "offset": {"x": 0, "y": -8, "z": 0}
      }
    },
    "hole_3": {
      "id": "hole_3",
      "name": "Hole at (8, -8)",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole_3_pos": {
      "id": "hole_3_pos",
      "name": "Hole 3 Positioned",
      "op": {
        "type": "Translate",
        "child": "hole_3",
        "offset": {"x": 8, "y": -8, "z": 0}
      }
    },
    "hole_4": {
      "id": "hole_4",
      "name": "Hole at (-8, 0)",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole_4_pos": {
      "id": "hole_4_pos",
      "name": "Hole 4 Positioned",
      "op": {
        "type": "Translate",
        "child": "hole_4",
        "offset": {"x": -8, "y": 0, "z": 0}
      }
    },
    "hole_5": {
      "id": "hole_5",
      "name": "Hole at (0, 0)",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole_5_pos": {
      "id": "hole_5_pos",
      "name": "Hole 5 Positioned",
      "op": {
        "type": "Translate",
        "child": "hole_5",
        "offset": {"x": 0, "y": 0, "z": 0}
      }
    },
    "hole_6": {
      "id": "hole_6",
      "name": "Hole at (8, 0)",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole_6_pos": {
      "id": "hole_6_pos",
      "name": "Hole 6 Positioned",
      "op": {
        "type": "Translate",
        "child": "hole_6",
        "offset": {"x": 8, "y": 0, "z": 0}
      }
    },
    "hole_7": {
      "id": "hole_7",
      "name": "Hole at (-8, 8)",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole_7_pos": {
      "id": "hole_7_pos",
      "name": "Hole 7 Positioned",
      "op": {
        "type": "Translate",
        "child": "hole_7",
        "offset": {"x": -8, "y": 8, "z": 0}
      }
    },
    "hole_8": {
      "id": "hole_8",
      "name": "Hole at (0, 8)",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole_8_pos": {
      "id": "hole_8_pos",
      "name": "Hole 8 Positioned",
      "op": {
        "type": "Translate",
        "child": "hole_8",
        "offset": {"x": 0, "y": 8, "z": 0}
      }
    },
    "hole_9": {
      "id": "hole_9",
      "name": "Hole at (8, 8)",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "hole_9_pos": {
      "id": "hole_9_pos",
      "name": "Hole 9 Positioned",
      "op": {
        "type": "Translate",
        "child": "hole_9",
        "offset": {"x": 8, "y": 8, "z": 0}
      }
    },
    "with_holes_1": {
      "id": "with_holes_1",
      "name": "Cube minus hole 1",
      "op": {
        "type": "Difference",
        "left": "cube_centered",
        "right": "hole_1_pos"
      }
    },
    "with_holes_2": {
      "id": "with_holes_2",
      "name": "Cube minus holes 1-2",
      "op": {
        "type": "Difference",
        "left": "with_holes_1",
        "right": "hole_2_pos"
      }
    },
    "with_holes_3": {
      "id": "with_holes_3",
      "name": "Cube minus holes 1-3",
      "op": {
        "type": "Difference",
        "left": "with_holes_2",
        "right": "hole_3_pos"
      }
    },
    "with_holes_4": {
      "id": "with_holes_4",
      "name": "Cube minus holes 1-4",
      "op": {
        "type": "Difference",
        "left": "with_holes_3",
        "right": "hole_4_pos"
      }
    },
    "with_holes_5": {
      "id": "with_holes_5",
      "name": "Cube minus holes 1-5",
      "op": {
        "type": "Difference",
        "left": "with_holes_4",
        "right": "hole_5_pos"
      }
    },
    "with_holes_6": {
      "id": "with_holes_6",
      "name": "Cube minus holes 1-6",
      "op": {
        "type": "Difference",
        "left": "with_holes_5",
        "right": "hole_6_pos"
      }
    },
    "with_holes_7": {
      "id": "with_holes_7",
      "name": "Cube minus holes 1-7",
      "op": {
        "type": "Difference",
        "left": "with_holes_6",
        "right": "hole_7_pos"
      }
    },
    "with_holes_8": {
      "id": "with_holes_8",
      "name": "Cube minus holes 1-8",
      "op": {
        "type": "Difference",
        "left": "with_holes_7",
        "right": "hole_8_pos"
      }
    },
    "with_holes_9": {
      "id": "with_holes_9",
      "name": "Cube minus all 9 holes",
      "op": {
        "type": "Difference",
        "left": "with_holes_8",
        "right": "hole_9_pos"
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": "with_holes_9",
      "material": "default"
    }
  ]
}

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