The CZP-1 is a browser-based recreation of the Casio CZ-101, one of the cheap phase-distortion synthesizers that shaped the sound of 1980s bedroom music and, later, the analog-fetish aesthetic of acts like Boards of Canada. The project started as a straightforward web emulation of the CZ-101's synthesis engine. Then a YouTube video by oliveoil22 — demonstrating Boards of Canada-style patches on an actual CZ-101 — sent the developer down a rabbit hole that ended with downloadable patch banks for the CZP-1. The conversion pipeline is the real story. The patch data lived as .syx files — raw MIDI System Exclusive dumps from the hardware synth. The developer fed these to Claude, which parsed the SysEx format and output JSON that the CZP-1 could ingest. Five minutes. In the before times, this would have been an afternoon of hex editing, spec-sheet reading, and forum archaeology. The LLM collapsed an entire class of tedious format-conversion labor into a single conversational prompt. The CZP-1 itself is cleanly designed for shareability. Patches can be distributed as URLs that encode the sound data directly — no server-side storage, no accounts, no dependencies. You load a bank into one of the available slots, and browser local storage persists it across sessions and tabs. It's a zero-friction instrument that lives entirely in the client. What's missing matters: the CZP-1 doesn't include the post-processing effects oliveoil22 layered on the original patches. If you're expecting the full washed-out, tape-saturated Boards of Canada sound, you'll get the bones but not the skin. The synthesis engine is close to the hardware, but the character of those YouTube demos comes substantially from reverb, delay, and compression that sit outside the CZ-101's own signal path. The broader pattern here is more interesting than the specific project. Web Audio API synthesizers have existed for years, but the combination of accurate hardware emulation, LLM-assisted format conversion, and URL-based patch sharing creates something with real utility for musicians and sound designers who want to explore vintage synthesis without hunting for hardware. The CZP-1 is a small, well-executed example of how AI tooling is collapsing the friction in hobbyist software development — not by writing the hard parts (the audio engine), but by eliminating the tedious parts (the format plumbing). The developer credits oliveoil22 for the patch data and notes the open question of permission. The project sits in the familiar open-source gift-economy space where attribution is offered and objections are invited after the fact. For a browser toy, the etiquette is appropriate.