← mecheval / run / a1-stepped-shaft-01 / claude-direct-claude-haiku-4-5-20251001 / 20260428T211332Z-40dc
run 20260428T211332Z-40dc
Summary
| status | fail |
| score | 0.50 (2/4) |
| submission | self-run |
| model | claude-direct-claude-haiku-4-5-20251001 (anthropic) |
| started | 2026-04-28T21:13:32.500Z |
| ended | 2026-04-28T21:13:35.074Z |
| tokens | 660 in · 440 out · 1,100 total |
| wallclock | 2.6s |
| tool calls | 1 |
| task hash | 0b362741f05ae514… |
| vcad hash | f77e3f7467768a44… |
Prompt
Make a stepped shaft along the Z axis: a base cylinder of diameter 40mm and height 10mm sitting on the XY plane (z = 0 to z = 10), with a smaller coaxial cylinder of diameter 20mm and height 15mm stacked directly on top (z = 10 to z = 25). The result is a single solid.
Checks
0
valid_solidpass
params + details
params: {
"type": "valid_solid"
}
details: {
"root_count": 1,
"solids_produced": 1
}
1
bboxfail
X off by -20.00mm
params + details
params: {
"type": "bbox",
"min": [
-20,
-20,
0
],
"max": [
20,
20,
25
],
"tolerance_mm": 0.1
}
details: {
"actual_max": [
0,
0,
25
],
"actual_min": [
-40,
-40,
0
],
"deviation_max": [
-20,
-20,
0
],
"deviation_min": [
-20,
-20,
0
],
"max_abs_deviation_mm": 20,
"tolerance_mm": 0.1
}
2
mass_propsfail
volume off by 5.4%
params + details
params: {
"type": "mass_props",
"volume_mm3": 17278.76,
"tolerance_pct": 1
}
details: {
"volume": {
"actual_mm3": 18208.430463392484,
"deviation_pct": 5.380423499096495,
"pass": false,
"spec_mm3": 17278.76,
"tolerance_pct": 1
}
}
3
step_roundtrippass
params + details
params: {
"type": "step_roundtrip",
"tolerance_pct": 1
}
details: {
"per_solid": [
{
"bbox": {
"max_abs_deviation_mm": 0,
"original_max": [
0,
0,
25
],
"original_min": [
-40,
-40,
0
],
"pass": true,
"roundtripped_max": [
0,
0,
25
],
"roundtripped_min": [
-40,
-40,
0
],
"tolerance_mm": 0.6184658438426491
},
"index": 0,
"pass": true,
"volume": {
"deviation_pct": 0,
"original_mm3": 18208.430463392484,
"pass": true,
"roundtripped_mm3": 18208.430463392484
}
}
],
"tolerance_pct": 1
}
Tool calls
0
anthropic.messages.createok
2556ms
args
{
"model": "claude-haiku-4-5-20251001",
"max_tokens": 8000,
"system_chars": 1632,
"user_chars": 331
}What the model built
isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260428T211332Z-40dc.vcad
.vcad source
{
"version": "0.1",
"nodes": {
"1": {
"id": 1,
"name": "base_cylinder",
"op": {
"type": "Cylinder",
"radius": 20,
"height": 10,
"segments": 32
}
},
"2": {
"id": 2,
"name": "base_centered",
"op": {
"type": "Translate",
"child": 1,
"offset": {
"x": -20,
"y": -20,
"z": 0
}
}
},
"3": {
"id": 3,
"name": "top_cylinder",
"op": {
"type": "Cylinder",
"radius": 10,
"height": 15,
"segments": 32
}
},
"4": {
"id": 4,
"name": "top_positioned",
"op": {
"type": "Translate",
"child": 3,
"offset": {
"x": -10,
"y": -10,
"z": 10
}
}
},
"5": {
"id": 5,
"name": "stepped_shaft",
"op": {
"type": "Union",
"left": 2,
"right": 4
}
}
},
"materials": {},
"part_materials": {},
"roots": [
{
"root": 5,
"material": "default"
}
]
}