v10 broadens the interactive CPU TS reasoner from v9.
The reasoning path remains CPU-only and uses the frozen
TensionLM-117M-Reasoning-v2
substrate plus explicit TS graph/program operators.
For unknown prompts, correctness means explainable abstention.
These are system scores, not raw LLM scores.
1python ts_reasoner_v10.py solve --prompt "Logic board: A=true; B=false. Evaluate A XOR B:" --category boolean_logic --json
2python ts_reasoner_v10.py examples
3python ts_reasoner_v10.py serve --host 127.0.0.1 --port 7860
This artifact handles generated formal prompt families covered by the included
operators. It is not a chat assistant, not raw model improvement, and not a
claim of open-ended natural language understanding. The confidence values are
rule-calibrated system signals over these families, not probabilities over all
natural language.