← mecheval / run / a4-stepped-pyramid-with-holes-01 / claude-mcp-claude-opus-4-7 / 20260611T223337Z-b49a

run 20260611T223337Z-b49a

a4-stepped-pyramid-with-holes-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.33 (2/6)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T22:33:37.035Z
ended2026-06-11T22:35:35.872Z
tokens656,453 in · 6,774 out · 663,227 total
wallclock118.8s
tool calls45
task hash88075d4c0f433c11…
vcad hashe4bdc7e9018789dd…

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_solid
pass
params + details
params: {
  "type": "valid_solid"
}

details: {
  "root_count": 3,
  "solids_produced": 3
}
1
bbox
fail
Z off by -19.80mm
params + details
params: {
  "type": "bbox",
  "min": [
    -40,
    -40,
    0
  ],
  "max": [
    40,
    40,
    30
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    40,
    40,
    10.199999809265137
  ],
  "actual_min": [
    -40,
    -40,
    -0.10000000149011612
  ],
  "deviation_max": [
    0,
    0,
    -19.800000190734863
  ],
  "deviation_min": [
    0,
    0,
    -0.10000000149011612
  ],
  "max_abs_deviation_mm": 19.800000190734863,
  "tolerance_mm": 0.1
}
2
mass_props
fail
volume off by 44.0%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 114869.03,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 64292.16727144337,
    "deviation_pct": 44.03002508905718,
    "pass": false,
    "spec_mm3": 114869.03,
    "tolerance_pct": 0.5
  }
}
3
hole_count
fail
found 1/4 holes of ⌀6mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 6,
  "expected": 4,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 1,
  "diameter_mm": 6,
  "diameter_tolerance_mm": 0.05,
  "expected": 4,
  "found": [
    [
      30,
      30,
      6
    ]
  ]
}
4
hole_positions
fail
3/4 mispositioned
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
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -30,
        30
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -30,
        -30
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        30,
        -30
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
5
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.5
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          40,
          40,
          10
        ],
        "original_min": [
          -40,
          -40,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          40,
          40,
          10
        ],
        "roundtripped_min": [
          -40,
          -40,
          0
        ],
        "tolerance_mm": 0.5678908345800274
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 63719.06999397057,
        "pass": true,
        "roundtripped_mm3": 63719.06999397057
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          3,
          3,
          10.199999809265137
        ],
        "original_min": [
          -3,
          -3,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          3,
          3,
          10.199999809265137
        ],
        "roundtripped_min": [
          -3,
          -3,
          0
        ],
        "tolerance_mm": 0.066340032429335
      },
      "index": 1,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 286.54866056417376,
        "pass": true,
        "roundtripped_mm3": 286.54866056417376
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -27,
          33,
          10.100000381469727
        ],
        "original_min": [
          -33,
          27,
          -0.10000000149011612
        ],
        "pass": true,
        "roundtripped_max": [
          -27,
          33,
          10.100000381469727
        ],
        "roundtripped_min": [
          -33,
          27,
          -0.10000000149011612
        ],
        "tolerance_mm": 0.06634003463452158
      },
      "index": 2,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 286.5486169086391,
        "pass": true,
        "roundtripped_mm3": 286.5486169086391
      }
    }
  ],
  "tolerance_pct": 0.5
}

Tool calls

