← mecheval / run / a2-channel-bracket-01 / claude-direct-claude-haiku-4-5-20251001 / 20260428T211820Z-cc19

run 20260428T211820Z-cc19

a2-channel-bracket-01 · claude-direct-claude-haiku-4-5-20251001

Summary

statusfail
score0.00 (0/4)
submissionself-run
modelclaude-direct-claude-haiku-4-5-20251001 (anthropic)
started2026-04-28T21:18:20.208Z
ended2026-04-28T21:18:23.280Z
tokens696 in · 614 out · 1,310 total
wallclock3.1s
tool calls1
task hash8a57ee77a91f87fa…
vcad hash87490468d95730e7…

Prompt

Make a U-shaped channel bracket built from three rectangular plates fused into a single solid. Bottom plate: x in [0, 30], y in [0, 40], z in [0, 4]. Left wall standing on top of the bottom: x in [0, 4], y in [0, 40], z in [4, 30]. Right wall standing on top of the bottom: x in [26, 30], y in [0, 40], z in [4, 30]. Output a single solid.

Checks

0
valid_solid
fail
solid invalid
params + details
params: {
  "type": "valid_solid"
}

details: {
  "error": "parse: Invalid JSON vcad file: invalid value: expected key to be a number in quotes at line 4 column 5",
  "reason": "fatal evaluation error"
}
1
bbox
fail
? off by 0.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    0,
    0,
    0
  ],
  "max": [
    30,
    40,
    30
  ],
  "tolerance_mm": 0.05
}

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

details: {
  "reason": "no valid solid to measure"
}
3
step_roundtrip
fail
STEP roundtrip failed
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.1
}

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

Tool calls

0
anthropic.messages.create
ok
3068ms
args
{
  "model": "claude-haiku-4-5-20251001",
  "max_tokens": 8000,
  "system_chars": 1632,
  "user_chars": 403
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "bottom_plate": {
      "id": "bottom_plate",
      "name": "Bottom Plate",
      "op": {
        "type": "Cube",
        "size": {"x": 30, "y": 40, "z": 4}
      }
    },
    "left_wall": {
      "id": "left_wall",
      "name": "Left Wall",
      "op": {
        "type": "Cube",
        "size": {"x": 4, "y": 40, "z": 26}
      }
    },
    "left_wall_positioned": {
      "id": "left_wall_positioned",
      "name": "Left Wall Positioned",
      "op": {
        "type": "Translate",
        "child": "left_wall",
        "offset": {"x": 0, "y": 0, "z": 4}
      }
    },
    "right_wall": {
      "id": "right_wall",
      "name": "Right Wall",
      "op": {
        "type": "Cube",
        "size": {"x": 4, "y": 40, "z": 26}
      }
    },
    "right_wall_positioned": {
      "id": "right_wall_positioned",
      "name": "Right Wall Positioned",
      "op": {
        "type": "Translate",
        "child": "right_wall",
        "offset": {"x": 26, "y": 0, "z": 4}
      }
    },
    "bottom_with_left": {
      "id": "bottom_with_left",
      "name": "Bottom with Left Wall",
      "op": {
        "type": "Union",
        "left": "bottom_plate",
        "right": "left_wall_positioned"
      }
    },
    "channel_bracket": {
      "id": "channel_bracket",
      "name": "U-Channel Bracket",
      "op": {
        "type": "Union",
        "left": "bottom_with_left",
        "right": "right_wall_positioned"
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": "channel_bracket",
      "material": "default"
    }
  ]
}

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