← mecheval / run / a3-hex-bolt-pattern-01 / claude-direct-claude-opus-4-7 / 20260428T232034Z-a9c2

run 20260428T232034Z-a9c2

a3-hex-bolt-pattern-01 · claude-direct-claude-opus-4-7

Summary

statusPASS
score1.00 (6/6)
submissionself-run
modelclaude-direct-claude-opus-4-7 (anthropic)
started2026-04-28T23:20:34.191Z
ended2026-04-28T23:20:45.711Z
tokens985 in · 1,412 out · 2,397 total
wallclock11.2s
tool calls1
task hash01a4b0ae34f8c19b…
vcad hash79ed898beb6b3c4e…

Prompt

Make a flat square plate 60mm × 60mm × 8mm thick. Center it in X and Y with the bottom face on the XY plane (z = 0 to z = 8). Drill seven through-holes of diameter 5mm, axes parallel to Z, arranged in a hexagonal grid pattern: one hole at the center (0, 0), and six surrounding holes at the vertices of a regular hexagon with circumradius 15mm (distance from center to each surrounding hole is exactly 15mm). The first surrounding hole is on the +X axis, and the remaining five are evenly spaced every 60 degrees. 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": [
    -30,
    -30,
    0
  ],
  "max": [
    30,
    30,
    8
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    30,
    30,
    8
  ],
  "actual_min": [
    -30,
    -30,
    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": 27700.44,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 27707.494117808867,
    "deviation_pct": 0.02546572476418384,
    "pass": true,
    "spec_mm3": 27700.44,
    "tolerance_pct": 0.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 5,
  "expected": 7,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 7,
  "diameter_mm": 5,
  "diameter_tolerance_mm": 0.05,
  "expected": 7,
  "found": [
    [
      0,
      0,
      5
    ],
    [
      15,
      0,
      5
    ],
    [
      7.5,
      12.99038105676658,
      5
    ],
    [
      -7.5,
      12.99038105676658,
      5
    ],
    [
      -15,
      0,
      5
    ],
    [
      -7.5,
      -12.99038105676658,
      5
    ],
    [
      7.5,
      -12.99038105676658,
      5
    ]
  ]
}
4
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 5,
  "positions": [
    [
      0,
      0,
      0
    ],
    [
      15,
      0,
      0
    ],
    [
      7.5,
      12.99,
      0
    ],
    [
      -7.5,
      12.99,
      0
    ],
    [
      -15,
      0,
      0
    ],
    [
      -7.5,
      -12.99,
      0
    ],
    [
      7.5,
      -12.99,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 5,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        0
      ],
      "pass": true,
      "spec_xy": [
        0,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        15,
        0
      ],
      "pass": true,
      "spec_xy": [
        15,
        0
      ]
    },
    {
      "distance_mm": 0.0003810567665798459,
      "matched_hole": [
        7.5,
        12.99038105676658
      ],
      "pass": true,
      "spec_xy": [
        7.5,
        12.99
      ]
    },
    {
      "distance_mm": 0.0003810567665798459,
      "matched_hole": [
        -7.5,
        12.99038105676658
      ],
      "pass": true,
      "spec_xy": [
        -7.5,
        12.99
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -15,
        0
      ],
      "pass": true,
      "spec_xy": [
        -15,
        0
      ]
    },
    {
      "distance_mm": 0.0003810567665798459,
      "matched_hole": [
        -7.5,
        -12.99038105676658
      ],
      "pass": true,
      "spec_xy": [
        -7.5,
        -12.99
      ]
    },
    {
      "distance_mm": 0.0003810567665798459,
      "matched_hole": [
        7.5,
        -12.99038105676658
      ],
      "pass": true,
      "spec_xy": [
        7.5,
        -12.99
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "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": [
          30,
          30,
          8
        ],
        "original_min": [
          -30,
          -30,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          30,
          30,
          8
        ],
        "roundtripped_min": [
          -30,
          -30,
          0
        ],
        "tolerance_mm": 0.4261455150532503
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 27707.494117808867,
        "pass": true,
        "roundtripped_mm3": 27707.494117808867
      }
    }
  ],
  "tolerance_pct": 0.5
}

