A Conversational-AI Powered Civic Simulation System for New Age Cybernetics
Version: v3.1 | License: Creative Commons BY-NC 4.0
This repository houses the foundational codebase for the ERES PlayNAC KERNEL, an intelligent, voice-controlled civic simulation engine designed by Joseph A. Sprute and the ERES Institute for New Age Cybernetics.
The system integrates:
- EP × GERP + BEE economic intelligence
- CARE (Choice, Action, Response, Evaluation) for human-centric decision making
- SOMT-GEAR for global state tracking and sustainability auditing
- BioPoW: Bioenergetic Proof-of-Work based on EEG entropy
- EarnedPath: Civic learning and contribution framework
- VERTECA: Hands-Free Voice Navigation (4D VR Ship's Computer)
- JAS Graph: Decentralized Task Consensus
- Vacationomics: Work-leisure balance rooted in nature's Golden Ratio (0.618)
| Module | Description |
|---|---|
playnac_kernel.py |
Main orchestrator: media tasks, mining, blockchain |
bio_pow.py |
EEG entropy-based proof-of-work engine |
media_kernel.py |
GERP visual transformations and MD complexity validation |
care_module.py |
CARE scoring logic for Water, Immigration, Security |
somt_recorder.py |
Logs system state for Solid-State Sustainability |
geo_perspective.py |
Encodes GO<O>D — geographic-spiritual alignment |
jas_graph.py |
JAS Link-based task consensus and validation |
voice_nav_module.py |
VERTECA speech recognition for civic intent routing |
kernel_router.py |
Intent dispatcher for GERP, PlayNAC, EarnedPath |
4d_visual_env.py |
Web-based simulation interface using Three.js |
main_ship_ai.py |
Continuous loop for voice-controlled Ship's Computer |
- User speaks a civic command (e.g., "show water usage")
- Voice is processed by
voice_nav_module.py - Intent is routed via
kernel_router.py - Module executes, triggering
CARE,GERP, orEarnedPath - Media state is processed and bioentropy validated via
BioPoW - Task is recorded on blockchain with
JASConsensus - State is logged via
SOMT-GEARand visualized in4d_visual_env.py
- "Start game" → Launches PlayNAC civic simulation
- "Learn path" → Opens EarnedPath training modules
- "Show water" → Fetches water metrics from GERP
- "Record state" → Logs CARE state into SOMT
- "What is CARE?" → Returns system description
git clone https://github.com/ERES-Institute-for-New-Age-Cybernetics/PlayNAC-KERNEL.git
cd PlayNAC-KERNEL
pip install -r requirements.txt --extra-index-url https://bioaura.tech/sdk
python main_ship_ai.py