Skip to main content

Governed LLM Demonstration Overview

Purpose

This page introduces the fixture-first governed LLM demonstrator and places it within the wider StegVerse demonstration topology.

The fixture demonstrator shows how an LLM can participate in a governed transition without becoming execution authority. It uses static examples so the path can be replayed and reconstructed without live provider calls, repository writes, public posting, external memory mutation, or consequence-bearing execution.

Fixture-first adapter demonstration

fixture query
-> provider request envelope
-> fixture 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

Wider demonstration coordinates

The adapter fixture is one demonstration coordinate, not the entire public demo suite.

CoordinateRoleCurrent posture
Governed LLM adapter fixtureDemonstrates provider-output-to-governed-packet handling.FIXTURE_ONLY
Governance Demo SuiteDemonstrates governance filtering, transition admissibility, receipt replay, comparison, and fail-closed behavior.PUBLIC_SIMULATION
Dynamic Demo / Applicability SuiteAccepts tester packets and returns browser-local governed classifications.PUBLIC_SIMULATION
Math SolverDemonstrates source-to-mapping-to-instruction-to-artifact-to-admissibility flow.PUBLIC_ADAPTER_CONCEPT
Ecosystem ChatPublic governed request-response entry surface.PREPARED_NOT_DEPLOYED
Usage and comparison surfacesDisplay configured trust, usage, and comparison contracts.PREPARED_NOT_DEPLOYED

These surfaces demonstrate different portions of the governed ecosystem and must not be represented as one completed live service.

Source and display responsibilities

RepositoryRole
StegVerse-org/LLM-adapterEmits fixture-first governed session packets and disabled execution handoffs.
StegVerse-org/StegVerse-SDKValidates demo packets, routes intake, binds manifests, and emits receipt handoffs.
StegVerse-Labs/SiteHosts public demo, Math Solver, Applicability, Ecosystem Chat, usage, and comparison surfaces.
Data-Continuation/formalism-testsOwns executable fixtures, expected outcomes, and proof receipts where installed.
master-records/orchestrationFuture authenticated custody and reconstruction coordinate.
StegVerse-Labs/admissibility-wikiPublishes doctrine, topology, evidence posture, and verification boundaries.

What can be evaluated

A reviewer can evaluate the fixture-first path only to the extent that the pinned fixtures, scripts, expected outputs, generated reports, and replay or reconstruction commands are available in their authority repositories.

Public screenshots, prose, or displayed classifications alone are not reproduced results.

Activation boundary

fixture success != live provider governance
browser simulation != proof authority
public display != deployed service
SDK validation != execution authority
receipt handoff != Master-Records custody
replay != current standing
reconstruction != current standing

Non-claims

public_demo_page_claims_live_provider_governance == false
public_demo_page_claims_execution_authority == false
public_demo_page_claims_external_indexing == false
public_demo_page_claims_master_records_custody == false
fixture_demo_is_reproducible_only_from_available_artifacts == true
adapter_and_sdk_remain_source_of_implementation_truth == true
formalism_tests_remains_source_of_executable_proof_truth == true