Flagship Reference

The Agentic Periodic Table

The central artifact of the framework: a dependency-derived taxonomy of confirmed elements, predicted gaps, and boson-class interaction protocols.

What This Page Is For

The table is the fastest path into the framework. It shows what must exist, what remains predicted, and how periods and groups emerge from structural dependencies rather than naming preference.

Use it as the reference surface for chapter reading, molecule interpretation, and discussions of predicted gaps.

Reference Index

Elements

Code Execution Environment Ce 1
Ce 1 Code Execution Environment

Raw sequential computation. CPU and RAM at the sub-atomic level. The substrate of all computation inside an agent.

P1 Infrastructure. Provides the computational and connectivity substrate required before any higher-order agentic behavior can function.

Group
Infrastructure
Period
P1
Type
element
File System Environment Fs 2
Fs 2 File System Environment

Unstructured persistent storage. Bytes, files, and artifacts that survive process boundaries. Imposes no schema.

P1 Infrastructure. Provides the computational and connectivity substrate required before any higher-order agentic behavior can function.

Group
Infrastructure
Period
P1
Type
element
Structured Data Store Db 3
Db 3 Structured Data Store

Schema-governed, queryable, transactional storage. Enables precise retrieval, joins, and transactional integrity.

P1 Infrastructure. Provides the computational and connectivity substrate required before any higher-order agentic behavior can function.

Group
Infrastructure
Period
P1
Type
element
External System Interface Ex 4
Ex 4 External System Interface

Network connectivity to APIs, queues, webhooks. The boundary between internal computation and the outside world.

P1 Infrastructure. Provides the computational and connectivity substrate required before any higher-order agentic behavior can function.

Group
Infrastructure
Period
P1
Type
element
Execution State Es 5
Es 5 Execution State

Transient data during active processing: intermediate outputs, current tool results, and active reasoning context.

P2 Context. Captures live operational context during execution and keeps a running system coherent across steps.

Group
State
Period
P2
Type
element
Workflow State Ws 6
Ws 6 Workflow State

Position and control flow across multi-step processes. Carries a double bond in plan-and-execute compositions.

P2 Context. Captures live operational context during execution and keeps a running system coherent across steps.

Group
State
Period
P2
Type
element
Checkpoint State Cp 7
Cp 7 Checkpoint State

Serialized snapshots of execution enabling pause, resume, replay, and recovery.

P2 Context. Captures live operational context during execution and keeps a running system coherent across steps.

Group
State
Period
P2
Type
element
Session Memory Ss 8
Ss 8 Session Memory

Accumulated context of an active interaction: dialogue history, recent exchanges, and active preferences.

P3 Short-Horizon Retention. Holds information across time, from active session context to durable long-horizon memory.

Group
Retention
Period
P3
Type
element
Working Memory Wm 9
Wm 9 Working Memory

Temporary task-specific artifacts during active execution. Task-scoped scratch space for intermediate results.

P3 Short-Horizon Retention. Holds information across time, from active session context to durable long-horizon memory.

Group
Retention
Period
P3
Type
element
Large Language Model Lm 10
Lm 10 Large Language Model

Generates and interprets meaning. The cognitive substrate of every agent. The only element that reasons.

P4 Semantic Processing. Generates or encodes meaning and defines the semantic core of the framework.

Group
Cognition
Period
P4
Type
element
Encoder / Embedding Ec 11
Ec 11 Encoder / Embedding

Encodes content into dense vector representations. Does not reason; it represents. Load-bearing in all RAG agents.

P4 Semantic Processing. Generates or encodes meaning and defines the semantic core of the framework.

Group
Cognition
Period
P4
Type
element
Semantic Memory Sm 12
Sm 12 Semantic Memory

Durable world knowledge as semantic vectors. Requires Ec to populate and Lm to query. The substrate of RAG pipelines.

P5 Long-Horizon Retention and Action. Holds information across time, from active session context to durable long-horizon memory.

Group
Retention
Period
P5
Type
element
Procedural Memory Pm 13
Pm 13 Procedural Memory

