The Sculptor's Two Hands: On Carving Paths Versus Pouring Molds

In the quiet workshop of site architecture, there are two fundamental approaches to shaping the space. One works by removal, the other by addition. One is the sculptor who chips away at marble to find the path within the stone; the other is the founder who pours molten metal into a pre-made mold. In our realm, these correspond to a foundational choice: do we build our structure by carefully carving URLs, or do we pour our content into a templated, often parameter-driven, mold?

The carver’s approach is one of intention from the first tap of the chisel. Each URL is a discrete, semantic block. An article lives at `/ideas/the-sculptors-two-hands`. A product category sits at `/tools/chisels`. The structure is the architecture; the hierarchy is visible and meaningful in the address itself. This method demands forethought. Like planning the grain of the wood or the fissures in the stone, you must understand the content’s inherent categories and relationships before you begin. The resulting paths are human-readable, often memorable, and they carry their own logic. They are permanent addresses, resistant to the whims of a changing backend. To change them is a deliberate act of re-carving, requiring a redirect to bridge the old and new forms.

The founder’s approach is different. It builds the mold—the template—first. Content is poured into it, and the URL is generated by the system: `/article.php?id=4271` or `/products?category=tools&item=chisel`. The structure is abstract, residing in a database schema or a set of query parameters, not in the path itself. This is the way of dynamic systems, content management giants, and sprawling platforms. Its strength is fluidity and scale. New content adopts the shape of the template instantly. The structure is powerful but hidden, managed by code and logic, not by folder names. The risk, however, is a certain fungibility. URLs become serial numbers, not names. They are easy to generate but hard to love, and their meaning is locked away, interpretable only by the machine that cast them.

The quiet tension between these two lies in their relationship to change and meaning. The carved path, once set, becomes a landmark. Moving it is a significant event, leaving a trace (the redirect) that must be maintained. The poured path is easily recast; changing a template can automatically update a thousand URLs, but it risks breaking every external link if not handled with immense care—often through a different, more programmatic layer of redirect logic.

Neither hand is idle. The modern architect often uses both. We carve our core, evergreen pathways—our ‘about’, our key categories, our flagship essays. For the ephemeral, the filtered, the dynamically sorted, we accept the poured mold of parameters. The craft lies in knowing which content deserves the permanence and narrative of a carved path, and which can live efficiently within the dynamic cast. It is the choice between creating a destination and generating a coordinate. Both have their place, but the texture of the web is richer for the places we choose to carve.

Notes & further reading

A few pages I came back to while writing this: