oneshotlm
Compare all models on this prompt →

Lorenz attractor · qwen3-next-80b-a3b-instruct

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

I'll create a single-page web app that visualizes the Lorenz attractor as a glowing 3D butterfly trajectory using Three.js, with orbit-drag camera controls. First, let me check if three.min.js is available in the current directory:

bash {"command":"ls -la three.min.js"}
toolResult

-rw-r--r--. 1 node node 603445 Aug 1 17:48 three.min.js

assistant

Great! three.min.js is available. Now I'll create a single HTML file that visualizes the Lorenz attractor as a glowing 3D butterfly trajectory with orbit-drag camera controls. The Lorenz attractor is defined by these differential equations: dx/dt = σ(y - x) dy/dt = x(ρ - z) - y dz/dt = xy - βz I'll use σ=10, ρ=28, β=8/3 (standard parameters) and simulate the trajectory over time with a glowing particle system. Here's the implementation:

write index.html (7537 bytes)
toolResult

Successfully wrote 7537 bytes to index.html

assistant

I've created a single-page web app that visualizes the Lorenz attractor as a glowing 3D butterfly trajectory with orbit-drag camera controls. The implementation: 1. Uses the provided three.min.js library 2. Implements the Lorenz attractor equations with standard parameters (σ=10, ρ=28, β=8/3) 3. Creates a glowing orange trajectory that builds over time 4. Adds orbit-drag controls (click and drag to rotate the view) 5. Includes a color gradient effect along the trajectory 6. Uses additive blending for a glowing effect 7. Has responsive design that adapts to window size 8. Displays instructions in the bottom-left corner The entire application is contained in one self-contained index.html file with no external dependencies. The trajectory forms a beautiful butterfly-like pattern characteristic of the Lorenz attractor, with a glowing effect that makes it visually striking.

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

modelqwen3-next-80b-a3b-instruct
vendorQwen
harnesspi-agent
generated2026-08-01

EVALUATION

3/5 partial

Thin orange Lorenz attractor curve draws over time; drag rotates view, but panels blank oddly (enter/space, arrows, wasd show empty).

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 motion0.1%
on click1.4%
on drag2.4%
on wheel0.0%
on enter + space0.0%
on arrow keys0.0%
on w/a/s/d0.0%
frame spread5.2 / 255
console errors0
js errors none

METRICS

runtime16.0s
tokens in4.2k
tokens out2.3k
cached2.7k
cost / run$0.0031