← mecheval / run / a1-cone-01 / claude-direct-claude-opus-4-7 / 20260428T211414Z-4720
run 20260428T211414Z-4720
Summary
| status | PASS |
| score | 1.00 (4/4) |
| submission | self-run |
| model | claude-direct-claude-opus-4-7 (anthropic) |
| started | 2026-04-28T21:14:14.495Z |
| ended | 2026-04-28T21:14:16.787Z |
| tokens | 816 in · 141 out · 957 total |
| wallclock | 2.3s |
| tool calls | 1 |
| task hash | 736e216be7a1e5d8… |
| vcad hash | 0acd44a06c145c52… |
Prompt
Make a truncated cone with bottom radius 20mm, top radius 10mm, and height 30mm. Axis along Z, base on the XY plane (z = 0 to z = 30). Output a single solid.
Checks
0
valid_solidpass
params + details
params: {
"type": "valid_solid"
}
details: {
"root_count": 1,
"solids_produced": 1
}
1
bboxpass
params + details
params: {
"type": "bbox",
"min": [
-20,
-20,
0
],
"max": [
20,
20,
30
],
"tolerance_mm": 0.1
}
details: {
"actual_max": [
20,
20,
30
],
"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_propspass
params + details
params: {
"type": "mass_props",
"volume_mm3": 21991.15,
"tolerance_pct": 2
}
details: {
"volume": {
"actual_mm3": 21850.116094082226,
"deviation_pct": 0.641321194743226,
"pass": true,
"spec_mm3": 21991.15,
"tolerance_pct": 2
}
}
3
step_roundtrippass
params + details
params: {
"type": "step_roundtrip",
"tolerance_pct": 2
}
details: {
"per_solid": [
{
"bbox": {
"max_abs_deviation_mm": 0,
"original_max": [
20,
20,
30
],
"original_min": [
-20,
-20,
0
],
"pass": true,
"roundtripped_max": [
20,
20,
30
],
"roundtripped_min": [
-20,
-20,
0
],
"tolerance_mm": 1.2806248474865698
},
"index": 0,
"pass": true,
"volume": {
"deviation_pct": 0,
"original_mm3": 21850.116094082226,
"pass": true,
"roundtripped_mm3": 21850.116094082226
}
}
],
"tolerance_pct": 2
}
Tool calls
0
anthropic.messages.createok
2285ms
args
{
"model": "claude-opus-4-7",
"max_tokens": 8000,
"system_chars": 1632,
"user_chars": 210
}What the model built
isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260428T211414Z-4720.vcad
.vcad source
{
"version": "0.1",
"nodes": {
"1": { "id": 1, "name": "TruncatedCone", "op": {"type":"Cone", "radius_bottom":20, "radius_top":10, "height":30, "segments":32} }
},
"materials": {},
"part_materials": {},
"roots": [{ "root": 1, "material": "default" }]
}