LangSmith is LangChain's framework-agnostic platform for tracing, evaluating, and deploying AI agents and LLM applications in production.
LangSmith is the agent engineering platform from LangChain for tracing, evaluating, and deploying LLM applications and AI agents in production. It is framework-agnostic and works with the OpenAI SDK, Anthropic SDK, LlamaIndex, DeepAgents, or plain Python, not just LangChain. Every time your agent runs, LangSmith captures a full trace of every decision, tool call, sub-agent invocation, and model response, giving you the only record of exactly what happened and why. On top of that trace data, LangSmith layers automated evaluation workflows using LLM-as-judge or custom scoring, prompt versioning, annotation queues for human review, and deployment infrastructure for running agents at production scale.
LangSmith sits between your agent code and everything it calls. Once you add the SDK and point it at your project, LangSmith records every run as a structured trace. A trace is a hierarchical log where the root is the top-level agent call, and nested inside it are every LLM call, tool execution, retrieval step, and sub-agent run, each with its inputs, outputs, latency, token count, and cost.
Here is what each core layer of the platform does:
The platform has a free Developer plan with 5,000 traces per month, a Plus plan at $39 per seat, and Enterprise pricing for compliance-heavy deployments.
No. LangSmith is fully framework-agnostic. You can instrument apps built with the OpenAI SDK, Anthropic SDK, Vercel AI SDK, LlamaIndex, DeepAgents, or plain Python with a few lines of code. Native LangChain and LangGraph apps get automatic tracing with zero extra setup, but LangSmith works regardless of what you use to build.
Tracing captures a record of what your agent did during a run, including every model call, input, output, tool invocation, and token count. Evaluation uses that trace data to score quality automatically using LLM-as-judge evaluators, code-based checks, or human reviewers, so you can measure and improve agent performance over time.
LangSmith has a free Developer plan with 5,000 traces per month for individuals prototyping. The Plus plan starts at $39 per seat per month and includes 10,000 traces, with overages at $0.50 per 1,000 additional traces. Enterprise pricing adds security controls, SSO, SCIM, HIPAA compliance, and self-hosted or hybrid deployment options.
Open-source distributed tracing.
ObservabilityPromptfoo is an open-source CLI and library for testing, evaluating, and red-teaming LLM applications and agents before they reach production.
ObservabilityHelicone is an open-source AI gateway that logs, traces, and optimizes every LLM API call with one line of code.
ObservabilityBraintrust is an AI observability and evaluation platform that helps engineering teams trace, test, and monitor LLM applications in production.
ObservabilityUpdates from the AI world — what shipped, what we’re using in production, and what’s worth your attention. Two emails a month, no spam.