Hybrid Evaluation Pipeline
Evaluating frontier agentic-coding systems at dataset scale forces a trade-off between cost and trust: a frontier cloud judge is accurate but expensive per item; a local judge is cheap but must prove that quantization has not blunted its judgment. W1 resolves the trade-off by splitting work across three lanes on a single 32 GB GPU — and states every trust claim as a falsifiable hypothesis.
Working paperinfrastructure measured · judge-quality hypotheses in validation
The problem
An evaluation judge is only useful if it is both cheap enough to run over large datasets and trustworthy enough that its verdicts carry weight.
The concern is not hypothetical: low-bit quantization is known to degrade precisely the procedural-reasoning capability an evaluation judge depends on — studies report degradations of up to ~32% on mathematical reasoning under aggressive post-training quantization, with the effect most pronounced on complex, multi-step reasoning. Judgment against a detailed rubric is a procedural-reasoning task. The fidelity of an NVFP4 judge is therefore treated here as a hypothesis to be tested (H1), not an assumption of the design.
Roughly 80% of the operational workload is batch evaluation of datasets against stable, frozen rubrics; the balance is designing two-page rubrics engineered to stress-test agentic coding systems. The contribution is not a new model but a measurable evaluation protocol — portable by design, implementable on top of established open evaluation frameworks rather than replacing them.
Architecture — three lanes, one GPU
Bulk judging runs locally at FP4; a frontier arbiter is sampled only where a verdict is contested. One rubric definition governs all three lanes.
A model that is itself under evaluation runs at full weights — only a judge or an open-weight baseline may run compressed. Grade a compressed system and the result measures the shrunken copy, not the model.
Five falsifiable hypotheses
Every trust claim is expressed as a hypothesis with a defined metric, an instrument, a baseline, and a target — so the pipeline's credibility rests on evidence rather than assertion. This paper deliberately reports no agreement statistics it has not measured.
VRAM budget & cost cascade
Two numbers make the design work: everything fits in one card with headroom, and arbiter cost falls in stages rather than all at once.
Rubric gates
Rubrics are not trusted until they survive a four-gate gauntlet — then frozen. A rubric on which everything passes measures nothing.
A frozen rubric plus a hash is the operational mechanism behind H2 — and the direct response to the benchmark-memorisation critique in the agentic-coding literature. Execution facts are supplied as outcome signals (compile status, pass/fail counts, linter classes), never as the reference patch, keeping the grounding gate and the contamination gate consistent.
Roadmap — pilot to open protocol
Pilot infrastructure
Measured co-residency and the cost model — the infrastructure results this working paper reports.
Judgment-quality validation
Labelled set; the H1–H3 agreement study; preprint v2 with statistics (arXiv + SSRN mirror).
Scale & generalisation
Multi-domain rubrics; arbiter-sampling ablation; external validity beyond one operator and one card.
Open protocol & tooling
Released rubric-gate spec and a reproducibility package — seeds, hashes, container images, configs.
Limitations, stated up front
- Correlated error. Judge and arbiter can share blind spots, so arbiter agreement is a calibration reference, not absolute ground truth. Mitigation: independent human labels anchor H1–H3, and the arbiter is chosen from a different model family than the judge.
- Human labels are noisy. Annotators systematically over-reward confident, assertive outputs — label noise is quantified via inter-annotator agreement rather than assumed away.
- Single operator, single hardware. External validity across GPUs and task distributions is untested (a P2 concern), mitigated by releasing a reproducibility package a third party can re-run.
- NVFP4 fidelity is the open question. The assumption that a low-precision judge is "lossless enough" is exactly what H1 tests — the quantization literature gives concrete reason to expect a non-trivial effect.