Flagship Reference
The Agentic Periodic Table
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
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.
File System Environment Fs 2
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.
Structured Data Store Db 3
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.
External System Interface Ex 4
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.
Execution State Es 5
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.
Workflow State Ws 6
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.
Checkpoint State Cp 7
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.
Session Memory Ss 8
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.
Working Memory Wm 9
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.
Large Language Model Lm 10
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.
Encoder / Embedding Ec 11
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.
Semantic Memory Sm 12
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.
Procedural Memory Pm 13
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.
Episodic Memory Em 14
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.
Read Tool Rt 15
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.
Write Tool Wt 16
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.
Logic Tool Lt 17
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.
Communication Tool Ct 18
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.
Information Skill Is 19
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.
Transformation Skill Ts 20
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.
Generation Skill Gs 21
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.
Decision Skill Ds 22
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.
Interaction Skill ?s ??
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.
Governed Delegation Protocol A2 A2
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.
Human Interface Protocol A3 A3
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.
Tool Invocation Protocol Mc Mc
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.
No matching elements.