← mecheval / run / a4-stepped-pyramid-with-holes-01 / claude-direct-claude-opus-4-7 / 20260429T120440Z-2613
run 20260429T120440Z-2613
Summary
| status | fail |
| score | 0.83 (5/6) |
| submission | self-run |
| model | claude-direct-claude-opus-4-7 (anthropic) |
| started | 2026-04-29T12:04:40.982Z |
| ended | 2026-04-29T12:04:50.615Z |
| tokens | 1,050 in · 1,183 out · 2,233 total |
| wallclock | 9.4s |
| tool calls | 1 |
| task hash | 88075d4c0f433c11… |
| vcad hash | 08b303411f35c748… |
Prompt
Make a stepped pyramid composed of three concentric square layers stacked along Z, fused into a single solid. Base layer: 80mm × 80mm × 10mm, centered in X and Y, bottom face on the XY plane (z = 0 to z = 10). Middle layer: 60mm × 60mm × 10mm, centered, sitting on top of the base layer (z = 10 to z = 20). Top layer: 40mm × 40mm × 10mm, centered, sitting on top of the middle layer (z = 20 to z = 30). The base layer has four bolt holes of diameter 6mm, axes parallel to Z, drilled through the full 10mm thickness of the base only (z = 0 to z = 10), located at (30, 30), (-30, 30), (-30, -30), (30, -30). Output a single solid.
Checks
0
valid_solidpass
params + details
params: {
"type": "valid_solid"
}
details: {
"root_count": 1,
"solids_produced": 1
}
1
bboxpass
params + details
params: {
"type": "bbox",
"min": [
-40,
-40,
0
],
"max": [
40,
40,
30
],
"tolerance_mm": 0.1
}
details: {
"actual_max": [
40,
40,
30
],
"actual_min": [
-40,
-40,
0
],
"deviation_max": [
0,
0,
0
],
"deviation_min": [
0,
0,
0
],
"max_abs_deviation_mm": 0,
"tolerance_mm": 0.1
}
2
mass_propspass
params + details
params: {
"type": "mass_props",
"volume_mm3": 114869.03,
"tolerance_pct": 0.5
}
details: {
"volume": {
"actual_mm3": 115063.56671987216,
"deviation_pct": 0.16935523863322005,
"pass": true,
"spec_mm3": 114869.03,
"tolerance_pct": 0.5
}
}
3
hole_countpass
params + details
params: {
"type": "hole_count",
"diameter_mm": 6,
"expected": 4,
"diameter_tolerance_mm": 0.05
}
details: {
"actual": 4,
"diameter_mm": 6,
"diameter_tolerance_mm": 0.05,
"expected": 4,
"found": [
[
30,
30,
6
],
[
-30,
30,
6
],
[
-30,
-30,
6
],
[
30,
-30,
6
]
]
}
4
hole_positionspass
params + details
params: {
"type": "hole_positions",
"diameter_mm": 6,
"positions": [
[
30,
30,
0
],
[
-30,
30,
0
],
[
-30,
-30,
0
],
[
30,
-30,
0
]
],
"tolerance_mm": 0.15
}
details: {
"diameter_mm": 6,
"per_expected": [
{
"distance_mm": 0,
"matched_hole": [
30,
30
],
"pass": true,
"spec_xy": [
30,
30
]
},
{
"distance_mm": 0,
"matched_hole": [
-30,
30
],
"pass": true,
"spec_xy": [
-30,
30
]
},
{
"distance_mm": 0,
"matched_hole": [
-30,
-30
],
"pass": true,
"spec_xy": [
-30,
-30
]
},
{
"distance_mm": 0,
"matched_hole": [
30,
-30
],
"pass": true,
"spec_xy": [
30,
-30
]
}
],
"tolerance_mm": 0.15,
"unmatched_extras": []
}
5
step_roundtripfail
STEP drift on 1/1 solid
params + details
params: {
"type": "step_roundtrip",
"tolerance_pct": 0.5
}
details: {
"per_solid": [
{
"bbox": {
"max_abs_deviation_mm": 0,
"original_max": [
40,
40,
30
],
"original_min": [
-40,
-40,
0
],
"pass": true,
"roundtripped_max": [
40,
40,
30
],
"roundtripped_min": [
-40,
-40,
0
],
"tolerance_mm": 0.5852349955359814
},
"index": 0,
"pass": false,
"volume": {
"deviation_pct": 1.2056697646197438,
"original_mm3": 115063.56671987216,
"pass": false,
"roundtripped_mm3": 113676.2800858376
}
}
],
"tolerance_pct": 0.5
}
Tool calls
0
anthropic.messages.createok
9447ms
args
{
"model": "claude-opus-4-7",
"max_tokens": 8000,
"system_chars": 1674,
"user_chars": 703
}What the model built
isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260429T120440Z-2613.vcad
.vcad source
{
"version": "0.1",
"nodes": {
"1": {"id": 1, "name": "base_cube", "op": {"type": "Cube", "size": {"x": 80, "y": 80, "z": 10}}},
"2": {"id": 2, "name": "base", "op": {"type": "Translate", "child": 1, "offset": {"x": -40, "y": -40, "z": 0}}},
"3": {"id": 3, "name": "mid_cube", "op": {"type": "Cube", "size": {"x": 60, "y": 60, "z": 10}}},
"4": {"id": 4, "name": "mid", "op": {"type": "Translate", "child": 3, "offset": {"x": -30, "y": -30, "z": 10}}},
"5": {"id": 5, "name": "top_cube", "op": {"type": "Cube", "size": {"x": 40, "y": 40, "z": 10}}},
"6": {"id": 6, "name": "top", "op": {"type": "Translate", "child": 5, "offset": {"x": -20, "y": -20, "z": 20}}},
"7": {"id": 7, "name": "base_mid", "op": {"type": "Union", "left": 2, "right": 4}},
"8": {"id": 8, "name": "pyramid", "op": {"type": "Union", "left": 7, "right": 6}},
"10": {"id": 10, "name": "hole_cyl", "op": {"type": "Cylinder", "radius": 3, "height": 10, "segments": 32}},
"11": {"id": 11, "name": "hole1", "op": {"type": "Translate", "child": 10, "offset": {"x": 30, "y": 30, "z": 0}}},
"12": {"id": 12, "name": "hole_cyl2", "op": {"type": "Cylinder", "radius": 3, "height": 10, "segments": 32}},
"13": {"id": 13, "name": "hole2", "op": {"type": "Translate", "child": 12, "offset": {"x": -30, "y": 30, "z": 0}}},
"14": {"id": 14, "name": "hole_cyl3", "op": {"type": "Cylinder", "radius": 3, "height": 10, "segments": 32}},
"15": {"id": 15, "name": "hole3", "op": {"type": "Translate", "child": 14, "offset": {"x": -30, "y": -30, "z": 0}}},
"16": {"id": 16, "name": "hole_cyl4", "op": {"type": "Cylinder", "radius": 3, "height": 10, "segments": 32}},
"17": {"id": 17, "name": "hole4", "op": {"type": "Translate", "child": 16, "offset": {"x": 30, "y": -30, "z": 0}}},
"20": {"id": 20, "name": "holes12", "op": {"type": "Union", "left": 11, "right": 13}},
"21": {"id": 21, "name": "holes123", "op": {"type": "Union", "left": 20, "right": 15}},
"22": {"id": 22, "name": "holes_all", "op": {"type": "Union", "left": 21, "right": 17}},
"30": {"id": 30, "name": "result", "op": {"type": "Difference", "left": 8, "right": 22}}
},
"materials": {},
"part_materials": {},
"roots": [{"root": 30, "material": "default"}]
}