Generative aesthetics occupy the sweet spot between order and chaos
Neither pure order (mechanical precision) nor pure chaos (complete randomness) is visually interesting. Pure order is rigid and lifeless; pure chaos is indistinct and overwhelming. The goal of generative art is to find the transitional zone between them — where structure is present but imperfection and variation make it feel alive. The landscape-gardener metaphor captures this: an unkempt garden is too chaotic, concrete is too ordered; the cultivated garden with neat-but-variable grass is the sweet spot. This principle directly guides technique choices: Perlin noise rather than raw random(), iterative variance rather than a straight line.
Examples
Perlin noise produces values that vary smoothly and naturalistically, unlike random() which jumps erratically. A hand-drawn line has slight imperfection that makes it feel more alive than a machine-perfect line. The Wave Clock case study applies noise to a circle’s radius so it breathes and wavers but remains recognizable.
Assessment
Given two generative outputs — one feeling mechanical, one feeling random — identify what each is doing wrong and describe one concrete code change that would move each toward the sweet spot.