← mecheval / run / a2-washer-01 / claude-mcp-claude-opus-4-7 / 20260611T180607Z-506c

run 20260611T180607Z-506c

a2-washer-01 · claude-mcp-claude-opus-4-7

Summary

statusPASS
score1.00 (6/6)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T18:06:07.909Z
ended2026-06-11T18:06:43.214Z
tokens180,108 in · 1,726 out · 181,834 total
wallclock35.3s
tool calls14
task hashfea2171898f2fccb…
vcad hashfc76e6408c196f93…

Prompt

Make a flat circular washer. Outer diameter 50mm, inner diameter 25mm, thickness 5mm. Axis along Z, base on the XY plane (z = 0 to z = 5). The bore is a single concentric through-hole. Output 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": [
    -25,
    -25,
    0
  ],
  "max": [
    25,
    25,
    5
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    25,
    25,
    5
  ],
  "actual_min": [
    -25,
    -25,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.1
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 7363.11,
  "center_of_mass": [
    0,
    0,
    2.5
  ],
  "tolerance_pct": 1
}

details: {
  "center_of_mass": {
    "actual": [
      -2.1135352570435322e-16,
      6.738504558089249e-16,
      2.499999999999993
    ],
    "bbox_diagonal_mm": 70.88723439378913,
    "deviation": [
      -2.1135352570435322e-16,
      6.738504558089249e-16,
      -7.105427357601002e-15
    ],
    "max_abs_deviation_mm": 7.105427357601002e-15,
    "pass": true,
    "spec": [
      0,
      0,
      2.5
    ],
    "tolerance_mm": 0.7088723439378913
  },
  "volume": {
    "actual_mm3": 7351.285531437672,
    "deviation_pct": 0.16059068195813508,
    "pass": true,
    "spec_mm3": 7363.11,
    "tolerance_pct": 1
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 25,
  "expected": 1,
  "diameter_tolerance_mm": 0.1
}

details: {
  "actual": 1,
  "diameter_mm": 25,
  "diameter_tolerance_mm": 0.1,
  "expected": 1,
  "found": [
    [
      0,
      0,
      25
    ]
  ]
}
4
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 25,
  "positions": [
    [
      0,
      0,
      0
    ]
  ],
  "tolerance_mm": 0.15
}

details: {
  "diameter_mm": 25,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        0
      ],
      "pass": true,
      "spec_xy": [
        0,
        0
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
5
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          25,
          25,
          5
        ],
        "original_min": [
          -25,
          -25,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          25,
          25,
          5
        ],
        "roundtripped_min": [
          -25,
          -25,
          0
        ],
        "tolerance_mm": 0.7088723439378913
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.5350273929438607,
        "original_mm3": 7351.285531437673,
        "pass": true,
        "roundtripped_mm3": 7311.954140110963
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
1ms
args
{}
1
create
err
5ms
args
{
  "document_id": "doc_1781201168085_1",
  "type": "difference",
  "name": "Washer",
  "params": {
    "subject": {
      "type": "cylinder",
      "params": {
        "radius": 25,
        "height": 5
      }
    },
    "tool": {
      "type": "cylinder",
      "params": {
        "radius": 12.5,
        "height": 5
      }
    }
  }
}
2
create
err
5ms
args
{
  "document_id": "doc_1781201168085_1",
  "type": "difference",
  "name": "Washer",
  "params": {
    "left": {
      "type": "cylinder",
      "params": {
        "radius": 25,
        "height": 5
      }
    },
    "right": {
      "type": "cylinder",
      "params": {
        "radius": 12.5,
        "height": 5
      }
    }
  }
}
3
create_cad_loon
ok
14ms
args
{
  "source": "[root [difference [cylinder 12.5 5] [cylinder 25 5]] \"steel\"]",
  "format": "json"
}
4
create
err
4ms
args
{
  "document_id": "doc_1781201168085_1",
  "type": "cylinder",
  "name": "Outer",
  "params": {
    "radius": 25,
    "height": 5
  }
}
5
create
ok
4ms
args
{
  "document_id": "doc_1781201168085_1",
  "type": "cylinder",
  "name": "Outer",
  "params": {
    "radius": 25,
    "height": 5,
    "segments": 64
  }
}
6
create
ok
4ms
args
{
  "document_id": "doc_1781201168085_1",
  "type": "cylinder",
  "name": "Bore",
  "params": {
    "radius": 12.5,
    "height": 5,
    "segments": 64
  }
}
7
create
ok
2ms
args
{
  "document_id": "doc_1781201168085_1",
  "type": "difference",
  "name": "Washer",
  "params": {
    "left": 1,
    "right": 2
  }
}
8
read
ok
1ms
args
{
  "document_id": "doc_1781201168085_1"
}
9
get_document
ok
2ms
args
{
  "document_id": "doc_1781201168085_1"
}
10
delete
ok
3ms
args
{
  "document_id": "doc_1781201168085_1",
  "part_id": "1"
}
11
delete
ok
1ms
args
{
  "document_id": "doc_1781201168085_1",
  "part_id": "2"
}
12
get_document
ok
3ms
args
{
  "document_id": "doc_1781201168085_1"
}
13
get_document
ok
3ms
args
{
  "document_id": "doc_1781201168085_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Outer",
      "op": {
        "type": "Cylinder",
        "radius": 25,
        "height": 5,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "Bore",
      "op": {
        "type": "Cylinder",
        "radius": 12.5,
        "height": 5,
        "segments": 64
      }
    },
    "3": {
      "id": 3,
      "name": "Washer",
      "op": {
        "type": "Difference",
        "left": 1,
        "right": 2
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 3,
      "material": "default"
    }
  ]
}

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