Skip to content

Fractal

A six-character formula, z → z² + c, generates the Mandelbrot set on the complex plane. No matter how far you zoom in, every region of the boundary echoes the whole. Similar, but never quite the same.

More than two thousand years ago, monks in the Huayan tradition described the same intuition in a different language: Mount Sumeru fits inside a mustard seed, and the mustard seed does not grow larger.

Agentic systems have the same kind of structure.

A single prompt call: receive context, reason, produce output. A single agent: receive a task, loop, produce output. A group of agents: receive a goal, coordinate, produce output. Three scales, one skeleton.

This is not coincidence. Self-similarity is a generative principle of complexity. From the Mandelbrot set to DNA replication to Unix pipes to the sub-agent paradigm, the same pattern keeps appearing independently. Understand the principle, and engineering intuition transfers across scales.

Six articles trace this structure from philosophical intuition through mathematical principle to engineering lineage.

Fractal — self-similarity is a generative principle of complexity


# Article In one sentence
01 Sumeru in a Mustard Seed The oldest intuition of self-similarity: from Indra's Net to the coastline paradox, structural echo between part and whole
02 Recursion: The Generator of Complexity Why does self-similarity keep appearing? Three independent evidence lines from mathematics, biology, and computation converge on one answer
03 Worlds Within Worlds Each level creates a complete world for the next: from mustard seeds to cells to simulations to sub-agents
04 From Transistor to Agent An evolutionary history of self-similar structure in engineering: each step reinvents the same pattern at a higher abstraction layer
05 Where the Fractal Breaks Structure repeats, but runtime physics changes at every level: an honest account of latency, cost, coordination, and fault tolerance
06 The Dao of Fractals What engineering insights emerge when you understand this structure? Orthogonality governs direction; fractals govern structure

Read 01 through 06 in order. Each assumes you have read the ones before it.

Prerequisites: ch-01 Orthogonality (direction of force), ch-04 Operating System (resource management analogy).