All articles
July 7, 2026

Announcing Harvey LAB-AA: evaluating AI agents on real-world legal work

Harvey LAB-AA (Legal Agent Benchmark) is our implementation of Harvey's new agentic legal benchmark, evaluating language models on real-world legal work across 24 practice areas.


Models are tested on a private set of 120 legal tasks built by the team at Harvey, spanning practice areas from corporate M&A and capital markets to tax, litigation, and bankruptcy. Models work to create the legal outputs specified in each task, and each task is graded against a rubric of binary criteria. The primary metric we present is the all-pass rate: the share of tasks where all criteria in the rubric are satisfied, reflecting the high standard of real-world professional legal deliverables.

Score

Harvey LAB-AA: All-pass Rate

Share of tasks where every rubric criterion passes (Harvey's all-pass grading, no partial credit) · Independently benchmarked by Artificial Analysis
Reasoning models are indicated by a lightbulb icon

Claude Fable 5 (max, with Opus 4.8 fallback) leads Harvey LAB-AA with a 14.2% all-pass rate, after falling back to Claude Opus 4.8 on only one task. This is almost double the next best models, Claude Opus 4.8 (max) and GLM-5.2 (max), which tie at 7.5%, followed by MiniMax-M3 at 6.7% and Claude Sonnet 5 at 5.0%.

Frontier legal work is far from solved: most models pass a majority of individual rubric criteria but fully satisfy the requirements of very few tasks. The best model still leaves ~86% of professional legal deliverables incomplete, and 13 of the 28 models evaluated at launch fully pass zero tasks. Only four models score above 90% on criterion pass rate: Claude Fable 5 (93.6%), Claude Opus 4.8 (91.1%), GLM-5.2 (91.0%), and Claude Sonnet 5 (90.1%).

For up-to-date results see the Harvey LAB-AA evaluation page. Charts show data as at 7 July 2026.

Cost

Topping the leaderboard is expensive. Claude Fable 5 leads all-pass at 14.2% and is the most expensive model we have run at ~$18.9 per task, ahead of Claude Sonnet 5 at ~$11.8 per task. Claude Opus 4.8 costs ~$8.2 per task, while GLM-5.2 (max) matches Opus 4.8 at just ~15% of the cost (~$1.3 per task). Across all models evaluated, cost per task spans ~950x: Gemini 3.1 Flash-Lite passes 31.1% of criteria for ~$0.02 per task.

Harvey LAB-AA: Cost per Task

Average cost per task (USD), broken down by input, cache hit, cache write, reasoning, and answer tokens
Reasoning models are indicated by a lightbulb icon

Average cost per task in the evaluation. Costs are split by input, cache hit, cache write, reasoning, and answer token pricing where canonical token counts are available.

Token Usage

All-pass rate is generally tied to how much work a model does per task. Claude Fable 5 generates ~117k output tokens per task to reach 14.2% all-pass, while Claude Opus 4.8 and GLM-5.2 generate ~111k and ~78k output tokens per task respectively to reach 7.5%. Claude Sonnet 5 generates ~179k output tokens per task, the most of any model evaluated at launch, to reach 5.0%.

Harvey LAB-AA: Output Tokens per Task

Output tokens used to run one task, broken down by reasoning and answer tokens
Reasoning models are indicated by a lightbulb icon

The average number of answer and reasoning tokens produced per benchmark task in this evaluation.

Speed

Stronger models tend to spend longer per task. Claude Fable 5 averages ~16.9 minutes per task, Claude Opus 4.8 ~18.5 minutes, and Claude Sonnet 5 ~22.8 minutes. GLM-5.2 is the exception, matching Claude Opus 4.8's all-pass rate at only ~5.0 minutes per task. DeepSeek V4 Flash was the fastest model to achieve an above 0% all-pass score, averaging ~4.4 minutes per task.

Harvey LAB-AA: Time per Task

Weighted average decode time (minutes) per task; excludes TTFT and overhead time · Lower is better
Reasoning models are indicated by a lightbulb icon

The weighted average time (seconds) per evaluation task. This is calculated by dividing output tokens per task by output speed, weighted by the relative weights of each benchmark in the evaluation.

Turns

The leaders work in long agentic loops. Claude Fable 5 averages ~64 turns per task for its 14.2% all-pass, with Claude Opus 4.8, GLM-5.2, and MiniMax-M3 all in the 56-64 turn range. Claude Sonnet 5 runs the longest loops of any model at ~161 turns per task, 2.5x Claude Fable 5.

Harvey LAB-AA Benchmark Leaderboard: Average Turns per Task

Average number of model turns per Harvey LAB-AA task · Lower is better
Reasoning models are indicated by a lightbulb icon

This chart shows the average number of turns the agent takes per task. It is a rough proxy for how many actions, tool calls, and iteration cycles an agent is using to complete benchmark tasks.

Score vs. Release Date

Harvey LAB-AA: All-pass Rate vs. Release Date

Most attractive region

Example Tasks & Submissions

Browse representative Harvey LAB tasks from the public task set, the reference files each model was given, and the deliverables it produced.

Mergers & Acquisitions

Instructions

Review the attached acquisition data room contracts and internal memo for change of control and assignment provisions, and prepare a comprehensive deal team report.

Output: coc-analysis-report.docx

Deliverables

Expected outputs the model must produce

  • coc-analysis-report.docxA comprehensive deal team report analyzing change of control and assignment provisions across the target’s material contracts.

Reference files

Provided to the model

Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open

Model submissions

Deliverables produced by each model

Claude Fable 5 (with fallback) - coc-analysis-report.docx
Open

How Harvey LAB-AA differs from Harvey's LAB

Harvey LAB-AA is our independent reimplementation of Harvey's evaluation, and there are several key differences to the original version:

  • Models are run on our Stirrup agent harness, enabling features such as context compaction rather than failure when reaching context limits, with simplified Artificial Analysis-authored agent and judge prompts
  • We do not include Harvey's custom tools and document-generation skill scripts (e.g. pptx, docx), instead providing a simple code execution tool to reflect raw model ability
  • Deliverables must match the exact filename specified, rather than fuzzy matching when models produce incorrect filenames
  • Grading uses a single Gemini 3.1 Pro judge, tested to be well-calibrated against a frontier panel

Harvey LAB-AA resources