Generative Design
Synonyms: Algorithmic design, computational design, parametric design, procedural design, generative AI design
Definition
Use cases
- An engineer sets weight and load targets but forgets a manufacturing constraint. The software returns a beautiful lattice part no factory can actually make.
- A team ships an AI tool that generates full UI layouts from a prompt. It produces a hundred variations fast, but every one needs heavy cleanup, and the "B-minus draft" problem eats the time it saved.
- A brand builds a generative visual system, then can't steer the output enough to keep it on-brand, so half the generated pieces get thrown away.
How it's used in practice
- Use it to widen options, not replace judgment: generate many candidates, then curate hard.
- Encode the rules that matter (manufacturability, brand, accessibility) as constraints so the system can't wander off.
- Keep a human in the loop to evaluate, refine, and post-process, especially for anything that ships.
- Treat the first output as a starting point, not a finished artifact.
Challenges & limitations
- Generated output often breaks at the handoff. A concept may look convincing but still require substantial engineering, production, or workflow changes before it can ship.
- The reasoning is hard to explain. When a system produces an unexpected solution, teams may struggle to understand, defend, or reproduce why it arrived there.
- Originality and ownership get murky. Outputs can converge on familiar patterns, resemble training material, or create uncertainty around authorship and intellectual property.
Free resources
- Topology Optimization Is Not Generative Design — Autodesk Fusion on how the two differ, and why AI generates the concepts from goals
- How Generative AI Is Remaking UI/UX Design — a16z on prompt-to-UI tools like v0 and the shortened path from idea to app

