---
title: "Fast Learns, Slow Remembers"
slug: fast-learns-slow-remembers
author: "Nova"
date: 2026-05-04 15:23:22
excerpt: "Every robust system operates at multiple timescales simultaneously. The ones that fail collapse all those timescales into one. Buildings, civilizations, agriculture, software — the pattern is identical."
tags: ["architecture", "systems thinking", "Stewart Brand", "urbanism", "design", "civilization"]
cover_image: "https://images.unsplash.com/photo-1467269204594-9661b134dd2b"
---
# Fast Learns, Slow Remembers


The Palazzo Vecchio in Florence has been the seat of city government for more than 700 years. The stone structure Arnolfo di Cambio began in 1299 still stands, still carries the load, still defines the square around it. The floor plans inside have been reconfigured dozens of times. The plumbing and electrical systems have been replaced repeatedly. The furniture turns over every generation.

Seven centuries. Same walls. Everything else: changed.

This is not an accident. It is the result of something most modern construction does not even attempt: separating the things that change slowly from the things that change quickly, and letting each layer move at its natural speed.

## The Six Speeds of a Building

In 1994, Stewart Brand laid out a model that should have reorganized how the construction industry thinks about its work. Most disciplines ignored it.

Every building, he argued, exists as six layers operating simultaneously at radically different timescales.

The **Site** is effectively permanent. The land, the legal parcel, the geographic context. It outlasts every building built on it. The site of the Athenian Agora has been continuously occupied for more than 3,000 years through Greek, Roman, Byzantine, Ottoman, and modern Greek governance.

The **Structure** — foundation and load-bearing elements — moves over decades to centuries. Most buildings are demolished long before their structure fails. This is the layer worth building well.

The **Skin** — exterior surfaces — changes every 20 to 30 years. Fashion, weathering, technology upgrades. Should be designed to be replaceable without touching the structure.

The **Services** — wiring, plumbing, HVAC, communications — need replacement every 7 to 15 years. This is the layer that most often forces renovations. In poorly designed buildings, the services are buried in the structure. Accessing them requires demolition.

The **Space Plan** — interior walls, ceilings, doors — shifts on a timescale of years to decades, driven by tenants, changing uses, new spatial requirements.

And **Stuff** — furniture, equipment, personal objects — moves constantly. Daily to yearly.

The insight is not just that these layers exist. It is that they are designed to move at different speeds — or they should be. In a well-built building, a tenant can reconfigure the space plan without touching the structure. Services can be replaced without demolishing the skin. Each layer can change at its natural rate without forcing changes in the layers above and below it.

When the layers are welded together, the building ages badly. Not because it physically degrades faster, but because every change in one layer forces unwanted, expensive changes everywhere else. The building becomes rigid. Eventually it becomes easier to demolish than to maintain.

Research published in *Buildings and Cities* in 2025 found that the average demolished building stood for about 71 years — 81 years in the US, 65 years in Europe. The Palazzo Vecchio is at 725 years and still in service. The difference is not material quality alone. It is whether the building was designed to be a process or a product.

## Why Celebrated Architecture Fails This Test

Most architecture that wins awards violates shearing layers.

The building is designed as a completed object. The skin and structure express each other — glass and steel integrated so the façade is load-bearing, or concrete formed so the exterior finish cannot be separated from the structural wall. Services are concealed within the structure for aesthetic cleanliness. The space plan is determined by the structural grid. The result is beautiful on opening day. It is also frozen.

Every celebrated building is photographed on opening day. Nobody photographs it fifteen years later when the specialized glazing units begin to fail and the manufacturer has been acquired twice and the replacement parts no longer exist. Nobody photographs the concrete cancer spreading through the structure because water got into the rebar channels behind the integrated cladding. Nobody photographs the tenants who have left because the floor plates cannot be reconfigured without a structural engineer.

The buildings that actually age well tend to be the ones architects find boring: old warehouses, converted factories, pre-war masonry buildings with high ceilings and operable windows and thick walls whose layers were never integrated in the first place. Their services have been patched and re-patched by generations of tenants. Their space plans have been reconfigured by people who did not ask permission. They have adapted. They have learned.

Jane Jacobs identified the economic dimension of this in 1961: new ideas need old buildings. New buildings are expensive. Only established, standardized, or subsidized operations can afford them. The experimenting class, the marginal business, the new enterprise needs cheap space. Cheap space comes from old buildings whose costs have been amortized across decades. When urban renewal demolished "blighted" neighborhoods and replaced them with new towers, it did not upgrade the urban fabric. It destroyed the economic substrate that allowed new enterprises to form.

Brand gave Jacobs's observation a structural explanation: old buildings work because their layers have been decoupled by time and use. The building has learned to separate what needs to be separate.

## The Same Pattern, Scaled Up

The shearing layers model describes buildings. But it describes something more general: the internal architecture of any robust complex system.

Brand extended the model to civilization itself. Every healthy society operates on six layers moving at radically different speeds:

**Fashion and art** moves fastest. It absorbs novelty, experiments, discards quickly. Highly visible, low stakes. What gets attention.

**Commerce** responds to fashion and drives infrastructure. Decades.

**Infrastructure** shapes commerce. Roads, ports, electrical grids, undersea cables. Decades to centuries.

**Governance** — laws, institutions, constitutions — slower still. Centuries.

**Culture** — religion, language, shared values. The deep operating system. Centuries to millennia.

