What problem does it solve? Creating original generative art with code requires both a coherent aesthetic concept and careful p5.js implementation, which is difficult to produce consistently from a single prompt. ## Core Features & Use Cases - Algorithmic Philosophy Generation: Produces a 4-6 paragraph generative art manifesto that guides the visual direction before any code is written. - Seeded p5.js Implementation: Builds reproducible generative algorithms using randomSeed and noiseSeed so the same seed always yields identical output. - Interactive Viewer Artifact: Outputs a single self-contained HTML file with seed navigation, parameter sliders, color pickers, and reset/regenerate actions based on a fixed Anthropic-branded template. - Use Case: Ask for a flow-field artwork inspired by ocean currents and receive a philosophy document plus an interactive HTML viewer where you can browse seeds 1-100 and tune particle count, noise scale, and trail length. ## Quick Start Create an algorithmic art piece about organic turbulence with an interactive p5.js viewer I can open in my browser.