Skip to main content

Governed LLM Activation Map

Purpose

This page is the public topology of the governed-LLM ecosystem. It identifies every coordinate that accepts, produces, transports, evaluates, proves, records, reconstructs, displays, deploys, or executes a governed LLM transition.

A coordinate is included because it participates in the activation path. Inclusion does not grant authority, prove deployment, or imply that every coordinate is active.

Coordinate Status Vocabulary

StatusMeaning
PUBLICPublicly visible documentation or interface exists.
FIXTURE_ONLYReproducible local fixture path exists; no live external call is implied.
PREPARED_NOT_DEPLOYEDImplementation or client contract exists without verified live deployment.
VALIDATION_PENDINGRequired repository-owned validation evidence has not yet been observed.
EXTERNALCoordinate is outside the repository and requires separately authorized evidence.
BLOCKEDOne or more activation prerequisites are missing.
VERIFIEDRequired evidence for the bounded claim has been observed and recorded.

Complete Activation Topology

User entry surfaces
├─ Ecosystem Chat
├─ Math Solver
├─ Governance Demo Suite
└─ Applicability / tester interface

Governed request production
├─ Site request envelope
└─ core-node-runtime-demo or another authorized producer

Runtime governance
└─ LLM-adapter

Contract and intake
└─ StegVerse-SDK

Formalism and admissibility authority
├─ Data-Continuation/formalism-tests
├─ Transition Table proof surfaces
├─ RTG candidate formalism
└─ STCM conservation formalism

Custody and reconstruction
└─ Master-Records / orchestration

Public doctrine and verification
├─ admissibility-wiki
└─ StegVerse-Labs/Site

External activation
├─ provider credentials
├─ same-origin gateway
├─ live deployment
└─ explicitly authorized executor

Coordinate Registry

CoordinateRepository or surfaceRoleCurrent bounded posture
Public doctrineStegVerse-Labs/admissibility-wikiVocabulary, topology, evidence rules, public verification guidancePUBLIC
Ecosystem ChatStegVerse-Labs/Site/ecosystem-chat.htmlPrimary governed request-response interfacePREPARED_NOT_DEPLOYED
Usage and roleStegVerse-Labs/Site/ecosystem-usage.htmlUsage-session and participant-role displayPREPARED_NOT_DEPLOYED
ComparisonStegVerse-Labs/Site/ecosystem-comparison.htmlBounded provider and route comparisonPREPARED_NOT_DEPLOYED
Operational projectionStegVerse-Labs/Site/governed-transitions.htmlTransition-state projectionPUBLIC
Math SolverStegVerse-Labs/Site/math-solver/Sources, mappings, generated instruction packets, artifact returns, and admissibility resultsPUBLIC, concept/fixture posture
Governance Demo SuiteStegVerse-Labs/Site/tests/Governance filter, LLM comparison, transition admissibility, receipt replay, and fail-closed demonstrationsPUBLIC, simulation posture
Dynamic demoStegVerse-Labs/Site/demo.htmlBrowser-local dynamic admissibility classificationPUBLIC, simulation posture
Applicability suiteStegVerse-Labs/Site/applicability/Discipline registry, tester guide, matrices, packets, and examplesPUBLIC
Runtime adapterStegVerse-org/LLM-adapterProvider/output/continuity/action/authority/execution boundaryFIXTURE_ONLY; live activation external
SDK contract layerStegVerse-org/StegVerse-SDKValidation, intake, manifest binding, metadata ingestion, and receipt handoffFIXTURE_ONLY / repository contract active
Runtime producerStegVerse-org/core-node-runtime-demo or authorized successorEmits governed runtime requests and usage eventsEXTERNAL, activation evidence required
Formalism testsData-Continuation/formalism-testsExecutable fixtures, expected outcomes, and proof receiptsEXTERNAL authority source
Transition Tableformalism-test authority plus public mirrorsStanding, decision classes, consequence tiers, and proof posturePUBLIC mirror; authority remains external
RTGformalism candidateRelative-transition geometryDraft/candidate; not proof authority
STCMformalism candidateState-transition conservationResearch/candidate; not proof authority
Custodymaster-records/orchestrationAuthenticated receipt custody and reconstructability evidenceEXTERNAL, required before RECORDED
Same-origin gatewayauthorized deployment topologyAuthenticated transport between Site and runtime destinationBLOCKED until deployment evidence
Provider credentialsprovider-owned configurationLive provider accessOptional and EXTERNAL
Executorseparately authorized executorConsequence bindingDisabled or absent unless explicit authority exists

