TL;DR
There is no single best LLM observability tool, only the best one for your stack. A field guide to LangSmith, Langfuse, Arize, Braintrust, Opik, and more.

TL;DR: LLM observability tools trace, evaluate, and monitor what your AI actually does in production. There is no single best one. There is a best one for your stack. Build on LangChain or LangGraph? Use LangSmith. Need open-source and self-hosting so data never leaves your infrastructure? Use Langfuse or Comet Opik, both free and both self-hostable. Is evaluation your priority, shipping prompt and model changes without regressions? Use Braintrust. Already live in Datadog? Turn on Datadog Agent Observability. Want a vendor-neutral standard with no lock-in? Instrument with OpenTelemetry through OpenLLMetry and point it at any backend. One to avoid for new projects: Helicone went into maintenance mode after Mintlify acquired it in 2026.
Your AI agent works in the demo. Then it ships, and a customer says it gave a wrong answer three days ago. You open your logs and find nothing useful. No record of which tools the agent called, what the model actually saw, or why it went sideways. You are debugging a black box in production, from memory.
That gap is what LLM observability tools close. And in 2026 there are a dozen of them, half acquired or repriced in the last six months, each claiming to be the one you need.
We build and ship AI products for a living, and we instrument every one of them with tracing and evals from day one. This comparison comes from running these tools on real systems, not from reading their landing pages.
LLM observability is the practice of capturing what a large language model application does at each step: the prompts it receives, the tool and retrieval calls it makes, the tokens and cost it burns, and the quality of what it returns. Standard monitoring tells you a request was slow. LLM observability tells you the agent looped twice, called the wrong tool, and returned a hallucination, then lets you replay that exact run.
Here is what actually separates the tools worth your time.
| Tool | License / self-host | Approach | Focus | Cloud entry (2026) | Best for |
|---|---|---|---|---|---|
| LangSmith | Proprietary. Self-host is enterprise only | SDK, LangChain-native | Balanced | $39/seat/mo (free dev tier) | LangChain and LangGraph stacks |
| Langfuse | MIT. Free self-host, unlimited seats | SDK plus OpenTelemetry | Balanced | $29/mo (free hobby) | Open-source, self-hosted, no lock-in |
| Comet Opik | Apache-2.0. Free self-host | SDK plus OpenTelemetry | Balanced | $19/mo (free cloud tier) | Cheapest full open-source all-rounder |
| Arize Phoenix | Elastic License 2.0. Free self-host | OpenTelemetry-native | Eval-heavy | Free (Arize AX is quote-based) | OTel-standard evals and tracing |
| Braintrust | Proprietary. Hybrid self-host (enterprise) | SDK plus proxy | Eval-first | $249/mo (free tier exists) | Rigorous evals on every change |
| Datadog Agent Observability | Proprietary | SDK/agent plus OpenTelemetry | Observability-first | ~$160/mo per 100k spans | Teams already on Datadog |
| W&B Weave | SDK Apache-2.0, backend SaaS | SDK decorator | Balanced | from $60/mo | Teams already on Weights & Biases |
| OpenLLMetry (Traceloop) | Apache-2.0. Free library | OpenTelemetry-native | Instrumentation | OSS free (hosted extra) | Vendor-neutral OTel into any backend |
| Helicone | Apache-2.0. Free self-host | Proxy / gateway | Observability-first | $79/mo (maintenance mode) | Not recommended for new projects |
Pricing, licenses, and status verified 2026-07-21. Star counts and included-usage figures move fast, so treat them as point-in-time.
The one-line verdicts:
LangSmith is the proprietary observability, evaluation, and prompt-management platform built by LangChain, the company behind the LangChain and LangGraph frameworks. If your agents already run on those frameworks, LangSmith is the lowest-friction choice by a wide margin. Tracing turns on with an environment variable, and it renders agent graphs, tool calls, and token counts per step out of the box.
It is genuinely strong: LLM-as-judge and human-annotation evals, a prompt playground and hub, datasets and experiments, and the best replay experience for a stalled multi-step run. If you are choosing between agent frameworks first, our LangGraph vs CrewAI vs AutoGen breakdown pairs directly with this decision.
Watch for: it is closed-source, and free self-hosting does not exist. Self-hosted and hybrid deployments are enterprise-tier only. In 2026 LangSmith moved to compute-and-storage unit pricing (LCU and LSU) on top of the $39/seat Plus plan, so model your real trace volume before committing. The deepest value is tied to the LangChain ecosystem, which is also the lock-in.
Pick it if: you build on LangChain or LangGraph and want the tightest tracing-plus-eval loop with almost no setup.
Langfuse is the most permissively licensed serious platform in this list. In mid-2025 it moved all core features (tracing, prompt management, evals, playground, annotation queues) to the MIT license, and you can self-host the whole thing for free with no seat caps, retention caps, or usage caps. It is framework-agnostic, ships typed Python and JavaScript SDKs, and ingests OpenTelemetry traces.
In January 2026, ClickHouse acquired Langfuse as part of its Series D. The team has said it stays open-source, self-hostable, and roadmap-unchanged. If anything, ClickHouse backing makes Langfuse the safer long-term open-source bet, not a riskier one.
Watch for: self-hosting at scale means you operate ClickHouse yourself, which is real infrastructure work. A handful of compliance features (SCIM, audit logs, project-level RBAC) stay commercial in the enterprise build. Cloud starts at a free Hobby tier and $29/mo Core, with unlimited users on every paid plan, which is a real cost advantage over per-seat competitors.
Pick it if: you want open-source, self-hosting, and no vendor lock-in, with the option of a cheap managed tier when you do not want to run it yourself.
Opik, from Comet, is Apache-2.0 and fully self-hostable, and it has grown faster than almost anything else in the category. You get multi-step agent tracing, LLM-as-judge metrics (hallucination, moderation, RAG relevance), datasets and experiments, a PyTest integration for CI, online evaluation rules, guardrails, and a prompt playground. It carries 40-plus framework integrations and OpenTelemetry-compatible ingestion.
On price it is hard to beat: free self-host, a free cloud tier, and a $19/mo Pro cloud plan, the lowest paid entry point here.
Watch for: like any self-hosted platform, running it yourself carries operational overhead (ClickHouse, Kubernetes). Its enterprise and BI footprint is smaller than Datadog's, and it is younger than the incumbents.
Pick it if: you want a free, framework-agnostic eval-and-tracing platform with the cheapest managed on-ramp, and no lock-in.
Phoenix, from Arize, is built on OpenTelemetry through OpenInference, Arize's set of OTel semantic conventions for AI spans. Because instrumentation is standards-based, it is genuinely framework-agnostic, and moving from self-hosted Phoenix to the managed Arize AX platform is just repointing an exporter. Phoenix leans eval-heavy, shipping a strong library of research-backed metrics for faithfulness, relevance, toxicity, and hallucination, which makes it a favorite for RAG-heavy work. If RAG is your context, see our enterprise RAG architecture guide and RAG vs fine-tuning.
Watch for: one precise point. Arize markets Phoenix as permissively licensed, but the repository's actual license is Elastic License 2.0, which is source-available, not OSI open-source, and restricts offering Phoenix as a hosted service. Free to self-host, yes; open-source in the strict sense, no. The managed Arize AX platform bills by spans per month, which gets expensive on agent workloads that emit many spans per run.
Pick it if: you want OTel-standard instrumentation and rigorous evals, with a clean upgrade path to an enterprise platform.
Braintrust is built the other way around from most tools here. Observability is present, but evaluation is the point. You build datasets from production traces, score them with LLM-as-judge, code, or human graders, wire quality gates into CI, and block a prompt or model change that regresses. It is used by teams like Notion, Replit, and Ramp, and it raised an $80M Series B at an $800M valuation in early 2026, so it is well funded and clearly in growth mode.
Watch for: it is proprietary, and self-hosting is a hybrid enterprise arrangement where the control plane stays in Braintrust's cloud while you run the data plane. The Pro plan is $249/mo flat (not per-seat, which is fair), but that base cost is high if you are not actually using the eval tooling.
Pick it if: evaluation is a first-class part of how you ship, and you want experiments and quality gates rather than just traces.
If your infrastructure already runs on Datadog, the calculus is simple. Datadog renamed its LLM Observability product to Agent Observability in 2026 and added native support for OpenTelemetry GenAI semantic conventions. You get LLM traces sitting next to your APM, logs, and infrastructure in one pane, with the alerting and anomaly detection you already use.
Watch for: the eval tooling is thinner than the eval-first tools, and the pricing is the real trap. It bills by spans (roughly $160/mo per 100k spans on an annual commitment, scaling to about $350 per million), and the feature can activate and bill by default. Teams have reported surprise charges when a modest span volume quietly turned into a daily bill. Cap and monitor it deliberately.
Pick it if: you are already a Datadog shop and want LLM traces unified with the rest of your telemetry, and you will watch the span meter.
W&B Weave is the GenAI tracing and eval toolkit from Weights & Biases (now under CoreWeave). The SDK is Apache-2.0 and decorator-based (@weave.op captures inputs, outputs, cost, and latency), but the backend is SaaS, and pricing is ingestion-byte-based from about $60/mo. It is the obvious choice if your ML team already lives in W&B, and an odd one if it does not.
OpenLLMetry (Traceloop) is not a full platform, and that is the point. It is an Apache-2.0, OpenTelemetry-native instrumentation library that emits standard spans to any OTel backend (Datadog, Grafana, Honeycomb, or Phoenix). Its GenAI semantic conventions were upstreamed into OpenTelemetry in 2026. Use it as the vendor-neutral instrumentation layer under whatever backend you choose, so you never re-instrument when you switch tools.
Helicone deserves a clear caution. It is a well-built, Apache-2.0, proxy-based tool with one-line integration and edge caching. But Mintlify acquired it in March 2026 and moved it into maintenance mode: bug fixes and new model support only, no new features, with new signups reportedly disabled. It is a good tool and a cautionary tale about betting on a single-vendor product in a consolidating market. Do not adopt it for a new long-term project.
Skip the feature matrix and match the tool to your situation.
A few things hold across every AI product we have shipped.
Instrument with OpenTelemetry early, even if you pick a proprietary backend today. The GenAI conventions are now part of OpenTelemetry, and standards-based spans mean switching tools costs you a config change instead of a re-instrumentation project. In a market that consolidated twice in the first quarter of 2026, that optionality is worth more than any single feature.
Observability without evaluation is half a solution. Traces tell you what happened. Evals tell you whether it was good. The teams that ship AI confidently are the ones that score changes against a dataset before release, not the ones with the prettiest trace viewer.
Watch span-based billing on agent workloads. A single agent run can emit dozens of spans, so tools that price per span (Datadog, Arize AX) can surprise you when traffic grows. Model your real per-run span count, not your request count.
And weigh vendor durability, not just features. Helicone going into maintenance mode and both Langfuse and Helicone getting acquired inside six months is the pattern, not the exception. Favor open-source or standards-based options when the switching cost of being wrong is high.
LLM observability captures and evaluates what a language model application does at each step: the prompts, the tool and retrieval calls, the tokens and cost, and the quality of the output. Regular application monitoring tells you a request succeeded or was slow. LLM observability tells you the agent called the wrong tool or returned a hallucination, and lets you replay that exact run to find out why.
For a fully self-hostable platform, Langfuse (MIT) and Comet Opik (Apache-2.0) are the strongest picks in 2026. Both run entirely in your own infrastructure for free with no seat or usage caps. Arize Phoenix is also free to self-host, but its license is Elastic License 2.0, which is source-available rather than strict open-source.
Use LangSmith if you build on LangChain or LangGraph and want the deepest native integration with the least setup, and you accept a proprietary, per-seat tool. Use Langfuse if you want open-source, self-hosting, framework independence, and unlimited seats. LangSmith wins on LangChain-native convenience; Langfuse wins on openness, portability, and cost control.
Tracing alone is not enough for production AI. Tracing shows you what happened; evaluation tells you whether the output was correct or safe. Most serious tools now bundle both, but the depth varies. If shipping prompt and model changes without regressions is critical, prioritize a tool with strong evals (Braintrust, Phoenix, Opik, or LangSmith) rather than an observability-first monitor.
Entry pricing ranges widely. Open-source self-hosting (Langfuse, Opik, Phoenix, OpenLLMetry) is free beyond your own infrastructure. Managed cloud tiers start around $19/mo (Opik) to $29/mo (Langfuse), $39/seat (LangSmith), $60/mo (W&B Weave), and $249/mo (Braintrust). Datadog and Arize AX bill by spans, which can climb quickly on agent workloads, so model your real usage before committing.
Yes. Instrument your application with OpenTelemetry, using a library like OpenLLMetry, and emit standard GenAI spans. Because the GenAI semantic conventions are now part of OpenTelemetry, you can point those spans at almost any backend and switch later with a configuration change instead of re-instrumenting your codebase.
Not for new projects. Helicone is a well-built, open-source, proxy-based tool, but after Mintlify acquired it in March 2026 it moved into maintenance mode, meaning bug fixes and model updates only, with no new features and signups reportedly disabled. Existing users are fine for now, but do not build a new long-term stack on it.
For agents, prioritize multi-step trace visualization, tool-call capture, and per-run replay. LangSmith leads for LangChain and LangGraph agents. For framework-agnostic agent tracing, Langfuse, Opik, and Phoenix all handle multi-step agent runs well. Whatever you choose, watch span-based pricing, because agents emit many spans per run.
The wrong time to add observability is after a customer reports a bad answer you cannot explain. Every AI product we build at MarsDevs ships with tracing and evals wired in from the first commit, on a stack chosen for the client's constraints: open-source and self-hosted when data cannot leave, standards-based when lock-in is the risk, managed when speed matters more.
MarsDevs builds AI-powered applications and agents for startups and scale-ups, and we set up the observability layer so quality is measured, not guessed. If you are shipping AI and flying blind in production, talk to our engineering team or book a call. We will tell you straight which of these tools fits your stack, and which you would regret.

Co-Founder, MarsDevs
Vishvajit started MarsDevs in 2019 to help founders turn ideas into production-grade software. With deep expertise in AI, cloud architecture, and product engineering, he has led the delivery of 80+ software products for clients in 12+ countries.
Get more comparisons like this
Join founders, CTOs, and engineering leaders who receive our engineering insights weekly. No spam, just actionable technical content.
Partner with our team to design, build, and scale your next product.
Let’s Talk