Five planes, each resting on the one below it.

Core is the single source of truth. If a capability cannot express its output as a change to Core, it does not belong in the platform.

Model
Typed graph with provenance on every node and edge
Language
Plugin analyzers only. Everything above the model layer is language-neutral
Deployment
Bring your own cloud, on premises, or air gapped

The stack, top to bottom.

Each plane reads only from the plane beneath it and writes back to Core. The dependency direction is what keeps the model honest as the product grows.

F4 to F7 Delivery. Board, cloud workspace, agent dispatch, pull requests, review, merge. Where work leaves the platform
F8 Verification. Characterization test generation and differential replay. The gate everything passes through
F4, F9 Planning. Task synthesis, decision records, constraint propagation. Model turned into assignable work
F2, F3 Model, held in Core. System graph, rules, assertions, provenance. The single source of truth
F1 Ingestion. Repository, documents, database, servers, logs, metrics, traces. Read-only by default
The join that defines the product

Structure tells you what could happen. Runtime tells you what does.

Neither source is sufficient alone, and the interesting facts live in the intersection. Merging them is where a static analyzer and an observability tool each stop, and where this platform starts.

Reachability Hot path weighting Data reality Failure semantics
Dense network cabling forming a layered topology
StratumSourceRecoverable automatically
SurfaceFiles, dependencies, configuration, buildYes
StructureCall graph, schema, job graph, API surfaceYes
SemanticsBusiness rules, intent, the reason a thing existsPartly. The rest is asked, never assumed
RuntimeTraces, hot paths, real inputs, failuresYes, given instrumentation

What gets built, and what gets wrapped.

The moat is Core, the envelopes, the board, the decisions and the verification loop. Everything else is someone else's solved problem.

LayerApproach
EditorAn existing open-source browser editor server. Do not fork an editor.
Agent runtimeAn existing open-source agent SDK with remote execution. Do not build an agent loop.
SandboxHardware-isolated microVMs, self-operated. This is where reliability and cost are won or lost.
Source control and CIThe customer's existing host, through its API. Never rebuild it.
Static analysisExisting parser and query infrastructure per language. Wrap it, do not rewrite it.
TelemetryOpenTelemetry as the primary path, vendor APIs as adapters.
Core, envelopes, board, decisions, verificationBuilt in house. This is the entire moat.

See the five planes working together.

The prototype runs the whole chain on a seeded system, from raw evidence to a merge that refuses to happen.