← mecheval / run / a2-cube-with-pocket-01 / claude-direct-claude-haiku-4-5-20251001 / 20260428T211849Z-a438

run 20260428T211849Z-a438

a2-cube-with-pocket-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:49.401Z
ended2026-04-28T21:18:52.061Z
tokens699 in · 449 out · 1,148 total
wallclock2.7s
tool calls1
task hash58a30883751efce8…
vcad hashe07898e9dfd2426b…

Prompt

Start with a 40mm cube, centered in X and Y with the bottom face on the XY plane (so it spans x in [-20, 20], y in [-20, 20], z in [0, 40]). Cut a rectangular pocket into the top face: remove material in x in [-10, 10], y in [-10, 10], z in [30, 40]. The pocket is open at the top, closed on the four sides and the bottom (10mm of cube remains underneath the pocket). 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": [
    -20,
    -20,
    0
  ],
  "max": [
    20,
    20,
    40
  ],
  "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": 60000,
  "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
2654ms
args
{
  "model": "claude-haiku-4-5-20251001",
  "max_tokens": 8000,
  "system_chars": 1632,
  "user_chars": 455
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "cube_main": {
      "id": "cube_main",
      "name": "Main cube",
      "op": {
        "type": "Cube",
        "size": {"x": 40, "y": 40, "z": 40}
      }
    },
    "cube_centered": {
      "id": "cube_centered",
      "name": "Centered cube",
      "op": {
        "type": "Translate",
        "child": "cube_main",
        "offset": {"x": -20, "y": -20, "z": 0}
      }
    },
    "pocket_shape": {
      "id": "pocket_shape",
      "name": "Pocket to remove",
      "op": {
        "type": "Cube",
        "size": {"x": 20, "y": 20, "z": 10}
      }
    },
    "pocket_positioned": {
      "id": "pocket_positioned",
      "name": "Pocket positioned",
      "op": {
        "type": "Translate",
        "child": "pocket_shape",
        "offset": {"x": -10, "y": -10, "z": 30}
      }
    },
    "final": {
      "id": "final",
      "name": "Cube with pocket",
      "op": {
        "type": "Difference",
        "left": "cube_centered",
        "right": "pocket_positioned"
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": "final",
      "material": "default"
    }
  ]
}

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