
Evaluators
LangSmith · LangSmith
LLM Observability & Evaluation Platform — LangSmith (LangChain)
Evaluates LangSmith's Evaluators across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's LLM Observability & Evaluation Platform eval coverage.
About LangSmith
LangSmith is LangChain's LLM observability and evaluation platform: tracing, datasets, evaluators (LLM-as-judge, code, and human), experiments, prompt management, and online monitoring used by AI teams to measure and improve LLM apps in production.
Employees
~200
Industry
LLM Observability
Headquarters
San Francisco, CA
Website
www.langchain.com/langsmithSample tests· showing 3 of 9
| # | Input | Expected behavior | Check |
|---|---|---|---|
| 01 | Operator writes an LLM-judge evaluator that asks Claude/GPT to score 'helpfulness' on 1-5. The evaluator returns a free-text response. | Constrain the judge to a structured output (e.g., {'score': int, 'comment': str}) via tool/function-calling on the judge model. The @run_evaluator decorator should return an EvaluationResult with key='helpfulness' and a numeric score. Free-text only is not aggregatable in the Experiments UI. | Pass / FailAi Platformhigh |
| 02 | Operator wants a deterministic evaluator that returns 1.0 when the agent's JSON output passes a JSON-schema check, else 0.0. | Implement a plain Python function decorated as a code evaluator, returning {'key':'schema_ok','score':1.0|0.0,'comment':...}. Code evaluators run in-process and do not require an LLM. Bind to dataset via evaluate(evaluators=[schema_ok_fn]). Pure functions allow reproducible regression on the same d… | Pass / FailAi Platformhigh |
| 03 | Reviewers score 200 production runs via the Annotation Queue UI. Scores should feed back into the same run's metrics. | Human feedback flows through client.create_feedback with run_id, key, score, and optional comment. LangSmith merges human feedback with automated evaluator scores on the run's feedback panel. Use a consistent key namespace (e.g., 'human:correctness') so human vs LLM feedback aggregate separately. | Pass / FailAi Platformhigh |
How this eval is graded
Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
Rubric criteria
- Langsmith
- Ai Platform
- Evaluators
Recommended for
Works with
Related evals
Claude API
Evaluates Anthropic's Batch API across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
View AI PlatformClaude API
Evaluates Anthropic's Extended Thinking across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
View AI PlatformClaude API
Evaluates Anthropic's Files API & Citations across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
ViewFrequently asked questions
What does the Evaluators eval for LangSmith LangSmith test?+
Evaluates LangSmith's Evaluators across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's LLM Observability & Evaluation Platform eval coverage.
How is the Evaluators eval scored?+
The judge rubric: Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
How many test cases does this eval pack include?+
The Evaluators pack for LangSmith LangSmith contains 9 test cases. 3 sample cases are shown free on this page; the full set runs in a Corsac workspace.
How do I run this eval?+
Sign up for Corsac, connect your model or agent endpoint, and run the Evaluators pack as-is or after customizing thresholds. Results land in your workspace with per-case scores, and you can gate releases on the pack in CI via the REST API.
Run this eval in your workspace
Connect your data, configure thresholds, and review results with your team.