LLM observability and evaluation

How to use
LangSmith.

Tracing agent and LLM runs, investigating failures, comparing prompts and models on datasets, collecting feedback, monitoring production quality, and promoting tested versions.

What it isLLM application platform for tracing, observability, offline and online evaluation, prompt versioning, feedback, and agent deployment Workflows2 UpdatedJuly 2026

LangSmith is a LLM application platform for tracing, observability, offline and online evaluation, prompt versioning, feedback, and agent deployment. Tracing agent and LLM runs, investigating failures, comparing prompts and models on datasets, collecting feedback, monitoring production quality, and promoting tested versions. This guide covers the whole path in one place: official access, a first session that produces something reviewable, the checks that make output trustworthy, and the permissions worth limiting before you connect real work.

Troiana principle

AI should make the work easier to inspect. If the workflow removes the source, the owner, or the review step, redesign the workflow.

01

Access & setup

Find, install, and sign in to LangSmith

Get into the official LangSmith experience with the right account and a setup you understand.

  1. 01

    Start at https://www.langchain.com/langsmith and confirm the domain before entering account or payment information.

  2. 02

    Availability: LangSmith is available as a browser-based cloud service with SDK and OpenTelemetry integrations, plus enterprise self-hosted observability, evaluation, and deployment options.

  3. 03

    A LangSmith account and scoped API key or a maintained self-hosted installation, explicit tracing and retention policy, redaction controls, representative evaluation data, and access-separated workspaces.

  4. 04

    Sign in with the account you intend to keep using, then review plan, data, notification, and permission settings.

  5. 05

    Run one low-risk test task before connecting sensitive files, repositories, or workspace data.

  • Use official download pages.
  • Review permissions during setup.
  • Keep installers and applications updated.
02

First session

Your first useful LangSmith session

Learn the interaction loop using a small task with a clear outcome.

  1. 01

    Define the application boundary, owners, sensitive fields, environments, trace sampling, retention, access, quality metrics, cost limits, and incident response before enabling tracing.

  2. 02

    Instrument a non-production environment with a scoped key, redact secrets and personal data, attach version metadata, and confirm exactly which inputs, outputs, tools, and errors are captured.

  3. 03

    Create a curated dataset from authorized cases, define code, human, and carefully calibrated model evaluators, then compare a baseline and candidate under identical conditions.

  4. 04

    Inspect disagreements and failure clusters rather than averages alone, set release thresholds, test deletion and tracing disablement, and promote only a documented approved version.

  • State the outcome before the background.
  • Provide the real source material.
  • Review the result before expanding the task.
03

Quality control

Check the quality of LangSmith output

Establish that an autonomous run did the right thing, not merely that it finished.

  1. 01

    Define what the run should achieve and what it must never touch before granting it a single tool.

  2. 02

    Read the full execution trace: which tools were called, with what arguments, and in what order.

  3. 03

    Verify the side effects directly in the target system rather than trusting the agent's own report of success.

  4. 04

    Confirm failures surfaced as failures — a silent retry loop or a swallowed error is more dangerous than a crash.

  5. 05

    Re-run the same task and compare: an agent that behaves differently across identical runs is not yet production-ready.

  • Verify side effects in the system of record, not in the agent's summary.
  • Require human approval for any irreversible or outward-facing action.
  • Log every tool call so a run can be reconstructed afterwards.
04

Privacy & permissions

Use LangSmith safely

Bound what an autonomous system can reach before you let it run unattended.

  1. 01

    Enumerate every tool, credential, and system the agent can reach, and remove the ones it does not need.

  2. 02

    Require explicit human approval for irreversible actions: sending, publishing, paying, deleting, or deploying.

  3. 03

    Run against non-production data until behaviour is predictable across repeated runs.

  4. 04

    Set hard limits on spend, iterations, and runtime so a failure loop cannot run unbounded.

  5. 05

    Treat anything the agent reads from the web or a document as data, never as instructions it may follow.

  • Tracing may capture prompts, responses, tool arguments, retrieved documents, personal data, secrets, or proprietary content. Retention differs by tier and datasets can outlive source traces. LLM-as-judge scores are model opinions and require calibration against human decisions. Use least-privilege keys and workspaces, conditional tracing, redaction, explicit retention, deletion tests, evaluator versioning, spend limits, and human review before treating a dashboard score as a release decision.
  • Follow your organisation's approved-use policy.
  • Never treat fluent output as authorization to act.
05

Core workflows

Step-by-step ways to use LangSmith for the work it does best.

Each workflow is a separate guide with its own steps and review checkpoints.

06

Official references

Check the current product documentation.

Features, plan limits, availability, and data controls change. These official pages are the starting points used for this guide.

Explore the Troiana AI Hub →