← mecheval / run / a6-sprocket-blank-01 / claude-mcp-claude-opus-4-7 / 20260612T004434Z-6f9e

run 20260612T004434Z-6f9e

a6-sprocket-blank-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.00 (0/8)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-12T00:44:34.398Z
ended2026-06-12T00:46:28.042Z
tokens607,168 in · 6,125 out · 613,293 total
wallclock113.7s
tool calls34
task hash23fd3e0ddb5f42d3…
vcad hash88702a434c8a56dd…

Prompt

Make a sprocket blank as a single solid. The main disc is a cylinder of diameter 100mm and height 20mm, base on the XY plane (z = 0 to z = 20), centered on the Z axis. Concentric with the disc and sitting on top of it is a raised hub cylinder of diameter 40mm and height 20mm (z = 20 to z = 40). A central through-bore of diameter 20mm runs along the Z axis through the full height (z = 0 to z = 40). Cut a rectangular keyway slot through the entire height: the keyway is 6mm wide (x in [-3, 3]) and 6mm deep, starting at the bore wall and extending radially outward to y = 16 (so y in [10, 16], x in [-3, 3], z in [0, 40]). Four bolt holes of diameter 8mm, axes parallel to Z, pass through the disc only (z = 0 to z = 20), arranged on a bolt circle of diameter 70mm (radius 35mm) centered on the Z axis at 90-degree intervals: (35, 0), (0, 35), (-35, 0), (0, -35). Output a single solid.

Checks

0
valid_solid
fail
root_count=0
params + details
params: {
  "type": "valid_solid"
}

details: {
  "reason": "no solids produced",
  "root_count": 0
}
1
bbox
fail
? off by 0.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -50,
    -50,
    0
  ],
  "max": [
    50,
    50,
    40
  ],
  "tolerance_mm": 0.2
}

details: {
  "reason": "no valid solid to measure"
}
2
mass_props
fail
mass props off
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 164184.76,
  "tolerance_pct": 1.5
}

details: {
  "reason": "no valid solid to measure"
}
3
hole_count
fail
found 0/1 holes of ⌀20mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 20,
  "expected": 1,
  "diameter_tolerance_mm": 0.1
}

