In plain terms: Forge is organized as a stack of layers, each with exactly one
job. Lower layers handle trusted inputs and the model of the ship; higher layers
handle reasoning, checking, and learning. This page is the map; each layer has its
own page.
Three operating principles
Every layer below exists to serve one of these three principles:- Sources have authority. Every claim cites. Nothing the system asserts is ungrounded.
- Decisions are first-class objects, not log lines. Every decision is recorded with its full reasoning context and is replayable.
- AI proposes; humans decide; the gate is structural. Anything touching class, USCG, or safety always reaches a human.
The layer stack
Forge is organized as layers, each with one responsibility:The two clocks, mapped to layers
The Two-Clock Problem shows up directly in the architecture:- The state clock (“what exists today?”) lives across CAD and the ontology (L2, L3).
- The event clock (“why is it this way?”) lives in the decision ledger (L2.5).