oneshotlm
Compare all models on this prompt →

Rotating icosahedron · grok-4.6

Using the pre-provided three.min.js (global THREE), render a full-screen scene with a rotating icosahedron lit by two colored point lights, orbit-style auto-rotation, and a subtle starfield background.

⛨ sandboxed Open in new tab ↗
transcript · 6 messages
user

Using the pre-provided three.min.js (global THREE), render a full-screen scene with a rotating icosahedron lit by two colored point lights, orbit-style auto-rotation, and a subtle starfield background.

assistant
thinking
The user wants me to create a single-page web app in index.html that uses the pre-provided three.min.js library. Let me first check what's in the current directory and understand the three.js version ...
bash {"command":"ls -la /tmp/ws"}
toolResult

total 592 drwxr-sr-x. 2 node node 26 Aug 13 01:33 . drwxrwsrwx. 3 root node 16 Aug 13 01:33 .. -rw-r--r--. 1 node node 603445 Aug 13 01:33 three.min.js

assistant
thinking
The user wants me to create a single-page web app in index.html that uses the local three.min.js file. Let me create a beautiful scene with:

Creating a self-contained full-screen Three.js scene with a rotating icosahedron, dual point lights, and a starfield.

write /tmp/ws/index.html (4728 bytes)
toolResult

Successfully wrote 4728 bytes to /tmp/ws/index.html

assistant

`index.html` is a single self-contained page that loads local `three.min.js` and draws a full-screen scene: - Faceted icosahedron with metal-ish shading and a faint wireframe overlay - Cyan and magenta point lights (with small glow spheres) that drift around it - Slow orbit-style camera auto-rotation - Subtle spherical starfield background No CDNs or other network requests. Open `index.html` in a browser to view it.

TAKE IT TO CODE

A single self-contained HTML file — copy it and open in any browser, or reuse the prompt with your own pi-agent run.

RUN

modelgrok-4.6
vendorxAI · Grok
harnesspi-agent
generated2026-08-13

EVALUATION

3/5 working

Rotating icosahedron lit by blue and pink point lights with a sparse starfield, auto-rotates continuously but starfield is minimal.

Vision grade · anthropic/claude-sonnet-5

MEASUREMENTS

Raw readings from the capture, not a verdict — the grade above is the only judgement. Percentages are how much of the screen changed; the measure under-reports sparse motion on a dark background.

idle motion5.2%
on click9.7%
on drag8.7%
on wheel8.6%
on enter + space8.4%
on arrow keys7.0%
on w/a/s/d7.1%
frame spread29.5 / 255
console errors0
js errors none

METRICS

runtime23.8s
tokens in6.9k
tokens out1.8k
cached2.7k
cost / run$0.0206