Entry-Surface Detail

Math Solver

The Math Solver coordinate includes more than a landing page. Its activation surface includes:

source and paper registry
-> source-to-instruction mapping
-> generated instruction packet
-> generated or returned artifact
-> admissibility result
-> receipt or evidence handoff

A generated solver artifact is not automatically correct, admissible, authoritative, or executable.

Governance Demo Suite

The demo suite includes separate bounded demonstrations for:

governance filtering
LLM governance comparison
transition admissibility
receipt replay
fail-closed behavior

Browser simulation is not proof authority and is not a live runtime deployment.

Applicability and Dynamic Tester

The applicability coordinate contains discipline-facing registries, test matrices, packet templates, and examples. Dynamic browser classification demonstrates packet shape and governance vocabulary; it does not replace executable formalism tests.

Runtime and SDK Chain

entry-surface request
-> provider request envelope
-> fixture or live provider response
-> continuity evidence pointers
-> governed session packet
-> action route
-> commitment request
-> authority decision
-> disabled execution handoff
-> SDK validation
-> SDK intake routing
-> SDK manifest binding
-> SDK receipt handoff

The reproducible default remains fixture-first. Fixture success does not establish live provider governance.

Formalism, Proof, and Standing Chain

proposed transition
-> formalism fixture or declared test vector
-> expected outcome
-> executable evaluation
-> proof receipt
-> Transition Table standing
-> current commit-time validity check

Public mirrors may explain or display this chain. They do not become the formalism or proof authority.

Custody and Reconstruction Chain

runtime or denial receipt
-> authenticated custody submission
-> master-record pointer and digest
-> reconstruction inputs
-> reconstructability evaluation
-> bounded RECORDED claim

Receipt creation is not custody. RECORDED requires authenticated custody evidence and reconstructability evidence.

Deployment and Execution Chain

prepared Site client
-> authorized same-origin gateway
-> validated runtime destination
-> conforming live response
-> retrieval and usage receipts
-> authenticated custody
-> current admissibility
-> separately authorized execution

Prepared source code is not deployment. Deployment is not authority. Execution remains a distinct, explicitly authorized boundary.

Verification Commands

Adapter:

python scripts/run_end_to_end_demo.py --fixture examples/end_to_end/simple_query.json
python scripts/replay_demo.py --session-report reports/simple_query.session.json
python scripts/reconstruct_demo.py --session-report reports/simple_query.session.json
pytest tests/test_end_to_end_demo.py -v

SDK:

python scripts/smoke_governed_llm_sdk.py
python scripts/verify_governed_llm_demo_packet.py
pytest tests/test_governed_llm_demo_packet.py -v

Wiki:

python scripts/check_governed_llm_pages.py
python scripts/check_governed_llm_demo_docs.py
python scripts/check_governed_llm_deployment_status.py

Site validation and deployment evidence remain owned by the Site and destination repositories.

Activation Gates

Full live activation remains blocked until the bounded path has all applicable evidence:

destination current-main validation
same-origin authenticated deployment
sample response conformance
retrieval and usage receipts
no browser secret surface
Site current-main validation
formalism or policy standing where required
Master-Records custody
reconstructability PASS
explicit execution authority for any consequence-binding action

Boundary

Provider output is not authority.
Adapter governance is not execution.
SDK validation is not authority.
Manifest binding is not persistence.
Receipt handoff is not custody.
Fixture success is not live provider governance.
Browser simulation is not proof authority.
Public display is not deployment.
Deployment is not admissibility.
Replayability is not current execution authority.
Historical reconstruction is not current admissibility.
Execution handoff is not execution.

Activation Statement

The governed-LLM ecosystem is build-visible across public doctrine, user-entry surfaces, fixture-first runtime governance, SDK intake, formalism and proof coordinates, custody requirements, and deployment boundaries.

The complete topology is visible; complete live activation is not claimed. Provider access, authorized deployment, authenticated custody, reconstructability, and any consequence-binding execution remain separately evidenced and governed.