Production deployment does not terminate the software lifecycle. Once a Claude application is actively serving users, it enters an operations and maintenance phase in which developers and operators monitor performance, evaluate model behavior, respond to failures, control costs, manage security, and evolve the implementation as requirements or model capabilities change.
Anthropic's official developer documentation explicitly separates the journey into build, evaluate-and-ship, and operate stages. The operating stage includes workspace administration, API-key management, usage monitoring, and model migration. This confirms that production deployment is a transition into ongoing operation rather than the endpoint of development.
For LLM applications, maintenance is especially important because production traffic can expose input distributions and failure modes that were not fully represented during pre-release evaluation. Operational data should feed back into evaluations, prompt improvements, guardrails, architecture decisions, and model-version planning.
A incorrectly treats deployment as final. B may be useful but is only one governance activity, not the overall lifecycle phase. D assumes a mandatory organizational separation that is neither required nor generally desirable.
The supplied exam source marks C. Relevant topics: Systems Life Cycle, production operations, monitoring, maintenance, incident response, evaluation, and continuous system evolution.
===============
Submit