Accountability should sit with the platform, security, and application owners jointly, because cost governance spans infrastructure, model policy, and workload design. Organisations need clear ownership for budgets, routing rules, alerting, and approvals. If no one owns the control layer, spend issues become everyone’s problem and nobody’s operational duty.
Why This Matters for Security Teams
Runaway LLM spend is rarely just a finance issue. It usually indicates weak governance over model routing, prompt volume, tool use, or automated retries, all of which can create real operational and security exposure. When usage is uncontrolled, teams can lose visibility into whether traffic is legitimate, abusive, or caused by a faulty workflow. The control question therefore becomes who can approve, throttle, and shut off consumption before costs become service disruption. Guidance from the NIST AI Risk Management Framework is useful here because it treats governance, mapping, and monitoring as part of the risk picture, not as an afterthought.
The accountability problem is often misunderstood because cloud billing, application ownership, and AI policy are split across different teams. Security teams may assume platform engineering owns the controls, while application owners assume the model provider or procurement team is responsible. In practice, that gap creates delayed alerting, no budget guardrails, and no clear escalation path when a workflow starts looping or a tool-using agent becomes noisy. In practice, many security teams encounter runaway spend only after the monthly invoice lands, rather than through intentional budget controls.
How It Works in Practice
Accountability for production LLM spend works best when it is assigned across three layers: platform governance, application ownership, and security oversight. The platform owner typically sets budget limits, token caps, rate limits, and routing policies. The application owner is responsible for how prompts are generated, how often calls are made, and whether the workload uses batching, caching, or fallback logic. Security owns the control expectations, exception handling, and monitoring for abnormal usage patterns. That division lines up with current guidance in the NIST AI 600-1 Generative AI Profile and the OWASP Agentic AI Top 10, both of which emphasise operational controls for AI-enabled systems.
A practical operating model usually includes:
- Budget thresholds tied to a named business owner, not a shared mailbox.
- Per-workload quotas for tokens, requests, tool calls, and external actions.
- Alerting on anomalous spikes, repeated failures, and unexpected model switching.
- Approval paths for higher-cost models, new agents, or expanded API access.
- Periodic review of prompts, routing logic, and caching efficiency.
For agentic systems, accountability extends beyond model calls to the tools the agent can invoke. A runaway workflow may be caused by repeated retrieval, recursive task planning, or an action loop that keeps issuing new requests. That is why many teams map this control to agent governance and threat modeling resources such as the CSA MAESTRO agentic AI threat modeling framework and the OWASP Top 10 for Agentic Applications 2026. These frameworks help teams treat overspend as a control failure, not simply a billing variance. These controls tend to break down when AI services are embedded in multiple microservices with no shared usage telemetry because no single team can see the full request path.
Common Variations and Edge Cases
Tighter cost control often increases operational overhead, requiring organisations to balance spend protection against development speed and user experience. That tradeoff becomes more visible when teams need fast experimentation, because strict quotas can interrupt testing or hide legitimate growth in usage. Best practice is evolving, but there is no universal standard for this yet, especially for mixed human and agentic workloads where the same endpoint serves both.
Some edge cases need special handling. Shared tenant environments can blur ownership because multiple teams consume the same model gateway. Customer-facing products may need dynamic scaling, so static caps are too blunt unless paired with tiered exception rules. If an organisation uses autonomous agents, spend accountability should also cover tool access, because a single agent can trigger both model inference and downstream actions. For risk-oriented programmes, the best reference point is the NIST AI Risk Management Framework, while the NIST SP 800-53 Rev 5 Security and Privacy Controls can help translate governance into enforceable monitoring and approval controls. The practical answer is that cost accountability should sit where policy can be enforced, telemetry can be reviewed, and service can be stopped without waiting for a finance cycle. In highly distributed platform setups, that model becomes harder to sustain because ownership is split across gateway, app, and procurement teams.
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 CSA MAESTRO address the attack and risk surface, while NIST AI RMF, NIST AI 600-1 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | GOVERN | Cost governance is a governance and oversight responsibility for AI systems. |
| NIST AI 600-1 | GV-2 | Generative AI profiles emphasize operational controls and accountability for deployment. |
| OWASP Agentic AI Top 10 | LLM06 | Agentic systems can create runaway loops that inflate spend through repeated calls. |
| CSA MAESTRO | MAESTRO helps model threats in agentic workflows that drive excess usage. | |
| NIST CSF 2.0 | GV.OV | Oversight functions define who is accountable for monitoring and response. |
Add guardrails for retries, tool loops, and rate limits to prevent uncontrolled consumption.