Alexander derived the concept of strong centers from observation of traditional architecture across cultures. The medieval piazza, the Japanese tokonoma, the Persian garden — each organizes the space around coherent zones of heightened intensity. These zones are not always geometrically central; a strong center can sit at the edge of a room or the margin of a page. What makes it a center is that it organizes what surrounds it, drawing attention and giving the space its legibility.
In software, strong centers appear as coherent modules, well-named abstractions, and clear entry points. Code without strong centers — sprawling functions, undifferentiated namespaces, modules that do everything and nothing — may pass every automated test while remaining unreadable and unmaintainable. The phenomenon is familiar to experienced engineers even when the vocabulary is not: some codebases you can inhabit and others you cannot, and the difference tracks the presence or absence of strong centers with surprising fidelity.
For AI-augmented creation, strong centers name a specific discipline the builder must supply. The language model, optimizing for fluent continuation, produces output with uniform texture — no peaks, no pauses, no zones of heightened intensity. The builder who accepts this output uncritically ends up with work that is fluent but structurally flat. The builder who directs generation toward strong centers — explicitly asking for a key passage, a central function, a defining feature — gets back something that can serve as a seed around which the rest organizes.
Alexander introduced strong centers as the first property in The Nature of Order, Book One (2002), though the concept had antecedents in his earlier work on pattern languages and the geometry of traditional settlements.
Foundational property. Strong centers are prerequisite to the other fourteen properties.
Organizing function. A center gives structure to the space around it by concentrating attention and intensity.
Not necessarily central. Geographic or typographic position is secondary to organizing power.
AI failure mode. Language models produce uniformly textured output that lacks strong centers by default.
Builder's discipline. Deliberately directing AI generation toward centers is a distinct skill that the smooth interface discourages.