Building Securely¶
Building an AI system is a series of security decisions. Each choice, which model, which platform, which pipeline, which data, constrains what is possible downstream and determines the security posture of the deployed system.
This section covers four areas where those decisions are made:
- Model Selection covers choosing and verifying the models your system depends on
- Platform Selection covers where and how you host AI workloads
- AI DevOps covers the pipelines that build, test, and deploy AI systems
- MLOps Security covers the ML-specific lifecycle from training through production
These areas are not independent. A model choice constrains platform options. A platform choice constrains pipeline design. A pipeline design constrains what validation is possible. Security decisions compound.
Start where the risk is highest
If you are new to AI pre-runtime security, start with Model Selection. A compromised model undermines every other control, pre-runtime and runtime alike. Then work through platform, DevOps, and MLOps in order. Each builds on the previous. Once you have covered these topics, continue to AI Runtime Security for what comes after deployment.