← mecheval / run / a2-stepped-pyramid-01 / claude-mcp-claude-opus-4-7 / 20260611T175726Z-e452

run 20260611T175726Z-e452

a2-stepped-pyramid-01 · claude-mcp-claude-opus-4-7

Summary

statusPASS
score1.00 (4/4)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T17:57:26.462Z
ended2026-06-11T18:00:24.486Z
tokens458,313 in · 4,405 out · 462,718 total
wallclock178.0s
tool calls34
task hashc7bef444b49eac20…
vcad hashd890c02624924a3c…

Prompt

Make a stepped square pyramid built from three stacked rectangular blocks. All tiers are centered on the Z axis. Bottom tier: 40mm × 40mm × 10mm tall (x in [-20, 20], y in [-20, 20], z in [0, 10]). Middle tier sits directly on top: 28mm × 28mm × 10mm tall (x in [-14, 14], y in [-14, 14], z in [10, 20]). Top tier sits directly on top of the middle: 16mm × 16mm × 10mm tall (x in [-8, 8], y in [-8, 8], z in [20, 30]). Fuse all three into a single solid.

Checks

0
valid_solid
pass
params + details
params: {
  "type": "valid_solid"
}

details: {
  "root_count": 1,
  "solids_produced": 1
}
1
bbox
pass
params + details
params: {
  "type": "bbox",
  "min": [
    -20,
    -20,
    0
  ],
  "max": [
    20,
    20,
    30
  ],
  "tolerance_mm": 0.05
}

details: {
  "actual_max": [
    20,
    20,
    30
  ],
  "actual_min": [
    -20,
    -20,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.05
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 26400,
  "tolerance_pct": 0.1
}

details: {
  "volume": {
    "actual_mm3": 26400,
    "deviation_pct": 0,
    "pass": true,
    "spec_mm3": 26400,
    "tolerance_pct": 0.1
  }
}
3
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          20,
          20,
          30
        ],
        "original_min": [
          -20,
          -20,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          20,
          20,
          30
        ],
        "roundtripped_min": [
          -20,
          -20,
          0
        ],
        "tolerance_mm": 0.06403124237432849
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 26400,
        "pass": true,
        "roundtripped_mm3": 26400
      }
    }
  ],
  "tolerance_pct": 0.1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
