8 papers
UDOA · Operator Algebra · Mathematical Physics

A Dynamic Operator Algebra on Discrete Lattices with Strong-Operator Schrödinger Convergence

International Journal of Theoretical Physics

This paper develops a dynamic operator algebra defined over discrete lattice structures, establishing convergence of the associated time-evolution operators in the strong-operator topology and connecting the construction to the broader SNT operator formalism. The manuscript is currently in the publisher's technical checks stage ahead of formal peer review.

DomainOperator Algebra · Discrete Lattices
BladeRunnerSNT · KV-Cache · Machine Learning

BladeRunnerSNT: Query-Aware Adaptive KV Cache Pruning for Efficient Long-Context Inference

SN Computer Science

BladeRunnerSNT is the performance-oriented companion to ShrikeSNT, introducing query-aware adaptive KV cache pruning. The system targets adaptive keep ratios via token-level entropy signals, query-aware Value boosting through the SNT Nexter operator, and multi-layer attention fusion, with a segment-guarantee mechanism protecting recent and initial tokens. Evaluated across Qwen2-7B, Mistral-7B, and Qwen2.5-14B, cross-model experiments show consistent gains over full-KV baselines on targeted subtasks, with Mistral-7B showing the strongest improvement. The paper reports full hyperparameter settings and a reproducible pipeline.

Models TestedQwen2-7B · Mistral-7B · Qwen2.5-14B
Key ResultConsistent gains over full-KV (Mistral-7B strongest)
NeuroSparkSNT · Connectomics · Neural Dynamics

NeuroSparkSNT: An Eight-Operator Framework for Behavioral Phase Dynamics in C. elegans Neural Simulation

Biological Cybernetics

Existing models of C. elegans locomotion sit at two extremes: biophysically detailed simulations that capture single-neuron dynamics but not the sharp, mutually exclusive switches between behaviours, and mean-field rate models that capture population statistics but lose circuit specificity. NeuroSparkSNT closes this gap with an eight-operator framework built on the Cook et al. (2019) connectome (114 of 300 neurons), using a semi-Markov phase controller that makes competing locomotor drives structurally exclusive rather than merely numerically suppressed. Two variants are compared under identical parameters — a monolithic version evaluating all operators every step, and a pool-dispatch version that only evaluates phase-appropriate operators — across twelve benchmarks calibrated against five independent experimental datasets. The pool-dispatch variant reproduces AVA–AVB interneuron antagonism within 14% of the calcium-imaging reference and matches the experimental omega-turn dwell time exactly. A six-stimulus generative test, using conditions never used to fit any parameter, is predicted correctly in all six cases. A parameter-free stimulus-awareness layer encodes seven documented sensory–interneuron reflex arcs directly from connectome polarity, and the paper closes with seven falsifiable model-derived predictions.

DataCook 2019 connectome · 114 of 300 neurons
Key Result6/6 correct on held-out generative test
PathfinderSNT · Genomics · Computational Biology

PathfinderSNT: An Operator-Constrained Framework for Phase Transitions Between ORF Conservation and De Novo Expansion

Theory in Biosciences

PathfinderSNT applies an operator-constrained framework to genome reorganization, modelling structural rearrangement as a sequence of SNT operator actions subject to biological plausibility constraints, and characterising the phase transition between open-reading-frame conservation and de novo expansion regimes. The approach is validated across six organisms of increasing genomic complexity — E. coli K-12, Prochlorococcus marinus, Mycoplasmoides genitalium, pUC19, Lambda phage, and human mitochondrial DNA — with BLAST-based validation confirming 45% of predicted open reading frames (33 of 74 ORFs tested). The paper argues this hit rate is substantially above chance for the constraint structure imposed, and discusses implications for reorganization-aware genome annotation.

Organisms6 validated · incl. human mtDNA
Key Result45% BLAST ORF hit rate (33/74)
TarrasqueSNT · Quantum Error Correction · Physics

Adaptive Pre-Decoding Error Shaping for Quantum Fault Tolerance

Quantum Information Processing

This paper proposes an adaptive pre-decoding error-shaping layer for surface-code quantum fault tolerance, applying operator-based correction routing (ItrCorr, SubMap, RelRoute) ahead of standard minimum-weight perfect matching decoding. Simulated on distance-3 and distance-5 surface codes using Stim and PyMatching, the method reduces logical error rate by 20–35% relative to standard MWPM decoding across the tested noise regimes. The manuscript has been reformatted for a general quantum-computing audience, with all domain-specific SNT terminology replaced by neutral operator names.

ToolchainStim v1.13.0 · PyMatching v2.2.0
Key Result20–35% logical error reduction vs MWPM
ShrikeSNT (SNT-MEM) · KV-Cache · Machine Learning

ShrikeSNT: A Temporal Stability Framework for Robust KV Cache Management in Large Language Models

SN Computer Science

ShrikeSNT introduces a stability-first KV-cache compression architecture for autoregressive transformer inference. The method applies SNT's Memory Inertia operator with a frozen-spark threshold anchored at the CoreX constant φ, routing key-value pairs through a Termop → Subspace → Loss pipeline. Evaluated on LongBench-v2 across Qwen2-7B and Qwen2.5-14B, SNT achieves 24.3–27% task accuracy at 2.33× faster decoding compared to StreamingLLM, maintaining 7/7 ablation consistency across all experimental seeds. Memory mass metric: 0.443 ± 0.013, beating StreamingLLM's 0.457. The architecture operates within a sub-10GB GPU footprint in 4-bit quantisation.

Models TestedQwen2-7B · Qwen2.5-14B
Key Result2.33× speedup vs StreamingLLM
SNT-CORE · Lie Algebra · Pure Mathematics

Structural Obstruction in a Seven-Generator Lie Algebra: Derivation Rigidity and the CoreX Spark Spectral Constant

Communications in Algebra

This paper establishes G₄(φ) ⊕ su(2) as the unique admissible closed Lie algebra structure over a seven-generator system. Three core theorems are formally proven: (T1) Jacobi identities close uniquely — the key commutator [F,N] = −i·tan(φ)·Cyc is derived rather than postulated; (T2) the spectral obstruction tensor is non-vanishing, rigorously ruling out semidirect product decomposition; (T3) the outer derivation algebra is one-dimensional and uniquely realised at the CoreX Spark constant φ★ = (1+√5)/2, identified as the Perron-Frobenius spectral radius of the structure matrix. All results are verified via SymPy with reproducible code in the appendix.

DomainLie Algebra · Operator Theory
Key Constantφ★ = (1+√5)/2
CharonSNT · Memory Orchestration · Machine Learning

CharonSNT: Utility-Governed Memory Orchestration for Cost-Efficient Long-Session LLM Agents

ACL Rolling Review (EMNLP 2026)

CharonSNT introduces a utility-governed memory orchestration layer for long-session LLM agents, routing conversational and tool-use history through an SNT operator pipeline that scores each memory item's ongoing utility rather than relying on fixed recency windows. The system achieves 84.1% retrieval-relevance at k (RR@k) while cutting prompt-token overhead by roughly 99% relative to naive full-history prompting, with memory footprint confirmed to scale as O(1) in session length rather than growing unboundedly. The manuscript is being revised to meet ARR page-length requirements ahead of resubmission to EMNLP 2026.

Key Result84.1% RR@k · ~99% prompt-token reduction
Memory ScalingO(1) in session length