← Back to Issue

Understanding the Dynamics of the AI Ecosystem with Pace Layers

From Leadership in Tech · subscribed via aiste.ulozaite@gmail.com · original ↗ · unsubscribe


Jul 3, 2026

AI

CULTURE

SPEED

FRAMEWORKS

Understanding the Dynamics of the AI Ecosystem with Pace Layers

When a sector goes too fast, it loses support

Without a doubt, the pace of the AI ecosystem is dizzying. Just processing it all is difficult enough. Scaffolding it, finding themes, and understanding the shape of it is nearly impossible.

Recently, Mike Migurski introduced me to Stewart Brand’s Pace Layers, a framework for organizing fields and categories by how fast they change. Brand writes:

Consider the differently paced components to be layers.  Each layer is functionally different from the others and operates somewhat independently, but each layer influences and responds to the layers closest to it in a way that makes the whole system resilient.

From the fastest layers to the slowest layers in the system, the relationship can be described as follows:

Fast learns, slow remembers.  Fast proposes, slow disposes.  Fast is discontinuous, slow is continuous.  Fast and small instructs slow and big by accrued innovation and by occasional revolution.  Slow and big controls small and fast by constraint and constancy.  Fast gets all our attention, slow has all the power.

In The Clock of the Long Now, Brand proposes six macro layers that represent a “healthy civilization”, as seen below:

Brand's original Pace Layers, from *The Clock of the Long Now*

Imagine: as these layers move at different rates, friction builds between them, slowing the upper layer and quickening the lower. This negotiation, translation, between the layers is constructive when their speeds are different, but in balance. When they’re not, things get weird.

Brand writes:

In a durable society, each level is allowed to operate at its own pace, safely sustained by the slower levels below and kept invigorated by the livelier levels above… Each layer must respect the different pace of the others. If commerce, for example, is allowed by governance and culture to push nature at a commercial pace, then all-supporting natural forests, fisheries, and aquifers will be lost. If governance is changed suddenly instead of gradually, you get the catastrophic French and Russian revolutions. In the Soviet Union, governance tried to ignore the constraints of culture and nature while forcing a five-year-plan infrastructure pace on commerce and art. Thus cutting itself off from both support and innovation, it was doomed.


The last 10 days have been a whirlwind of conferences: Foo Camp, Open Frontier, AI Engineering World’s Fair… Every night I’d come home and scribble down notes, hoping a structure or two would emerge to bring it all together.

I think Pace Layers is the best I’ve got:

