# Reconcile field measurements against the lab audit

A route that scores well in the lab and badly for real users, investigated until the gap is explained.

Category: Audits and budgets
Source: https://letsship.ai/use-cases/reconcile-field-and-lab-measurements
Published: 2026-08-25

## Goal

Explain and narrow the gap between lab audit scores and real user measurements.

## Acceptance criteria

- Both sources are reported side by side
- The cause of the divergence is identified
- At least one fix targeting the real-user measurement is landed
- The lab conditions are adjusted to better reflect real users

## What lands as proof

Both datasets in one place with the divergence explained, which is what stops the lab score being trusted blindly.

## Prompt

Copy this to an agent to open the ticket:

```text
Create a Linear issue in my team and assign it to the SHIP agent.

Title: Reconcile field and lab performance for {route}

Description: Explain and narrow the gap between lab audit scores and real user measurements.

Acceptance criteria:
- Both sources are reported side by side
- The cause of the divergence is identified
- At least one fix targeting the real-user measurement is landed
- The lab conditions are adjusted to better reflect real users

Before you create the issue, pull this repository's field measurements and lab scores for one route and replace {route}.
```

## Questions

### What does the agent actually change?

The ticket is scoped to one outcome: explain and narrow the gap between lab audit scores and real user measurements. Work that serves that outcome is in scope, and anything outside it is left for a separate ticket, so the pull request stays reviewable.

### How do I know the work is done?

The pull request carries the evidence, not only the diff. Here that means both sources reported side by side in the pull request, so a reviewer can confirm the result without reproducing the work locally.

### How much oversight does this need?

The run stops once the plan is written. Somebody reads the approach and approves it before any code exists, which is the cheapest moment to redirect the work.