Tool calls

0
anthropic.messages.create
ok
11210ms
args
{
  "model": "claude-opus-4-7",
  "max_tokens": 8000,
  "system_chars": 1674,
  "user_chars": 601
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260428T232034Z-a9c2.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {"id": 1, "name": "plate_raw", "op": {"type": "Cube", "size": {"x": 60, "y": 60, "z": 8}}},
    "2": {"id": 2, "name": "plate", "op": {"type": "Translate", "child": 1, "offset": {"x": -30, "y": -30, "z": 0}}},

    "10": {"id": 10, "name": "hole_c_raw", "op": {"type": "Cylinder", "radius": 2.5, "height": 8, "segments": 32}},
    "11": {"id": 11, "name": "hole_center", "op": {"type": "Translate", "child": 10, "offset": {"x": 0, "y": 0, "z": 0}}},

    "20": {"id": 20, "name": "hole_0_raw", "op": {"type": "Cylinder", "radius": 2.5, "height": 8, "segments": 32}},
    "21": {"id": 21, "name": "hole_0", "op": {"type": "Translate", "child": 20, "offset": {"x": 15.0, "y": 0.0, "z": 0}}},

    "30": {"id": 30, "name": "hole_1_raw", "op": {"type": "Cylinder", "radius": 2.5, "height": 8, "segments": 32}},
    "31": {"id": 31, "name": "hole_1", "op": {"type": "Translate", "child": 30, "offset": {"x": 7.5, "y": 12.99038105676658, "z": 0}}},

    "40": {"id": 40, "name": "hole_2_raw", "op": {"type": "Cylinder", "radius": 2.5, "height": 8, "segments": 32}},
    "41": {"id": 41, "name": "hole_2", "op": {"type": "Translate", "child": 40, "offset": {"x": -7.5, "y": 12.99038105676658, "z": 0}}},

    "50": {"id": 50, "name": "hole_3_raw", "op": {"type": "Cylinder", "radius": 2.5, "height": 8, "segments": 32}},
    "51": {"id": 51, "name": "hole_3", "op": {"type": "Translate", "child": 50, "offset": {"x": -15.0, "y": 0.0, "z": 0}}},

    "60": {"id": 60, "name": "hole_4_raw", "op": {"type": "Cylinder", "radius": 2.5, "height": 8, "segments": 32}},
    "61": {"id": 61, "name": "hole_4", "op": {"type": "Translate", "child": 60, "offset": {"x": -7.5, "y": -12.99038105676658, "z": 0}}},

    "70": {"id": 70, "name": "hole_5_raw", "op": {"type": "Cylinder", "radius": 2.5, "height": 8, "segments": 32}},
    "71": {"id": 71, "name": "hole_5", "op": {"type": "Translate", "child": 70, "offset": {"x": 7.5, "y": -12.99038105676658, "z": 0}}},

    "100": {"id": 100, "name": "u1", "op": {"type": "Union", "left": 11, "right": 21}},
    "101": {"id": 101, "name": "u2", "op": {"type": "Union", "left": 100, "right": 31}},
    "102": {"id": 102, "name": "u3", "op": {"type": "Union", "left": 101, "right": 41}},
    "103": {"id": 103, "name": "u4", "op": {"type": "Union", "left": 102, "right": 51}},
    "104": {"id": 104, "name": "u5", "op": {"type": "Union", "left": 103, "right": 61}},
    "105": {"id": 105, "name": "all_holes", "op": {"type": "Union", "left": 104, "right": 71}},

    "200": {"id": 200, "name": "result", "op": {"type": "Difference", "left": 2, "right": 105}}
  },
  "materials": {},
  "part_materials": {},
  "roots": [{"root": 200, "material": "default"}]
}

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