oneshotlm
Compare all models on this prompt →

Lorenz attractor · kimi-k3

Using the pre-provided three.min.js (global THREE), visualize the Lorenz attractor as a glowing 3D butterfly trajectory that draws over time, with orbit-drag camera controls.

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

Using the pre-provided three.min.js (global THREE), visualize the Lorenz attractor as a glowing 3D butterfly trajectory that draws over time, with orbit-drag camera controls.

assistant
thinking
Create a single index.html with three.min.js, additive glowing line with draw range animation, orbit controls implemented manually (drag orbit, wheel zoom), HUD.
write /workspace/index.html (7071 bytes)
toolResult

Successfully wrote 7071 bytes to /workspace/index.html

assistant
bash {"command":"ls -la /workspace/three.min.js /workspace/index.html"}
toolResult

-rw-r--r-- 1 node node 7080 Jul 28 01:13 /workspace/index.html -rw-r--r-- 1 node node 603445 Jul 28 01:12 /workspace/three.min.js

assistant

Done — `index.html` is a self-contained Lorenz attractor visualizer using the local `three.min.js`. Features: - **RK4 integration** of the classic system (σ=10, ρ=28, β=8/3), 60k points for a smooth butterfly - **Glow**: additive-blended line plus a scaled halo duplicate, gradient trail from cyan → magenta by height, and a glowing sprite "head" particle with a procedurally-generated radial texture - **Draw-over-time**: `setDrawRange` animates the trajectory being traced; a ⟲ Replay button restarts - **Custom orbit controls**: pointer-drag to orbit (with auto-rotate until you grab), wheel to zoom — no external libraries - Starfield backdrop, exponential fog, resize handling Open `index.html` in a browser (works offline).

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

modelkimi-k3
vendorMoonshot · Kimi
harnesspi-agent
generated2026-07-28

EVALUATION

4/5 working

Glowing Lorenz butterfly draws over time with responsive drag/zoom orbit camera; keyboard inputs have no effect.

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 motion1.4%
on click1.9%
on drag12.2%
on wheel34.8%
on enter + space0.0%
on arrow keys0.0%
on w/a/s/d0.0%
frame spread48.2 / 255
console errors0
js errors none

METRICS

runtime61.6s
tokens in4.4k
tokens out2.7k
cached5.1k
cost / run$0.0128