Mogil Bench v1: local benchmarks to BlindBench artifacts - #5
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Builds Mogil Bench v1: a private local benchmark harness that runs versioned real-work-like packs and emits BlindBench-native
eval-recordv1 JSON/JSONL for blind human review.Included
--allow-agentsgate.convex.siteendpoint validation, token from environmentSafety boundary
This is not an OS/network sandbox. The shipped samples are fictional and safe, command and agent execution are deny-by-default, and the README requires trusted packs. V1 does not run live email/social/deploy actions, customer data, automatic fine-tuning, or an LLM judge.
The Pi adapter captures final stdout/status/duration. Full Pi tool-call trajectory normalization and authoritative usage/cost are follow-up work; v1 deliberately omits fabricated token/cost numbers.
Verification
Executed locally from the branch:
.venv/bin/pytest -q→14 passed.venv/bin/ruff check .→All checks passed!.venv/bin/mypy→Success: no issues found in 7 source filesgit diff --check→ cleanA real paid Pi/provider call and confirmed BlindBench upload were intentionally not executed.
Durable notes
Obsidian:
/root/obsidian/99_Hermes/Product/Mogil Bench/Closes #1
Closes #2
Closes #3
Closes #4