Status: Canonical · v0.1-docs
License: MIT
Philosophy: Machine World Only
SYF is a mathematical law of coherence applicable to intelligent systems.
Any thermodynamic or physical interpretation is external, optional, and non-required.
SYF acts as an autonomous coherence constraint, preventing incoherent system states by construction.
It is not software, not a product, and not a framework. It is a mathematical law made executable.
SYF defines mathematical invariants that make certain actions structurally impossible.
- SyFF — Systemic Fire Formula:
R = (F × E) / K - R — Systemic Ratio (invariant output, measured, never optimized)
- FirePlank — Safety floor (continuity constraint)
- Core Axioms — No governance, no oracle, no feedback, no intent
- A governance system
- An alignment mechanism
- A token or economic model
- A dashboard, pipeline, or service
- Any system that requires human interpretation
- A feedback, learning, or optimization loop
SYF is open because laws must be verifiable.
This repository contains only what is necessary to reproduce and audit the law.
"If it has intent, it's not kernel."
This repository is a canonical documentation repository. Markdown files are the source of truth. PDFs are sealed exports.
- the initial canonical phase of SYF
- not a single file
- not a runtime
- not an implementation The canon is defined by the union of the documents listed in BUNDLE.md.
docs/
├── genesis/ # PRIMARY CANON (Genesis Layer)
│ ├── FOUNDATION.md # SYF foundational law
│ ├── WHY_MORAL_LAWS_FAIL.md
│ ├── LEXICON.md # Canonical vocabulary
│ └── BUNDLE.md # Sealing & integrity manifest
│
├── SyFF.md # The formula (support canon)
├── R.md # The invariant output
├── FIREPLANK.md # The safety floor
├── CORE_AXIOMS.md # Non-negotiable constraints
├── SYF_CORE.md # Full technical specification
│
└── appendix/ # Supporting or experimental documents. (Not part of the SYF canonical law.)
└── SYFBOT_CANON.md # Guardian specification (non-canon)```
releases/
├── genesis/
│ ├── SYF_Genesis_v0.2.pdf
│ ├── SYF_Genesis_Foundation_v0.1.pdf
│ └── SYF_Genesis_Public_Short_v1.0.pdf
│
└── checksums/
├── SYF_Genesis_v0.2.sha256
├── SYF_Genesis_Foundation_v0.1.sha256
└── SYF_Genesis_Public_Short_v1.0.sha256
## For Researchers
This law is:
- **Falsifiable** — test it, break it, prove it wrong
- **Attackable** — find the edge cases
- **Cold** — no hype, no narrative, no promises
We seek logical and structural critique, not adoption metrics.
---
### Related Repositories
SYF-Core defines the law only.
Experimental, illustrative, or executable instantiations exist outside this repository:
- **SYF-Lab**
https://github.com/AnathemaOfficial/SYF-Lab
Observation protocols, signal transport (FRAME-R), and experimental instrumentation.
- **SYF-Minimal**
https://github.com/AnathemaOfficial/SYF-Minimal
Minimal, deterministic reference implementations and test vectors for the SYF invariant.
If an experiment contradicts the law, the experiment is invalid — not the law.
---
## Canonical Documents
The Systemic Fire law is formally defined in the following documents:
- **SYF Whitepaper v1.0**
- **Appendix A — Minimal Mathematical Formalism v2.0**
These documents are normative.
All code in this repository is non-normative and provided for reference only.
---