← mecheval / run / a1-stepped-shaft-01 / openai-direct-gpt-5-mini / 20260428T212818Z-4f83

run 20260428T212818Z-4f83

a1-stepped-shaft-01 · openai-direct-gpt-5-mini

Summary

statusPASS
score1.00 (4/4)
submissionself-run
modelopenai-direct-gpt-5-mini (openai)
started2026-04-28T21:28:18.323Z
ended2026-04-28T21:28:31.786Z
tokens598 in · 888 out · 1,486 total
wallclock13.4s
tool calls1
task hash0b362741f05ae514…
vcad hashe7f7b6e3c8b07934…

Prompt

Make a stepped shaft along the Z axis: a base cylinder of diameter 40mm and height 10mm sitting on the XY plane (z = 0 to z = 10), with a smaller coaxial cylinder of diameter 20mm and height 15mm stacked directly on top (z = 10 to z = 25). The result is 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,
    25
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    20,
    20,
    25
  ],
  "actual_min": [
    -20,
    -20,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.1
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 17278.76,
  "tolerance_pct": 1
}

details: {
  "volume": {
    "actual_mm3": 17167.94835963603,
    "deviation_pct": 0.641317087360255,
    "pass": true,
    "spec_mm3": 17278.76,
    "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": [
          20,
          20,
          25
        ],
        "original_min": [
          -20,
          -20,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          20,
          20,
          25
        ],
        "roundtripped_min": [
          -20,
          -20,
          0
        ],
        "tolerance_mm": 0.6184658438426491
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 2.119052743451309e-14,
        "original_mm3": 17167.94835963603,
        "pass": true,
        "roundtripped_mm3": 17167.948359636033
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
openai.chat.completions.create
ok
13430ms
args
{
  "model": "gpt-5-mini",
  "max_tokens": 8000,
  "system_chars": 1632,
  "user_chars": 331
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "base_cylinder",
      "op": {
        "type": "Cylinder",
        "radius": 20,
        "height": 10,
        "segments": 32
      }
    },
    "2": {
      "id": 2,
      "name": "small_cylinder_primitive",
      "op": {
        "type": "Cylinder",
        "radius": 10,
        "height": 15,
        "segments": 32
      }
    },
    "3": {
      "id": 3,
      "name": "small_cylinder_translated",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 10
        }
      }
    },
    "4": {
      "id": 4,
      "name": "stepped_shaft",
      "op": {
        "type": "Union",
        "left": 1,
        "right": 3
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 4,
      "material": "default"
    }
  ]
}

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