I build containerized benchmarks that make agent failures measurable,
reproducible, and useful for improving evaluation systems.
I work from a difficult agent task to the evidence needed to trust its result. The projects below follow that same path: design the challenge, build the grading system, then harden the evaluator.
The path: design → calibrate → grade → analyze → harden
Terminal-Bench — replica reconciliation · OPEN TB5 CANDIDATE
I designed a database reliability task that asks an agent to recover exact record drift from compressed replica sketches, choose one retry, and stay within a strict transfer budget.
Validation: Docker validation passed · Oracle 1.0 · No-op 0.0
Model trials: GPT-5.6 Sol with Terminus-2 via OpenRouter · 0/5
View the pull request → Read the failure analysis
What the model runs showed
All five trials completed without infrastructure errors. In the two trajectories analyzed in detail, the agent reused one global retry multiplier. That under-sized routed transition cases and overspent when the two routes drifted in opposite directions.
Once the challenge is calibrated, the next problem is making its grading repeatable.
Infinity Megatron — enterprise grading · PRIVATE R&D
I built the enterprise grading layer for Infinity Megatron, a private AI-agent evaluation platform. The pipeline covers rubric-based artifact scoring, verifier audits, Docker calibration, Pass@k trials, mutation testing, and structured reports.
Private implementation · The animation presents the workflow at a high level.
A repeatable grading pipeline still depends on an evaluator that fails safely.
Gandalf the Grader — evaluator reliability · OPEN-SOURCE ENGINEERING
I submitted targeted patches for cross-platform process launching, UTF-8-safe I/O, Python 3.12 CI, and safe handling of malformed trajectories and judge responses.
Across these projects, I use one repeatable process:
- Frame the capability. Define the behavior being tested and the exact completion condition.
- Build from controlled state. Derive expected results from data held by the verifier.
- Calibrate both sides. Prove the oracle passes and shortcut or no-op solutions fail.
- Protect the evaluation. Isolate agent code from fixtures, answers, and rewards.
- Study and harden. Use trajectories to separate capability gaps from task defects, then improve the evaluator.
| Evaluate | Reproduce | Automate |
|---|---|---|
| Exact verifiers · Pass@k trials · trajectory analysis | Docker · Linux · Kubernetes · AWS | Python · Bash · PowerShell · GitHub Actions |
The public part of this work continues through benchmark and evaluator pull requests.
Interested in difficult agent evaluations, exact verifiers, and the infrastructure behind trustworthy scores.
