Usually not. One default model is too coarse when workloads vary from low-risk summarisation to higher-risk agentic reasoning and code analysis. A better pattern is policy-based routing with model choice tied to task sensitivity, performance needs, and fallback requirements.
Why This Matters for Security Teams
A single default model can simplify procurement and deployment, but it often hides material risk differences between AI tasks. Summarisation, classification, retrieval, code generation, and agentic tool use do not carry the same exposure profile, so one model choice can create an unnecessary trust assumption. NIST guidance on control selection and system protection, including NIST SP 800-53 Rev 5 Security and Privacy Controls, reinforces that safeguards should match the system’s actual risk, not an average use case.
Security teams also need to consider model provenance, prompt sensitivity, data handling, and fallback behaviour. A model that is acceptable for low-risk drafting may be inappropriate for code execution, privileged workflow support, or decisions that affect users, customers, or regulated data. The real issue is not whether one model is powerful enough, but whether it is safe enough across every workflow it touches. In practice, many security teams encounter model misuse only after a high-risk workflow has already been routed through the default path, rather than through intentional model governance.
How It Works in Practice
The practical answer is policy-based routing. Instead of forcing every request through one model, organisations classify tasks and assign models according to risk, accuracy needs, latency, data sensitivity, and the consequences of failure. A lightweight model may handle drafting, triage, or summarisation, while a more capable model is reserved for code reasoning, complex analysis, or supervised agentic actions. Where autonomy increases, so should controls around approval, logging, validation, and human review.
This is easiest to manage when model selection is treated as a control decision, not just an engineering preference. Common implementation factors include:
- Task classification rules that separate low-risk from high-risk AI use cases.
- Allowlists for approved models, with explicit restrictions for regulated or sensitive data.
- Fallback logic that defines what happens when the preferred model is unavailable or rejects a request.
- Output validation for high-impact use cases, especially when the model can generate code, recommendations, or operational steps.
- Monitoring for prompt injection, policy bypass, and unsafe tool invocation when agents are involved.
For broader AI governance, current guidance suggests aligning this routing model with NIST AI Risk Management Framework principles and using threat modelling approaches such as MITRE ATLAS to understand adversarial abuse paths. If agentic systems are in scope, the routing policy should also distinguish between passive generation and execution authority, because those are not equivalent control environments. These controls tend to break down when teams route every request through one API gateway without task-specific policy enforcement, because the model is then asked to absorb both low-risk and high-risk workloads without contextual guardrails.
Common Variations and Edge Cases
Tighter model selection often increases operational overhead, requiring organisations to balance governance benefits against integration complexity and user experience. That tradeoff is real, especially where teams want one interface but multiple underlying capabilities.
There is no universal standard for model routing yet, so best practice is evolving. Some organisations prefer a small tiered set of models, while others use a broker that chooses dynamically based on policy. The right design depends on whether the main concern is cost control, regulatory exposure, hallucination risk, or misuse of tool access. For example, a customer support summariser may be acceptable as a default model, but a developer assistant that can access repositories, secrets, or deployment systems needs stricter boundaries and often separate approvals.
Edge cases matter most when the same model spans multiple trust zones. A model used for both public content generation and internal incident response may need separate policies, because the latter can expose sensitive telemetry, indicators of compromise, or privileged instructions. If the organisation uses retrieval-augmented generation or agent tools, the question is not only which model is chosen, but what data and actions that model can reach. In practice, the safest default is not one model for everything, but one governance standard with differentiated model assignment by workload. Where agentic or code-executing workflows share the same runtime as low-risk chat use, the control model becomes too coarse to remain reliable.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 and MITRE ATLAS address the attack and risk surface, while NIST AI RMF, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | AI risk governance should drive task-based model selection and oversight. | |
| NIST CSF 2.0 | GV.RM-01 | Risk management principles support differentiated controls for different AI workloads. |
| OWASP Agentic AI Top 10 | Agentic AI guidance addresses unsafe tool use and prompt-driven abuse paths. | |
| MITRE ATLAS | AML.TA0001 | Adversarial ML threat modelling helps identify model abuse and injection paths. |
| NIST SP 800-53 Rev 5 | SA-15 | System and component acquisition controls support secure selection of AI services. |
Define approved model criteria, validation gates, and fallback requirements before deployment.
Related resources from NHI Mgmt Group
- Should organisations use just-in-time access for AI model operations?
- Should organisations use the same access model for humans and AI agents?
- Should organisations use a dedicated AI agent identity model or extend current NHI controls?
- Should organisations use one governance workflow for humans, NHIs, and AI agents?