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.
Related
Building and debugging a YAML/Markdown preview tool for a site
Claude clones a real site's homepage code and builds a YAML/Markdown preview tool matching its rendering, then fixes a date-parsing bug and matches its colors.
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.
Why TypeScript's .filter() won't narrow union return types
The user presses Claude on why .filter() won't narrow a union-typed array, exposing type predicates as unverified assertions rather than real type safety.
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.