← mecheval / run / a1-cube-01 / claude-mcp-claude-opus-4-7 / 20260611T171226Z-7a96
run 20260611T171226Z-7a96
Summary
| status | fail |
| score | 0.50 (2/4) |
| submission | self-run |
| model | claude-mcp-claude-opus-4-7 (anthropic) |
| started | 2026-06-11T17:12:26.893Z |
| ended | 2026-06-11T17:12:37.925Z |
| tokens | 45,087 in · 392 out · 45,479 total |
| wallclock | 11.0s |
| tool calls | 4 |
| task hash | f3e3dadc8f7d2b1b… |
| vcad hash | 53b65b4fd9e29be5… |
Prompt
Make a 25mm cube centered on the origin.
Checks
0
valid_solidpass
params + details
params: {
"type": "valid_solid"
}
details: {
"root_count": 1,
"solids_produced": 1
}
1
bboxfail
X off by +12.50mm
params + details
params: {
"type": "bbox",
"min": [
-12.5,
-12.5,
-12.5
],
"max": [
12.5,
12.5,
12.5
],
"tolerance_mm": 0.05
}
details: {
"actual_max": [
25,
25,
25
],
"actual_min": [
0,
0,
0
],
"deviation_max": [
12.5,
12.5,
12.5
],
"deviation_min": [
12.5,
12.5,
12.5
],
"max_abs_deviation_mm": 12.5,
"tolerance_mm": 0.05
}
2
mass_propsfail
center of mass off by 12.50mm
params + details
params: {
"type": "mass_props",
"volume_mm3": 15625,
"center_of_mass": [
0,
0,
0
],
"tolerance_pct": 0.1
}
details: {
"center_of_mass": {
"actual": [
12.5,
12.5,
12.5
],
"bbox_diagonal_mm": 43.30127018922193,
"deviation": [
12.5,
12.5,
12.5
],
"max_abs_deviation_mm": 12.5,
"pass": false,
"spec": [
0,
0,
0
],
"tolerance_mm": 0.04330127018922193
},
"volume": {
"actual_mm3": 15625,
"deviation_pct": 0,
"pass": true,
"spec_mm3": 15625,
"tolerance_pct": 0.1
}
}
3
step_roundtrippass
params + details
params: {
"type": "step_roundtrip",
"tolerance_pct": 0.1
}
details: {
"per_solid": [
{
"bbox": {
"max_abs_deviation_mm": 0,
"original_max": [
25,
25,
25
],
"original_min": [
0,
0,
0
],
"pass": true,
"roundtripped_max": [
25,
25,
25
],
"roundtripped_min": [
0,
0,
0
],
"tolerance_mm": 0.04330127018922193
},
"index": 0,
"pass": true,
"volume": {
"deviation_pct": 0,
"original_mm3": 15625,
"pass": true,
"roundtripped_mm3": 15625
}
}
],
"tolerance_pct": 0.1
}
Tool calls
0
open_documentok
2ms
args
{}1
createerr
3ms
args
{
"document_id": "doc_1781197947088_1",
"type": "cube",
"name": "Cube",
"params": {
"size_x": 25,
"size_y": 25,
"size_z": 25,
"origin": {
"x": -12.5,
"y": -12.5,
"z": -12.5
}
}
}2
createok
3ms
args
{
"document_id": "doc_1781197947088_1",
"type": "cube",
"name": "Cube",
"params": {
"size": [
25,
25,
25
],
"origin": {
"x": -12.5,
"y": -12.5,
"z": -12.5
}
}
}3
get_documentok
1ms
args
{
"document_id": "doc_1781197947088_1"
}What the model built
isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T171226Z-7a96.vcad
.vcad source
{
"version": "0.1",
"nodes": {
"1": {
"id": 1,
"name": "Cube",
"op": {
"type": "Cube",
"size": {
"x": 25,
"y": 25,
"z": 25
}
}
}
},
"materials": {},
"part_materials": {},
"roots": [
{
"root": 1,
"material": "default"
}
]
}