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
- Is inference latency becoming the biggest bottleneck for production AI agents? — Euphoric_Sea632 · 2026-09-11
- Anthropic researcher: 99% of engineers now run swarms of 300+ self-improving agents — AlishaOutridge · 2026-09-11
- Gergely Orosz: Shipping 10x PRs With AI Agents, Sites Fill With Small Regressions — ducha_aiki · 2026-09-11
- Same Echo Maze prompt, three frontier models: all passed visually but shipped the same hidden bug — eyishazyer · 2026-09-11
- Astra storyboards plus Minimax H3 per-shot generation boost video success rates — Hailuo_AI · 2026-09-11
- Codex tip: use Sol with Astra and Luna sub-agents to save usage — pvncher · 2026-09-11