Evals
The repository’s evals/fixtures.ts holds asks with the tool calls a good run makes and where the
turn should finish. runEvals scores any model against them and prints the phone-versus-cloud
split.
PASS list-today device 412msPASS add-task device 655msPASS add-after-check device 1203msPASS small-talk device 198msPASS plan-week cloud 301ms
5/5 passed · 4 on device · 1 escalatedThe on-device share on the last line is the primary metric for this project.
Running them
Section titled “Running them”bun run evalsWith no model on the machine, the CLI runs a scripted perfect model. That proves the runner and
shows the report shape. On a device, call runEvals from your app with a real model and
runs: 3.
What a fixture says
Section titled “What a fixture says”| Field | Meaning |
|---|---|
ask |
What the user said |
tools |
The tool calls a good run makes, in order |
handledBy |
Where the turn should finish: device or cloud |
escalation |
forbidden, allowed, or expected. Defaults from handledBy |
mentions |
Words the answer must contain |
forbids |
Words the answer must not contain |
pass^k
Section titled “pass^k”A fixture passes only when every one of runs passes. A personal assistant that is right two
times in three is not right. Mean steps per task is logged as an efficiency signal but never
fails a fixture.