Skip to main content

AI Architecture & Cost Structure Assessment

AI Architecture & Cost Structure Assessment — Free Assessment

Assessment Form

Contact Name(Required)
Is there a complete, accurate inventory of all AI tools, models, and subscriptions used across the organisation?(Required)
Has shadow AI been assessed — AI tools adopted by teams outside the formal technology approval process?(Required)
Does the organisation have full visibility into total AI spend — cloud AI services, foundation model APIs, ML infrastructure, and AI SaaS?(Required)
Is AI spend tracked in near-real-time — not just at monthly finance reconciliation?(Required)
Has the degree of dependency on each major AI vendor been formally assessed?(Required)
Is there a single AI vendor whose removal would make critical AI capabilities unavailable?(Required)
Is there a documented framework for deciding whether to build, fine-tune, or subscribe for each AI capability?(Required)
Is the build-vs-subscribe framework consistently applied to all new AI capability decisions?(Required)
Is the AI cost trajectory — month-on-month growth rate — tracked and reported to technology leadership?(Required)
Are AI cost efficiency targets set — cost per inference, cost per active user — and tracked?(Required)
Are AI models built on open standards — ONNX, open weights, or vendor-neutral formats — where possible?(Required)
Are critical AI models deployable in a self-hosted environment — not solely dependent on vendor API availability?(Required)
Is AI compute utilisation tracked — are GPU/TPU resources right-sized to actual workload requirements?(Required)
Are spot or preemptible instances used for AI training workloads where interruption is acceptable?(Required)
Are ML models and training datasets versioned — can any model be reproduced from its training artefacts?(Required)
Is CI/CD for ML models implemented — automated testing and deployment pipelines for model updates?(Required)
Are data pipelines feeding AI training and inference reliable — SLA-governed with alerting for failures?(Required)
Are training datasets versioned and reproducible — can any model be retrained from the same data snapshot?(Required)
Is access to AI models and training infrastructure controlled — only authorised users and systems can invoke models?(Required)
Is training data access controlled — no unauthorised access to sensitive training datasets?(Required)
Are AI capabilities exposed through well-designed APIs that abstract model implementation from consuming applications?(Required)
Are fallback mechanisms implemented for AI service unavailability — graceful degradation rather than failure?(Required)
Are AI model performance metrics — accuracy, precision, recall, F1 — monitored in production?(Required)
Is data drift and model drift monitored — are alerts triggered when input distributions shift significantly?(Required)