← mecheval / run / a3-tangent-cylinders-01 / claude-direct-claude-opus-4-7 / 20260428T213850Z-7039

run 20260428T213850Z-7039

a3-tangent-cylinders-01 · claude-direct-claude-opus-4-7

Summary

statusPASS
score1.00 (4/4)
submissionself-run
modelclaude-direct-claude-opus-4-7 (anthropic)
started2026-04-28T21:38:50.553Z
ended2026-04-28T21:38:53.981Z
tokens963 in · 285 out · 1,248 total
wallclock3.4s
tool calls1
task hash3c9319f74706d04c…
vcad hash49c82085a9284140…

Prompt

Make a single solid consisting of two cylinders fused together. Big cylinder: outside diameter 50mm, axis along Z, base on the XY plane (z = 0 to z = 40), centered on the Z axis. Small cylinder: outside diameter 10mm, axis along Z, base on the XY plane (z = 0 to z = 40), positioned so that its outer surface is externally tangent to the big cylinder's outer surface on the +X side. The two cylinders share exactly one tangent line (no overlap, no gap). Output a single solid (the union of the two cylinders).

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": [
    35,
    25,
    40
  ],
  "tolerance_mm": 0.2
}

details: {
  "actual_max": [
    35,
    25,
    40
  ],
  "actual_min": [
    -25,
    -25,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.2
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 81681.41,
  "tolerance_pct": 1
}

details: {
  "volume": {
    "actual_mm3": 81550.2610428139,
    "deviation_pct": 0.1605615735405425,
    "pass": true,
    "spec_mm3": 81681.41,
    "tolerance_pct": 1
  }
}
3
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          35,
          25,
          40
        ],
        "original_min": [
          -25,
          -25,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          35,
          25,
          40
        ],
        "roundtripped_min": [
          -25,
          -25,
          0
        ],
        "tolerance_mm": 0.8774964387392121
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.4815248605890577,
        "original_mm3": 81550.2610428139,
        "pass": true,
        "roundtripped_mm3": 81157.57626201748
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

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

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": { "id": 1, "name": "big_cylinder", "op": {"type":"Cylinder", "radius":25, "height":40, "segments":64} },
    "2": { "id": 2, "name": "small_cylinder", "op": {"type":"Cylinder", "radius":5, "height":40, "segments":32} },
    "3": { "id": 3, "name": "small_translated", "op": {"type":"Translate", "child":2, "offset":{"x":30,"y":0,"z":0}} },
    "4": { "id": 4, "name": "union", "op": {"type":"Union", "left":1, "right":3} }
  },
  "materials": {},
  "part_materials": {},
  "roots": [{ "root": 4, "material": "default" }]
}

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