← mecheval / run / a4-rectangular-tube-01 / claude-direct-claude-opus-4-7 / 20260429T120244Z-b822

run 20260429T120244Z-b822

a4-rectangular-tube-01 · claude-direct-claude-opus-4-7

Summary

statusPASS
score1.00 (4/4)
submissionself-run
modelclaude-direct-claude-opus-4-7 (anthropic)
started2026-04-29T12:02:44.272Z
ended2026-04-29T12:02:48.827Z
tokens964 in · 364 out · 1,328 total
wallclock4.5s
tool calls1
task hash26b7bf3bb00bfe80…
vcad hashda92461165021f3a…

Prompt

Make a hollow square tube. The outer cross-section is a 40mm × 40mm square; the inner cavity is a 28mm × 28mm square, concentric with the outer. The cavity passes all the way through. The tube is 80mm long along Z, with the bottom face on the XY plane (so it spans x in [-20, 20], y in [-20, 20], z in [0, 80] for the outer envelope). The inner cavity spans x in [-14, 14], y in [-14, 14], z in [0, 80]. Wall thickness is 6mm uniformly. 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": [
    -20,
    -20,
    0
  ],
  "max": [
    20,
    20,
    80
  ],
  "tolerance_mm": 0.05
}

details: {
  "actual_max": [
    20,
    20,
    80
  ],
  "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": 65280,
  "center_of_mass": [
    0,
    0,
    40
  ],
  "tolerance_pct": 0.5
}

details: {
  "center_of_mass": {
    "actual": [
      0,
      0,
      40
    ],
    "bbox_diagonal_mm": 97.97958971132712,
    "deviation": [
      0,
      0,
      0
    ],
    "max_abs_deviation_mm": 0,
    "pass": true,
    "spec": [
      0,
      0,
      40
    ],
    "tolerance_mm": 0.4898979485566356
  },
  "volume": {
    "actual_mm3": 65280,
    "deviation_pct": 0,
    "pass": true,
    "spec_mm3": 65280,
    "tolerance_pct": 0.5
  }
}
3
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.5
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          20,
          20,
          80
        ],
        "original_min": [
          -20,
          -20,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          20,
          20,
          80
        ],
        "roundtripped_min": [
          -20,
          -20,
          0
        ],
        "tolerance_mm": 0.4898979485566356
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 65280,
        "pass": true,
        "roundtripped_mm3": 65280
      }
    }
  ],
  "tolerance_pct": 0.5
}

Tool calls

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

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260429T120244Z-b822.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {"id": 1, "name": "outer_cube", "op": {"type": "Cube", "size": {"x": 40, "y": 40, "z": 80}}},
    "2": {"id": 2, "name": "outer_centered", "op": {"type": "Translate", "child": 1, "offset": {"x": -20, "y": -20, "z": 0}}},
    "3": {"id": 3, "name": "inner_cube", "op": {"type": "Cube", "size": {"x": 28, "y": 28, "z": 80}}},
    "4": {"id": 4, "name": "inner_centered", "op": {"type": "Translate", "child": 3, "offset": {"x": -14, "y": -14, "z": 0}}},
    "5": {"id": 5, "name": "tube", "op": {"type": "Difference", "left": 2, "right": 4}}
  },
  "materials": {},
  "part_materials": {},
  "roots": [{"root": 5, "material": "default"}]
}

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