oneshotlm
Compare all models on this prompt →

Animated loader · mistral-nemo

Using the pre-provided gsap.min.js (global gsap), create a looping animated loading sequence on a dark background: morphing rounded shapes and a staggered row of dots orchestrated on a GSAP timeline with smooth easing.

⛨ sandboxed Open in new tab ↗
transcript · 3 messages
assistant
bash {"command":"sed -i '/$/a \\n// GSAP animation setup\nvar shapes = document.querySelector('#shapes');\nvar dots = document.querySelectorAll('
toolResult

/bin/bash: -c: line 9: unexpected EOF while looking for matching `'' Command exited with code 2

assistant

Apologies, there was an error executing the command. Let me fix that and try again. ```python { "name": "bash", "arguments": { "command": "sed -i '/$/a \\\n// GSAP animation setup\nvar shapes = document.querySelector('#shapes');\nvar dots = document.querySelectorAll('#dots .dot');\n\n// Morphing shapes\nTweenMax.to(shapes, 2, {morph:true, shape:'circle', ease:Power2.easeInOut, repeat:-1});\n\n// Staggered dots\nTweenMax.stagger(1, [dots, {autoAlpha:1, y:'0%', ease:Power2.easeInOut, repeat:-1, yoyo:true}], 0.2);", "timeout": 3 } } ```

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

modelmistral-nemo
vendorMistral AI
harnesspi-agent
generated2026-07-22

EVALUATION

1/5 broken

Only a single static circle with unrendered literal text ('#x2022;'); no morphing shapes, dots, or animation visible.

off-prompt

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.0%
on click0.0%
on drag0.0%
on wheel0.0%
on enter + space0.0%
on arrow keys0.0%
on w/a/s/d0.0%
frame spread16 / 255
console errors0
js errors none

METRICS

runtime39.8s
tokens in1.3k
tokens out804
cached7.9k
cost / run$0.0000