Silent failures
A tool returns wrong data. The model invents a step. The output looks plausible and ships. Nothing throws.
// observability + auto-diagnosis for AI agents
spanview ingests OpenTelemetry traces from any agent framework, runs an LLM evaluator over every step, and hands you a plain-English verdict — which step failed, why, and what changed since the run that worked.
works with LangGraph·OpenAI Agents SDK·Claude Agent SDK
The search tool returned a cached hit from a prior query; the agent answered from it without re-checking, so the final response is wrong.
// the problem
A tool returns wrong data. The model invents a step. The output looks plausible and ships. Nothing throws.
Raw OTel spans tell you what happened, not why it's wrong. Forty spans a run, read by hand, doesn't scale.
You change a prompt, a tool, a model. Something breaks. Which change? Which step degraded? No idea.
// how it works
One auto-instrumentor. No code changes, no manual spans.
from openinference.instrumentation.langchain import LangChainInstrumentor LangChainInstrumentor().instrument()
Spans land over OTLP in real time. spanview normalizes OpenInference, OTel GenAI, and OpenLLMetry — no adapter.
An LLM walks the trace and leaves a note on each span: what it expected, what it got, whether the step is sound.
Open the UI, CLI, or MCP — the diagnosis is already there. Diff two runs to pin the regression.
// what you get
Every span gets an LLM note — not pass/fail, a sentence on what happened and why it matters. Severity-ranked.
Diff any two traces: inputs, outputs, tool calls, tokens, step order. Regressions highlighted automatically.
OpenInference, OTel GenAI, OpenLLMetry — all normalized into one model. Bring whatever stack you run.
Read verdicts in the browser, from the terminal, or via an MCP server plugged straight into Claude.
Self-host on your machine or your infra. Traces never leave your environment. Run it for free, forever.
Built-in patterns strip API keys, tokens, and credentials from spans before anything is written to disk.
// early access
No setup, no infra. Drop your email and we'll let you in when the cloud is live.