Every number, label, and recommendation in ARIE is explainable. No black boxes. This page documents exactly how scores are computed, trends detected, and decisions made.
ARIE follows a deterministic pipeline. A teacher writes a plain-text observation. The system processes it through discrete engines, each with documented logic, to produce scores, alerts, and recommendations.
Every observation maps to five measurable dimensions. Each dimension has a score from 0 to 100, computed from specific subcomponents with defined normalization rules.
The overall readiness score is a weighted sum of the five dimensions. This is a deterministic calculation with no AI involvement.
Readiness = (Task Performance × 0.30)
+ (Supervision Independence × 0.15)
+ (Behavioral Stability × 0.25)
+ (Cognitive Adaptability × 0.20)
+ (Consistency × 0.10)Teachers write free-text observations. ARIE's NLP engine maps these to the five readiness dimensions using keyword extraction and pattern matching. Supports English and Hindi input.
Each observation creates a new “snapshot” — the dimension scores are merged with historical scores using an exponential moving average to prevent single observations from causing large swings.
ARIE continuously monitors for regression — sustained drops in readiness scores that may indicate a child needs additional support. Two severity levels are tracked.
ESTE analyzes recent readiness score history to compute trajectory direction, stability, and whether an early support window should be activated. It uses the recent 4-week window for slope calculation and the full history for volatility analysis.
ARIE matches students to suitable vocational pathways by computing cosine similarity between the student's readiness vector and predefined job profile vectors, with constraint-based penalty adjustments.
ARIE computes how confident you should be in its assessments using three independent factors, combined into a composite score.
This is the only component that uses generative AI (Gemini). The growth plan takes all deterministic outputs as input and generates 3 actionable recommendations with weekly focus areas.
Every score on the dashboard is computed using the logic documented above.
Open Dashboard →