TS-Reasoner is a verifier-first operation firewall and TS-OS research stack.
Language, models, memory, metacompute substrates, and field simulators may propose. Typed verifier support, risk gates, confirmations, and receipts decide what is accepted or executed.
Core line:
Substrates expose tension. Models propose. TS verifies.
Confidence is not proof. Typed verifier support is the proof boundary.
The current public system is the v40 self-hosting verifier-first research OS plus the versionless TS-OS Cognitive Physics Engine roadmap layer.
Canonical release authority remains v12.0.0 - Verifier-Gated Proposer Stack. Later TS-OS layers compose around that proof-authority substrate; they do not replace it.
The historical v40 stack provides:
- ontology/domain teaching for bounded project domains;
- TS-AGL language-to-operation compilation;
- verifier-gated memory with provenance, lifecycle state, quarantine, rollback, and receipts;
- automated research forge surfaces for bounded experiments and falsification cases;
- self-repair audit and confirmed local patch staging;
- multi-repo ecosystem audit surfaces;
- verifier/model co-evolution reports where models remain proposers;
- a self-hosting research OS receipt pack.
The Cognitive Physics Engine adds the requested long-range TS-OS substrates as deterministic, auditable implementations:
Photonic_State_Ledger: stores graph state as deterministic frequency slots.ContradictionFirewall_as_interference_grating: simulates constructive and destructive wave interference over support/conflict edges.Retrocausal_Fuzzer: creates late-contradiction probes.Temporal_Tension_Bridge: back-propagates late contradiction tension into earlier assumption probabilities through a tamper-evident event ledger.Spectral_Coupling_Telepathy: shares constraint-shape telemetry across TS-OS nodes without transmitting answer packets.Unified_Field_Kernel: merges candidate generation, fuzzing, and firewall checks behind one zero-tension verifier gate.The_Lazy_Universe_Engine: orchestrates all substrates and emits an answer only when a zero-tension, verifier-supported state forms.
These are simulator contracts, not claims of literal photonic hardware, physical retrocausality, telepathy, zero-point energy, or free truth generation.
Run the Cognitive Physics Engine receipt:
python3 scripts/evaluate_cognitive_physics_engine.pyRun the CLI surface:
python3 -m ts_reasoner.cli cognitive-physics \
--question "Does A resolve to C?"Run the v32-v40 research OS receipt stack:
python3 -m ts_reasoner.cli v32-v40Run the v40 mission surface:
python3 -m ts_reasoner.cli research-os \
--mission "prepare the next safe TS-Reasoner release candidate" \
--repo .Run the spectral metacompute substrate:
python3 scripts/evaluate_spectral_metacompute.pyRun the full test suite:
python3 -m unittest discover -qThe stack is not:
User -> LLM -> answer
It is:
user / file / code / model output
-> TS-AGL compiler
-> typed graph / common-ground state
-> metacompute substrate scheduler
-> readable substrate evolution
-> deterministic reader
-> typed verifier
-> repair / memory / receipt
-> answer or gated action
TS-Core style verifier surfaces own typed claims, support paths, contradiction checks, abstention, repair targets, and receipts. A model output, frequency slot, spectral mode, memory item, user confirmation, or resonance shape is candidate evidence until the verifier accepts it.
TS-AGL converts language into controlled operations such as repo inspection, common-ground queries, support checks, repair planning, and confirmed write staging. Risk gates classify operations as read-only, reversible write, external side effect, or blocked/destructive.
Memory stores lifecycle state, not truth by repetition:
accepted != proposed
rejected != forgotten
unsupported != false
candidate != proof
confirmed write != confirmed truth
Receipts record what happened, what gates passed, what remained blocked, and whether any candidate graph contamination or accepted-without-support event occurred.
Implemented substrates:
- Spectral/Fourier reader: signed graph -> signed Laplacian -> modes, residuals, tension, repair ranking.
- Photonic simulation: signed graph -> deterministic frequency ledger -> interference/cancellation read.
- Temporal bridge: late contradiction -> backward tension updates over assumption priors.
- Resonance network: solved constraint shape -> low-bandwidth telemetry alignment across nodes.
- Unified field: candidate generation/fuzzing/firewall collapsed into one verifier-gated resolution surface.
- Lazy universe orchestrator: routes all substrate reads and accepts only zero-tension verifier-supported outputs.
The scheduler may choose a substrate, but acceptance still requires typed verifier support.
Cognitive Physics Engine:
artifacts/cognitive_physics_engine_report.jsonartifacts/cognitive_physics_engine_receipt.jsondocs/cognitive_physics_engine.md
Spectral metacompute:
artifacts/spectral_metacompute_report.jsonartifacts/spectral_metacompute_receipt.jsondocs/TS_METACOMPUTE_STACK.mddocs/spectral_metacompute.md
Research OS:
artifacts/ontology_compiler_receipt.jsonartifacts/verifier_gated_memory_receipt.jsonartifacts/ts_agl_plan_receipt.jsonartifacts/research_forge_receipt.jsonartifacts/repair_kernel_receipt.jsonartifacts/patch_execution_receipt.jsonartifacts/ecosystem_brain_receipt.jsonartifacts/model_coevolution_receipt.jsonartifacts/research_os_receipt.json
Generate the current evidence dashboard:
python3 scripts/build_ts_evidence_dashboard.pyCore safety invariants:
| Invariant | Required result |
|---|---|
| Accepted without typed support | 0 |
| Candidate graph contamination | 0 |
| External side effects by default | 0 |
| Network calls by default | 0 |
| Destructive request safe-abstention | yes |
| Unconfirmed writes blocked | yes |
| Generated text is proof | false |
| Memory is proof | false |
| User confirmation is truth authority | false |
TS-Reasoner does not claim:
AGI.
Autonomous science.
Unrestricted self-improvement.
Free self-learning.
Broad NLP understanding.
Live external automation by default.
Proof by model confidence.
Proof by memory.
Proof by user confirmation.
Proof by repeated experience.
Literal photonic computation in this repo.
Physical retrocausality.
Telepathy or instant communication.
Zero-point energy.
Hallucinations physically cannot exist.
The strong claim is narrower and testable:
TS-Reasoner is a verifier-first architecture for inspectable reasoning over
graph-structured claims, readable substrate evolution, gated operations, and
receipt-backed audits.