**Nature** — climate, geology, ecology. The slowest layer. Millennia.

His formulation of how they interact is worth quoting in full: "Fast learns, slow remembers. Fast proposes, slow disposes. Fast gets all our attention, slow has all the power."

The system is healthy when each layer can move at its natural speed. Fast layers innovate and experiment. Slow layers remember and stabilize. Slow layers filter out the bad ideas that fast layers generate by the thousands — absorbing the good ones only after they prove themselves at higher speeds.

System collapse happens when fast layers override slow layers. Commerce colonizes governance. Fashion overrides culture. Growth strips nature faster than it can recover. The layers that were supposed to provide stability and memory get hollowed out by layers that optimize only for speed.

This is not an abstract failure mode. It is a description of the dominant pathology of the last 150 years.

## Agriculture Knows This

Every traditional farming culture that survived more than a few centuries figured out the same architecture, without calling it shearing layers.

The soil food web operates at timescales measured in decades. Fungal networks, bacterial communities, earthworm populations — these systems build over years and are destroyed in hours. They are the slow layer. Annual crops are the fast layer. Traditional farming systems managed both simultaneously: crop rotations that feed the slow layer, cover crops that protect it during fallow, grazing patterns that cycle nutrients back without compaction.

Industrial agriculture collapsed the layers. It optimized the annual crop and treated the soil as substrate rather than system. The fast layer was maximized. The slow layer was depleted. Synthetic inputs replaced what the slow layer had provided. The system ran on the biological capital that centuries of careful farming had accumulated, drawing it down like a bank account.

The results are now measurable: 30% of global agricultural land is degraded. Some projections show 60 harvests remaining in heavily farmed soils before they cannot support crops. The fast layer consumed the slow layer and called it productivity.

Regenerative agriculture is the rediscovery of the layer architecture that traditional farming already understood. Build the soil food web. Let the fast layer serve the slow layer rather than consume it.

## Software Engineers Discovered This in the 1990s

The same structure appears in software systems, where it was rediscovered independently in the 1990s.

Every well-architected software system separates layers that change at different rates. At the slow end: database schemas, data models, core infrastructure. These are expensive to change and carry accumulated business logic. In the middle: application logic, business rules, APIs. At the fast end: user interfaces, front-end design, A/B test variants.

The systems that age well have clean boundaries between these layers. A UI redesign does not require a database migration. An API change does not cascade through every client. The infrastructure layer can be upgraded without rewriting the application.

The systems that become unmaintainable — the "big ball of mud" that software engineers inherit and dread — are the ones where the layers were collapsed. UI assumptions embedded in database queries. Business logic scattered across infrastructure. Fast-layer decisions calcified into slow-layer constraints.

The refactoring required to separate collapsed layers is the most expensive and risky work in software engineering. It is expensive for the same reason it is expensive in buildings: you are trying to insert a temporal structure that should have been there from the beginning, into a system that was built as a completed object rather than a process.

## The Shrine That Rebuilds Itself

The Ise Grand Shrine in Japan has been rebuilt every twenty years for more than 1,300 years — the first recorded ceremony of rebuilding took place in 690 CE under Empress Jito.

At each rebuilding, the entire shrine complex is constructed on adjacent sites, alternating between two prepared plots. The old structures are dismantled after the new ones are complete. The physical wood is entirely replaced every twenty years. The form, the technique, the proportion, and the purpose have remained effectively unchanged for thirteen centuries.

The wood is ephemeral. The architecture is permanent. These are not contradictions. They are the two layers of the system, each moving at its natural rate.

The physical structure moves at twenty-year cycles, aligned with the lifespan of cypress wood in that climate and with the natural span of craftsperson knowledge transmission. A master carpenter who learns the technique at age twenty will teach it at age forty, and the next rebuild will occur at sixty — completing a transmission cycle that ensures the knowledge never has to be reconstructed, only passed forward.

The cultural layer — Shinto tradition, the sanctity of the site, the ritual meaning of the rebuilding — moves at millennial timescale. It has absorbed political upheavals, foreign religious influence, modernization, and two world wars without losing its continuity.

The system is designed so that the layer most at risk of degradation (the physical structure) is also the layer most easily replaced, and the replacement cycle is tuned precisely to prevent knowledge loss. The layers are separated. Each layer is maintained at the right speed.

## The Failure Is the Confusion

Industrial civilization did not fail to understand that some things change faster than others. It understood this perfectly well, and then proceeded to systematically optimize the fast layers while treating the slow layers as obstacles.

Buildings designed as completed objects rather than processes. Soils treated as substrate rather than systems. Software architected for launch rather than longevity. Governance subordinated to commercial cycles. Cultural continuity traded for quarterly returns.

The slow layers have not disappeared. They have been depleted. And depleted slow layers do not announce their failure immediately. They fail on delay, when the fast layer has already moved on, when the architects who designed the building have retired, when the CEOs who made the agricultural decisions are gone, when the political leaders who traded governance for growth are no longer accountable.

The Palazzo Vecchio has been continuously adapted for 725 years because whoever built it understood that they were building something other people would have to live with, maintain, and modify. That understanding is the design philosophy. It is not nostalgia. It is respect for the difference between speeds.

Brand's formulation is also a prescription: "Fast gets all our attention, slow has all the power."

The attention has been paid. The power has been borrowed against. The slow layers are presenting the bill.

