← mecheval / run / a3-hex-nut-01 / claude-direct-claude-opus-4-7 / 20260428T213552Z-1d97
run 20260428T213552Z-1d97
Summary
| status | fail |
| score | 0.67 (4/6) |
| submission | self-run |
| model | claude-direct-claude-opus-4-7 (anthropic) |
| started | 2026-04-28T21:35:52.845Z |
| ended | 2026-04-28T21:35:56.415Z |
| tokens | 912 in · 296 out · 1,208 total |
| wallclock | 3.5s |
| tool calls | 1 |
| task hash | 7a7b681fbc898d3a… |
| vcad hash | 718240072145a1de… |
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_solidpass
params + details
params: {
"type": "valid_solid"
}
details: {
"root_count": 1,
"solids_produced": 1
}
1
bboxfail
Y off by +1.46mm
params + details
params: {
"type": "bbox",
"min": [
-10.97,
-9.5,
0
],
"max": [
10.97,
9.5,
8
],
"tolerance_mm": 0.2
}
details: {
"actual_max": [
10.964126586914062,
10.964126586914062,
8
],
"actual_min": [
-10.964126586914062,
-10.964126586914062,
0
],
"deviation_max": [
-0.0058734130859381395,
1.4641265869140625,
0
],
"deviation_min": [
0.0058734130859381395,
-1.4641265869140625,
0
],
"max_abs_deviation_mm": 1.4641265869140625,
"tolerance_mm": 0.2
}
2
mass_propsfail
volume off by 27.8%
params + details
params: {
"type": "mass_props",
"volume_mm3": 1872.62,
"tolerance_pct": 1.5
}
details: {
"volume": {
"actual_mm3": 2392.3308472693348,
"deviation_pct": 27.753139839867934,
"pass": false,
"spec_mm3": 1872.62,
"tolerance_pct": 1.5
}
}
3
hole_countpass
params + details
params: {
"type": "hole_count",
"diameter_mm": 10,
"expected": 1,
"diameter_tolerance_mm": 0.1
}
details: {
"actual": 1,
"diameter_mm": 10,
"diameter_tolerance_mm": 0.1,
"expected": 1,
"found": [
[
0,
0,
10
]
]
}
4
hole_positionspass
params + details
params: {
"type": "hole_positions",
"diameter_mm": 10,
"positions": [
[
0,
0,
0
]
],
"tolerance_mm": 0.15
}
details: {
"diameter_mm": 10,
"per_expected": [
{
"distance_mm": 0,
"matched_hole": [
0,
0
],
"pass": true,
"spec_xy": [
0,
0
]
}
],
"tolerance_mm": 0.15,
"unmatched_extras": []
}
5
step_roundtrippass
params + details
params: {
"type": "step_roundtrip",
"tolerance_pct": 1.5
}
details: {
"per_solid": [
{
"bbox": {
"max_abs_deviation_mm": 0.017614364624023438,
"original_max": [
10.964126586914062,
10.964126586914062,
8
],
"original_min": [
-10.964126586914062,
-10.964126586914062,
0
],
"pass": true,
"roundtripped_max": [
10.946512222290039,
10.946512222290039,
8
],
"roundtripped_min": [
-10.946512222290039,
-10.946512222290039,
0
],
"tolerance_mm": 0.480397470085945
},
"index": 0,
"pass": true,
"volume": {
"deviation_pct": 0.5236180706113771,
"original_mm3": 2392.330847269332,
"pass": true,
"roundtripped_mm3": 2379.8041706442195
}
}
],
"tolerance_pct": 1.5
}
Tool calls
0
anthropic.messages.createok
3467ms
args
{
"model": "claude-opus-4-7",
"max_tokens": 8000,
"system_chars": 1674,
"user_chars": 405
}What the model built
isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260428T213552Z-1d97.vcad
.vcad source
{
"version": "0.1",
"nodes": {
"1": { "id": 1, "name": "cyl_template", "op": {"type":"Cylinder", "radius": 10.97, "height": 8, "segments": 6} },
"2": { "id": 2, "name": "hex_oriented", "op": {"type":"Rotate", "child": 1, "angles": {"x":0,"y":0,"z":30}} },
"3": { "id": 3, "name": "hole", "op": {"type":"Cylinder", "radius": 5, "height": 8, "segments": 64} },
"4": { "id": 4, "name": "nut", "op": {"type":"Difference", "left": 2, "right": 3} }
},
"materials": {},
"part_materials": {},
"roots": [{ "root": 4, "material": "default" }]
}