Inspectors Dashboard
The Inspectors page is where you manage and run your LLM-based quality evaluators.
Inspector list
Each inspector card shows:
- Name: the inspector's label
- Description: what it evaluates
- Type: binary (pass/fail) or scored (0.0 to 1.0)
- Status: enabled or disabled
- Built-in badge: whether it is one of Maev's 5 built-in inspectors
Running inspectors
To evaluate sessions with an inspector:
- Go to the Inspectors page
- Select the inspector you want to run
- Click Run and select the sessions to evaluate
- Results appear on each session's detail page
Creating a custom inspector
- Click New Inspector
- Enter a name and description
- Choose the type (binary or scored)
- Write your evaluation prompt
- Save and enable the inspector
Your prompt should instruct the evaluator to return a JSON object:
{"passed": true, "score": 0.85, "explanation": "Task was completed fully"}Correcting results
If an inspector's verdict on a session is wrong, open the session detail page and click Mark as incorrect next to the inspector result. Add a note explaining the correct answer.
Maev uses your corrections as calibration examples for future evaluations, improving accuracy over time.
Disabling an inspector
Toggle any inspector off to stop it from running on new evaluations. Existing results are preserved.
See Inspectors concept page for a deeper explanation of how inspectors work.