Paper deep dive
Explanation Multiplicity: Circuit-Level Interpretability Evidence Does Not Survive Defensible Analytic Variation
Ajay Pravin Mahale
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 93%
Last extracted: 8/17/2026, 4:16:10 AM
Summary
This study investigates the stability of circuit-level interpretability evidence under defensible analytic variation, motivated by EU AI Act requirements for technical documentation. Using GPT-2 small on the indirect object identification task, the authors pre-registered a multiverse of 15,840 specifications across seven analytic axes. Results show high instability: claim statements flip in 73.2% of specification pairs, and the modal claim accounts for only 41.1% of the space. The evidence fails filability criteria at all tested tolerances. Circuits are structurally near-disjoint (median Jaccard overlap 4%) and functionally uncorrelated (Cohen's kappa 0.015), indicating that instability is not merely due to different descriptions of the same mechanism. The study concludes that current mechanistic interpretability methods do not produce stable, auditable evidence suitable for regulatory filing.
Entities (10)
Relation Signals (7)
GPT-2-small â usedintask â Indirect Object Identification
confidence 99% · Across 15,840 pre-registered specifications on GPT-2 small and the indirect object identification task
Circuit Discovery â exhibitsinstability â High Flip Rate
confidence 95% · the derived statement flips across 73.2% of specification pairs
Circuit â hasfunctionalcorrelation â Low Cohen's Kappa
confidence 95% · functionally uncorrelated at Cohen's kappa 0.015
Circuit â hasstructuralsimilarity â Low Jaccard Overlap
confidence 95% · median pairwise Jaccard overlap 4%
Circuit Discovery â produces â Circuit
confidence 95% · Circuit discovery produces a subgraph said to explain a behaviour
EU AI Act â requires â Technical Documentation
confidence 95% · The EU AI Act requires providers of high-risk systems to file technical documentation describing how the system reaches its decisions.
Edge Attribution Patching â usedby â Circuit Discovery
confidence 90% · Discovery uses the edge attribution patching family
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:The EU AI Act requires providers of high-risk systems to file technical documentation describing how the system reaches its decisions. Mechanistic interpretability is the obvious source of such evidence, and circuit discovery is its most developed instrument. We ask whether that evidence survives the condition under which it would be relied upon: two competent analysts, the same system, the same tool, different defensible settings. We pre-registered a crossed grid of seven analytic axes, every level taken from a published implementation, and mapped each discovered circuit through a deterministic claim map to a structured Annex IV statement. Across 15,840 pre-registered specifications on GPT-2 small and the indirect object identification task, of which 7,561 produced a claim, the derived statement flips across 73.2% of specification pairs (95% CI 0.725 to 0.738) and the modal claim commands 41.1% of the space. The evidence fails a filability criterion at every tolerance a conformity assessment body would plausibly accept. Standardising the single most influential choice, the evaluation metric, leaves the flip rate at 59.4%. Removing circuit size from the claim entirely and holding it fixed leaves 27.1% (95% CI 0.255 to 0.286), still above the pre-registered threshold. The circuits underlying these claims are structurally near-disjoint, median pairwise Jaccard overlap 4%, and functionally uncorrelated at Cohen's kappa 0.015, so the instability is not one mechanism described in different words. We give the filability criterion as a standalone protocol, and we report that one of the seven documented discovery objectives does not execute at all on the library's own canonical task. The study covers one model and one task, and whether the conclusion holds at scale is untested.
Tags
Links
- Source: https://arxiv.org/abs/2608.13754v1
- Canonical: https://arxiv.org/abs/2608.13754v1
Trouble viewing inline? Open PDF directly â
Full Text
32,652 characters extracted from source content.
Expand or collapse full text
Explanation Multiplicity: Circuit-Level Interpretability Evidence Does Not Survive Defensible Analytic Variation Ajay Pravin Mahale 12 August 2026 Abstract The EU AI Act requires providers of high-risk systems to file technical documentation describing how the system reaches its decisions. Mechanistic interpretability is the obvious source of such evidence, and circuit discovery is its most developed instrument. We ask whether that evidence survives the condition under which it would be relied upon: two competent analysts, the same system, the same tool, different defensible settings. We pre-registered a crossed grid of seven analytic axes, every level taken from a published implementation, and mapped each discovered circuit through a deterministic claim map to a structured Annex IV statement. Across 15,840 pre-registered specifications on GPT-2 small and the indirect object identification task, of which 7,561 produced a claim, the derived statement flips across 73.2% of specification pairs (95% CI 0.725 to 0.738) and the modal claim commands 41.1% of the space. The evidence fails a filability criterion at every tolerance a conformity assessment body would plausibly accept. Standardising the single most influential choice, the evaluation metric, leaves the flip rate at 59.4%. Removing circuit size from the claim entirely and holding it fixed leaves 27.1% (95% CI 0.255 to 0.286), still above the pre-registered threshold. The circuits underlying these claims are structurally near-disjoint, median pairwise Jaccard overlap 4%, and functionally uncorrelated at Cohenâs kappa 0.015, so the instability is not one mechanism described in different words. We give the filability criterion as a standalone protocol, and we report that one of the seven documented discovery objectives does not execute at all on the libraryâs own canonical task. The study covers one model and one task, and whether the conclusion holds at scale is untested. 1 Introduction An audit means two auditors reach the same conclusion. That is not a definition borrowed from machine learning; it is what makes an audit worth commissioning. Regulation (EU) 2024/1689 requires providers of high-risk AI systems to file technical documentation. Annex IV point 2(b) asks for âthe general logic of the AI system and of the algorithmsâ. Point 2(e) asks for âan assessment of the technical measures needed to facilitate the interpretation of the outputsâ. Article 86(1) gives a person subject to certain automated decisions the right to âclear and meaningful explanations of the role of the AI system in the decision-making procedure and the main elements of the decision takenâ. These are quoted from the consolidated text as amended by Regulation (EU) 2026/1744, CELEX 02024R1689-20260727, read 11 August 2026. Mechanistic interpretability offers to supply the technical content. Circuit discovery produces a subgraph said to explain a behaviour, and it is the part of the field with mature tooling. If a provider files a circuit-level account of why its system behaved as it did, the filing is worth something only if a second analyst, given the same system and the same tool, would file something compatible. We measure how far a regulatory claim moves across the space of defensible analytic specifications, and attach a decision rule a standards body could use. We do not propose a better circuit discovery method, and we do not argue that interpretability is worthless. We argue that the evidence, as currently produced, does not meet the standard that filing it presumes. Contributions. (i) A pre-registered multiverse over seven analytic axes of circuit discovery, with every level drawn from a published implementation, and a deterministic map from circuits to Annex IV statements. (i) A filability criterion, Ïââ„1âαÏ^*â„ 1-α, that a conformity procedure can apply, together with the measured value on a canonical task. (i) Evidence that the instability survives the most aggressive controls available: standardising any single axis, removing circuit size from the claim, and holding size fixed. (iv) A methodological result for multiverse designs generally: when specifications select objects of different sizes, pooled statistics can invert, and we show three of ours that do. 2 Related work Non-identifiability. MĂ©loux et al. 2025a ask whether, for a given behaviour and under mechanistic interpretabilityâs own criteria, a unique explanation exists, and answer that it need not. Our premise is theirs. Our contribution is downstream: we measure what non-identifiability costs when an explanation is filed rather than published. Faithfulness metric sensitivity. Miller et al. 2024 survey design choices in ablation-based faithfulness measurement and find existing methods highly sensitive to seemingly insignificant changes, concluding that faithfulness scores reflect the researcherâs methodological choices as well as the circuit. They establish that one axis matters. We cross seven, and propagate the result to a regulatory statement. Their released library is the instrument we use, which means our study is a stress test of the tooling by the toolingâs own definitions. Structure versus function. Bayat Makou et al. 2026 vary input statistics while holding the task fixed and find that structurally distinct circuits implement the same computation, a pattern they term phantom specialisation. This is the strongest objection to our design: if discovery merely samples from an equivalence class of behaviourally identical subgraphs, a flip rate over claims measures which member was sampled. We address it with a functional measurement rather than an argument in Section 7.6, and the answer is that our circuits are not functionally interchangeable. Variance as estimation. MĂ©loux et al. 2025b treat mechanistic interpretability as statistical estimation and analyse the variance of the estimator. Seed variance is one axis of our space; their framing is the natural statistical companion to what we do at the level of the whole specification. Auditability. Lan et al. 2026 observe that two papers reached conflicting conclusions about the same behaviour, with a third finding both partly correct and incomparable, and call for auditing standards so that findings can be certified in safety-critical settings. We answer that call with a measurement and a criterion rather than a proposal. Sharkey et al. 2025 list open problems in the field, including the socio-technical ones this paper touches, and Mueller et al. 2025 argue that comparison across methods requires standardised evaluation, which is adjacent to our argument that certification requires standardised specification. Multiverse method. The design follows Steegen et al. 2016, who propose reporting results across the space of defensible data-processing choices, and Simonsohn et al. 2020, whose specification curve is the visualisation we adapt. Simmons et al. 2011 named the underlying problem: undisclosed flexibility in analysis lets an analyst present almost anything as significant. We are applying a psychology methods literature to a machine learning evidentiary question, and the transfer is not decorative. The claim that an explanation is stable is exactly the kind of claim that flexibility can manufacture. Explanation metrics under optimisation pressure. Hsia et al. 2023 show that sufficiency and comprehensiveness can be inflated without changing predictions or explanations. Two of our four evaluation metrics are those two, which is one reason we report the discard rate per metric rather than pooling silently. 3 What this paper is not claiming Stated early because each is a reading the results do not support, and two are readings we held ourselves before the decompositions were run. We are not claiming that discovered circuits are no better than random. At fixed circuit size they are more stable than a size-matched random null, 0.2746 against 0.4230. They carry information. Nor that filings differ where mechanisms do not. Mechanisms differ a great deal: functional instability is 0.3972 pooled and 0.4777 at the smallest circuits. Nor that discovery samples one mechanism and dresses it differently. Cohenâs kappa of 0.0146 says the circuits are functionally uncorrelated. Nor that random seeds are the problem. The seed here selects which prompts are sampled, so it is evaluation-set variability rather than nondeterminism. And nothing at all about scale. One model, one task. 4 Formalism A specification is a tuple of analytic choices s=(o,a,d,m,Ï,P,r,g)s=(o,a,d,m,Ï,P,r,g), with o the discovery objective, a the ablation operator, d the corruption distribution, m the evaluation metric, Ï the size threshold, P the prompt variant, r the seed and g the granularity. Every level of every axis is taken from a published implementation. None was invented for this study. Circuit discovery returns CâĄ(s)âEC(s) E, a subset of the modelâs edge set. For GPT-2 small under the factorised graph with separate query, key and value inputs, |E|=32,491|E|=32,491. We confirm this from the instrument and independently from a closed-form count over the computation order: block b attention receives from 1+13âb1+13b sources at three input slots for each of 12 heads, MLP b receives from those sources plus its own blockâs heads, and the output receives from all 157 non-terminal sources. Circuits touch components drawn from 144 attention heads and 12 MLPs, so 156 in total. Circuit instability. For two specifications, DâĄ(si,sj)=1â|Ciâ©Cj||CiâȘCj|,D(s_i,s_j)=1- |C_iâ© C_j||C_iâȘ C_j|, (1) and JÂŻ J is the mean Jaccard similarity over unordered pairs. Claim instability. Let Ï map a circuit to a structured Annex IV statement. The flip rate is the probability that two distinct specifications yield different statements, F=1ââcncâ(ncâ1)NâĄ(Nâ1),F=1- _cn_c(n_c-1)N(N-1), (2) where ncn_c counts specifications yielding claim class c and N is the number of specifications. Equation 2 is the unbiased GiniâSimpson form. It is the probability that two draws without replacement differ, and it is unit-tested against the brute-force pairwise definition over randomised cases. The modal share is Ïâ=maxcâĄnc/NÏ^*= _cn_c/N. We also use the within-group form. For a set of conditioning axes G, Fwithinâ(G)=1ââgâcng,câ(ng,câ1)âgngâ(ngâ1),F_within(G)=1- _g _cn_g,c(n_g,c-1) _gn_g(n_g-1), (3) which weights every pair equally rather than every group equally, and reduces exactly to Equation 2 when G is empty. Filability. Evidence is filable at tolerance α if and only if Ïââ„1âαÏ^*â„ 1-α. Note the ceiling: Fâ€1â1/kF†1-1/k for k claim classes, so a reported flip rate must be read against the number of classes the map can produce. With the nine classes observed here the ceiling is 0.8889, and the observed 0.7316 is 82.3% of it. F is not near one by construction. 5 The claim map Ï is the most attackable choice in the paper, so it is fixed in the pre-registration, implemented as deterministic code, and published. It is not generated by a language model; doing so would measure model variance on top of circuit variance with no way to separate them. There are two addressees, following the regulation rather than convenience. Ïoverseer _overseer is built on Annex IV 2(e) and 3 with Article 14(4)(c), and keyed on the dominant layer band, then the size class, then the ranked input segment. Ïaffected _affected is built on Article 86(1) and leads with the input segment, because the right is owed to the person the decision is about. Three granularities are nested by construction, so a claim at a finer granularity refines rather than contradicts the coarser one. A reviewer will say the size bins were chosen to produce the reported flip rate. They were returned by a committed calibration rule from a measured node-count curve, not chosen. Table 1 reports the sensitivity. Table 1: Flip rate under alternative size binnings. The committed bins are not a maximum: four alternatives give a higher F, including halving every threshold. Across binnings differing by a factor of four the range is 0.70 to 0.77, and removing the size term from the claim entirely still leaves 0.5733. Binning F committed bins 0.7316 all thresholds Ă 0.5 0.7448 all thresholds Ă 0.8 0.7435 all thresholds Ă 0.9 0.7394 all thresholds Ă 1.1 0.7289 all thresholds Ă 1.25 0.7314 all thresholds Ă 1.5 0.7308 all thresholds Ă 2 0.7232 equal thirds 0.7018 deciles 0.7719 no size term (COARSE) 0.5733 6 Method Model and task. GPT-2 small on indirect object identification [15]. The choice is not an apology. The non-identifiability and faithfulness literature this paper extends works at this scale, comparability is the point, and the edge count is what makes a size-matched random baseline meaningful. Grid. Seven discovery objectives, seven ablation operators, four corruption distributions nested within the five operators that read them, four metrics, three thresholds, two prompt variants, five seeds: 1,540 discovery cells and 18,480 specifications as pre-registered. Corruption is nested rather than crossed because two ablation operators never read the corrupt distribution, so crossing them would emit duplicate specifications. Discovery uses the edge attribution patching family [14] and integrated edge gradients, as implemented in the library released with Miller et al. 2024; the automated circuit discovery lineage is Conmy et al. 2023. The four corruption levels are taken from Wang et al. 2022. Pre-registration. The analysis plan was committed and tagged before the confirmatory sweep began, with both abstracts drafted in advance so that neither direction could be written up as a surprise. Deviations are recorded in an append-only file with their dates and whether each was decided before or after the affected result was seen. Statistics. No p-value is computed across specifications anywhere. Specifications are a designed grid, not an independent sample [13, 12]. Uncertainty comes from a nonparametric bootstrap that resamples specifications, never pairs, at B=10,000B=10,000, because F and JÂŻ J are U-statistics over pairs and pairs sharing a specification are dependent. Intervals quantify uncertainty given the grid and license nothing beyond it. Two exclusions, criteria fixed before any circuit was seen. One discovery objective does not execute. All 220 of its cells raise a runtime error from a mean squared error computed against an integral target, inside the libraryâs own code. We verified by digest over the sorted failing cell identifiers that the failure set is exactly that arm and contains nothing else. We did not repair it: the library is the instrument under test and is reproduced verbatim. The realised grid is six objectives, 1,320 cells and 15,840 specifications. The metric-relative threshold rule admits no circuit for 8,279 of 15,840 specifications, a discard rate of 52.3%, distributed unevenly across metrics (Table 2). This was disclosed before the lock. The surviving pool is therefore 52% comprehensiveness against 25% by design, and we report the composition rather than smoothing it. Table 2: Discard rate by evaluation metric under the pre-registered metric-relative threshold rule. The unevenness was disclosed before the pre-registration was locked, from a six-cell validation slice. Metric Kept Discarded Rate comprehensiveness 3,947 13 0.003 KL divergence 1,467 2,493 0.630 logit difference 1,270 2,690 0.679 sufficiency 877 3,083 0.779 7 Results Table 3 states each pre-registered outcome against its result. The decision rules and thresholds were fixed and tagged before the confirmatory sweep ran, and none was revisited. Table 3: Pre-registered outcomes and their results. Thresholds were fixed on 6 August 2026 and the plan was tagged before the sweep began. Two results carry qualifications that only the within-size decomposition reveals, and those are reported in Sections 7.5 and 7.6 rather than deferred to an appendix. Decision rule Result Outcome P0 JÂŻ J reported, not tested 0.1396 [0.1377, 0.1418] premise holds H2 F>0.20F>0.20, CI lower bound above 0.7316 [0.7247, 0.7380] confirmed H3 not separated from random null separated, intervals disjoint rejected H4 Fâ(1âagreement)>0.10F-(1-agreement)>0.10 0.3344 [0.3297, 0.3394] supported 7.1 Circuits are almost disjoint JÂŻ=0.1396 J=0.1396 (95% CI 0.1377 to 0.1418), computed exactly over all 28,580,580 specification pairs rather than sampled. The 7,561 specifications hold 3,218 distinct circuits, which makes the exact computation tractable. The distribution says more than the mean. Quantiles of pairwise D: the 1% quantile is 0.196, the 25% quantile 0.788, the median 0.960, and the 75% quantile 0.998. The median pair of circuits shares 4% of its edges, and only 1% of pairs exceed a Jaccard of 0.8. At the median circuit size of 200 edges the analytic random line k/(2â|E|âk)k/(2|E|-k) gives 0.0031, so observed overlap is about 45 times chance. Beating chance at this scale is not evidence of much: a 500-edge circuit has an expected random overlap of 0.008. 7.2 The claim flips on three quarters of pairs F=0.7316F=0.7316 (95% CI 0.7247 to 0.7380) against a pre-registered threshold of 0.20 with the interval lower bound required to clear it. It clears by more than three times. Ïâ=0.4109Ï^*=0.4109, so the evidence is not filable at any pre-registered tolerance: 0.411 against requirements of 0.95, 0.90 and 0.80. Table 4: The nine claim classes produced by Ïoverseer _overseer at medium granularity, ordered by frequency. Aggregating over size class, the layer attribution splits 47.9% early, 43.6% late and 8.5% middle; the first of these is the COARSE modal share of 0.4788, computed independently. Rank Layer band Size class Count Share 1 early layers distributed 3,107 0.4109 2 late layers sparse 2,153 0.2848 3 late layers moderate 657 0.0869 4 late layers distributed 489 0.0647 5 early layers sparse 477 0.0631 6 middle layers moderate 283 0.0374 7 middle layers sparse 269 0.0356 8 middle layers distributed 90 0.0119 9 early layers moderate 36 0.0048 The two most common claims, at 41.1% and 28.5% of the space, attribute the same modelâs behaviour on the same task to early layers and to late layers (Table 4). They are not different emphases. They contradict. All six addressee-granularity combinations reject filability (Table 5). The coarsest statement available to an affected person is a two-class claim and it still flips on 39.5% of pairs, so the result is not an artefact of fine-grained claim language. Figure 1 shows the specification curve; the width of the modal step is ÏâÏ^*. Table 5: Flip rate and modal share for both addressees at all three granularities. Filability is evaluated at the loosest pre-registered tolerance, α=0.20α=0.20, which requires Ïââ„0.80Ï^*â„ 0.80. No cell passes. Addressee Granularity Classes F ÏâÏ^* Filable affected COARSE 2 0.3950 0.7291 no affected MEDIUM 4 0.6597 0.4875 no affected FINE 8 0.6744 0.4786 no overseer COARSE 3 0.5733 0.4788 no overseer MEDIUM 9 0.7316 0.4109 no overseer FINE 12 0.7681 0.4109 no Figure 1: Specification curve for Ïoverseer _overseer at medium granularity. Upper panel: claim class against specification rank, classes ordered by frequency, so each stepâs width is that classâs share of the space. The dashed line marks the size-matched random nullâs modal share; the pooled comparison is confounded by circuit size, discussed in Section 7.5. Lower panel: which analytic level is active for each specification. The solid band on the comprehensiveness row is the composition effect of the discard rule in Table 2; the seed rows are unstructured, which is the same result as seed removing 0.0009 from F in Table 6. 7.3 No analytic axis rescues the filing Table 6: Residual flip rate once each axis is standardised, computed with Equation 3. All intervals are valid: group sizes 1,512 to 2,520, bootstrap bias below 0.0006 on every axis, and every observed value lies inside its own interval. Axis standardised Residual F 95% CI Removes Evaluation metric 0.5939 0.5803 to 0.6063 0.1377 Ablation operator 0.7014 0.6939 to 0.7075 0.0302 Discovery objective 0.7018 0.6938 to 0.7084 0.0298 Threshold Ï 0.7070 0.6981 to 0.7149 0.0246 Corruption 0.7092 0.7008 to 0.7166 0.0224 Prompt variant 0.7232 0.7157 to 0.7300 0.0084 Seed 0.7307 0.7234 to 0.7368 0.0009 The metric is the largest single lever and it is not enough. Standardising it completely, which is more than a conformity procedure could demand, leaves F=0.5939F=0.5939 with the interval lower bound at 0.5803, still far above threshold. Structure and claim are governed by different axes. A REML variance decomposition on log10 _10 of the selected circuit size attributes 78.8% of structural variance to the ablation-corruption interaction, 11.5% to residual, 4.4% to ablation, 4.1% to the threshold, and 0.7% to the metric, which is the largest driver of claim variance. A standards body reading the structural decomposition would standardise the ablation operator and fix almost none of the filing instability. 7.4 The result under maximum pressure Strip every trace of circuit size from the claim, so the statement is the dominant layer band alone, and hold circuit size fixed with Equation 3: F=0.2706F=0.2706 (95% CI 0.2550 to 0.2859). The interval lower bound is above the pre-registered threshold. Where in the model the behaviour is attributed still flips on 27% of pairs when nothing about size can contribute. 7.5 The random baseline, and why its pooled direction misleads Pooled, the discovered multiverse is less stable than a size-matched random null drawn from the full 32,491-edge population, R=1,000R=1,000 null multiverses: 0.7316 against 0.6774, intervals disjoint. H3 is therefore rejected: the distributions are separated. We do not report the direction of that separation as a finding, because it is an artefact of the size distribution, and Table 7 shows why. The null is degenerate above 1,000 edges, where a uniform draw touches all 156 components and can produce only one claim. With size held fixed the ordering reverses: discovered 0.2746 against null 0.4230 at medium granularity, and 0.2706 against 0.3822 at coarse. Discovered circuits are more stable than random ones once the comparison is fair. They are still not stable enough to file. Table 7: Flip rate within each circuit size, medium granularity. The null collapses to a single claim class at and above 1,000 edges, which is what depresses its pooled flip rate. The discovered multiverse also collapses at 5,000 and 10,000 edges, so 2,692 of 7,561 specifications contribute no flips at all and the instability lives entirely below 2,000 edges. Size n Discovered F Classes Null F Null classes 10 2,492 0.4543 3 0.7331 6 20 489 0.3380 4 0.6622 3 50 519 0.4639 3 0.7310 6 100 242 0.5792 3 0.6584 3 200 199 0.5122 4 0.6366 3 500 236 0.4258 3 0.1421 3 1,000 380 0.5133 3 0.0000 1 2,000 312 0.5714 3 0.0000 1 5,000 625 0.0000 1 0.0000 1 10,000 2,067 0.0000 1 0.0000 1 7.6 Filings differ more than mechanisms, over part of the range Per-example functional agreement between circuits is 0.6028, so functional instability is 0.3972, and the gap to the claim flip rate is 0.3344 (95% CI 0.3297 to 0.3394) against a pre-registered threshold of 0.10. Agreement is computed from per-example correct or incorrect verdicts using the measures of Bayat Makou et al. 2026, reproduced verbatim. Cohenâs kappa is 0.0146. The 60% raw agreement is almost entirely explained by both circuits being right about the same fraction of examples, not the same examples. Kappa stays between 0.016 and 0.047 at every circuit size while raw agreement climbs from 0.52 to 0.92, tracking accuracy from 0.51 to 0.95. This is the answer to the phantom specialisation objection. If discovery sampled from an equivalence class of behaviourally identical subgraphs, the circuits would be functionally interchangeable. At kappa 0.015 they are not. H4 is supported on the pre-registered quantity. The gap does not survive holding size fixed: it fails the 0.10 threshold at 6 of 10 sizes and is negative at 5. At both ends of the range the mechanisms differ more than the filings do, and the pooled figure is carried by the 500 to 2,000 edge band alone. We report the pooled result because it was pre-registered, and the decomposition beside it because the pooled result alone would mislead. 8 The filability protocol Filability of an interpretability claim. For a filed claim c derived from a circuit: 1. Declare the specification space S: the analytic axes and the levels of each that a competent analyst could defend, each with a citation. 2. Declare the claim map Ï as deterministic, published code. Not a language model. 3. Compute Ïâ=maxcâĄnc/NÏ^*= _cn_c/N over S, and F by Equation 2. 4. The claim is filable at tolerance α if Ïââ„1âαÏ^*â„ 1-α. 5. Report ÏâÏ^*, F, the discard rate per axis level, and the within-group decomposition of any pooled statistic. A filing that cannot state its own ÏâÏ^* has not been audited. It has been asserted. The protocol does not require the regulator to adjudicate which analytic choice is correct, which is the property that makes it implementable: it requires only that the filer declare the space and report how much of it agrees. 9 Limitations One model, one task. Larger models have more components, so both the layer band and the size class have more room, and the direction of the effect on F is not obvious. This is the limitation most likely to change the number. A second-model replication is pre-registered but not yet run: a 924-cell grid on Pythia-160m, a model of a different architecture family that performs the same task, identical on every axis except that the seed axis carries three levels rather than five. The analysis plan, the reduced grid, and the criteria for what would count as replication rather than refutation are committed and timestamped before any cell of it ran. It will be reported in a revision in whichever direction it falls. A second task remains designed and not run. Circuit size is an outcome, not an axis. It is chosen by the threshold rule, and it has distorted three separate pooled quantities: F itself, the direction of the null comparison, and the sign of the functional gap. Fixing it drops F from 0.7316 to 0.2746, a larger reduction than standardising any pre-registered axis. We take this to be a general hazard for multiverse designs whose specifications select objects of different sizes, and we report every pooled statistic with its within-size decomposition. The multiverse is as wide as the library, not the literature. Optimal ablation [5] is a defensible operator the instrument does not implement, so it never entered the space. The measured F is therefore a lower bound with respect to the fieldâs full set of defensible choices. The discard rate is high and uneven. 52.3%, and the surviving pool is metric imbalanced. The threshold rule was fixed in advance and no failing item was repaired, but the composition is a property of the reported set and we state it rather than adjust for it. The bootstrap is invalid for one reported family. Where the conditioning groups hold only two to five specifications, retained self-pairs dominate and the intervals are unusable; those quantities are reported as point estimates with the diagnostic attached. We did not construct a bias-corrected estimator after seeing the naive intervals disagree, because choosing an estimator in response to a result is the behaviour this paper documents. 10 Discussion What standardising one axis buys. Less than it appears. The metric is the biggest lever and removes 0.1377 of a 0.7316 flip rate. There is no single knob, and a procedure that standardises one axis and declares the problem solved would be mistaken by a wide margin. On the instrument. One of seven documented, publicly exported discovery objectives does not run on the libraryâs own canonical task. We report this as a discard with its rate, and as an observation about the maturity of the tooling that regulatory evidence is expected to rest on. It is not the paperâs headline, and it is not a criticism of a library whose authors are among those calling for the field to address exactly this [10]. What a regulator can take from this. Not that interpretability evidence is worthless, but that its evidentiary weight is a measurable property rather than an assumed one, and that the measurement is cheap relative to the sweep that produced the circuit in the first place. 11 Reproducibility The pre-registration is a timestamped commit tagged prereg-p1-confirmatory in the public repository, made before the confirmatory sweep began. Every reported number traces to a config, a seed and an environment fingerprint. The confirmatory sweep ran under a single environment across all 1,320 cells, verified from the results archive rather than asserted, and the code commit was recovered by content-addressed comparison of the uploaded archive against the git tree, 22 of 22 files identical. The analysis layer runs without a GPU. A verification script recomputes every headline quantity from raw results and asserts against what is reported: 36 checks, 0 failures, with F derived by three routes including a brute-force pairwise computation. A second script checks that every numeric token in this manuscript matches a value derived from the stored results. Every table in this paper is emitted directly from those results rather than transcribed. The test suite is 343 tests. References Bayat Makou et al. [2026] A. Bayat Makou, J. Niu, S. Dutta, and I. Gurevych. Many circuits, one mechanism: input variation and evaluation granularity in circuit discovery. arXiv:2606.06267, 2026. Conmy et al. [2023] A. Conmy, A. N. Mavor-Parker, A. Lynch, S. Heimersheim, and A. Garriga-Alonso. Towards automated circuit discovery for mechanistic interpretability. NeurIPS 2023 Spotlight. arXiv:2304.14997v4. Hsia et al. [2023] J. Hsia, D. Pruthi, A. Singh, and Z. C. Lipton. Goodhartâs law applies to NLPâs explanation benchmarks. arXiv:2308.14272. Lan et al. [2026] M. Lan, N. F. Oozeer, C. Bandi, P. Quirke, A. Meek, F. Barez, and A. Abdullah. Make mechanistic interpretability auditable: a call to develop guidelines via continuous collaborative reviewing. ACL 2026. arXiv:2606.00033. Li and Janson [2024] M. Li and L. Janson. Optimal ablation for interpretability. arXiv:2409.09951. MĂ©loux et al. [2025a] M. MĂ©loux, S. Maniu, F. Portet, and M. Peyrard. Everything, everywhere, all at once: is mechanistic interpretability identifiable? ICLR 2025. arXiv:2502.20914. MĂ©loux et al. [2025b] M. MĂ©loux, F. Portet, and M. Peyrard. Mechanistic interpretability as statistical estimation: a variance analysis. arXiv:2510.00845v4. Miller et al. [2024] J. Miller, B. Chughtai, and W. Saunders. Transformer circuit faithfulness metrics are not robust. CoLM 2024. arXiv:2407.08734. Mueller et al. [2025] A. Mueller, A. Geiger, S. Wiegreffe, et al. MIB: a mechanistic interpretability benchmark. ICML 2025. arXiv:2504.13151v2. Sharkey et al. [2025] L. Sharkey, B. Chughtai, J. Batson, et al. Open problems in mechanistic interpretability. arXiv:2501.16496. Simmons et al. [2011] J. P. Simmons, L. D. Nelson, and U. Simonsohn. False-positive psychology: undisclosed flexibility in data collection and analysis allows presenting anything as significant. Psychological Science 22(11):1359â1366, 2011. doi:10.1177/0956797611417632. Simonsohn et al. [2020] U. Simonsohn, J. P. Simmons, and L. D. Nelson. Specification curve analysis. Nature Human Behaviour 4(11):1208â1214, 2020. doi:10.1038/s41562-020-0912-z. See also the publisher correction, doi:10.1038/s41562-020-00974-w. Steegen et al. [2016] S. Steegen, F. Tuerlinckx, A. Gelman, and W. Vanpaemel. Increasing transparency through a multiverse analysis. Perspectives on Psychological Science, 2016. doi:10.1177/1745691616658637. Syed et al. [2023] A. Syed, C. Rager, and A. Conmy. Attribution patching outperforms automated circuit discovery. NeurIPS 2023 ATTRIB Workshop. arXiv:2310.10348v2. Wang et al. [2022] K. Wang, A. Variengien, A. Conmy, B. Shlegeris, and J. Steinhardt. Interpretability in the wild: a circuit for indirect object identification in GPT-2 small. arXiv:2211.00593.