details: {
  "actual": 0,
  "diameter_mm": 20,
  "diameter_tolerance_mm": 0.1,
  "expected": 1,
  "found": []
}
4
hole_positions
fail
1/1 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 20,
  "positions": [
    [
      0,
      0,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 20,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        0
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
5
hole_count
fail
found 0/4 holes of ⌀8mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 8,
  "expected": 4,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 0,
  "diameter_mm": 8,
  "diameter_tolerance_mm": 0.05,
  "expected": 4,
  "found": []
}
6
hole_positions
fail
4/4 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 8,
  "positions": [
    [
      35,
      0,
      0
    ],
    [
      0,
      35,
      0
    ],
    [
      -35,
      0,
      0
    ],
    [
      0,
      -35,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 8,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        35,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        35
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -35,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        -35
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
7
step_roundtrip
fail
STEP roundtrip failed
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1.5
}

details: {
  "reason": "no valid solid to round-trip"
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create_cad_loon
err
7ms
args
{
  "source": "[let\n  [let disc [translate 0 0 0 [cylinder 50 20]]\n   [let hub [translate 0 0 20 [cylinder 20 20]]\n    [let body [union disc hub]\n     [let bore [translate 0 0 0 [cylinder 10 40]]\n      [let keyway [translate -3 10 0 [cube 6 6 40]]\n       [let bolt1 [translate 35 0 0 [cylinder 4 20]]\n        [let bolt2 [translate 0 35 0 [cylinder 4 20]]\n         [let bolt3 [translate -35 0 0 [cylinder 4 20]]\n          [let bolt4 [translate 0 -35 0 [cylinder 4 20]]\n           [difference bolt4\n            [difference bolt3\n             [difference bolt2\n              [difference bolt1\n               [difference keyway\n                [difference bore body]]]]]]]]]]]]]]]]\n[root _ \"steel\"]"
}
2
create_cad_loon
ok
9ms
args
{
  "source": "[pipe\n  [union [translate 0 0 0 [cylinder 50 20]] [translate 0 0 20 [cylinder 20 20]]]\n  [difference [translate 0 0 0 [cylinder 10 40]]]\n  [difference [translate -3 10 0 [cube 6 6 40]]]\n  [difference [translate 35 0 0 [cylinder 4 20]]]\n  [difference [translate 0 35 0 [cylinder 4 20]]]\n  [difference [translate -35 0 0 [cylinder 4 20]]]\n  [difference [translate 0 -35 0 [cylinder 4 20]]]]"
}
3
create
err
3ms
args
{
  "document_id": "doc_1781225074590_1",
  "type": "cylinder",
  "name": "Main Disc",
  "params": {
    "radius": 50,
    "height": 20
  }
}
4
create
ok
2ms
args
{
  "document_id": "doc_1781225074590_1",
  "type": "cylinder",
  "name": "Main Disc",
  "params": {
    "radius": 50,
    "height": 20,
    "segments": 64
  }
}
5
delete
ok
3ms
args
{
  "document_id": "doc_1781225074590_1",
  "part_id": "1"
}
6
create
ok
3ms
args
{
  "document_id": "doc_1781225074590_1",
  "type": "cylinder",
  "name": "Main Disc",
  "params": {
    "radius": 50,
    "height": 20,
    "segments": 64
  }
}
7
create
ok
3ms
args
{
  "document_id": "doc_1781225074590_1",
  "type": "cylinder",
  "name": "Hub",
  "parent_part_id": "1",
  "params": {
    "radius": 20,
    "height": 20,
    "segments": 64
  }
}
8
read
ok
1ms
args
{
  "document_id": "doc_1781225074590_1",
  "part_id": "2"
}
9
read
ok
2ms
args
{
  "document_id": "doc_1781225074590_1"
}
10
delete
ok
3ms
args
{
  "document_id": "doc_1781225074590_1",
  "part_id": "1"
}
11
delete
ok
2ms
args
{
  "document_id": "doc_1781225074590_1",
  "part_id": "2"
}
12
create_cad_loon
ok
2ms
args
{
  "source": "[pipe\n  [union [translate 0 0 0 [cylinder 50 20]] [translate 0 0 20 [cylinder 20 20]]]\n  [difference [translate 0 0 0 [cylinder 10 40]]]\n  [difference [translate -3 10 0 [cube 6 6 40]]]\n  [difference [translate 35 0 0 [cylinder 4 20]]]\n  [difference [translate 0 35 0 [cylinder 4 20]]]\n  [difference [translate -35 0 0 [cylinder 4 20]]]\n  [difference [translate 0 -35 0 [cylinder 4 20]]]]",
  "format": "json"
}
13
create
ok
1ms
args
{
  "document_id": "doc_1781225074590_1",
  "type": "cylinder",
  "name": "Main Disc",
  "params": {
    "radius": 50,
    "height": 20,
    "segments": 64
  }
}
14
create
err
2ms
args
{
  "document_id": "doc_1781225074590_1",
  "type": "union",
  "name": "Add Hub",
  "parent_part_id": "1",
  "params": {
    "other": {
      "type": "translate",
      "params": {
        "offset": {
          "x": 0,
          "y": 0,
          "z": 20
        },
        "child": {
          "type": "cylinder",
          "params": {
            "radius": 20,
            "height": 20,
            "segments": 64
          }
        }
      }
    }
  }
}
15
read
ok
1ms
args
{
  "document_id": "doc_1781225074590_1",
  "part_id": "1"
}
16
create
ok
2ms
args
{
  "document_id": "doc_1781225074590_1",
  "type": "cylinder",
  "name": "Hub cyl",
  "parent_part_id": "1",
  "params": {
    "radius": 20,
    "height": 20,
    "segments": 64
  }
}
17
read
ok
2ms
args
{
  "document_id": "doc_1781225074590_1"
}
18
read
ok
1ms
args
{
  "document_id": "doc_1781225074590_1",
  "part_id": "2"
}
19
delete
ok
1ms
args
{
  "document_id": "doc_1781225074590_1",
  "part_id": "2"
}
20
create
err
2ms
args
{
  "document_id": "doc_1781225074590_1",
  "type": "translate",
  "name": "test",
  "parent_part_id": "1",
  "params": {
    "offset": {
      "x": 0,
      "y": 0,
      "z": 5
    }
  }
}
21
create
err
1ms
args
{
  "document_id": "doc_1781225074590_1",
  "type": "difference",
  "name": "test diff",
  "parent_part_id": "1",
  "params": {
    "right": 999
  }
}
22
create
err
1ms
args
{
  "document_id": "doc_1781225074590_1",
  "type": "fillet",
  "name": "test fillet",
  "parent_part_id": "1",
  "params": {
    "radius": 1
  }
}
23
read
ok
1ms
args
{
  "document_id": "doc_1781225074590_1"
}
24
create
ok
1ms
args
{
  "document_id": "doc_1781225074590_1",
  "type": "cylinder",
  "name": "Hub raw",
  "params": {
    "radius": 20,
    "height": 20,
    "segments": 64
  }
}
25
create
err
1ms
args
{
  "document_id": "doc_1781225074590_1",
  "type": "translate",
  "name": "Hub translate",
  "parent_part_id": "2",
  "params": {
    "offset": {
      "x": 0,
      "y": 0,
      "z": 20
    }
  }
}
26
create
ok
1ms
args
{
  "document_id": "doc_1781225074590_1",
  "type": "translate",
  "name": "Hub translate",
  "parent_part_id": "2",
  "params": {
    "offset": {
      "x": 0,
      "y": 0,
      "z": 20
    },
    "child": 2
  }
}
27
read
ok
3ms
args
{
  "document_id": "doc_1781225074590_1"
}
28
read
ok
2ms
args
{
  "document_id": "doc_1781225074590_1",
  "part_id": "3"
}
29
get_document
ok
2ms
args
{
  "document_id": "doc_1781225074590_1"
}
30
delete
ok
1ms
args
{
  "document_id": "doc_1781225074590_1",
  "part_id": "1"
}
31
delete
ok
1ms
args
{
  "document_id": "doc_1781225074590_1",
  "part_id": "2"
}
32
delete
ok
1ms
args
{
  "document_id": "doc_1781225074590_1",
  "part_id": "3"
}
33
get_document
ok
0ms
args
{
  "document_id": "doc_1781225074590_1"
}

What the model built

no render available — vcad-render did not produce geometry for this attempt

.vcad source

{
  "version": "0.1",
  "nodes": {},
  "materials": {},
  "part_materials": {},
  "roots": []
}

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