Iterating a 3D Cherry Blossom Garden, One Tweak at a Time
The user asks Claude for an endless 3D cherry blossom garden, then refines it via small requests: petal physics, density, glassmorphism UI, a prettier loader.
Related
A client-side MP3 silence cutter, built waveform-first
A four-round build of a browser-only MP3 silence trimmer, adding zoomable dual waveforms, click-to-play scrubbing, and neatly categorized CSS along the way.
Building a 3D dog that uses wave physics to fetch a pool ball
The user iteratively debugs a Three.js scene where a dog creates ripples to nudge a ball across a pool, fixing physics and realism issues along the way.
Iteratively building a Claude-powered rich text editor
A user guides Claude through many feedback rounds to build a browser text editor with AI writing suggestions, highlighted fixes, and clickable tooltips.
A from-scratch guide to porting a diffusion model to WebGPU
Claude clones a browser-based diffusion model port and writes a from-scratch guide covering ONNX export, WebGPU execution, and every design choice in the code.