#ai-pace-layers text{font-family:’charter’,Charter,Georgia,’Times New Roman’,serif} #ai-pace-layers .title{font-size:25px;font-weight:700;fill:#333} #ai-pace-layers .sub{font-size:14px;fill:#666} #ai-pace-layers .quote{font-size:14px;fill:#666;font-style:italic} #ai-pace-layers .attr{font-size:12px;fill:#999} #ai-pace-layers .seg{font-size:13px;font-weight:700;letter-spacing:0.6px} #ai-pace-layers .axistitle{font-size:13px;font-weight:600;fill:#777;letter-spacing:0.5px} #ai-pace-layers .name{font-size:15px;fill:#333;paint-order:stroke;stroke:#fff;stroke-width:2.6px;stroke-linejoin:round} @keyframes apl-drift{from{transform:translateX(0)}to{transform:translateX(130px)}} #ai-pace-layers .days0{animation:apl-drift 4.5s linear infinite}#ai-pace-layers .days1{animation:apl-drift 5.08s linear infinite}#ai-pace-layers .months0{animation:apl-drift 18.25s linear infinite}#ai-pace-layers .months1{animation:apl-drift 20.62s linear infinite}#ai-pace-layers .months2{animation:apl-drift 23.0s linear infinite}#ai-pace-layers .months3{animation:apl-drift 25.37s linear infinite}#ai-pace-layers .years0{animation:apl-drift 74.0s linear infinite}#ai-pace-layers .years1{animation:apl-drift 83.62s linear infinite}#ai-pace-layers .years2{animation:apl-drift 93.24s linear infinite}#ai-pace-layers .years3{animation:apl-drift 102.86s linear infinite}#ai-pace-layers .decades0{animation:apl-drift 300.0s linear infinite}#ai-pace-layers .decades1{animation:apl-drift 339.0s linear infinite}#ai-pace-layers .decades2{animation:apl-drift 378.0s linear infinite}#ai-pace-layers .decades3{animation:apl-drift 417.0s linear infinite} @media (prefers-reduced-motion: reduce){ #ai-pace-layers .dots{animation:none !important} } #ai-pace-layers{position:relative} /* overlay the control into the SVG’s own header whitespace (top-right, opposite the title). top is a % so it tracks the title as the figure scales. */ #ai-pace-layers .apl-controls{position:absolute;top:3.5%;right:1%;margin:0;line-height:1;z-index:2} #ai-pace-layers .apl-toggle{display:inline-flex;align-items:center;gap:.45em;cursor:pointer; font-family:’charter’,Charter,Georgia,serif;font-size:.8rem;color:#777; -webkit-user-select:none;user-select:none} #ai-pace-layers .apl-toggle input{position:absolute;width:1px;height:1px;opacity:0} #ai-pace-layers .apl-track{flex:0 0 auto;width:30px;height:16px;border-radius:9px; background:#d8d6cf;position:relative;transition:background .15s} #ai-pace-layers .apl-knob{position:absolute;top:2px;left:2px;width:12px;height:12px; border-radius:50%;background:#fff;box-shadow:0 1px 1.5px rgba(0,0,0,.2);transition:left .15s} #ai-pace-layers .apl-toggle input:checked + .apl-track{background:#6face8} #ai-pace-layers .apl-toggle input:checked + .apl-track .apl-knob{left:16px} #ai-pace-layers .apl-toggle input:focus-visible + .apl-track{outline:2px solid #6face8;outline-offset:2px} #ai-pace-layers:has(#apl-motion:not(:checked)) .dots{animation:none !important} /* Mobile: don’t shrink the figure below a legible size. Instead render it at near-full scale inside a horizontal-scroll container so labels stay readable and the drift animation shows at full amplitude. The SVG’s built-in right-edge fade doubles as the “there’s more, swipe →” affordance. */ #ai-pace-layers .apl-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain} @media (max-width:640px){ #ai-pace-layers .apl-scroll svg{min-width:600px} /* lift the toggle out of the SVG header (which is off to the right once the figure overflows) into normal flow above the figure, always tappable */ #ai-pace-layers .apl-controls{position:static;top:auto;right:auto;display:flex; justify-content:flex-end;margin:0 0 .45em} #ai-pace-layers .apl-toggle{font-size:.95rem} #ai-pace-layers .apl-track{width:36px;height:20px;border-radius:10px} #ai-pace-layers .apl-knob{width:16px;height:16px} #ai-pace-layers .apl-toggle input:checked + .apl-track .apl-knob{left:18px} }

Animation

Pace Layers of the AI Ecosystem Layers of the AI ecosystem stacked from fastest-changing (days) at the top to slowest-changing (decades) at the bottom, sharing a common time axis. A drifting dot texture moves quickly in the top bands and barely at all in the bottom bands to convey each layer’s rate of change. Rate of Change Pace Layers of the AI Ecosystem How fast each layer of the AI stack changes. Fastest on top, slowest below. DAYS MONTHS YEARS DECADES Prompts Skills and tools Agent harnesses and apps Synthetic data Models (weights) Hired expert data Training methods and frameworks Chip and accelerator design Organizations adopting AI Governance and safety Universities and education Fabrication and data centers Energy production Organic human-made data

Dwelling on this, a few stray notes emerge:


Enter your email to receive the occasional update.