Surrogate Fidelity: When Can Open LLMs Explain Closed Ones?
Abstract
Mechanistic interpretability (MI) requires full access to model internals, yet the most widely deployed language models expose little more than token probabilities through their APIs. This creates a surrogate problem: when do measurements made on open models allow us to make claims about a closed model? We evaluate surrogate fidelity at the output, behavioral, and representational levels. For binary classification tasks, log-odds provide an API-compatible scalar readout of the model's representation space, and leave-one-out attributions provide insight into model behavior. Across eleven models spanning four families (Llama, Qwen, GPT, and Gemini), we find that prediction fidelity substantially overstates behavioral fidelity: models that agree on what the answer is often disagree on why. We document an access--validity inversion: white-box signals like attention patterns and perturbation magnitudes are highly stable across models but only weakly predictive of causal attributions, which black-box input ablations capture by design. Mechanistic insight does not automatically transfer to closed targets, and prediction-level agreement is necessary but insufficient to warrant such transfer.