Chapter 01

Foundations

Problem framing, historical precedents, and core ASM distinctions.

In Development

This chapter establishes why the Agentic Standard Model is structured the way it is. It does not begin with a list of components. It begins with a problem, works through the historical methods that solved analogous problems in other fields, and derives the architecture of the framework from first principles. A reader who finishes this chapter should not merely know what the ASM contains. They should understand why it could not have been structured any other way.

1.1 The Problem: An Inventory Without a Theory

Anyone building intelligent agentic systems in 2026 faces the same situation Mendeleev faced in 1869. There is a large and growing inventory of components. Language models, memory stores, tool interfaces, orchestration frameworks, workflow engines, embedding models, protocol layers. New entries appear constantly. Some are genuinely novel. Others are variants of things that already exist under different names. Some combinations work well. Others fail in ways that are hard to diagnose because there is no shared vocabulary for what failed and why.

The field currently treats this inventory as a catalogue. Practitioners learn by accumulating examples: here is a ReAct agent, here is a RAG pipeline, here is an orchestration pattern. This is not without value. But a catalogue is not a theory. A catalogue tells you what exists. A theory tells you what must exist, what cannot exist, and why the things that exist have the structure they do. Without a theory, every new component requires a new example. Every failure requires a new debugging heuristic. Every architectural decision requires re-learning from scratch rather than deriving from principle.

The Agentic Standard Model is a theory. Its central claim is that agentic systems are not arbitrary assemblies of components chosen by convention or accumulated by trial and error. They are structured compositions of irreducible building blocks that combine under strict rules derived from the dependency relations between them. The structure is not imposed on the field. It is discovered in it.

The Core Claim

Any agent or agentic system that exists or could exist can be constructed from the 22 elements defined in this framework. Every tool reduces to a bond between an Action archetype and an Infrastructure substrate. No agent requires matter outside the element table.

1.2 The Historical Method: Taxonomy Before Theory

The ASM draws its structure from two landmarks in scientific history. They are not chosen for rhetorical effect. They are chosen because they solved the same problem in other domains, using the same sequence: first organise the inventory, then discover the rules that govern it, then find the unifying principle that explains why those rules and no others hold.

Mendeleev and the Periodic Table

In 1869, Dmitri Mendeleev faced a catalogue. Over sixty elements had been identified. Chemists had observed patterns in their behaviour but had no systematic explanation for them. Mendeleev’s method was empirical and structural. He arranged elements by atomic weight and observed that elements with similar chemical properties appeared at regular intervals. When he committed to the structure implied by the data, the table had gaps. Rather than treating those gaps as failures, he treated them as predictions. He named elements that had not yet been discovered and described their expected properties from their position in the table.

Gallium was discovered in 1875. Scandium in 1879. Germanium in 1886. Each confirmed a Mendeleev prediction. The Periodic Table was not merely descriptive. It was generative. It told chemists where to look and what to expect before they looked. That is the standard a good taxonomy must meet: it must predict, not merely classify.

The Standard Model of Particle Physics

The Standard Model arrived a century later and did something Mendeleev’s table could not. It explained why the table had the structure it did. Quantum mechanics revealed that the periodic structure of elements was a consequence of electron shell configuration, which was itself a consequence of the Pauli exclusion principle and the quantum numbers governing atomic structure. The taxonomy was not arbitrary. It was demanded by deeper physics.

The Standard Model also introduced a distinction that the Periodic Table did not contain: the difference between matter and force. Fermions are the substance of matter. Bosons are the carriers of force between matter particles. A photon does not exist inside an atom the way an electron does. It exists in the interaction between atoms. This distinction between substance and interaction is not a philosophical nicety. It has architectural consequences for what can be versioned, governed, and composed, and what cannot.

The OSI Model

A third precedent is less celebrated but more directly relevant to engineering. The OSI Reference Model, published in 1984, organised the complexity of network communication into seven discrete layers. Each layer performs a defined function, depends only on the layer immediately below it, and exposes a clean interface to the layer above. Physical bits become data frames become packets become reliable connections become application-level meaning.

The OSI model is powerful not because it lists protocols but because it explains why the boundaries between layers are where they are. A protocol at Layer 3 cannot be responsible for reliable delivery because reliable delivery requires knowing about connections, which is Layer 4 territory. The boundaries are not arbitrary. They follow from the dependency relations between functions. A higher layer cannot exist without the layers beneath it being present and functioning correctly.

The ASM follows exactly this logic. Its period structure is not a ranking of components by complexity or cognitive distance. It is a dependency map. An element’s period is the lowest layer at which it can function given its dependencies. Period is derived, not assigned.

The Three Precedents and What Each Contributes

Mendeleev’s Periodic Table contributes the method: organise by observable structure, commit to gaps as predictions, let the table demand what must exist. The Standard Model contributes the distinction between matter and force, between fermion-class components and boson-class interaction protocols. The OSI model contributes the derivation principle: layer boundaries are determined by dependency relations, not by convention. The ASM applies all three.

Figures in This Chapter

Each figure has a stable share URL and chapter-level cross-linking support.

FIG-1-1 · interactive

Three Historical Precedents

Side-by-side anchor visual of Mendeleev, Standard Model, and OSI influence on ASM.

Accessibility summary: Conceptual comparison chart showing the three foundational precedents.

Open interactive figure directly