---
schema_version: "newruntime-agent-readable-v0.2"
type: "post"
stable_id: "post:digibee-opik-prompt-versioning-loop"
slug: "digibee-opik-prompt-versioning-loop"
title: "Prompt Versioning Is Becoming Agent Operations"
description: "The Digibee and Opik case shows prompt management moving into the same traceable release loop as code, evals, and production incidents."
retrieval_nugget: "The Digibee and Opik case shows prompt management moving into the same traceable release loop as code, evals, and production incidents. The Digibee and Opik case is a small but important signal: prompts are no longer just text snippets inside an application. They are becoming operational artifacts with versions, run history, and rollback expectations. That changes the engineering model."
status: "published"
published_at: "2026-08-03"
updated_at: "2026-08-03"
record_date: "2026-08-03"
date_kind: "published_at"
topics: ["prompt-versioning","llmops","agent-observability","evals"]
source_urls: ["https://www.comet.com/site/blog/digibee-opik-user-story"]
visuals: [{"id":"digibee-opik-prompt-versioning-loop","kind":"editorial-diagram","role":"hero","src":"https://newruntime.com/images/posts/digibee-opik-prompt-versioning-loop.webp","alt":"Whiteboard diagram showing prompt changes versioned, traced in production, evaluated, and rolled back when needed.","caption":"New Runtime synthesis: prompt changes need release semantics because they change agent behavior as directly as code.","credit":"New Runtime synthesis","source_url":"https://www.comet.com/site/blog/digibee-opik-user-story","generated_with":"gemini-3.1-flash-image","width":1600,"height":900,"legend":[]}]
routes: {"html":"https://newruntime.com/posts/digibee-opik-prompt-versioning-loop/","markdown":"https://newruntime.com/posts/digibee-opik-prompt-versioning-loop.md","json":"https://newruntime.com/posts/digibee-opik-prompt-versioning-loop.json"}
source_format: "markdown"
---

# Prompt Versioning Is Becoming Agent Operations

## Retrieval answer

The Digibee and Opik case shows prompt management moving into the same traceable release loop as code, evals, and production incidents. The Digibee and Opik case is a small but important signal: prompts are no longer just text snippets inside an application. They are becoming operational artifacts with versions, run history, and rollback expectations. That changes the engineering model.

The Digibee and Opik case is a small but important signal: prompts are no longer just text snippets inside an application. They are becoming operational artifacts with versions, run history, and rollback expectations.

That changes the engineering model. If an agent's behavior shifts because a prompt changed, the operator needs the same basic questions answered that they would ask about code: which version ran, what traces used it, what changed, whether it improved results, and how to restore the previous state.

The article is useful because it ties prompt management to observability rather than treating it as a standalone library feature. Versioned prompts only matter if they are connected to actual runs. Otherwise teams get a neat catalog but still cannot explain why behavior changed in production.

For New Runtime, this belongs directly inside the newsroom loop. Draft prompts, formatter prompts, source-resolution prompts, and eval prompts should all be versioned with the outputs they produce. A bad public draft should be traceable back to the exact prompt and source evidence that shaped it.

New Runtime synthesis: prompt libraries become part of release engineering. The useful unit is not a beautiful prompt; it is a versioned prompt connected to traces, evals, and a rollback path.
