# GenAIOps CSA One-Page Crib Sheet

## Core line

GenAIOps turns generative AI from experiments into operated enterprise services.

## Lifecycle

| Stage | Remember |
|---|---|
| Build | Prompts, agents, retrieval, orchestration, tools. |
| Evaluate | Groundedness, relevance, coherence, safety, task success. |
| Deploy | Managed endpoints, CI/CD, gateway, release controls. |
| Monitor | Latency, errors, tokens, feedback, safety events, answer quality. |
| Govern | Identity, RBAC, audit, responsible AI, project isolation. |
| Optimise | Cost, model choice, context design, caching, continuous improvement. |

## Five useful soundbites

1. The shift is from prompt experimentation to operated AI services.
2. Evaluation is the bridge between demo confidence and production confidence.
3. Monitor system health and answer health.
4. Agents need boundaries: allowed tools, allowed data, allowed actions.
5. Cost control starts with visibility, quotas, and model selection.

## If asked about hallucination

Use trusted retrieval, citations, evaluation, prompt constraints, monitoring, user feedback, and human review for high-risk outcomes.

## If asked about cost

Track token use, choose models by task, reduce unnecessary context, cache where appropriate, enforce quotas, and measure cost per successful outcome.

## If asked where to start

Start with one bounded use case, approved data sources, clear quality criteria, basic monitoring, responsible access control, and a decision point for scale.

## Discovery questions

- What outcome would make this worth scaling?
- Which sources are trusted enough to ground answers?
- What happens when the AI is wrong or uncertain?
- Who owns quality after go-live?
- How will usage and cost be tracked?