6ms
args
{
  "document_id": "doc_1781200646635_1",
  "type": "union",
  "name": "Stepped Pyramid",
  "params": {
    "children": [
      {
        "type": "translate",
        "params": {
          "x": -20,
          "y": -20,
          "z": 0,
          "child": {
            "type": "cube",
            "params": {
              "x": 40,
              "y": 40,
              "z": 10
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -14,
          "y": -14,
          "z": 10,
          "child": {
            "type": "cube",
            "params": {
              "x": 28,
              "y": 28,
              "z": 10
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -8,
          "y": -8,
          "z": 20,
          "child": {
            "type": "cube",
            "params": {
              "x": 16,
              "y": 16,
              "z": 10
            }
          }
        }
      }
    ]
  }
}
2
create_cad_loon
ok
13ms
args
{
  "source": "[let pyramid [union [translate -20 -20 0 [cube 40 40 10]] [union [translate -14 -14 10 [cube 28 28 10]] [translate -8 -8 20 [cube 16 16 10]]]] [root pyramid \"steel\"]]",
  "format": "json"
}
3
create
err
4ms
args
{
  "document_id": "doc_1781200646635_1",
  "type": "union",
  "name": "Stepped Pyramid",
  "params": {
    "left": {
      "type": "translate",
      "params": {
        "offset": {
          "x": -20,
          "y": -20,
          "z": 0
        },
        "child": {
          "type": "cube",
          "params": {
            "size": {
              "x": 40,
              "y": 40,
              "z": 10
            }
          }
        }
      }
    },
    "right": {
      "type": "union",
      "params": {
        "left": {
          "type": "translate",
          "params": {
            "offset": {
              "x": -14,
              "y": -14,
              "z": 10
            },
            "child": {
              "type": "cube",
              "params": {
                "size": {
                  "x": 28,
                  "y": 28,
                  "z": 10
                }
              }
            }
          }
        },
        "right": {
          "type": "translate",
          "params": {
            "offset": {
              "x": -8,
              "y": -8,
              "z": 20
            },
            "child": {
              "type": "cube",
              "params": {
                "size": {
                  "x": 16,
                  "y": 16,
                  "z": 10
                }
              }
            }
          }
        }
      }
    }
  }
}
4
read
ok
6ms
args
{
  "document_id": "doc_1781200646635_1"
}
5
create
ok
6ms
args
{
  "document_id": "doc_1781200646635_1",
  "type": "cube",
  "name": "Bottom",
  "params": {
    "size": {
      "x": 40,
      "y": 40,
      "z": 10
    }
  }
}
6
create
ok
5ms
args
{
  "document_id": "doc_1781200646635_1",
  "type": "translate",
  "params": {
    "offset": {
      "x": -20,
      "y": -20,
      "z": 0
    },
    "child": 1
  },
  "parent_part_id": "1"
}
7
read
ok
6ms
args
{
  "document_id": "doc_1781200646635_1"
}
8
read
ok
3ms
args
{
  "document_id": "doc_1781200646635_1",
  "part_id": "1"
}
9
read
ok
3ms
args
{
  "document_id": "doc_1781200646635_1",
  "part_id": "2"
}
10
delete
ok
3ms
args
{
  "document_id": "doc_1781200646635_1",
  "part_id": "1"
}
11
delete
ok
1ms
args
{
  "document_id": "doc_1781200646635_1",
  "part_id": "2"
}
12
create
ok
3ms
args
{
  "document_id": "doc_1781200646635_1",
  "type": "cube",
  "name": "Bottom",
  "params": {
    "size": {
      "x": 40,
      "y": 40,
      "z": 10
    }
  }
}
13
create
ok
3ms
args
{
  "document_id": "doc_1781200646635_1",
  "type": "translate",
  "params": {
    "offset": {
      "x": -20,
      "y": -20,
      "z": 0
    },
    "child": 1
  },
  "parent_part_id": "1"
}
14
create
ok
1ms
args
{
  "document_id": "doc_1781200646635_1",
  "type": "cube",
  "name": "Middle",
  "params": {
    "size": {
      "x": 28,
      "y": 28,
      "z": 10
    }
  }
}
15
read
ok
2ms
args
{
  "document_id": "doc_1781200646635_1"
}
16
delete
ok
3ms
args
{
  "document_id": "doc_1781200646635_1",
  "part_id": "1"
}
17
create
ok
1ms
args
{
  "document_id": "doc_1781200646635_1",
  "type": "translate",
  "params": {
    "offset": {
      "x": -14,
      "y": -14,
      "z": 10
    },
    "child": 3
  },
  "parent_part_id": "3"
}
18
create
ok
1ms
args
{
  "document_id": "doc_1781200646635_1",
  "type": "cube",
  "name": "Top",
  "params": {
    "size": {
      "x": 16,
      "y": 16,
      "z": 10
    }
  }
}
19
delete
ok
3ms
args
{
  "document_id": "doc_1781200646635_1",
  "part_id": "3"
}
20
create
ok
2ms
args
{
  "document_id": "doc_1781200646635_1",
  "type": "translate",
  "params": {
    "offset": {
      "x": -8,
      "y": -8,
      "z": 20
    },
    "child": 5
  },
  "parent_part_id": "5"
}
21
delete
ok
3ms
args
{
  "document_id": "doc_1781200646635_1",
  "part_id": "5"
}
22
read
ok
2ms
args
{
  "document_id": "doc_1781200646635_1"
}
23
create
ok
3ms
args
{
  "document_id": "doc_1781200646635_1",
  "type": "union",
  "name": "Pyramid",
  "params": {
    "left": 2,
    "right": 4
  }
}
24
read
ok
3ms
args
{
  "document_id": "doc_1781200646635_1"
}
25
read
ok
2ms
args
{
  "document_id": "doc_1781200646635_1",
  "part_id": "7"
}
26
create
ok
3ms
args
{
  "document_id": "doc_1781200646635_1",
  "type": "union",
  "name": "Stepped Pyramid",
  "params": {
    "left": 7,
    "right": 6
  }
}
27
delete
ok
3ms
args
{
  "document_id": "doc_1781200646635_1",
  "part_id": "2"
}
28
delete
ok
1ms
args
{
  "document_id": "doc_1781200646635_1",
  "part_id": "4"
}
29
delete
ok
1ms
args
{
  "document_id": "doc_1781200646635_1",
  "part_id": "6"
}
30
delete
ok
1ms
args
{
  "document_id": "doc_1781200646635_1",
  "part_id": "7"
}
31
read
ok
3ms
args
{
  "document_id": "doc_1781200646635_1",
  "part_id": "8"
}
32
render_view
ok
98ms
args
{
  "document_id": "doc_1781200646635_1"
}
33
get_document
ok
1ms
args
{
  "document_id": "doc_1781200646635_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Bottom",
      "op": {
        "type": "Cube",
        "size": {
          "x": 40,
          "y": 40,
          "z": 10
        }
      }
    },
    "2": {
      "id": 2,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -20,
          "y": -20,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "Middle",
      "op": {
        "type": "Cube",
        "size": {
          "x": 28,
          "y": 28,
          "z": 10
        }
      }
    },
    "4": {
      "id": 4,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -14,
          "y": -14,
          "z": 10
        }
      }
    },
    "5": {
      "id": 5,
      "name": "Top",
      "op": {
        "type": "Cube",
        "size": {
          "x": 16,
          "y": 16,
          "z": 10
        }
      }
    },
    "6": {
      "id": 6,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": -8,
          "y": -8,
          "z": 20
        }
      }
    },
    "7": {
      "id": 7,
      "name": "Pyramid",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 4
      }
    },
    "8": {
      "id": 8,
      "name": "Stepped Pyramid",
      "op": {
        "type": "Union",
        "left": 7,
        "right": 6
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 8,
      "material": "default"
    }
  ]
}

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