Design Principles¶
The following Design Principles form the architectural foundation of POOKA. They describe how information should be organized to enable sustainable collaboration between humans and AI. They are normative principles that guide the architecture itself rather than specific technical implementations.
Source of truth
Each principle below carries its canonical title and its opening statement verbatim from Chapter 7, which remains authoritative. Follow the link under a principle for its full rationale.
Meaning Before Mechanics¶
Architecture begins with meaning, not implementation.
Context Before Prompt¶
Context is an architectural concept rather than a conversational construct.
Explicit Semantics¶
Semantics should never rely solely on interpretation.
Boundaries Are Architecture¶
Boundaries define the architecture as much as the information itself.
Representation Must Be Explicit¶
An Actor never implicitly represents an Identity.
Structure Before Automation¶
POOKA assumes that Artificial Intelligence operates most effectively on well-structured information.
Minimum Necessary Context¶
AI should only receive the information required to perform the intended task.
Local First, Cloud When Necessary¶
Architectural decisions should preserve autonomy wherever practical.
Architectures Outlive Implementations¶
Architectural concepts should survive technological change.
From principle to implementation¶
The Design Principles guide the architecture. Chapter 11 describes what a conforming implementation should preserve, and section 11.8 defines conformance: an implementation conforms to POOKA when it preserves the Core Concepts, their Relations and their Boundaries, maintains the conceptual distinction between the Knowledge, Governance and Behavior layers, and remains consistent with these Design Principles.
Conformance is a matter of architectural fidelity rather than certification. The paper defines no compliance tests, certification criteria or mandatory technologies.