oneshotlm
Compare all models on this prompt →

Matrix digital rain · deepseek-v4-flash

Create the Matrix digital rain effect on a full-screen black canvas: columns of falling green katakana glyphs with a trailing fade and a brighter leading character.

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

Create the Matrix digital rain effect on a full-screen black canvas: columns of falling green katakana glyphs with a trailing fade and a brighter leading character.

assistant

I'll create a Matrix digital rain effect with falling green katakana glyphs, trailing fade, and brighter leading characters.

write /workspace/index.html (4099 bytes)
toolResult

Successfully wrote 4099 bytes to /workspace/index.html

assistant
thinking
Let me verify the file was created correctly by reading it back.

Let me verify it's well-formed:

bash {"command":"wc -l /workspace/index.html && head -20 /workspace/index.html && echo \"---\" && tail -10 /workspace/index.html"}
toolResult

142 /workspace/index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Matrix Digital Rain</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } html, body { width: 100%; height: 100%; overflow: hidden; background: #000; } canvas { display: block; width: 100%; height: 100%; } </style> </head> <body> <canvas id="matrix"></canvas> <script> (function() { const canvas = document.getElementById('matrix'); const ctx = canvas.getContext('2d'); // Katakana glyphs (common Matrix-style characters) --- window.matrixCleanup = function() { if (animationId) { cancelAnimationFrame(animationId); animationId = null; } }; })(); </script> </body> </html>

assistant
thinking
The file is created successfully. Let me give a summary of what was built.

The file is ready at `/workspace/index.html`. Here's what it implements: **Matrix Digital Rain** — a single self-contained `index.html` with: - **Full-screen black canvas** that resizes with the window - **Columns of falling katakana glyphs** (アイウエオカキクケコ… etc.) plus digits `0-9` - **Trailing fade** — each column draws a semi-transparent black overlay every frame (`rgba(0,0,0,0.05)`), leaving a fading trail of earlier characters - **Brighter leading character** — the head of each stream is bright white-green (`rgba(200,255,200,0.95)`), the second is slightly dimmer, and the trail fades from medium green to nearly black as it ages - **Organic randomness** — columns start at random offsets, have varying fall speeds, flicker characters occasionally, and reset randomly when they exit the bottom - **No external resources** — pure CSS inline, pure JS inline, no CDNs, no network requests

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

modeldeepseek-v4-flash
vendorDeepSeek
harnesspi-agent
generated2026-07-08

EVALUATION

4/5 working

Classic Matrix digital rain with green katakana columns, fading trails, bright leading glyphs, continuously animating regardless of input.

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 motion6.1%
on click43.5%
on drag35.5%
on wheel39.1%
on enter + space36.6%
on arrow keys33.0%
on w/a/s/d40.3%
frame spread34.2 / 255
console errors0
js errors none

METRICS

runtime185.6s
tokens in6.7k
tokens out1.6k
cached1.0k
cost / run$0.0009