0
open_document
ok
1ms
args
{}
1
create
err
6ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "union",
  "name": "Stepped Pyramid",
  "params": {
    "children": [
      {
        "type": "difference",
        "params": {
          "children": [
            {
              "type": "translate",
              "params": {
                "x": -40,
                "y": -40,
                "z": 0,
                "child": {
                  "type": "cube",
                  "params": {
                    "x": 80,
                    "y": 80,
                    "z": 10
                  }
                }
              }
            },
            {
              "type": "translate",
              "params": {
                "x": 30,
                "y": 30,
                "z": -0.1,
                "child": {
                  "type": "cylinder",
                  "params": {
                    "r": 3,
                    "h": 10.2
                  }
                }
              }
            },
            {
              "type": "translate",
              "params": {
                "x": -30,
                "y": 30,
                "z": -0.1,
                "child": {
                  "type": "cylinder",
                  "params": {
                    "r": 3,
                    "h": 10.2
                  }
                }
              }
            },
            {
              "type": "translate",
              "params": {
                "x": -30,
                "y": -30,
                "z": -0.1,
                "child": {
                  "type": "cylinder",
                  "params": {
                    "r": 3,
                    "h": 10.2
                  }
                }
              }
            },
            {
              "type": "translate",
              "params": {
                "x": 30,
                "y": -30,
                "z": -0.1,
                "child": {
                  "type": "cylinder",
                  "params": {
                    "r": 3,
                    "h": 10.2
                  }
                }
              }
            }
          ]
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -30,
          "y": -30,
          "z": 10,
          "child": {
            "type": "cube",
            "params": {
              "x": 60,
              "y": 60,
              "z": 10
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -20,
          "y": -20,
          "z": 20,
          "child": {
            "type": "cube",
            "params": {
              "x": 40,
              "y": 40,
              "z": 10
            }
          }
        }
      }
    ]
  }
}
2
create_cad_loon
ok
12ms
args
{
  "source": "[let base [translate -40 -40 0 [cube 80 80 10]]\n  [let h1 [translate 30 30 -0.1 [cylinder 3 10.2]]\n  [let h2 [translate -30 30 -0.1 [cylinder 3 10.2]]\n  [let h3 [translate -30 -30 -0.1 [cylinder 3 10.2]]\n  [let h4 [translate 30 -30 -0.1 [cylinder 3 10.2]]\n  [let mid [translate -30 -30 10 [cube 60 60 10]]\n  [let top [translate -20 -20 20 [cube 40 40 10]]\n  [let drilled [difference h1 [difference h2 [difference h3 [difference h4 base]]]]\n  [union top [union mid drilled]]]]]]]]]]",
  "format": "json"
}
3
create
ok
4ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "cube",
  "name": "base_cube",
  "params": {
    "size": {
      "x": 80,
      "y": 80,
      "z": 10
    }
  }
}
4
read
ok
4ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "1"
}
5
delete
ok
3ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "1"
}
6
create_cad_loon
ok
4ms
args
{
  "source": "[union\n  [translate -20 -20 20 [cube 40 40 10]]\n  [union\n    [translate -30 -30 10 [cube 60 60 10]]\n    [difference [translate 30 30 -0.1 [cylinder 3 10.2]]\n    [difference [translate -30 30 -0.1 [cylinder 3 10.2]]\n    [difference [translate -30 -30 -0.1 [cylinder 3 10.2]]\n    [difference [translate 30 -30 -0.1 [cylinder 3 10.2]]\n      [translate -40 -40 0 [cube 80 80 10]]]]]]]]",
  "format": "json"
}
7
create
ok
3ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 80,
      "y": 80,
      "z": 10
    }
  }
}
8
create
err
4ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10.2
  }
}
9
create
err
1ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10.2
  }
}
10
create
err
1ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10.2
  }
}
11
create
err
1ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10.2
  }
}
12
create
ok
1ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 60,
      "y": 60,
      "z": 10
    }
  }
}
13
create
ok
1ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 40,
      "y": 40,
      "z": 10
    }
  }
}
14
delete
ok
5ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "1"
}
15
delete
ok
1ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "2"
}
16
delete
ok
1ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "3"
}
17
create
ok
2ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "cube",
  "name": "base",
  "params": {
    "size": {
      "x": 80,
      "y": 80,
      "z": 10
    }
  }
}
18
create
ok
4ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "translate",
  "parent_part_id": "1",
  "params": {
    "child": 1,
    "offset": {
      "x": -40,
      "y": -40,
      "z": 0
    }
  }
}
19
read
ok
3ms
args
{
  "document_id": "doc_1781217217205_1"
}
20
read
ok
2ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "2"
}
21
read
ok
2ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "1"
}
22
delete
ok
3ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "1"
}
23
read
ok
2ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "2"
}
24
create
ok
3ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "cylinder",
  "parent_part_id": "2",
  "params": {
    "radius": 3,
    "height": 10.2,
    "segments": 32
  }
}
25
read
ok
2ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "3"
}
26
delete
ok
2ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "2"
}
27
delete
ok
1ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "3"
}
28
create
ok
3ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "cube",
  "name": "base",
  "params": {
    "size": {
      "x": 80,
      "y": 80,
      "z": 10
    }
  }
}
29
create
err
3ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "translate",
  "parent_part_id": "1",
  "params": {
    "offset": {
      "x": -40,
      "y": -40,
      "z": 0
    }
  }
}
30
create
ok
2ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "translate",
  "parent_part_id": "1",
  "params": {
    "child": 1,
    "offset": {
      "x": -40,
      "y": -40,
      "z": 0
    }
  }
}
31
delete
ok
3ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "1"
}
32
read
ok
1ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "2"
}
33
create
ok
4ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10.2,
    "segments": 32
  }
}
34
create
ok
3ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "translate",
  "parent_part_id": "3",
  "params": {
    "child": 3,
    "offset": {
      "x": 30,
      "y": 30,
      "z": -0.1
    }
  }
}
35
delete
ok
3ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "3"
}
36
create
ok
2ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "difference",
  "params": {
    "left": 2,
    "right": 4
  }
}
37
read
ok
2ms
args
{
  "document_id": "doc_1781217217205_1"
}
38
read
ok
4ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "5"
}
39
delete
ok
1ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "2"
}
40
delete
ok
1ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "4"
}
41
read
ok
1ms
args
{
  "document_id": "doc_1781217217205_1",
  "part_id": "5"
}
42
create
ok
3ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10.2,
    "segments": 32
  }
}
43
create
ok
3ms
args
{
  "document_id": "doc_1781217217205_1",
  "type": "translate",
  "parent_part_id": "6",
  "params": {
    "child": 6,
    "offset": {
      "x": -30,
      "y": 30,
      "z": -0.1
    }
  }
}
44
get_document
ok
1ms
args
{
  "document_id": "doc_1781217217205_1"
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T223337Z-b49a.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "base",
      "op": {
        "type": "Cube",
        "size": {
          "x": 80,
          "y": 80,
          "z": 10
        }
      }
    },
    "2": {
      "id": 2,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -40,
          "y": -40,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10.2,
        "segments": 32
      }
    },
    "4": {
      "id": 4,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 30,
          "y": 30,
          "z": -0.1
        }
      }
    },
    "5": {
      "id": 5,
      "name": null,
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 4
      }
    },
    "6": {
      "id": 6,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10.2,
        "segments": 32
      }
    },
    "7": {
      "id": 7,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": -30,
          "y": 30,
          "z": -0.1
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 5,
      "material": "default"
    },
    {
      "root": 6,
      "material": "default"
    },
    {
      "root": 7,
      "material": "default"
    }
  ]
}

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