01
Intelligence must be situated
No meaningful agent action should exist without relation to anchor, place, state, or world context.
A native Procedura computation should be answerable in terms of where it is, what it can see,
what it remembers, what it is trying to do, and what changed because it acted.
02
Memory is append-only by default
The world should remember through accumulation, not replacement. Authoritative reality should prefer
traceable succession over a single mutable present. This protects auditability, causality, replay,
branching, continuity, and structural trust.
03
The world is primary, views are secondary
Interfaces, overlays, and tools are interpretations of world state, not replacements for it.
The shell may reveal and orchestrate interaction, but it must not become the ontological center.
04
Generation must pass through structure
Generative capability is real, but native generation should pass through scaffolds, schemas,
artifact forms, route structures, and world-aware transforms. Structure exists to preserve legibility,
continuity, and survivability under iteration.
05
Artifacts matter more than hidden state
Plans, routes, schedules, projections, logs, narrative fragments, topology extractions, and scaffold writes
are not byproducts. They are the visible body of cognition. The system should leave behind durable traces.
06
Every abstraction must pay rent in world terms
Abstractions are allowed only if they make the world more intelligible, operable, or generative.
If an abstraction only makes implementation easier while obscuring the world, it is suspect.
07
Local actions must compose into systemic truth
Procedura should behave like a civilization of modules, not a pile of features.
Subsystems must imply and reinforce one another until they feel adjacent by necessity,
not by integration work alone.
08
Identity comes from invariants, not presentation
The system’s identity is not what it says about itself. It is what remains true across implementations:
world-anchored intelligence, persistent memory, inspectable artifacts, structured generation,
and continuity through place and consequence.
09
Scale must preserve ontology
Growth is only valid if the system remains itself at larger size. A feature that works in a prototype
but corrupts the grammar of the system at scale is not a real success.
10
The system must be able to explain itself
A native Procedura behavior should be reconstructible. A serious operator should be able to understand
why it happened, what inputs mattered, what artifact shaped the result, what changed, and where the result lives now.