Research project exploring agent-based decision-making for IoT-driven operational software, extending patterns from EMOS and IWMS.
Predictive models tell you what will happen, but production systems still need a human in the loop to act. This project asks where that loop can shrink safely.
Agent observes a stream of sensor and system events, consults a policy model, and dispatches actions through a constrained action interface — with full audit logging and fallback to human review for low-confidence decisions.
Hybrid architecture: ML.NET for fast in-process predictions, Python for experimentation with newer model families, message queue between them so each side can evolve independently.
This is the work my MSc and longer-term research interests point at: AI integrated into software that decides and acts, not just predicts.