io-gita · applied research
Extending the io-gita SG-Engine — the topological reasoning core that ships in io-gita.com — into a decision router for production incidents. Maps every state transition into a directed graph at α-density 36.6%, routes multi-hop plans through reachable basins, and refuses paths that don't exist. Current test bed: incident-replay traces from WRIE and URIP. Next: bridge synthesis (validate-before-apply) on a real warehouse decision dataset.
Project 22 · sg_engine · cross-cutting
N/02
Phase 1 shipped · 126 / 126 testsPPF Workshop Monitoring · Phase 2
ESP32-based sensors stream temperature, humidity, and particulate counts from each paint-protection bay into a FastAPI / PostgreSQL backend over MQTT. A React dashboard shows real-time bay state, and RTSP cameras pipe live video into MediaMTX with WebRTC playback. Phase 2 adds the customer-facing public job tracker and the audit log on every alert. Next: field trial across three workshops.
Project 21 · IoT · ESP32 + FastAPI + MediaMTX
N/03
Prototype running locallyURIP · Personal
URIP's enterprise risk-intelligence pipeline, scaled down to a one-engineer stack — FastAPI, React, SQLite. Five scanners wired in: Nuclei (websites), Lynis (workstation), holehe (email-breach), subfinder (subdomain enumeration), pip-audit (Python dependencies). Same composite-score formula as the enterprise version — CVSS·0.55 + EPSS·2.5 + KEV bonus + asset-tier bonus. Goal: a single dashboard for the security posture of one engineer's whole digital footprint.
Project 34 · URIP-derived · personal