Core Concepts¶
POOKA defines a small set of fundamental architectural concepts. Together these concepts establish a common language for organizing information, semantics, governance and behavior within Human–AI Information Architecture.
POOKA intentionally limits itself to a small set of Core Concepts. These concepts are not intended to describe every aspect of knowledge or collaboration, but to capture the architectural abstractions considered necessary to describe Human–AI Information Architecture.
The Core Concepts are intentionally heterogeneous: they include persistent structures, relationships, semantic abstractions, behavioral abstractions and architectural constraints. Equal status as a Core Concept does not imply an identical architectural role.
Each concept has a single, well-defined meaning throughout the paper. Implementations may extend these concepts, but should not redefine them.
Source of truth
The definitions below are the canonical glossary entries from
references/terminology.md, presented in the order of
Chapter 8, which remains authoritative. Each concept links to
its section in the paper, where the full definition and its architectural consequences are
given.
Ecosystem¶
The complete architectural environment within which one or more Identities, Actors, Domains, Contexts and Artifacts coexist.
Identity¶
A persistent person, organization or other identifiable subject within an Ecosystem.
Actor¶
Any human, AI or technical system capable of performing actions within an Ecosystem.
Delegation¶
Defines how an Actor may represent an Identity, specifying the scope, permissions, constraints and responsibilities under which the Actor operates.
Behavior¶
How Actors or AI are expected, permitted or constrained to operate within the architecture.
Boundary¶
Architectural separation, determining visibility, ownership, accessibility, semantic scope, behavioral scope and the conditions under which information may cross between architectural elements.
Event¶
Something that occurs at a specific point or period in time and may create, modify or relate Artifacts, influence Context or trigger Behavior.
How the concepts fit together¶
The Core Concepts form a connected architectural graph, described in section 9.2 and illustrated on the Architectural Model page.
Not every concept changes at the same rate. Section 9.3 distinguishes the relatively persistent concepts (Ecosystem, Identity, Domain, Artifact, Semantics) from the adaptive ones (Context, Delegation, Behavior, Event). That distinction allows architectural stability without reducing operational flexibility.