oneshotlm
Compare all models on this prompt →

Matrix digital rain · minimax-m2.1

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
thinking
The user wants me to create a Matrix digital rain effect. This is a classic visual effect from the Matrix movies. I need to create a single HTML file with:

1. Full-screen black canvas
2. Columns of falling green katakana characters
3. Trailing fade effect (characters fade out as they fall)
4. Brighter leading character at the front of each column

Let me create this as a self-contained HTML file with CSS and JavaScript. I'll use the HTML5 Canvas API for this.

Key elements:
- Full-screen black background
- Katakana characters (I'll use a set of Japanese katakana characters)
- Green color with varying brightness
- Each column has multiple characters falling
- The top character is brightest, trailing characters fade
- Random starting positions and speeds for each column

Let me write this:
write /tmp/ws/index.html (4367 bytes)
toolResult

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

assistant
thinking
I've created the Matrix digital rain effect. Let me verify the file was created correctly and review the code to make sure it meets all the requirements:

1. ✓ Full-screen black canvas
2. ✓ Columns of falling green katakana glyphs
3. ✓ Trailing fade effect (using semi-transparent black overlay)
4. ✓ Brighter leading character (random chance for extra bright green with glow)

The code uses:
- HTML5 Canvas for rendering
- Katakana characters + some Latin/numbers
- Semi-transparent black fillRect to create the trail/fade effect
- Random bright green for the leading character with a shadowBlur effect for extra glow

This should work well. Let me verify the file exists.
bash {"command":"ls -la /tmp/ws/index.html"}
toolResult

-rw-r--r--. 1 node node 4533 Aug 1 20:17 /tmp/ws/index.html

assistant
thinking
The file has been created successfully. Let me verify the content is correct by reading a portion of it.

Created `index.html` with the Matrix digital rain effect featuring: - **Full-screen black canvas** - Covers the entire viewport with no margins - **Katakana glyphs** - Japanese katakana characters plus Latin letters/numbers for variety - **Falling columns** - Characters cascade down in randomized columns - **Trailing fade effect** - Semi-transparent black overlay creates the classic fading trail - **Brighter leading character** - Random characters at the "head" of each drop glow bright green with a blur effect The effect uses the HTML5 Canvas API with `requestAnimationFrame` for smooth 60fps animation. Open `index.html` in any browser to view the Matrix rain.

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

modelminimax-m2.1
vendorMiniMax
harnesspi-agent
generated2026-08-01

EVALUATION

4/5 working

Classic Matrix digital rain with falling katakana glyphs, fading trails, and continuous animation; inputs don't alter behavior but effect looks good.

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.8%
on click13.0%
on drag13.3%
on wheel12.9%
on enter + space13.3%
on arrow keys14.0%
on w/a/s/d12.7%
frame spread6.9 / 255
console errors0
js errors none

METRICS

runtime21.5s
tokens in791
tokens out1.5k
cached6.3k
cost / run$0.0023