DESIGN TECHNOLOGY

Generative Design

Overview

Generative design is a way of working in which the designer specifies rules, parameters, and goals, and a computational system generates and evaluates many candidate forms. It includes parametric modeling, shape grammars, evolutionary search, and topology optimization. Its outputs can be traced back to the constraints that produced them, which distinguishes it from generative AI.

Examples

  • The Airbus bionic partition (2016), grown by algorithm with Autodesk and The Living, 45 percent lighter than the part it replaced
  • Striatus (2021), an unreinforced 3D-printed concrete arch bridge of 53 blocks by ZHA CODE and the Block Research Group at ETH Zurich
  • Grasshopper (2007), David Rutten's node-based programming environment for Rhino
  • Bone Chair (2006), shaped with soft kill option software written to lighten car parts (Laarman; Mattheck)
  • Arup's first 3D-printed steel node (2014), 75 percent lighter than the cast version

Origins

The arches of the Colònia Güell chapel (begun 1898) were found by hanging weighted strings upside down and inverting the curve they settled into (Gaudí). The roof of the Munich Olympic stadium (1972) came out of soap films and hanging nets, minimal surfaces that physics finds on its own (Otto). Both set up conditions and let the material resolve the form. Computation makes the same move repeatable thousands of times an hour.

Sketchpad

Sketchpad (1963) let a user draw on a screen with a light pen and attach constraints: this line parallel to that, these two equal in length (Sutherland, 1963). The system solved for a drawing that satisfied all of them at once. A drawing became a set of relationships rather than a set of marks. GenerativeComponents (2003) carried the same solver into architecture, and the Smithsonian courtyard roof (2007) was modeled with it (Aish; Foster + Partners). The constraint solver is still the engine under every parametric tool.

Shape Grammars

A shape grammar is a set of rewriting rules applied to shapes: find this configuration, replace it with that one, repeat (Stiny and Gips, 1972). The first grammars generated paintings; later ones produced Palladian villa plans (Stiny and Mitchell, 1978) and new prairie houses indistinguishable in style from the originals (Koning and Eizenberg, 1981). The pattern language of the same decade (Alexander, 1977) rests on the same conviction: a way of building can be written down as rules. Conceptual art had made the parallel claim a few years earlier: "the idea becomes a machine that makes the art" (LeWitt, 1967). Wall drawings that exist only as written instructions for others to execute apply the same principle.

Evolutionary Architecture

Evolutionary architecture encodes a building as a genome, grows it in a simulated environment, and selects over generations, with the architect setting the fitness test rather than the form (Frazer, 1995). The lineage runs through cybernetics: a system that senses its environment and adjusts, applied to the design process itself. Evolved Virtual Creatures (1994) bred both the bodies and the nervous systems of simulated animals the year before, and showed that selection alone could produce swimmers and walkers nobody drew (Sims). In this approach the architect designs the generative system rather than the final form.

Methods

The methods differ in how much the designer specifies and how the system searches. In every case the designer authors the system rather than the object, which is computational thinking applied to form.

Parametric Models

A parametric model defines geometry as dependencies: change one input and everything downstream updates. Grasshopper (2007) made this a visual graph of nodes and wires on top of Rhino and became the default tool in architecture schools and large practices (Rutten). The cost is that the graph fixes which relationships exist at the moment they are least understood, and a late change to the logic can mean rebuilding the model. A parametric model by itself does not search for solutions. It updates a single design in response to changed inputs.

Built Examples

The bionic partition for the Airbus A320 (2014 to 2016) was grown by algorithms modeled on slime mold networks and mammalian bone, with the cabin wall's load cases as the fitness test (Autodesk and The Living). It came out 45 percent lighter than the existing part and was printed in Scalmalloy, an aluminium-magnesium-scandium alloy, because no casting could produce its lattice. The same Dreamcatcher research shipped inside Fusion 360 in 2018, where it merged an eight-part seat bracket into one for General Motors. Striatus (2021), in Venice, is an arch bridge of 53 3D-printed concrete blocks that stands in compression alone, with no reinforcement and no mortar (ZHA CODE and Block Research Group). The first topology-optimized steel node (2014) was 75 percent lighter than the standard casting (Arup). Bone Chair (2006) took its form from soft kill option software written to shape car components (Laarman; Mattheck). In each case the algorithm removes material, and fabrication methods have had to develop to produce the resulting geometry.

Generative Design and Generative AI

Generative design and generative AI are often conflated but work differently. A topology-optimized bracket traces back to its load cases. An image from a diffusion model traces back to a prompt, a seed, and a latent space learned from other images. The first carries its own justification, which is why it is accepted in aerospace and structural engineering; the second is used earlier, for variation, and the two are merging as neural surrogates replace slow simulations inside evolutionary loops. Both belong to creative computation. Both raise the same question: when the designer writes the system rather than the object, where does design judgment go? In practice it moves into the framing of the problem, the choice of constraints, and the selection of results.

See also

Further Reading