September 2026 Summaries
2 posts from Comet
Filter
Month:
Year:
Post Summaries
Back to Blog
Prompt management treats the instructions and configurations behind LLM applications as versioned production assets, combining messages, model settings, tools, parameters, and response schemas so teams can track changes, test candidates, deploy updates independently of application releases, and quickly roll back problems. It is especially important for agents because small wording changes can alter tool selection, retry behavior, workflow execution, costs, and structured outputs, although versioning alone cannot guarantee reproducible results when underlying models, retrieval indexes, or external tools change. Effective systems centralize prompt registries, preserve immutable diffs and ownership metadata, support environment promotion and playground testing, and, most importantly, connect versions to evaluations and production traces so regressions can be linked to specific changes. The comparison highlights platforms with different strengths, including open-source options such as Opik, Phoenix, Langfuse, and MLflow; managed evaluation-oriented systems such as Arize AX, Braintrust, and Galileo; and ecosystem-focused tools such as LangSmith and W&B Weave. The central recommendation is to choose a platform based not merely on its ability to store prompt versions, but on how well it integrates evaluation, observability, deployment, and the organization’s existing development workflow.
Sep 16, 2026
2,553 words in the original blog post.
TrueFoundry AI Gateway can mirror its OpenTelemetry traces to Comet’s Opik platform, allowing teams to inspect and evaluate LLM requests—including prompts, outputs, token usage, latency, costs, model calls, and tool calls—without modifying application code. Since the gateway sits in front of model traffic and supports more than 1,000 LLMs through an OpenAI-compatible API, gateway-level tracing provides centralized visibility across services while retaining default trace storage in TrueFoundry. Setup requires an Opik API key, workspace, and project, followed by enabling the HTTP OTLP traces exporter in the TrueFoundry dashboard with Opik’s endpoint and required authorization, workspace, and project headers; metrics export should remain disabled because Opik accepts traces rather than OTLP metrics. Once configured, requests appear in Opik as chat-completion traces or nested agent traces, enabling end-to-end debugging, production-based evaluations, and analysis of slow or costly calls.
Sep 08, 2026
904 words in the original blog post.