Spaces:
Runtime error
A newer version of the Gradio SDK is available: 6.26.0
title: RSM Simulator
emoji: ๐ฎ
colorFrom: red
colorTo: blue
sdk: gradio
app_file: app.py
pinned: false
license: mit
๐ฎ RSM Simulator v2.2
Resonant Structures of Meaning: A Machine-Executable Ontology for Interpretive AI
This is an interactive demo of the RSM (Resonant Structures of Meaning) framework developed by the Flamehaven Initiative. RSM provides a machine-executable ontology for symbolic and interpretive AI across multiple cultural systems.
๐ฏ What is RSM?
RSM comprises three core computational mechanisms:
- Vector of Meaning Energy (VME): Encodes symbolic representations across heterogeneous cultural systems (Tarot, Saju, Astrology)
- Resonance Index (RI): A quantitative metric of interpretive alignment and temporal stability
- DriftSentinel: Monitors longitudinal deviations in symbolic consistency
๐ Quick Start
Online Demo
Simply visit our Hugging Face Space to try RSM immediately!
Local Installation
# Clone the repository
git clone https://github.com/flamehaven/rsm-implementation
cd rsm-implementation/huggingface_deployment
# Install dependencies
pip install -r requirements.txt
# Run the application
python app.py
Requirements
- Python 3.8+
- gradio>=5.0.0
- numpy>=1.21.0
- plotly>=5.0.0
- python-dateutil>=2.8.0
๐ฌ Technical Features
- Real-time Calculation: Instant symbolic reasoning with academic-grade reproducibility
- Interactive Visualizations: 3D energy maps, harmony trends, and cultural balance wheels
- Multi-cultural Integration: Seamless blending of Western and Eastern symbolic systems
- Interpretive Analysis: User-friendly insights based on symbolic resonance patterns
- Drift Monitoring: Stability assessment of symbolic interpretations
- Complete Reproducibility: Fixed random seeds and deterministic computation (ฮด < 1e-12)
๐ Academic Background
This demo implements the research described in:
"Resonant Structures of Meaning: A Machine-Executable Ontology for Interpretive AI" Yun Kwansub, Flamehaven Initiative (2025)
Version Correspondence:
- Paper: RSM v2.1 methodology, Simulator suite v2.2
- Implementation: RSM Simulator v2.2 (this release)
- Hugging Face Space: Live deployment of v2.2
The framework adopts a code-first methodology where executable systems are treated as primary artifacts from which theoretical insights are derived.
๐ Links & Resources
- ๐ Live Demo - Try RSM online
- ๐ Academic Paper - Full methodology and validation
- ๐ป Source Code - Complete implementation
- ๐๏ธ Flamehaven Initiative - Research organization
- ๐ Experimental Data - Validation results
๐ Experimental Validation
The RSM framework has been validated through comprehensive experiments:
- VME Normalization: 100% accuracy (norm = 1.000 ยฑ 0.000)
- RI Calibration: MAE = 0.1196, False Alignment Rate = 0.000 (โค0.05 criterion met)
- DriftSentinel: Mean DI2 = 0.013345 across 4 test scenarios
- LawBinder: Mean ฮRI = +0.0110, SCG = 0.7600
- Reproducibility: Perfect deterministic results (ฮด < 1e-12)
- Cross-cultural Validation: Successful integration across symbolic systems
๐ Citation
@article{flamehaven2025rsm,
title={Resonant Structures of Meaning: A Machine-Executable Ontology for Interpretive AI},
author={Yun, Kwansub},
institution={Flamehaven Initiative},
journal={arXiv preprint arXiv:2509.xxxxx},
year={2025},
note={Simulator suite v2.2 available at https://huggingface.co/spaces/Flamehaven/rms-simulator}
}
๐ท๏ธ Tags
symbolic-ai ontology interpretive-ai cultural-systems tarot astrology saju resonance meaning-structures machine-executable reproducibility
๐ Version History
- v2.2 (Current): Enhanced user experience, interactive visualizations, security updates
- v2.1: Core RSM methodology implementation, academic validation
- v2.0: Initial release with basic functionality
๐ง Reproducibility & Testing
This implementation ensures complete reproducibility through:
- Fixed random seeds (
numpy.random.seed(42)) - Deterministic computation with tolerance ฮด < 1e-12
- Complete audit trails with SHA-256 hashing
- Versioned dependencies and test harness
For validation, run the test suite:
python -m pytest tests/ -v
๐ Contact & Support
- Issues: GitHub Issues
- Email: info@flamehaven.space
- Research Inquiries: Flamehaven Initiative