Skip to main content

Analytics Service — AI Integration

Status: populated Owner: Platform Engineering Last updated: 2026-04-18

1. Current Usage

None. Analytics aggregation is deterministic SQL — no AI calls in the current scope.

2. Forward-Looking (Not In Scope)

CandidatePurposeNotes
Anomaly detection on delivery ratesAutomatically flag operator performance degradation before threshold breachWould query anlyt.operator_performance; inference in a separate service
Cost forecastingPredict next-period spend per account based on trendWould require time-series ML model consuming anlyt.account_usage_daily
Capacity planning advisorRecommend TPS limit adjustments based on observed peak TPSOutputs to admin-dashboard

If introduced, AI calls must route through ai-gateway-service. No direct vendor SDK imports here.