Durable knowledge of how work should be performed: playbooks, rulebooks, SOPs, and multi-step protocols.

P5 Long-Horizon Retention and Action. Holds information across time, from active session context to durable long-horizon memory.

Group
Retention
Period
P5
Type
element
Episodic Memory Em 14
Em 14 Episodic Memory

Records of prior executions, feedback signals, and corrections generated by the collision of traces with correction signals.

P5 Long-Horizon Retention and Action. Holds information across time, from active session context to durable long-horizon memory.

Group
Retention
Period
P5
Type
element
Read Tool Rt 15
Rt 15 Read Tool

Observational access to external state. Retrieves information without mutating it.

P5 Long-Horizon Retention and Action. Directs cognition toward effect in the world through observation, mutation, computation, or communication.

Group
Action
Period
P5
Type
element
Write Tool Wt 16
Wt 16 Write Tool

Mutational access to external state. Performs actions that change something in the world outside the agent.

P5 Long-Horizon Retention and Action. Directs cognition toward effect in the world through observation, mutation, computation, or communication.

Group
Action
Period
P5
Type
element
Logic Tool Lt 17
Lt 17 Logic Tool

Deterministic computation and transformation. Executes code and performs mathematical operations.

P5 Long-Horizon Retention and Action. Directs cognition toward effect in the world through observation, mutation, computation, or communication.

Group
Action
Period
P5
Type
element
Communication Tool Ct 18
Ct 18 Communication Tool

Emits information outward to humans or systems. Directed at an interpreter rather than a storage target.

P5 Long-Horizon Retention and Action. Directs cognition toward effect in the world through observation, mutation, computation, or communication.

Group
Action
Period
P5
Type
element
Information Skill Is 19
Is 19 Information Skill

Extracting, identifying, labeling, and classifying. Structures Lm output when the task is to identify what something is.

P6 Reasoning Patterns. Structures how cognition operates without directly acting on the world.

Group
Pattern
Period
P6
Type
element
Transformation Skill Ts 20
Ts 20 Transformation Skill

Condensing, reorganizing, and normalizing. Changes the form of content without changing its substance.

P6 Reasoning Patterns. Structures how cognition operates without directly acting on the world.

Group
Pattern
Period
P6
Type
element
Generation Skill Gs 21
Gs 21 Generation Skill

Producing new artifacts, language, and code. Structures Lm output when the task is to create something new.

P6 Reasoning Patterns. Structures how cognition operates without directly acting on the world.

Group
Pattern
Period
P6
Type
element
Decision Skill Ds 22
Ds 22 Decision Skill

Routing, evaluating, and prioritizing. Structures Lm output when the task is to choose between options.

P6 Reasoning Patterns. Structures how cognition operates without directly acting on the world.

Group
Pattern
Period
P6
Type
element
Interaction Skill ?s ??
?s ?? Interaction Skill

Predicted gap. Real-time engagement adapting dynamically within a live exchange, distinct from Generation Skill.

P6 Reasoning Patterns. Marks a structurally expected element whose behavior is visible in practice but not yet fully formalized.

Group
Predicted Gap
Period
P6
Type
predicted-gap
Governed Delegation Protocol A2 A2
A2 A2 Governed Delegation Protocol

Logical protocol surface for inter-agent delegation. Carries task, intent, and authority together.

P4 Semantic Processing. Mediates protocol-level interaction between molecules, tools, and humans.

Group
Exchange
Period
P4
Type
boson
Current Instantiation
A2A
Human Interface Protocol A3 A3
A3 A3 Human Interface Protocol

Closes the intent chain. Delivers legible output to the human whose intent initiated execution.

P6 Reasoning Patterns. Mediates protocol-level interaction between molecules, tools, and humans.

Group
Exchange
Period
P6
Type
boson
Tool Invocation Protocol Mc Mc
Mc Mc Tool Invocation Protocol

Logical protocol surface for tool discovery and invocation. Carries data and execution, not intent or authority.

P2 Context. Mediates protocol-level interaction between molecules, tools, and humans.

Group
Exchange
Period
P2
Type
boson
Current Instantiation
MCP