The serious version
Pelly's Clinic is a pedagogical demo of Jetty's verification architecture. Under the pixel art, every mechanic is a production evaluation practice β the same ones you would stand up to ship an agent with confidence. This page is the mapping, with sources.
The premise
Evaluation platforms typically ask users to bring their own definition of quality β write scorers, curate datasets, design rubrics β before delivering value. Most agent builders don't have that process maturity, so most agents ship on vibes. Jetty's position is that a runbook already encodes a definition of quality: its steps and expected outcomes are a rubric the author wrote without knowing it. Evaluation scaffolding can therefore be derived rather than authored, and improvement ("hill climbing") can be experienced rather than configured. The game exists to make that loop β run, judge, fix, re-run, climb β something you feel in twenty minutes rather than read about in a whitepaper.
Academic grounding
Industry practice
- Eval-gated iteration. The runbook's pass threshold (β₯ 4.0 overall, no criterion below 3) with a bounded fix loop mirrors eval-gated CI/CD: quality gates that block "ship it" until scores clear the bar.
- Traces become regression tests. Gilbert's fish story is caught once in a trace, then converted into a standing check that runs on every future visit β the production-trace-to-regression-test workflow.
- Rubric refinement. Run 3's authoring moment is the rubric-refinement loop: humans codify judgments the judge then enforces, and the rubric inventory compounds per failure type encountered.
The mapping
| Game mechanic | Production concept |
|---|---|
| Overworld map of tiles | Runbook steps / execution trajectory |
| Tile resolves β green / β red | Step-level pass/fail attribution |
| Dungeon view (expected vs. actual + judge note) | Trace inspection with judge annotations |
| Candidate fixes β re-run one step | Targeted iteration and replay |
| Collectible artifacts per step | Show-your-work intermediary artifacts; absence is visible |
| Rubric checks as inventory | Rubric curation, one check per failure type |
| Party members (Pelly Γ model) | Quality lives in the runbook Γ model pair, not the model alone |
| Health bar | Aggregate reliability score across runs |
| The Hill | Score-over-runs with runbook-version flags β the hill-climb chart |
| Fish stories | Fabrication / grounding against ground-truth records |
Why an ambient scribe?
Healthcare documentation has real quality stakes and buyers who need receipts: every claim in a note should trace to a line in the encounter and survive a check against the record. That is exactly the shape of Jetty's verification story β runbooks whose steps declare expected artifacts, judged trajectories, and machine-readable validation reports. The pelican simply makes the compliance vibe survivable for a demo. The data structures in the game (runbook frontmatter, step manifests, validation_report.json) follow Jetty's published runbook format, so what a player learns transfers directly.