~235 total clones
~170 unique cloners
~772 views
Early adoption milestone: UrbanOS was forked within 24h of release → https://github.com/jjiburg/UrbanOS-POC-NYC
Full ecosystem analysis (repo by repo breakdown, adoption signals, and diagrams) is here: https://github.com/pablo-chacon/Sovereign-Self-Healing-AI/wi...
Deleted Comment
Links:
mqtt-client-templates: https://github.com/pablo-chacon/mqtt-client-templates
mqtt-simulations: https://github.com/pablo-chacon/mqtt-simulations/tree/main
UrbanOS-POC: https://github.com/pablo-chacon/UrbanOS-POC
The architecture is asynchronous and per-client, modules never talk directly to each other, only through the database. This makes the system resilient, privacy-scoped, and self-healing when data is delayed or corrupted.
If you want to see how the pieces fit together and how the self-healing loop works, the wiki page has the full diagram: https://github.com/pablo-chacon/Sovereign-Self-Healing-AI/wi...
For anyone interested, here's the link to the clone repo: UrbanOS PoC NYC adoption: https://github.com/jjiburg/UrbanOS-POC-NYC
The focus is on building systems that operate on general purpose hardware, make deterministic decisions from machine level data, and heal themselves without requiring manual intervention. The design emphasizes privacy, transparency, and respect for individual autonomy, while remaining auditable and aligned with data protection regulations such as GDPR and HIPAA.
This is not meant to be a commercial product, it is a framework and a set of principles that can be applied across many domains. I am sharing it openly in the hope of sparking discussion, learning from feedback, and encouraging others to think about AI design in ways that empower people and societies rather than control them.
GitHub Wiki: https://github.com/pablo-chacon/Sovereign-Self-Healing-AI/wi...
A theoretical use case is healthcare. Instead of trial-and-error prescribing, SSHAI could continuously ingest medication outcome data from clinical trials and anonymized patient records, then rank treatments by predicted success probability for an individual patient profile (age, weight, vitals, prior responses, etc).
The doctor would still decide, but with a fact-based ranked advisory that self-heals as new data flows in. Technically this is feasible today using existing APIs and statistical methods, the harder part is access to data and regulatory acceptance.
https://github.com/pablo-chacon/Sovereign-Self-Healing-AI/wi...