Closing the loop from eval failure to prompt fix
Future_AGI · reddit · 2026-07-20
The post argues that most LLM eval/observability stacks stop at detection: they catch a bad answer, but leave the actual fix, redeploy, and regression-proofing to the user.
It reviews several tools:
- LangSmith: strong tracing and evals; scoring happens after the response; self-hosting is Enterprise-only.
- Weights & Biases Weave: tracing plus inline guardrails that can block bad output before it reaches the user; self-hosting is enterprise.
- Arize Phoenix: OpenTelemetry-native tracing/evals with a large community; source-available under Elastic License.
- Braintrust: built around turning production misses into tests and rerunning them after prompt/model changes; includes Loop for prompt rewriting; production scoring is post-response.
- Galileo: Protect can block inline; its Agent Control policy layer is open-sourced under Apache-2.0, while eval/observability remain enterprise.
- Comet Opik: Apache-2.0 and self-hostable, with guardrails and an Agent Optimizer; its gateway is still beta and does not yet control tool/MCP access per run.
Their own open-source platform claims to close the loop end to end on a single trace: tracing, eval scoring, inline refusal, and prompt optimization all feed each other. It runs on Docker Compose, is Apache-2.0, keeps prompts/outputs on hardware you control, and can govern which tools or MCP servers an agent may call on each run.
The author ends by asking whether readers only treat eval failures as dashboard/regression issues, or actually block and fix them before shipping.
More from coding & agent
- A better path to agent autonomy is running waves, finding friction, and iterating — JnBrymn · 2026-07-22
- Coding agents are heading toward an AI-writes, AI-reviews, human-approves workflow — aftahi_ai · 2026-07-22
- oMLX 0.5.2 adds Mac menu-bar stats, low-bit decode kernels, and faster downloads — awnihannun · 2026-07-22
- GitHub review bot hits its PR limit and forces a 39-minute cooldown — DanielLockyer · 2026-07-22
- Max reasoning effort appears to be mobile-only in Codex Remote, not desktop — GabGarrett · 2026-07-22
- A Reddit demo argues online stores should expose carts and pricing through MCP — gelembjuk · 2026-07-22