← mecheval / run / a3-cross-shaft-01 / claude-direct-claude-sonnet-4-6 / 20260428T232720Z-9d98

run 20260428T232720Z-9d98

a3-cross-shaft-01 · claude-direct-claude-sonnet-4-6

Summary

statusfail
score0.75 (3/4)
submissionself-run
modelclaude-direct-claude-sonnet-4-6 (anthropic)
started2026-04-28T23:27:20.367Z
ended2026-04-28T23:27:25.080Z
tokens715 in · 453 out · 1,168 total
wallclock4.7s
tool calls1
task hash9e7917fe01d0892e…
vcad hash45c4834dd136a263…

Prompt

Make a single solid that is the union of two cylinders intersecting at right angles. Vertical cylinder: outside diameter 20mm, length 40mm, axis along Z, base on the XY plane (z = 0 to z = 40), centered on the Z axis. Horizontal cylinder: outside diameter 20mm, length 40mm, axis along the X axis, centered at (0, 0, 20) (so it passes through the middle of the vertical cylinder). The two cylinders are merged into one solid (their intersection region counts only once).

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,
    -10,
    0
  ],
  "max": [
    20,
    10,
    40
  ],
  "tolerance_mm": 0.2
}

details: {
  "actual_max": [
    20,
    10,
    40
  ],
  "actual_min": [
    -20,
    -10,
    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": 19799.41,
  "tolerance_pct": 1.5
}

details: {
  "volume": {
    "actual_mm3": 19542.540886227045,
    "deviation_pct": 1.297357415059109,
    "pass": true,
    "spec_mm3": 19799.41,
    "tolerance_pct": 1.5
  }
}
3
step_roundtrip
fail
STEP drift on 1/1 solid
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1.5
}

details: {
  "per_solid": [
    {
      "index": 0,
      "pass": false,
      "reason": "solid is not BRep-backed (mesh-only after a boolean fallback?)"
    }
  ],
  "tolerance_pct": 1.5
}

Tool calls

0
anthropic.messages.create
ok
4685ms
args
{
  "model": "claude-sonnet-4-6",
  "max_tokens": 8000,
  "system_chars": 1674,
  "user_chars": 530
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "VerticalCylinder",
      "op": {"type": "Cylinder", "radius": 10, "height": 40, "segments": 32}
    },
    "2": {
      "id": 2,
      "name": "VerticalCylinderCentered",
      "op": {"type": "Translate", "child": 1, "offset": {"x": 0, "y": 0, "z": 0}}
    },
    "3": {
      "id": 3,
      "name": "HorizontalCylinderRaw",
      "op": {"type": "Cylinder", "radius": 10, "height": 40, "segments": 32}
    },
    "4": {
      "id": 4,
      "name": "HorizontalCylinderRotated",
      "op": {"type": "Rotate", "child": 3, "angles": {"x": 0, "y": 90, "z": 0}}
    },
    "5": {
      "id": 5,
      "name": "HorizontalCylinderPositioned",
      "op": {"type": "Translate", "child": 4, "offset": {"x": -20, "y": 0, "z": 20}}
    },
    "6": {
      "id": 6,
      "name": "CrossShaft",
      "op": {"type": "Union", "left": 2, "right": 5}
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [{"root": 6, "material": "default"}]
}

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