Skip to content

Repository files navigation

SSPM: State-Aware Computing

A public research archive for exact modeled reuse, compact counterfactuals, and explicit locality boundaries.

State-Space Programming Methodology (SSPM) is a restricted state-transition runtime. It keeps one declared system state resident, applies a local edit, propagates the complete affected dependency closure, and falls back to full replay when locality disappears.

SSPM is a restricted state-transition runtime that shares resident state across repeated local interventions, propagates complete declared dependency closures, and falls back to full replay when locality disappears. Under its declared semantics, incremental execution is from-scratch consistent. Explicit state representation is not inherently or uniquely faster: measured gains depend on locality, output demand, baseline reuse, and implementation boundaries.

The research contribution is not a claim that every system is linear or that incremental execution always wins. It is a bounded execution model for repeated "what changes if this changes?" workloads where state, dependencies, and output requirements are explicit.

The formal proof models an execution as a time-expanded dependency graph. It shows by topological induction that complete affected-closure recomputation and baseline reuse are equal to full replay on demanded outputs under the declared semantic premises. The result applies to deterministic nonlinear nodes as well as affine ones; it does not require global linearity.

Read first

Evidence in one view

  • Exact reuse held under the declared state and dependency semantics in the tested traffic, queue, thermal, and workflow families.
  • Compact branching and selective materialization reduced measured cost in bounded sparse V12 and V13 rows; the ratios remain in the evidence ledger.
  • A fair E2A control reproduced the same adaptive transition work exactly, rejecting an intrinsic representation-speed reading. See the E2A correction.
  • Dense, cold-compilation, materialization-heavy, and several external-backend regimes did not support a general speed claim.
  • The V13 locality classifier is post-hoc: it uses realized closure after compact execution and is not a deployable pre-execution selector.

Figure atlas

Methodological extension

The extension asks what changes when the resident state is an authorized view rather than one universal state. Its central rule is conservative: policy, purpose, visibility, and revision belong to the declared execution context. Changing any of them invalidates reuse outside a newly computed authorized closure. This is a semantic design consequence of SSPM, not a new performance or security result.

Archive boundary

This repository is a code-free research surface. It contains writing, figures, and sanitized aggregates, but no research implementation, raw timing logs, private paths, host identifiers, credentials, or operational infrastructure. The executable workbench remains private and is the source of record for tests, manifests, checksums, raw evidence, failed gates, and implementation history. This archive publishes the claim boundary, papers, figures, and sanitized aggregate evidence without representing the implementation as reproducible public code.

Status

Public research archive, version 3.1, July 2026. Results are local to the declared CPU environments and workload boundaries. Differential Dataflow, isolated reproduction, CUDA/Triton, dense V13 coverage, and cold-compilation gates remain failed, deferred, or incomplete as documented.

License

Documentation, figures, and sanitized data are released under CC BY-NC 4.0.

About

Code-free SSPM archive for conditional exactness, locality boundaries, compact counterfactuals, and corrected causal interpretation.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages