← mecheval / run / a3-hex-nut-01 / claude-direct-claude-opus-4-7 / 20260428T213238Z-88b8

run 20260428T213238Z-88b8

a3-hex-nut-01 · claude-direct-claude-opus-4-7

Summary

statusfail
score0.00 (0/6)
submissionself-run
modelclaude-direct-claude-opus-4-7 (anthropic)
started2026-04-28T21:32:38.327Z
ended2026-04-28T21:32:42.215Z
tokens892 in · 318 out · 1,210 total
wallclock3.9s
tool calls1
task hash7a7b681fbc898d3a…
vcad hash50b876ee8c75a802…

Prompt

Make a hexagonal nut. The outer cross-section is a regular hexagon with flat-to-flat distance 19mm (so 19mm wrench fits), oriented so two flats are parallel to the X axis (the top and bottom of the hex). Height 8mm along Z, base on the XY plane (z = 0 to z = 8). Concentric central through-hole of diameter 10mm, axis along Z. Output a single solid.

Checks

0
valid_solid
fail
solid invalid
params + details
params: {
  "type": "valid_solid"
}

details: {
  "error": "parse: Invalid JSON vcad file: missing field `angles` at line 5 column 136",
  "reason": "fatal evaluation error"
}
1
bbox
fail
? off by 0.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -10.97,
    -9.5,
    0
  ],
  "max": [
    10.97,
    9.5,
    8
  ],
  "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": 1872.62,
  "tolerance_pct": 1.5
}

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

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

details: {
  "diameter_mm": 10,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        0
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
5
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
3884ms
args
{
  "model": "claude-opus-4-7",
  "max_tokens": 8000,
  "system_chars": 1632,
  "user_chars": 405
}

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": "hex_prism_raw", "op": {"type":"Cylinder", "radius": 10.969655114602888, "height": 8, "segments": 6} },
    "2": { "id": 2, "name": "hex_prism", "op": {"type":"Rotate", "child": 1, "axis": {"x":0,"y":0,"z":1}, "angle": 1.5707963267948966} },
    "3": { "id": 3, "name": "hole", "op": {"type":"Cylinder", "radius": 5.0, "height": 8, "segments": 64} },
    "4": { "id": 4, "name": "nut", "op": {"type":"Difference", "left": 2, "right": 3} }
  },
  "materials": {},
  "part_materials": {},
  "roots": [{ "root": 4, "material": "default" }]
}

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