LLMOps
MLOps for systems built on language models — prompts, evals, cost, and safety instead of training runs.
LLMOps shifts the concerns because you usually are not training the model. What you version, test, and monitor is prompts, retrieval, tool definitions, evals, latency, spend, and output safety. The core discipline is the same: nothing ships without a test that would catch its failure.
In practice: Every prompt change runs the eval suite in CI before it reaches production.