Conceptio › Archive › arXiv CS
arXiv CSopen access

SAEScientist-Bench: Can AI Agents Conduct Autonomous SAE Interpretability Research?

· arxiv_cs
arXiv CS · Papers · License: Open Access
Open Source ↗Direct PDF ↓
neural-networks
machine learning, deep learning, neural networks

SAES CIENTIST-B ENCH : C AN AI AGENTS C ONDUCT AUTONOMOUS SAE I NTERPRETABILITY R ESEARCH ? Yuqiao Tan1,2 , Shizhu He1,2∗, Jun Zhao1,2 , Kang Liu1,2 1 The Key Laboratory of Cognitive Intelligence, Institute of Automation, CAS 2 School of Artificial Intelligence, University of Chinese Academy of Sciences [email protected], {shizhu.he,jzhao,kliu}@nlpr.ia.ac.cn

While research on recursive self-improvement (RSI) has predominantly automated model training pipelines, reliable autonomous development demands a missing pillar: post-hoc monitoring and auditing to understand what models learn and ensure safe alignment. Mechanistic interpretability tools are essential to bridge this gap, among which Sparse Autoencoders (SAEs) serve as a cornerstone by isolating interpretable features for model inspection and steering. In this paper, we introduce SAES CIENTIST-B ENCH to evaluate whether AI agents can act as scientists utilizing SAE tools for autonomous mechanistic discovery. Given a target concept, an agent designs contrastive probes and navigates a Gemma Scope dictionary of 131K+ features in Gemma-2-9B-IT to discover the optimal feature, evaluated against curated expert reference features anchored on Neuronpedia across activation rank, concept selectivity on contrastive texts, and causal steering. Across 10 agent configurations and 20 tasks, frontier agents demonstrate genuine discovery capabilities and lead different evaluation dimensions, but remain well behind the expert baseline, approaching expert levels on separating target concepts from contrastive controls while lagging substantially in causal generation steering. Further analysis reveals that although agents can design contrasts to rule out spurious candidates, they frequently misinterpret experimental measurements. These results establish experimental model understanding as a measurable capability for closed-loop autonomous AI R&D. Our code is available at https://github.com/Trae1ounG/SAEScientist.

100

SAEScientist Agent Index

arXiv:2609.09113v1 [cs.AI] 8 Sep 2026

A BSTRACT

Rank

Activation

Steering

50.3

52.3

54.3

57.3

59.6

62.6

62.9

65.0

65.4

65.8

85.6

GPT-5.6 Luna

GLM-5.2

GPT-5.5

GPT-5.6 Sol

Gemini 3.8 Flash

Claude Opus 4.8

Grok 4.6

Claude Sonnet 5

Claude Opus 5

Kimi K3

Neuronpedia Expert

80

60

40

20

0

Figure 1: SAEScientist Agent Index. Agents are ordered by their composite Overall score, with each bar decomposed into equally weighted Rank, Activation, and Steering components. Error bars denote standard deviations across three independent runs. ∗

Corresponding author.

1

1

I NTRODUCTION

Recursive self-improvement (RSI) represents a central ambition of autonomous AI research, driving the development of agents capable of iteratively discovering, training, and refining frontier models (Mahmoud et al., 2026; Meng et al., 2026; Lu et al., 2024; Zhang et al., 2026; Chan et al., 2025; Starace et al., 2025; Rank et al., 2026; Tan et al., 2026). However, current efforts focus almost exclusively on automating empirical training pipelines, including data curation, algorithm design, and post-training, while treating the evolving models as black boxes evaluated solely through external task performance. As models grow rapidly in scale and complexity, their internal mechanisms become increasingly opaque, rendering behavioral observations insufficient to diagnose failures or guarantee true alignment. When optimization is driven purely by external metrics, autonomous training loops are notoriously vulnerable to reward hacking, specification gaming, and deceptive alignment, where models score well while harboring unintended behaviors (Skalse et al., 2022; Hubinger et al., 2024). Consequently, achieving a trustworthy and controllable RSI cycle fundamentally demands a critical missing pillar: continuous post-hoc monitoring and auditing of internal representations to inspect what models actually learn (Shaham et al., 2024; Bricken et al., 2025). Without white-box inspection tools, autonomous iteration risks reinforcing spurious shortcuts and undetectable safety failures. Mechanistic interpretability tools are essential to bridge this gap, among which Sparse Autoencoders (SAEs) have emerged as a foundational paradigm (Cunningham et al., 2023; Bricken et al., 2023; Gao et al., 2024; Templeton et al., 2024). By decomposing polysemantic activations into millions of interpretable feature directions, SAEs provide a transparent lens into model representations. Crucially, these isolated features offer a dual utility: they enable researchers to audit whether specific concepts are genuinely acquired, while also serving as precise causal levers to steer model behavior during generation (Marks et al., 2024; Wu et al., 2025; Wang et al., 2026b). As pretrained dictionaries such as Gemma Scope (Lieberum et al., 2024) become widely accessible, utilizing SAE tools to inspect and steer models has become a vital instrument for understanding internal representations. While recent studies show that AI agents can discover features or analyze circuits (Han et al., 2026; Marin-Llobet & Ferrando, 2026; Khan et al., 2026), the community lacks a standardized benchmark to rigorously evaluate this scientific capability across frontier models. In particular, autonomous discovery requires hypothesis-driven testing to separate genuine concepts from spurious correlations and validate causal control, making a unified quantitative scoring framework essential (Wu et al., 2025; Wang et al., 2026b). To address this challenge, we introduce SAES CIENTIST-B ENCH, a benchmark designed to evaluate AI agents as scientists utilizing SAE tools for mechanistic discovery. Covering 20 tasks across diverse concept domains (e.g., multilingual understanding, specialized formats, and safety-critical topics), an agent designs contrastive probes to navigate pretrained SAE dictionaries in Gemma-2-9B-IT (Gemma Team, 2024) and selects optimal features. Discovered features are systematically evaluated against curated expert reference baselines anchored on Neuronpedia features (Lin, 2023) under a unified scoring framework comprising activation rank, activation selectivity, and causal steering. Across 10 frontier agents and these tasks, empirical evaluations demonstrate that agents exhibit genuine discovery capabilities, with Kimi K3 (Kimi Team, 2026) achieving the highest composite overall score, followed closely by Claude Opus 5 and Sonnet 5 (Anthropic, 2026), while GPT-5.6 Sol (OpenAI, 2026) and Grok 4.6 (xAI, 2026) demonstrate strong reasoning and steering capabilities. Different frontier models excel in distinct dimensions: Opus leads in activation rank, Kimi leads in activation selectivity, and Grok 4.6 leads in steering efficacy. However, a substantial gap remains compared to the expert reference baseline. While top agents approach expert levels on activation selectivity, reaching 92.91 against the Expert baseline of 98.92, their ability to causally steer model generation falls markedly short, scoring only 31.47 against 57.75. Further qualitative and behavioral analysis indicates that agents often misread experimental measurements, struggle to separate format from concept, and produce features that degrade downstream generation. Our contributions are as follows: • We introduce SAES CIENTIST-B ENCH, comprising 20 discovery tasks across diverse concept domains, where agents design contrastive probes and navigate a 131K+ feature dictionary in Gemma-2-9B-IT to discover SAE features.

2

Figure 2: SAEScientist-Bench workflow. For a concept and fixed SAE, the agent writes probes Pi , compares candidates fj , and submits a feature. The evaluator measures Rank, Activation, and Steering using Expert and the evaluation set. Portuguese texts and replies illustrate the process. • We establish a standardized evaluation framework measuring activation rank, activation selectivity, and causal steering against Neuronpedia expert reference baselines, evaluating 10 frontier agents across multiple independent runs. • We provide systematic behavioral analyses of authored probes, candidate comparisons, and steering outputs, revealing how agents interpret experimental evidence and where autonomous scientific discovery currently succeeds and fails.

2

P RELIMINARIES : SAE F EATURES AND S TEERING

SAE formulation and feature activations. A language model maps input text into token-level hidden states. At a chosen layer, a Sparse Autoencoder (SAE) encodes a hidden state h ∈ Rd into a sparse vector of nonnegative feature activations z ∈ Rm , reconstructing the state via a linear decoder: z = Encoder(h),

ĥ = bdec +

m−1 X

zf df ,

(1)

f =0

where m is the dictionary size, bdec is a reconstruction bias, and df = Wdec [f, :] denotes feature f ’s decoder direction. SAE training balances reconstruction fidelity with sparsity (Cunningham et al., 2023). In Gemma Scope (Lieberum et al., 2024), JumpReLU applies learned activation thresholds to ensure that only a small subset of features activate per token (Rajamanoharan et al., 2024). Each coordinate f corresponds to an isolated latent feature, and its scalar activation zf quantifies the expression of that feature on the input text. Feature steering via activation addition. Beyond measuring activations, a feature can be used to causally intervene on model generation. Specifically, activation steering adds the feature’s decoder direction df directly to the model’s hidden state during inference: h ← h + αdf ,

(2)

where α controls the intervention strength. The language model then continues generation from this modified state. By comparing model outputs before and after intervention, one can directly evaluate the causal effect of feature f on downstream behavior (Arad et al., 2025). 3

Figure 3: Benchmark coverage. Category shares and task counts by SAE layer, with an example concept and Expert feature for each category. All tasks have equal weight. Appendix A.1 lists the full set.

3

SAES CIENTIST-B ENCH

3.1

TASK C ONSTRUCTION

A task pairs a target concept with a specific layer of the base language model, Gemma-2-9B-IT (Gemma Team, 2024), equipped with pretrained Gemma Scope residual-stream SAEs (Lieberum et al., 2024). The agent is tasked with discovering a single feature within that layer’s SAE dictionary (131,072 features) that best represents the concept. As illustrated in Figure 3, SAES CIENTIST-B ENCH comprises 20 discovery tasks across layers 9 and 20, covering diverse concept domains including multilingual understanding (e.g., Portuguese, Spanish, Latin, Turkish), specialized document formats (e.g., earnings reports, tax filing, job postings), and domain-specific knowledge (e.g., clinical symptom reports, pharmaceutical dosing). For each task, the benchmark provides an evaluation suite consisting of three types of text: positive texts expressing the intended concept, hard-negative texts presenting confusable alternatives (e.g., discussing Portuguese in English), and neutral texts providing unrelated controls. In addition, each task includes evaluation prompts to test causal steering effects on downstream generation. To establish a rigorous reference standard, each task is paired with an Expert reference feature anchored in Neuronpedia’s feature repository (Lin, 2023), established either directly from public steering presets (e.g., Cat) or through standard expert curation workflows across positive and contrastive texts. These task descriptions, Expert features, and evaluation suites remain strictly frozen during agent discovery and are reserved solely for post-submission benchmarking. 3.2

I NTERACTION P ROTOCOL

The agent receives the concept description, base-model and SAE identifiers, hook point, and dictionary width. Expert and the evaluation set remain reserved for evaluation. The probe_sae interface accepts up to 64 agent-written texts per request and either retrieves the top-k activating features or measures a supplied set of candidates. Responses include activations and ranks in the full dictionary. The model and its execution harness jointly carry out this investigation. The agent revises its texts and candidates, then submits one feature ID for the evaluator to test through activation and steering. In Figure 2, Pi denotes an agent-written probe and fj a candidate feature. The subscripts enumerate the illustrated probes and candidates. We use f for the submitted feature and fexp for Expert. Agentwritten probes guide discovery, while the separate evaluation set measures the final submission. During discovery, access is restricted to the probe interface and the provided workspace. The same fixed base model and SAE support both discovery measurements and subsequent evaluation. 3.3

M EASUREMENTS AND S CORES

We evaluate each submitted feature across three complementary dimensions, which are subsequently averaged across tasks: Activation Rank evaluates how prominently a feature activates relative to the dictionary, Activation Selectivity evaluates concept separation between positive texts and contrastive (negative and neutral) controls, and Causal Steering measures downstream generation change under feature intervention.

4

Activation Rank (Rank). An effective SAE feature should be prominently activated when the model processes its target concept, rather than being overshadowed by irrelevant dictionary directions. To assess whether an agent identifies a sufficiently prominent feature for the concept, we measure its activation rank relative to the expert reference baseline across positive evaluation texts. For each positive text, a feature’s text-level activation is computed as the mean of its three largest non-specialtoken activations across the sequence, providing a more stable estimate than single-token maximums (Section 5.2). We then determine the feature’s rank against the full dictionary, where higher activation corresponds to a lower numerical rank and inactive features receive the worst possible rank equal to the dictionary size. Let rf and rexp denote the average dictionary ranks of the submitted feature and the Expert baseline over positive texts. We compute the relative rank score scaled to a 100-point reference: 2 rexp Rank = 100 × . (3) rf + rexp This score is defined in [0, 200], where a score of 100.0 indicates parity with the expert baseline, values above 100.0 indicate a feature ranking ahead of expert, and values below 100.0 indicate lower prominence. Activation Selectivity (Activation). Beyond raw activation strength on target texts, a monosemantic feature should respond selectively to the target concept itself rather than to confusable or spurious patterns. We assess this on the evaluation suite by computing the AUROC separating positive texts from contrastive controls (pooling hard-negative and neutral texts), crediting half a point for ties, and scaling the result to [0, 100]: Activation = 100 × max(0, 2 AUROC − 1).

(4)

The score lies in [0, 100], where 100.0 denotes complete separation of positive texts from contrastive controls, and 0 indicates chance-level or reversed discrimination. Causal Steering (Steering). Feature discovery is ultimately validated by its ability to causally steer model generation toward the target concept. On each evaluation prompt, the base model generates completions under three conditions: unmodified baseline inference, feature steering (h ← h + αdf ), and a norm-matched random-direction control. An automated judge rates target relevance and instruction preservation on a 0–4 scale, while separately flagging degeneration. Let Tf , Tbase , and Trandom denote the average target-relevance ratings across prompts and judge passes. The steering score measures the net increase in target expression beyond the stronger control condition, scaled to [0, 100]:   Tf − max(Tbase , Trandom ) . (5) Steering = 100 × max 0, 4 The score lies in [0, 100], with higher values indicating stronger causal induction of target expressions. We also denote this net gain as Target Effect (∆f = Steering/100). Crucially, Steering isolates the magnitude of induced target expression; instruction preservation and output degeneration capture complementary dimensions of generation quality and are evaluated alongside the primary score. For alternative features, the intervention strength α is calibrated on five held-out prompts prior to final evaluation to satisfy a minimum non-degeneration threshold, while Expert retains its frozen reference scale (Appendix A.6). Overall Score. As a default summary index to present overall discovery performance, each task’s overall score is computed as the unweighted arithmetic mean across the three dimension scores: Rank + Activation + Steering . (6) 3 The Expert baseline achieves an overall score of 85.56 under this default setting. While this composite provides a unified view for leaderboard presentation, individual metrics reflect complementary dimensions of feature quality and are evaluated independently (Table 1 and Appendix A.4). All reported benchmark scores represent this unweighted mean across all 20 tasks. Overall =

5

Table 1: Agent scores and rankings on Rank, Activation, Steering, and Overall across 20 tasks. Overall

Rank

Score Pos.

Score Pos.

Score Pos.

Score Pos.

Expert (Lin, 2023)

85.56

100.00

–

98.92

–

57.75

–

Kimi K3 Claude Opus 5 Claude Sonnet 5 Grok 4.6 Claude Opus 4.8 Gemini 3.8 Flash GPT-5.6 Sol GPT-5.5 GLM-5.2 GPT-5.6 Luna

65.82 ±1.87 65.41 ±0.41 65.04 ±2.20 62.93 ±1.01 62.57 ±5.42 59.57 ±0.61 57.28 ±0.86 54.34 ±2.80 52.27 ±2.62 50.27 ±7.40

1 74.30 ±5.60 2 75.35 ±0.14 3 73.45 ±2.81 4 67.21 ±3.07 5 70.25 ±6.38 6 69.49 ±5.07 7 51.65 ±2.15 8 55.63 ±5.28 9 47.66 ±5.75 10 46.92 ±14.91

2 1 3 6 4 5 8 7 9 10

92.91 ±1.07 91.89 ±0.86 92.01 ±3.47 90.11 ±0.83 90.90 ±3.56 86.78 ±2.61 90.03 ±0.91 84.19 ±0.58 84.85 ±3.69 83.36 ±1.72

1 3 2 5 4 7 6 9 8 10

30.26 ±2.02 28.99 ±2.01 29.66 ±2.68 31.47 ±3.39 26.55 ±7.13 22.43 ±1.39 30.16 ±3.37 23.19 ±3.50 24.28 ±1.69 20.54 ±5.76

2 5 4 1 6 9 3 8 7 10

Agent

–

Activation

Steering

Scores are means over three runs. The ± values give the standard deviation across runs.

4

E XPERIMENTAL S ETUP

4.1

E VALUATED M ODELS AND H ARNESSES

We evaluate 10 representative frontier agent configurations across our 20 discovery tasks. The evaluated models span major model families: Kimi K3 (Kimi Team, 2026), Claude Opus 5, Claude Sonnet 5, Claude Opus 4.8 (Anthropic, 2026), Grok 4.6 (xAI, 2026), Gemini 3.8 Flash, GLM-5.2, and the OpenAI series (GPT-5.6 Sol, GPT-5.5, GPT-5.6 Luna; OpenAI, 2026). Sol and Luna operate within the Codex harness, while all other models are deployed in Cursor. To ensure parity and prevent data contamination, all agents receive identical task instructions and interaction interfaces, with external network access disabled. Models operate under unconstrained interactive environments where each agent autonomously decides its reasoning effort, exploration trajectories, query counts, and stopping criteria without artificial step caps. Detailed execution environments, model identifiers, and harness specifications are provided in Appendix A.3. 4.2

E VALUATION P IPELINE AND AGGREGATION

For each task, an agent conducts an autonomous, multi-turn investigation using the probe interface. Once the agent submits its chosen feature ID, the evaluation pipeline executes post-submission validation: measuring text-level activations on the frozen evaluation set and performing causal steering via greedy generation. Intervention scale α is calibrated against non-degeneration criteria on held-out prompts (Appendix A.6), and steering outputs are rated in two passes by an automated GPT-4o judge using anonymized output triples (baseline, steered, and random control; Appendix A.7). To evaluate consistency, every model–harness configuration conducts three independent, end-to-end investigations per task. We report the mean score and sample standard deviation (±) across the three runs, with benchmark-level scores averaging all 20 tasks equally. Across these experiments, we examine how effectively agents navigate the dictionary space to discover features, how they design contrastive probes and interpret empirical feedback, and how their selected features causally alter downstream generation.

5

R ESULTS

5.1

OVERALL P ERFORMANCE

Table 1 presents the main benchmark results across the ten evaluated agent configurations, alongside the Neuronpedia Expert baseline. Overall performance reveals two overarching patterns. First, 6

frontier agents exhibit substantial scientific discovery capabilities across the 20 tasks, with Kimi K3 achieving the highest composite Overall score of 65.82, closely followed by Claude Opus 5 (65.41) and Claude Sonnet 5 (65.04). Notably, different model families excel along distinct evaluative axes: Claude Opus 5 achieves the strongest dictionary-wide Activation Rank (75.35), Kimi K3 dominates Activation Selectivity (92.91), and Grok 4.6 leads in Causal Steering efficacy (31.47). Second, while agents approach expert-level performance in distinguishing target concepts from contrastive texts, a persistent capability gap remains in causal intervention. On Activation Selectivity, top agents reach 92.91 compared to the Expert baseline of 98.92, indicating that agents can reliably identify features that selectively fire on target concepts. In sharp contrast, causal generation steering proves far more challenging: the top agent steering score reaches only 31.47 against Expert’s 57.75. This divergence underscores that finding a correlated, selective feature does not readily translate into finding a causally potent steering vector. For instance, although GPT-5.6 Sol ranks third on Steering with a score of 30.16 and closely trails the category leader by only 1.31 points, its lower Activation Rank of 51.65 primarily accounts for its gap behind the top performers. Across repeated independent runs, agents exhibit stable overall rankings with modest variance, typically within 1–3 points in standard deviation, demonstrating that discovery capabilities remain consistent despite stochastic search trajectories (Appendix E). Finally, comparing overall scores with general capability rankings on the Artificial Analysis Intelligence Index v4.2 reveals a strong rank correlation (ρ = 0.800) across matching frontier models (Artificial Analysis, 2026), aligning well with general model capabilities while highlighting white-box interpretability as a distinct evaluative frontier (detailed in Appendix E.1). Takeaway 1. Frontier agents exhibit clear capability trade-offs in mechanistic discovery, but lag in causal validation. Across 20 single-feature discovery tasks, frontier models achieve strong activation selectivity but lag the curated expert baseline in causal steering (Overall 65.82 vs. 85.56, Steering 31.47 vs. 57.75). While agents can formulate informative contrastive probes to separate concepts in representation space, their current difficulty in identifying causally potent steering vectors highlights representational auditing as a critical bottleneck for future white-box RSI workflows. 5.2

H OW AGENTS S EARCH AND T EST C ANDIDATES

Table 2: Authored contrastive probes and case-level discovery scores on Portuguese (Layer 9). For each agent, final benchmark scores on the submitted feature are shown alongside the contrastive probes designed during discovery and the resulting feature activations, illustrating candidate discrimination quality. Agent & Case Scores Neuronpedia Expert GPT-5.6 Sol Rank: 3.97 Act: 100.0 Steer: 88.8 Ovr: 64.2

Claude Opus 4.8 Rank: 30.8 Act: 91.7 Steer: 84.4 Ovr: 68.9

Claude Opus 5 Rank: 0.08 Act: 41.7 Steer: 0.00 Ovr: 13.9

Kimi K3 Rank: 100.0 Act: 100.0 Steer: 85.0 Ovr: 95.0

Agent-authored Probe Texts

Activation

Reference: Rank 100.0 | Act 100.0 | Steer 85.0 | Overall 95.0 Portuguese: Nas manhãs de domingo, costumo abrir. . . English about Portuguese: Portuguese is a Romance. . . Spanish translation: Los domingos por la mañana, suelo abrir. . .

7.04 0.00 0.00

Portuguese: O meu vizinho comprou um carro novo. . . French about Brazil: Le Brésil est le plus grand pays. . . Spanish translation: Mi vecino compró un coche nuevo. . .

11.94 0.00 0.00

Portuguese: Hoje de manhã fui à padaria comprar. . . Spanish translation: Esta mañana fui a la panadería. . . English translation: This morning I went to the bakery. . .

3.81 1.19 4.50

Portuguese: Ontem fui ao mercado comprar frutas. . . English translation: Yesterday I went to the market. . . Spanish translation: Ayer fui al mercado a comprar. . . English about Portugal: Portugal is a country. . .

26.33 0.00 1.80 0.00

7

How do agents formulate hypotheses, construct contrastive probes, and navigate empirical feedback? Table 2 illustrates this process across four independent Portuguese investigations in the layer-9 SAE, linking the contrastive probes designed during discovery to final benchmark scores. Cross-lingual probing and evidence interpretation. The probes reveal clear differences in concept discrimination. Sol, Opus 4.8, and Kimi K3 successfully identify features that distinguish Portuguese from related languages (Spanish) and non-target language descriptions (English or French), with zero or negligible activation on controls. However, their final Rank scores reflect an important trade-off between selectivity and activation strength: Sol’s feature achieves clean separation with an Activation score of 100.00 and strong causal steering of 88.75, but its target activation is modest at 7.04, placing it lower in the dictionary-wide ranking with a Rank score of 3.97. In contrast, Kimi K3 identifies a prominent direction with much stronger target activation of 26.33, attaining both perfect separation and a leading Rank score of 100.00. Meanwhile, Opus 5 illustrates an evidence-interpretation failure: despite authoring matched Portuguese, Spanish, and English probes, its selected feature activates more strongly on the English control at 4.50 than on the Portuguese target at 3.81, leading to an overall score collapse down to 13.91. Detailed probe suites and complete search traces appear in Appendices C.2 and B.2. Separating concepts from format and substring distractors. Beyond cross-lingual contrasts, agents construct targeted counterexamples to rule out superficial string matching and format-level spurious correlations. In the Cat discovery task, Claude Opus 5 encounters a candidate feature that activates strongly on genuine feline sentences at 32.92, but also fires aggressively on unrelated compound words such as Copycat killer at 44.00 and Catalytic converter at 24.54. By explicitly designing these morphological negative controls, Opus 5 identifies that the candidate is merely detecting the substring “cat” rather than the animal concept, and successfully rejects it in favor of the monosemantic Expert feature, as detailed in Appendix Table 12. Conversely, GLM-5.2 demonstrates an evidence-misinterpretation failure on the Clinical symptom task: while it designs diagnostic controls to rule out general medical bureaucracy, its final candidate still fires at 70.25 on a patient medical history entirely devoid of symptoms, as detailed in Appendix Table 14. GLM-5.2 erroneously downplays this strong non-symptom response as negligible in its report, mistakenly selecting a feature driven by clinical document formatting rather than actual symptoms. Feature purity versus generation degeneration. Agents also face fundamental trade-offs between concept selectivity and downstream behavioral impact. In the Real estate task, agents diverge on how to balance candidate purity against coverage, illustrated in Appendix Table 10. Sol and Grok 4.6 deliberately reject a broad feature candidate due to minor leakages on non-housing ads, selecting a strictly selective feature instead. In contrast, Kimi K3 prioritizes broad listing coverage and accepts this leakier candidate. Consequently, Kimi’s chosen feature achieves higher target relevance and causal steering, but at the cost of substantial generation degeneration, rising from 32.5% to 52.5%. These diverse strategies illustrate that autonomous discovery requires not only finding selective features, but also arbitrating trade-offs between precision, coverage, and output stability. Behind broad summary metrics, agents exhibit fundamentally distinct scientific investigation philosophies, as reflected in their search workflows in Figure 4. Rather than following a uniform trial-anderror strategy, models diverge along two critical dimensions: candidate breadth versus probe depth, and deliberate verification versus heuristic selection. Exploration breadth vs. probe depth. Sol prioritizes textual diversity over dictionary span, authoring extensive probe variations averaging 115.1 texts across sentence lengths, topical contexts, and crosslingual translations, while testing a relatively small pool of 20.2 candidate features. Conversely, Claude Opus 5 behaves as a broad screener, comparing over four times as many candidate features at 80.2 across fewer probe texts averaging 77.6. Meanwhile, Kimi K3 adopts a highly targeted strategy: making far fewer retrieval queries and rarely returning to retrieval once a promising candidate is identified, yet achieving top overall discovery scores through precise hypothesis formulation. Active validation vs. heuristic selection. Even when agents converge on identical features, their underlying scientific rigor differs sharply. For example, while Claude Opus 5 and Sonnet 5 select the canonical Expert feature at nearly identical rates, their decision traces reveal opposite behaviors: Opus 5 acts as an active hypothesis-tester, repeatedly authoring dedicated probes to directly evaluate the Expert candidate before either selecting or deliberately rejecting it in favor of an alternative. In contrast, Sonnet 5 frequently encounters the Expert candidate during initial retrieval but overlooks it

8

Recorded search behavior Kimi K3 Claude Opus 5 Claude Sonnet 5 Grok 4.6 Claude Opus 4.8 Gemini 3.8 Flash GPT-5.6 Sol GPT-5.5 GLM-5.2 GPT-5.6 Luna

1.7 3.1 2.4 3.8 1.8 7.2 2.8 2.0 1.5 3.5

3.2 5.8 4.4 4.8 3.2 13.5 5.2 2.9 3.8 4.6

38.9 77.6 51.2 62.2 37.5 83.4 115.1 51.4 32.5 87.9

32.0 80.2 13.6 51.6 16.1 67.3 20.2 22.8 40.0 21.9

16.7 61.7 36.7 75.0 20.0 88.3 65.0 25.0 13.3 63.3

Retrieval calls

Candidate test calls

Distinct texts

Tested features

Return to retrieval (%)

Figure 4: Autonomous scientific search workflows across frontier agents. Metrics report average behavior per investigation across 20 tasks: number of authored probe requests, unique authored probe texts, directly tested feature candidates, and the percentage of episodes where the agent resumed candidate retrieval after direct testing. Column color scales are normalized independently. without direct validation, relying instead on initial ranking heuristics. Because Expert identity is fully anonymized during discovery, these patterns underscore that autonomous agents vary substantially in scientific thoroughness, spanning from active experimental verification to passive reliance on initial retrieval outputs, with comprehensive search outcomes detailed in Appendix B.1. Takeaway 2. Search strategy matters, but rigorous hypothesis testing determines discovery success. Agents explore differently: Sol varies texts, Opus screens candidates, and Kimi targets precise hypotheses. Yet finding effective features depends less on search volume than on designing informative counterexamples, avoiding surface distractors, and accurately reading experimental results. 5.3

W HAT ACTIVATION S CORES R EVEAL

While agent-authored probes guide candidate selection during search, our shared benchmark suite objectively evaluates how the submitted features generalize across unseen contexts. Following the Portuguese investigations examined in Table 2, Figure 5 tests the identical submitted candidate features against the standardized Portuguese evaluation suite of eight held-out positive sentences and twelve contrastive controls (full texts in Appendix Table 17). This controlled blind evaluation exposes substantial disparities in generalization and selectivity that remain invisible during internal search. Coverage gaps and spurious activations. Features that appeared promising under agent probes often falter on held-out benchmark texts. As shown in Figure 5a, candidates selected by Sonnet, Grok, and Luna remain completely inactive on natural target sentences such as the rain passage, yet exhibit spurious activations on irrelevant English controls such as warranty statements. Similarly, Gemini’s submitted feature fails to fire on the research passage and misses multiple positives across the broader test set. These coverage gaps demonstrate that surface-level probe validation frequently under-specifies concept boundaries, allowing models to select features tied to narrow lexical cues rather than the intended global semantic concept. High selectivity vs. weak activation strength. A high scalar Activation score can mask critical differences in feature strength. Both Sol and Expert achieve a perfect AUROC of 1.000 across the full evaluation suite, cleanly ranking every positive text above every control text. However, their absolute activation magnitudes tell a fundamentally different story. Sol’s feature is exceptionally clean, remaining completely inactive at 0.00 across almost all control texts, but its target activation on Portuguese sentences is very modest, averaging only 3.5–10.0 compared to 14.4–19.4 for Expert 9

4.9 1.3 2 2 6.7 0 1.9 1.3 1.3 2 4.9

0 0.8 4.5 4.5 0 0 0 0.8 0.8 4.5 0

Ra in

ar ch

ar

t

y

W

W

d or

m ra G

ar ra nt

3.2 0 0 0 2.3 0 0 0 0 0 3.2

lis

14.4 9.5 2.3 2.3 9 0 3.5 9.5 9.5 2.3 14.4

m

19.4 8.7 0 0 15.1 2.7 10 8.7 8.7 0 19.4

Re se

15.7 1.1 3.6 3.6 9.4 10.8 5.5 1.1 1.1 3.6 15.7

ai n

(a) Text activations

Tr

Kimi K3 Claude Opus 5 Claude Sonnet 5 Grok 4.6 Claude Opus 4.8 Gemini 3.8 Flash GPT-5.6 Sol GPT-5.5 GLM-5.2 GPT-5.6 Luna Expert

(b) AUROC

.70

.85

1.0

Maximum Top-three mean

Figure 5: Generalization and aggregation sensitivity of discovered Portuguese features. (a) Activations across representative positive texts (Train, Rain, Research) and contrastive controls (Grammar, Word list, Warranty), demonstrating that identical AUROC separation (e.g., Sol vs. Expert) conceals major differences in absolute activation strength and dictionary rank. (b) AUROC comparison between maximum token activation and top-three-token mean aggregation; token averaging dampens isolated lexical spikes in control texts, reliably isolating continuous semantic activation. and 26.3 for Kimi K3 in Table 2. Because its target signal is relatively weak, the feature fails to stand out against competing features across the full dictionary, collapsing Sol’s Activation Rank score to only 3.97 versus 100.00 for Expert. This contrast illustrates that a feature can exhibit near-perfect selectivity while remaining too weak to serve as a prominent, primary representation of the target concept, explaining why rank and selectivity must be evaluated together. Robustness via top-three-token aggregation. Figure 5b highlights why sequence-level aggregation is critical when evaluating concept selectivity. Relying solely on the maximum token activation leaves metrics vulnerable to isolated token outliers. For example, in Sol’s vocabulary control, an isolated Portuguese loanword produces a sharp single-token spike of 5.56, whereas the full target sentence maintains a moderate per-token response of 2.96. Under maximum aggregation, this spurious spike degrades Sol’s AUROC to 0.969. In contrast, aggregating the top-three token activations amortizes transient spikes, raising Sol’s AUROC to 1.000 and Opus 4.8’s from 0.927 to 0.958 (detailed in Appendix Table 18). This verifies that multi-token averaging effectively filters isolated morphological artifacts while rewarding coherent semantic activation across the text. Complete activation matrices across all tasks appear in Appendix Figure 9. 5.4

S TEERING AND I NSTRUCTION P RESERVATION

While activation scores measure representational correlation, activation steering intervenes directly on inference to evaluate causal control. Following the identical Portuguese features examined in Table 2 and Figure 5, Figure 6 evaluates how intervening along each agent’s submitted direction (h ← h + αdf ) affects base model generation across six evaluation instructions. Each generation is rated on a 0–4 scale along two orthogonal axes: target relevance (degree of Portuguese expression induced) and instruction preservation (retention of user constraints such as length, topic, and formatting). Figure 6 reveals a sharp divide in causal efficacy across submitted features. While many features achieved strong activation separation in Figure 5, only a small fraction reliably steer generation. Features submitted by Sol, Opus 4.8, and Kimi K3, which discovered the Expert feature 41424, exhibit high target relevance across instructions, successfully flipping model outputs into fluent Portuguese, as illustrated in Table 3. In contrast, features selected by Opus 5, Sonnet 5, Grok 4.6, and Luna yield flat zero target relevance across all six prompts, indicating that their correlated activations fail to exert causal influence on downstream generation. Furthermore, generation steering reveals subtle trade-offs between target induction and output quality. While Steering isolates the net gain in target expressions, a high score does not guarantee well-formed completions if user constraints are violated. Across the full 20-instruction benchmark suite, Sol achieves a leading Steering score of 88.75 with high preservation of 3.525, whereas Opus 4.8 attains

10

3 1.5 1.5 1.5 3 4 4 1.5 1.5 1.5 3

4 3 0 0 2.5 0 2.5 3 3 0 4

er gy Pa ss w or d G ra vi ty

1.5 0 0 0 1.5 4 4 0 0 0 1.5

En

em

4 2 1 1 4 0 4 2 2 1 4

Po

×2

4

1 1 2.5 2.5 3 1 4 1 1 2.5 1

17

P

3.5 0 0 0 3.5 0 2.5 0 0 0 3.5

TT

ty vi ra

G

Pa ss w

(b) Preservation

H

or

4 0 0 0 3 0 3 0 0 0 4

d

3 0 0 0 3 0 4 0 0 0 3

er

2.5 0 0 0 4 0 4 0 0 0 2.5

En

4 ×2 17

TT H

4 0 0 0 4 0 4 0 0 0 4

em

2 0 0 0 3 0 4 0 0 0 2

Po

4 0 0 0 4 0 2.5 0 0 0 4

gy

(a) Target relevance

P

Kimi K3 Claude Opus 5 Claude Sonnet 5 Grok 4.6 Claude Opus 4.8 Gemini 3.8 Flash GPT-5.6 Sol GPT-5.5 GLM-5.2 GPT-5.6 Luna Expert

Figure 6: Causal steering and instruction preservation under Portuguese feature intervention. Evaluations across six diverse instructions: HTTP request explanation, 17×24 arithmetic, 4-line poem, clean energy essay, password generation, and gravity definition. (a) Target relevance (0–4 scale) measures the intensity of induced Portuguese expression; (b) Instruction preservation (0–4 scale) measures fulfillment of the original task constraints without degeneration or incoherence. Table 3: Opening excerpts under Portuguese steering. Prompt: Introduce yourself in two sentences. Selected by

Opening excerpt

No steering Expert / Kimi K3 GPT-5.6 Sol Claude Opus 4.8 GPT-5.6 Luna

I am Gemma, an open-weights AI assistant. . . Olá! Eu sou o Gemma, um modelo de linguagem. . . Olá! Eu sou Gemma, um modelo de linguagem. . . Olá! Eu sou um modelo de linguagem grande. . . Hello! I am Gemma, an open-weights AI assistant. . .

84.38 with lower preservation of 3.050 due to repetition and length drift. For instance, on a requested four-line rhyming poem, Sol outputs four coherent Portuguese lines, while Opus 4.8 generates eleven lines with repetitive loops, and Expert generates six. In more extreme failures like the clinical symptom task, GLM-5.2’s intervention completely disrupts instruction following, converting an innocent self-introduction into a rambling patient medical history. Complete generated responses, preservation ratings, and degeneration checks appear in Appendix D.3. Takeaway 3. Causal steering separates superficial activation correlates from actionable mechanisms. While multiple agents discover features that achieve near-perfect activation separation on static texts, very few translate into reliable steering directions. Effective causal intervention requires precise semantic modulation without triggering degeneration, instruction drift, or formatting collapse, marking causal steering as the most rigorous test of autonomous interpretability research.

6

R ELATED W ORK

Mechanistic interpretability: From neurons to SAE features. Early mechanistic interpretability focused on analyzing individual neurons and localized circuits through activation patching, causal tracing, and knowledge attribution (Elhage et al., 2021; Meng et al., 2022; Wang et al., 2022; Geva et al., 2021; Dai et al., 2022; Song et al., 2024; Yu & Ananiadou, 2024; Tan et al., 2025a;b). However, polysemanticity, where individual neurons activate across unrelated concepts, fundamentally limits the interpretability of raw hidden states (Bricken et al., 2023). Sparse Autoencoders (SAEs) address this barrier by decomposing internal activations into sparse combinations of learned feature directions (Cunningham et al., 2023; Gao et al., 2024; Templeton et al., 2024). These features support causal 11

intervention (Marks et al., 2024), with steering effectiveness depending on their influence on model outputs (Arad et al., 2025; Shu et al., 2025; Wang et al., 2026b). Recent selection methods use correlations with task performance, supervision, or similarities between features to improve steering (Cho et al., 2026; Jørgensen & Hansen, 2026; Liu et al., 2026). Pretrained libraries such as Gemma Scope make large dictionaries accessible (Lieberum et al., 2024), while feature splitting, absorption, and composition complicate the mapping between features and concepts (Chanin et al., 2024; Leask et al., 2025). Automated interpretation and SAE benchmarking. Automated methods use language models to explain neurons and SAE features from activating examples (Bills et al., 2023; Paulo et al., 2025). Agents extend this process through interactive experiments (Shaham et al., 2024; Han et al., 2026; Bissell et al., 2025), feature discovery (Marin-Llobet & Ferrando, 2026), and circuit analysis (Khan et al., 2026). Other agents investigate hidden model behaviors using auditing tools (Bricken et al., 2025; Sheshadri et al., 2026). In parallel, execution-grounded benchmarks evaluate whether agents can conduct and audit mechanistic interpretability experiments end-to-end (Bai et al., 2026). Existing evaluations measure SAE quality and feature recovery (Karvonen et al., 2025; Venhoff et al., 2024), interpretability without generated explanations (Paulo & Belrose, 2025), concept disentanglement (Huang et al., 2024), circuit identification (Mueller et al., 2025), and concept detection and steering (Wu et al., 2025). Studies also examine whether SAE metrics reliably distinguish feature quality and learned structure (Chanin, 2026; Heap et al., 2026). Rather than evaluating dictionary training or explanation text quality, SAES CIENTIST-B ENCH evaluates agents’ ability to navigate large pretrained dictionaries via hypothesis-driven contrastive probing, scoring discovered features across dictionary prominence, empirical selectivity, and causal generation intervention. Autonomous AI agents in recursive self-improvement. Recursive self-improvement (RSI) envisions autonomous systems iteratively advancing their own capabilities (Lu et al., 2024; Zhang et al., 2026; Mahmoud et al., 2026). Recent benchmarks evaluate agent autonomy across end-to-end scientific research workflows, including machine learning engineering (Chan et al., 2025), paper reproduction (Starace et al., 2025), scientific insight rediscovery (Wang et al., 2026a), research idea soundness and literature exploration (Ho et al., 2026; Xiong et al., 2026), and data-centric discovery and post-training (Chen et al., 2025; Meng et al., 2026; Rank et al., 2026; Tan et al., 2026; Edelman et al., 2026; Wang et al., 2026c). Yet these environments treat evolving models strictly as black boxes, optimizing external task metrics while remaining blind to internal representational changes. Without white-box inspection, autonomous optimization loops remain vulnerable to specification gaming and deceptive alignment (Skalse et al., 2022; Hubinger et al., 2024). In contrast to empirical training and workflow benchmarks, SAES CIENTIST-B ENCH focuses specifically on the representational auditing pillar, evaluating agents’ ability to scientifically inspect and causally steer internal model representations within pretrained SAE dictionaries.

7

L IMITATIONS

While SAES CIENTIST-B ENCH establishes a standardized foundation for evaluating autonomous mechanistic interpretability agents, several limitations offer directions for future work. First, our benchmark focuses on concept-driven single-feature discovery within Gemma-2-9B-IT across two layers of Gemma Scope residual-stream SAEs under a fixed probe interface. Expanding evaluations to diverse model families, broader dictionary widths, multi-feature circuit discovery, and open-ended hypothesis generation without pre-specified concepts will provide a more comprehensive view of agent capabilities. Second, candidate evaluation relies on fixed text suites, frozen expert baselines, and automated LLM-as-a-judge assessments for steering; incorporating human-in-the-loop validation, multiple reference features, and multi-judge ensembles can further minimize potential rating noise. Finally, while SAES CIENTIST-B ENCH benchmarks post-hoc feature auditing, integrating agentdiscovered features directly into downstream model editing, unlearning, or continual alignment loops represents an essential next step toward realizing fully closed-loop recursive self-improvement.

12

8

C ONCLUSION

SAES CIENTIST-B ENCH establishes a standardized benchmark to evaluate AI agents as scientists conducting autonomous mechanistic interpretability research. Across ten frontier agent configurations and 20 tasks, our evaluations reveal that while agents approach the expert reference baseline in distinguishing concepts in activation space, a substantial capability gap persists in causal steering. Behavioral analyses demonstrate that effective discovery hinges not on exploration volume, but on rigorous hypothesis testing, designing informative counterexamples, and accurately interpreting experimental feedback. By bridging mechanistic interpretability with autonomous AI research, SAES CIENTIST-B ENCH provides an essential, auditable foundation toward verifying internal representations in recursive self-improvement loops.

R EPRODUCIBILITY S TATEMENT Appendix A specifies the tasks, agents, and evaluation protocol. Appendix B follows the investigations. Appendices C and D provide activation measurements and complete generations. Appendix E compares tasks and repeated runs. The underlying records preserve model identifiers and execution traces.

AI U SE S TATEMENT Generative AI tools were used solely for writing assistance, text polishing, and editorial phrasing throughout the preparation of this manuscript. All research conceptualization, benchmark design, experimental execution, data collection, and analytical interpretations were conducted entirely by the human authors.

R EFERENCES Anthropic. Claude Model Family and Intelligence Updates. Anthropic Research Blog, 2026. URL https://www.anthropic.com/news. Dana Arad, Aaron Mueller, and Yonatan Belinkov. SAEs are good for steering – if you select the right features. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pp. 10241–10259. Association for Computational Linguistics, 2025. doi: 10.18653/v1/ 2025.emnlp-main.519. URL https://aclanthology.org/2025.emnlp-main.519/. Artificial Analysis. Artificial Analysis Intelligence Index, 2026. URL https:// artificialanalysis.ai/models. Version 4.2. Model pages checked September 7, 2026. Yuntao Bai et al. The story is not the science: Execution-grounded evaluation of mechanistic interpretability research. arXiv preprint, 2026. Steven Bills, Nick Cammarata, Dan Mossing, Henk Tillman, Leo Gao, Gabriel Goh, Ilya Sutskever, Jan Leike, Jeff Wu, and Alec Radford. Language models can explain neurons in language models. OpenAI Research Blog, 2023. URL https://openaipublic.blob.core.windows. net/neuron-explainer/paper/index.html. Mark Bissell, Michael Byun, and Daniel Balsam. You and your research agent: Lessons from using agents for interpretability research. Goodfire Research, technical article, 2025. URL https://www.goodfire.com/blog/you-and-your-research-agent. Trenton Bricken, Adly Templeton, Joshua Batson, Brian Chen, Adam Jermyn, Tom Conerly, Nick Turner, Cem Anil, Carson Denison, Amanda Askell, Robert Lasenby, Yifan Wu, Shauna Kravec, Nicholas Schiefer, Tim Maxwell, Nicholas Joseph, Zac Hatfield-Dodds, Alex Tamkin, Karina Nguyen, Brayden McLean, Josiah E Burke, Tristan Hume, Shan Carter, Tom Henighan, and Christopher Olah. Towards monosemanticity: Decomposing language models with dictionary learning. Transformer Circuits Thread, 2023. URL https://transformer-circuits. pub/2023/monosemantic-features/index.html. Trenton Bricken, Rowan Wang, Sam Bowman, Euan Ong, Johannes Treutlein, Jeff Wu, Evan Hubinger, and Samuel Marks. Building and evaluating alignment auditing agents. Anthropic Alignment Science, research report, 2025. URL https://alignment.anthropic.com/ 2025/automated-auditing/. 13

Jun Shern Chan, Neil Chowdhury, Oliver Jaffe, James Aung, Dane Sherburn, Evan Mays, Giulio Starace, Kevin Liu, Leon Maksin, Tejal Patwardhan, Lilian Weng, and Aleksander Madry. ˛ MLEbench: Evaluating Machine Learning Agents on Machine Learning Engineering. In International Conference on Learning Representations, 2025. URL https://arxiv.org/abs/2410. 07095. David Chanin. Are sparse autoencoder benchmarks reliable?, 2026. URL https://arxiv.org/ abs/2605.18229. David Chanin, James Wilken-Smith, Tomáš Dulka, Hardik Bhatnagar, Satvik Golechha, and Joseph Bloom. A is for absorption: Studying feature splitting and absorption in sparse autoencoders, 2024. URL https://arxiv.org/abs/2409.14507. Ziru Chen et al. ScienceAgentBench: Toward rigorous assessment of language agents for data-driven scientific discovery. In International Conference on Learning Representations, 2025. Seonglae Cho, Zekun Wu, and Adriano Koshiyama. CorrSteer: Generation-time LLM steering via correlated sparse autoencoder features. In International Conference on Machine Learning, 2026. URL https://arxiv.org/abs/2508.12535. Hoagy Cunningham, Aidan Ewart, Logan Riggs, Robert Huben, and Lee Sharkey. Sparse autoencoders find highly interpretable features in language models, 2023. URL https://arxiv. org/abs/2309.08600. Damai Dai, Li Dong, Yaru Hao, Zhifang Sui, Baobao Chang, and Furu Wei. Knowledge neurons in pretrained transformers. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp. 8493–8509. Association for Computational Linguistics, 2022. doi: 10.18653/v1/2022.acl-long.581. URL https: //aclanthology.org/2022.acl-long.581/. Benjamin L. Edelman et al. AIRS-Bench: A suite of tasks for frontier AI research science agents. arXiv preprint, 2026. Nelson Elhage, Neel Nanda, Catherine Olsson, Tom Henighan, Nicholas Joseph, Ben Mann, Amanda Askell, Yuntao Bai, Anna Chen, Tom Conerly, et al. A mathematical framework for transformer circuits. Transformer Circuits Thread, 2021. URL https://transformer-circuits. pub/2021/framework/index.html. Leo Gao, Tom Dupré la Tour, Henk Tillman, Gabriel Goh, Rajan Troll, Alec Radford, Ilya Sutskever, Jan Leike, and Jeffrey Wu. Scaling and evaluating sparse autoencoders, 2024. URL https: //arxiv.org/abs/2406.04093. Gemma Team. Gemma 2: Improving open language models at a practical size. arXiv preprint arXiv:2408.00118, 2024. URL https://arxiv.org/abs/2408.00118. Mor Geva, Roei Schuster, Jonathan Berant, and Omer Geva. Transformer feed-forward layers are key-value memories. In Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing, pp. 5484–5495. Association for Computational Linguistics, 2021. doi: 10.18653/v1/2021.emnlp-main.446. URL https://aclanthology.org/2021.emnlpmain.446/. Jiaojiao Han, Wujiang Xu, Mingyu Jin, and Mengnan Du. SAGE: An agentic explainer framework for interpreting SAE features in language models. In Proceedings of the 19th Conference of the European Chapter of the Association for Computational Linguistics (Volume 5: Industry Track), pp. 483–495. Association for Computational Linguistics, 2026. doi: 10.18653/v1/2026.eacl-industry. 37. URL https://aclanthology.org/2026.eacl-industry.37/. Thomas Heap, Tim Lawson, Lucy Farnik, and Laurence Aitchison. Automated interpretability metrics do not distinguish trained and random transformers. In International Conference on Learning Representations, 2026. URL https://proceedings.iclr.cc/paper_ files/paper/2026/hash/7ab63a5314680e2f083cb288abeaeb8e-AbstractConference.html. Namgyu Ho et al. SoundnessBench: Can your AI scientist really tell good research ideas from bad ones? arXiv preprint, 2026. Jing Huang, Zhengxuan Wu, Christopher Potts, Mor Geva, and Atticus Geiger. RAVEL: Evaluating interpretability methods on disentangling language model representations. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp. 8669–8687, 2024. doi: 10.18653/v1/2024.acl-long.470. URL https://aclanthology. org/2024.acl-long.470/.

14

Evan Hubinger, Carson Denison, Jesse Mu, Mike Lambert, Meg Ba, Monte MacDiarmid, Alex Tamkin, Kamal Ndousse, Ethan Perez, Jacob Steinhardt, et al. Sleeper agents: Training deceptive LLMs that persist through safety training. arXiv preprint arXiv:2401.05566, 2024. URL https: //arxiv.org/abs/2401.05566. Mikkel Godsk Jørgensen and Lars Kai Hansen. Steering LLMs? actually, sparse autoencoders can outperform simple baselines, 2026. URL https://arxiv.org/abs/2605.31183. Adam Karvonen, Can Rager, Johnny Lin, Curt Tigges, Joseph Bloom, David Chanin, Yeu-Tong Lau, Eoin Farrell, Callum McDougall, Kola Ayonrinde, Demian Till, Matthew Wearden, Arthur Conmy, Samuel Marks, and Neel Nanda. SAEBench: A comprehensive benchmark for sparse autoencoders in language model interpretability, 2025. URL https://arxiv.org/abs/2503.09532. Ayan Antik Khan, Harsh Kohli, Yuekun Yao, Huan Sun, and Ziyu Yao. Can language model agents be helpful circuit explainers in mechanistic interpretability? arXiv preprint arXiv:2606.24026, 2026. URL https://arxiv.org/abs/2606.24026. Kimi Team. Kimi K3: Open Frontier Intelligence. arXiv preprint arXiv:2607.24653, 2026. URL https://arxiv.org/abs/2607.24653. Patrick Leask, Bart Bussmann, Michael Pearce, Joseph Bloom, Curt Tigges, Noura Al Moubayed, Lee Sharkey, and Neel Nanda. Sparse autoencoders do not find canonical units of analysis. In International Conference on Learning Representations, 2025. URL https://arxiv.org/ abs/2502.04878. Tom Lieberum, Senthooran Rajamanoharan, Arthur Conmy, Lewis Smith, Nicolas Sonnerat, Vikrant Varma, János Kramár, Anca Dragan, Rohin Shah, and Neel Nanda. Gemma scope: Open sparse autoencoders everywhere all at once on gemma 2, 2024. URL https://arxiv.org/abs/ 2408.05147. Johnny Lin. Neuronpedia: Interactive Reference and Tooling for Analyzing Neural Networks, 2023. URL https://www.neuronpedia.org. Software available from neuronpedia.org. Yutian Liu, Xu Wang, and Difan Zou. Enhancing SAE-based steering via neighbor integrated feature selection, 2026. URL https://arxiv.org/abs/2608.28806. Chris Lu, Cong Lu, Robert Tjarko Lange, Jakob Foerster, Jeff Clune, and David Ha. The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery, 2024. URL https: //arxiv.org/abs/2408.06292. Anas Mahmoud, MohammadHossein Rezaei, Mingchen Zhuge, Chenguang Wang, Yuandong Tian, and Yunzhong He. Announcing RSI Bench. Scale AI, 2026. URL https://www.rsibenchmark.com/blog/announcing-rsi-bench. Arnau Marin-Llobet and Javier Ferrando. Automated interpretability and feature discovery in language models with agents, 2026. URL https://arxiv.org/abs/2605.01555. Samuel Marks, Can Rager, Eric J. Michaud, Yonatan Belinkov, David Bau, and Aaron Mueller. Sparse feature circuits: Discovering and editing interpretable causal graphs in language models, 2024. URL https://arxiv.org/abs/2403.19647. Fanqing Meng, Lingxiao Du, Qiguang Chen, Ziqi Zhao, Haocheng Lu, Mengkang Hu, and Michael Qizhe Shieh. RSIBench-Data: Benchmarking Data-Centric Research for Recursive Self-Improvement. arXiv preprint arXiv:2607.25886, 2026. URL https://arxiv.org/ abs/2607.25886. Kevin Meng, David Bau, Alex Andonian, and Yonatan Belinkov. Locating and editing factual associations in GPT. In Advances in Neural Information Processing Systems, volume 35, pp. 17359–17372, 2022. Aaron Mueller, Atticus Geiger, Sarah Wiegreffe, Dana Arad, Iván Arcuschin, Adam Belfki, Yik Siu Chan, Jaden Fried Fiotto-Kaufman, Tal Haklay, Michael Hanna, Jing Huang, Rohan Gupta, Yaniv Nikankin, Hadas Orgad, Nikhil Prakash, Anja Reusch, Aruna Sankaranarayanan, Shun Shao, Alessandro Stolfo, Martin Tutek, Amir Zur, David Bau, and Yonatan Belinkov. MIB: A mechanistic interpretability benchmark. In Proceedings of the 42nd International Conference on Machine Learning, volume 267 of Proceedings of Machine Learning Research, pp. 45069–45108, 2025. URL https://proceedings.mlr.press/v267/mueller25a.html. OpenAI. GPT-5.6 System Card and Frontier Intelligence. OpenAI Research, 2026. URL https: //openai.com/research. Gonçalo Paulo and Nora Belrose. Evaluating SAE interpretability without explanations, 2025. URL https://arxiv.org/abs/2507.08473. 15

Gonçalo Santos Paulo, Alex Troy Mallen, Caden Juang, and Nora Belrose. Automatically interpreting millions of features in large language models. In Proceedings of the 42nd International Conference on Machine Learning, volume 267 of Proceedings of Machine Learning Research, pp. 48393– 48421, 2025. URL https://proceedings.mlr.press/v267/paulo25a.html. Senthooran Rajamanoharan, Tom Lieberum, Nicolas Sonnerat, Arthur Conmy, Vikrant Varma, János Kramár, and Neel Nanda. Jumping ahead: Improving reconstruction fidelity with JumpReLU sparse autoencoders, 2024. URL https://arxiv.org/abs/2407.14435. Ben Rank, Hardik Bhatnagar, Ameya Prabhu, Shira Eisenberg, Karina Nguyen, Matthias Bethge, and Maksym Andriushchenko. PostTrainBench: Can LLM Agents Automate LLM Post-Training?, 2026. URL https://arxiv.org/abs/2603.08640. Tamar Rott Shaham, Sarah Schwettmann, Franklin Wang, Achyuta Rajaram, Evan Hernandez, Jacob Andreas, and Antonio Torralba. A multimodal automated interpretability agent. In Proceedings of the 41st International Conference on Machine Learning, volume 235 of Proceedings of Machine Learning Research, pp. 44293–44321, 2024. URL https://proceedings.mlr.press/ v235/shaham24a.html. Abhay Sheshadri, Aidan Ewart, Kai Fronsdal, Isha Gupta, Samuel R. Bowman, Sara Price, Samuel Marks, and Rowan Wang. AuditBench: Evaluating alignment auditing techniques on models with hidden behaviors, 2026. URL https://arxiv.org/abs/2602.22755. Dong Shu, Xuansheng Wu, Haiyan Zhao, Mengnan Du, and Ninghao Liu. Beyond input activations: Identifying influential latents by gradient sparse autoencoders. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pp. 1673–1682. Association for Computational Linguistics, 2025. doi: 10.18653/v1/2025.emnlp-main.87. URL https://aclanthology.org/2025.emnlp-main.87/. Joar Skalse, Nikolaus Howe, Dmitrii Krasheninnikov, and David Krueger. Defining and characterizing reward hacking. Advances in Neural Information Processing Systems, 35:9460–9471, 2022. Ran Song, Shizhu He, Shuting Jiang, Yantuan Xian, Shengxiang Gao, Kang Liu, and Zhengtao Yu. Does large language model contain task-specific neurons? In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pp. 7101–7113. Association for Computational Linguistics, 2024. doi: 10.18653/v1/2024.emnlp-main.397. URL https: //aclanthology.org/2024.emnlp-main.397/. Giulio Starace, Oliver Jaffe, Dane Sherburn, James Aung, Jun Shern Chan, Leon Maksin, Rachel Dias, Evan Mays, Benjamin Kinsella, Wyatt Thompson, Johannes Heidecke, Amelia Glaese, and Tejal Patwardhan. PaperBench: Evaluating AI’s Ability to Replicate AI Research, 2025. URL https://arxiv.org/abs/2504.01848. Yuqiao Tan, Shizhu He, Kang Liu, and Jun Zhao. Neural incompatibility: The unbridgeable gap of cross-scale parametric knowledge transfer in large language models. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp. 21586–21601. Association for Computational Linguistics, 2025a. doi: 10.18653/v1/2025.acl-long. 1047. URL https://aclanthology.org/2025.acl-long.1047/. Yuqiao Tan, Minzheng Wang, Shizhu He, Huanxuan Liao, Chengfeng Zhao, Qiunan Lu, Tian Liang, Jun Zhao, and Kang Liu. Bottom-up policy optimization: Your language model policy secretly contains internal policies, 2025b. URL https://arxiv.org/abs/2512.19673. Yuqiao Tan, Minzheng Wang, Shizhu He, Jun Zhao, and Kang Liu. PostTrainBench0 : Can LLM Agents Automate LLM Post-Training Without Gradients? Research blog, 2026. URL https: //trae1oung.github.io/posttrainbench0/. Adly Templeton, Tom Conerly, Jonathan Marcus, Jack Lindsey, Trenton Bricken, Brian Chen, Adam Pearce, Craig Citro, Emmanuel Ameisen, Andy Jones, Hoagy Cunningham, Nicholas L Turner, Callum McDougall, Monte MacDiarmid, Alex Tamkin, Esin Durmus, Tristan Hume, Francesco Mosconi, C. Daniel Freeman, Theodore R. Sumers, Edward Rees, Joshua Batson, Adam Jermyn, Shan Carter, Chris Olah, and Tom Henighan. Scaling monosemanticity: Extracting interpretable features from Claude 3 Sonnet. Transformer Circuits Thread, 2024. URL https://transformer-circuits.pub/2024/scalingmonosemanticity/index.html. Constantin Venhoff, Anisoara Calinescu, Philip Torr, and Christian Schroeder de Witt. SAGE: Scalable ground truth evaluations for large sparse autoencoders, 2024. URL https://arxiv. org/abs/2410.07456.

16

Hanchen Wang et al. FIRE-Bench: Evaluating agents on the rediscovery of scientific insights. arXiv preprint, 2026a. Kevin Wang, Alexandre Variengien, Arthur Conmy, Buck Shlegeris, and Jacob Steinhardt. Interpretability in the wild: A circuit for indirect object identification in GPT-2 small. arXiv preprint arXiv:2211.00593, 2022. URL https://arxiv.org/abs/2211.00593. Xu Wang, Yan Hu, Benyou Wang, and Difan Zou. Does higher interpretability imply better utility? a pairwise analysis on sparse autoencoders. In International Conference on Learning Representations, 2026b. URL https://iclr.cc/media/iclr-2026/Slides/10009623.pdf. Zicheng Wang et al. ResearchClawBench: A benchmark for end-to-end autonomous scientific research. arXiv preprint, 2026c. Zhengxuan Wu, Aryaman Arora, Atticus Geiger, Zheng Wang, Jing Huang, Dan Jurafsky, Christopher D. Manning, and Christopher Potts. AxBench: Steering LLMs? even simple baselines outperform sparse autoencoders. In Proceedings of the 42nd International Conference on Machine Learning, volume 267 of Proceedings of Machine Learning Research, pp. 67035–67080, 2025. URL https://proceedings.mlr.press/v267/wu25a.html. xAI. Grok 4.6 Frontier Model Release. xAI Blog, 2026. URL https://x.ai/blog. Shengda Xiong et al. AutoResearchBench: Benchmarking AI agents on complex scientific literature discovery. arXiv preprint, 2026. Zeping Yu and Sophia Ananiadou. Neuron-level knowledge attribution in large language models. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pp. 3267–3280. Association for Computational Linguistics, 2024. doi: 10.18653/v1/2024.emnlp-main. 188. URL https://aclanthology.org/2024.emnlp-main.188/. Jenny Zhang, Shengran Hu, Cong Lu, Robert Lange, and Jeff Clune. Darwin Gödel Machine: Open-Ended Evolution of Self-Improving Agents. In International Conference on Learning Representations, 2026. URL https://arxiv.org/abs/2505.22954.

17

A

TASKS AND E XPERIMENTAL P ROTOCOL

The appendix follows the experiment from task construction to agent investigation, activation testing, and generated outputs. Task and feature identifiers are retained in measurement tables to make the records traceable. The narrative describes candidates by their observed responses. A.1

TASK I NVENTORY

The benchmark uses 20 concept–layer tasks and 17 concepts. Earnings reports, portfolio allocation, and tax filing each occur at both layers. An Expert ID is local to its stated SAE checkpoint. Crucially, all 20 Expert features serve as frozen reference baselines: where public steering presets are documented on Neuronpedia (Lin, 2023) alongside Gemma Scope (Lieberum et al., 2024) (e.g., Cat), they are adopted directly; for remaining concepts, features are validated via standard expert curation workflows as detailed below. Table 4: Task concepts and Expert IDs. Each SAE contains 131,072 features. Layer 20 9 20 9 20 9 9 9 9 9 20 9 20 9 20 9 9 20 9 20

A.2

Concept

Expert ID

archaeological excavation cat clinical symptom reports earnings reports earnings reports French gardening advice German job postings Latin pharmaceutical dosing portfolio allocation portfolio allocation Portuguese real estate listings Spanish tax filing language tax filing language Turkish weather forecasts

7256 62610 3927 131024 100747 105738 93406 33987 91086 7659 104583 77390 101617 41424 27182 94329 18713 78694 99383 44494

E XPERT C ONSTRUCTION AND E VALUATION R EUSE

The Expert features serve as established reference baselines, directly adopted from public Neuronpedia presets where available (e.g., Cat originates from Neuronpedia’s primary steering preset). For the remaining tasks, candidate features were validated using standard expert curation workflows: candidates were retrieved from six positive and six negative construction probes, then verified on eight positive, eight hard-negative, and four neutral texts to confirm concept fidelity. All Expert IDs occur in the retained validation records, and their activation case lists and matching metrics are fully traceable. The evaluation texts are unavailable to agents but were used during Expert construction. Because Expert features represent canonical, pre-identified directions from official presets and verified workflows, they provide an objective, fixed reference point rather than an artificially tuned competitor. Gemma Scope supplies the SAE checkpoints, and Neuronpedia documents their features. The text suites and Expert selection procedure are specified here as benchmark components. The unified Expert steering evaluation regenerates answers using the task’s frozen scale and the common 4o

18

judge. Rank compares against Expert. Activation and Steering use each feature’s measurements directly. A.3

AGENT C ONFIGURATIONS AND R EPEATED RUNS Table 5: Agent models and execution harnesses.

Agent Claude Opus 5 Claude Sonnet 5 Kimi K3 Claude Opus 4.8 Grok 4.6 Gemini 3.8 Flash GPT-5.6 Sol GPT-5.5 GLM-5.2 GPT-5.6 Luna

Harness

Model identifier

Cursor Cursor Cursor Cursor Cursor Cursor Codex Cursor Cursor Codex

claude-opus-5-thinking-high claude-sonnet-5-thinking-high kimi-k3-high claude-opus-4-8-thinking-high cursor-grok-4.6-high gemini-3.8-flash-high gpt-5.6-sol gpt-5.5-high glm-5.2-high gpt-5.6-luna

Each configuration has 60 scored episodes, covering three investigations of each task. Cursor model identifiers encode the high reasoning setting. Codex receives an explicit reasoning_effort=high argument.

Each configuration contributes three complete runs over 20 tasks. Failed attempts (e.g., tool syntax errors) are replaced by retries, with exactly one scored result per episode. Agents interact with the environment using identical task specifications, probe interfaces, a dedicated writable workspace, and disabled network access. Cursor and Codex traces are audited to ensure full compliance. The evaluation runner applies a standard 60-minute execution timeout per task. A.4

M ETRIC D EFINITIONS AND W ORKED E XAMPLE

Benchmark scores implement Equations 3–6. Text activations pool the three largest non-special-token responses. AUROC credits ties at half a point against pooled hard-negative and neutral controls. Table 6: Component scores for GPT-5.6 Sol’s Portuguese selection. Measurement or score

GPT-5.6 Sol: 49607

Expert: 41424

Mean positive rank AUROC Target Effect

642.625 1.000 0.8875

13.000 1.000 0.8500

Rank Activation Steering Overall

3.97 100.00 88.75 64.24

100.00 100.00 85.00 95.00

The score export records all 600 episodes, including raw activation ranks, AUROC, and Target Effect, preserving each run and submitted feature ID. Exact ID recovery is reported as a separate diagnostic. Table 6 provides a worked step-by-step calculation illustrating how these metrics are evaluated for both Expert and agent submissions. A.5

E XPERIMENT ACCOUNTING

In total, the benchmark archive contains 600 scored episodes, 4,873 probe calls, and 49,407 text entries across the evaluated agents. Steering evaluation covers 124 task–direction pairs and 10,940 19

generations across calibration and final evaluation, evaluated over two independent passes by GPT-4o (yielding 14,880 condition ratings). A.6

S TEERING G ENERATION P ROTOCOL

Table 7: Frozen generation and steering settings. Counts refer to one task–direction evaluation unless stated otherwise. Setting

Value

Generator Intervention Expert scale Alternative scale grid

google/gemma-2-9b-it with greedy decoding Add αWdec [f, :] at every token position Frozen task αE . Values across the 20 tasks: {45, 60, 120, 160, 240} {0.5, 0.75, 1, 1.25, 1.5}αE . If none yields at least 90% non-degenerate calibration outputs, try {0.0625, 0.125, 0.25, 0.375}αE 5 prompts per attempted scale. Deterministic cue score only Cue success rate, then mean cue score, then smaller α 20 instructions with baseline, feature, and matched-random generation for each 64 tokens for 15 tasks, 128 for 4 language tasks, and 192 for the cat task Seed-0 Gaussian vector rescaled to the submitted decoder row’s norm 4o, two separately shuffled passes, temperature 0

Calibration data Scale tie-break Evaluation data Generation length Random control Judge

Scale selection and final scoring. To enable fair causal comparison while preventing output degeneration, the evaluator calibrates the intervention strength α for each submitted feature using a principled grid search on held-out calibration prompts prior to benchmark scoring. Expert features retain their frozen task reference scale αE (Table 7), adopting Neuronpedia’s public steering preset for Cat and established task calibration scales for remaining tasks. For agent-submitted alternative features, the pipeline searches over the layer-specific candidate grid in Table 7 (e.g., α ∈ {80, 120, 160, 200, 240} for Layer 9). The calibration selects α via a three-stage filter on five held-out calibration prompts: 1. Non-degeneration filter: The candidate scale must yield ≥ 90% non-degenerate generations (all 5 calibration outputs must pass coherence and formatting checks without repetitive loops). 2. Target cue optimization: Among retained scales passing the degeneration check, the scale maximizing the target keyword cue success rate (and tie-broken by mean cue score) is selected. 3. Minimal perturbation tie-break: If multiple scales achieve identical target cue performance without degeneration, the smaller α is preferred to minimize unnecessary perturbation of the representation space. The selected scale is then frozen and applied across all 20 final evaluation instructions. The normmatched random direction control uses the identical calibrated scale. Intervention scales for selected generation cases appear in Table 21. A.7

S TEERING E VALUATION RUBRIC AND J UDGE P ROMPTS

An automated GPT-4o judge evaluates steered completions against the user instruction and target concept. To ensure blinded and impartial evaluation, the judge receives the generation instruction along with three candidate completions labeled A, B, and C in pseudo-randomized order, concealing whether an output originated from baseline inference, the submitted SAE feature intervention, or the norm-matched random-direction control. For each completion, the judge independently assigns:

20

• Target Relevance (0–4): Quantifies the degree to which the target concept is induced (0 = none, 1 = weak, 2 = implicit, 3 = explicit, 4 = dominant). • Task Preservation (0–4): Measures adherence to original constraints (e.g., formatting, length, answering user queries). • Degeneration (Boolean): Flags severe output collapse, such as repetitive token loops or incoherent formatting. Ratings are averaged across the 20 evaluation prompts and two independent evaluation passes per prompt at temperature 0, with strict JSON output formatting. The complete system prompt, user prompt template, and concept-specific scoring criteria are detailed below. Judge messages. The templates below reproduce the scoring instructions. Angle-bracket fields are replaced by the concept criteria, generation prompt, and three answers. Line wrapping is adjusted for display. The user message requests one rating for each of A, B, and C. System prompt You are evaluating activation steering for one SAE feature. The intended concept is <concept>. For each candidate output, independently score: - target_relevance (0-4): 0 none; 1 weak or ambiguous evidence; 2 implicit but recognizable target content; 3 explicit target content or multiple specific cues; 4 dominant and repeated target content. - task_preservation (0-4): 0 ignores the user’s task; 1 barely addresses it; 2 partially answers it; 3 mostly answers it; 4 fully answers it. - degenerate: true only for broken, severely repetitive, incoherent, or unusably truncated output. Strong target evidence: <strong_evidence> Do not count as sufficient evidence: <insufficient_evidence> Return strict JSON only: { "ratings": [{ "label": "A", "target_relevance": 0, "task_preservation": 0, "degenerate": "reason": "short reason" }] }

false,

User prompt User task: <evaluation_prompt> Output A: <answer_A> Output B: <answer_B> Output C: <answer_C> Evaluate every output above exactly once. Return exactly three ratings with labels A, B, and C; do not omit, rename, or add labels.

Concept criteria. Table 8 gives the exact values inserted into the system message. The three concepts evaluated at both SAE layers use the same wording at each layer.

21

Table 8: Concept-specific criteria in the steering judge’s system message. Concept

Strong target evidence

Insufficient evidence

domestic-cat or feline identity and behavior

explicit cat or feline identity, or multiple specific cues such as meowing, purring, whiskers, litter boxes, paws, claws, tabby, or calico most of the answer is grammatical French rather than isolated French words most of the answer is connected grammatical Spanish

generic words such as animal, owner, elegant, mysterious, independent, queen, fur, or tail alone

most of the answer is connected grammatical Portuguese

Portuguese names, places, borrowed words, or nearby Spanish and Italian text German names, places, borrowed words, or English discussion of German

coherent French-language output coherent grammatical Spanish-language output coherent grammatical Portuguese-language output coherent grammatical German-language output corporate earnings results practical gardening advice

tax filing and taxable income job advertisement

coherent Latin-language output investment portfolio allocation coherent grammatical Turkish-language output clinical symptom presentation medication dosing instructions

most of the answer is connected grammatical German company financial results, profit metrics, margins, guidance, or cash generation hands-on garden care guidance about planting, watering, pruning, soil, compost, or growing conditions filing instructions or calculations involving returns, taxable income, credits, deductions, or forms employment ad language naming a role, responsibilities, qualifications, compensation, benefits, or application steps most of the answer is connected grammatical Latin asset weights, diversification decisions, rebalancing rules, or risk positioning across holdings most of the answer is connected grammatical Turkish specific patient complaints, onset, severity, associated symptoms, or clinical presentation drug administration instructions with amount, route, timing, or frequency

real estate property listing

property advertisement details about rooms, amenities, price, location, rent, or showing information

weather forecast wording

predicted future conditions such as precipitation, temperature, wind, clouds, or timing field excavation context with artifacts, layers, trenches, dating, site grids, or occupation phases

archaeological excavation evidence

22

mentions of France, French names, or a few borrowed French words Spanish names, places, borrowed words, or nearby Portuguese and Italian text

stock commentary, executive profiles, product launches, or accounting lessons without earnings results botanical exhibits, cut flowers, landscaping design, biology lessons, weather, or cooking herbs without care advice budget policy, accountants, general finance, or taxes mentioned without filing substance career advice, resumes, hiring trends, layoffs, employee policy, or recruiting events without a posting Roman names, isolated mottos, or English discussion of Latin single-stock news, account setup, market commentary, or personal budgeting without allocation Turkish names, places, isolated words, or English discussion of Turkey general health discussion, hospital operations, or medical terms without a patient symptom narrative drug names, pharmacy logistics, or treatment discussion without dosing instructions housing policy, renovation stories, mortgage discussion, architecture plans, or neighborhood descriptions without a listing climate analysis, past storm damage, generic weather interest, or radar display without prediction museums, history documentaries, ruins tourism, construction digging, or heritage policy without excavation evidence

B

AGENT I NVESTIGATIONS

We first compare how agents retrieve and test candidates, then follow the evidence behind Portuguese, clinical, and real-estate selections. Complete authored inputs and evaluation measurements follow in Appendix C. B.1

R ETRIEVAL , D IRECT T ESTS , AND S UBMISSION

Figure 7 distinguishes whether each agent encounters Expert, directly tests it, and ultimately selects it. This separates candidate availability from the decision to evaluate or submit a feature.

100

Expert selected Tested; another selected

Returned; not tested Not encountered

Episodes (%)

75

50

25

0

Claude Opus 5

Claude Sonnet 5

Kimi K3

Claude Opus 4.8

Grok 4.6

Gemini 3.8 Flash

GPT-5.6 Sol

GPT-5.5

GLM-5.2

GPT-5.6 Luna

Figure 7: Per-agent search outcomes across 60 episodes each. Returned means the Expert is present in the recorded candidate set; tested means it was directly requested. Each episode belongs to one segment. Claude Opus 5 and Claude Sonnet 5 select the Expert in 25 and 24 episodes. Opus 5 tests it but selects another direction in 27 episodes, versus nine for Sonnet 5. Sonnet 5 encounters it without testing in 21 episodes, versus five for Opus 5. Opus more often compares Expert directly before choosing an alternative, while Sonnet more often selects from the retrieved candidates without an explicit Expert test. B.2

E XTENDED AGENT I NVESTIGATIONS

The following cases follow probe design, candidate comparison, and selection. Candidate descriptions refer to observed responses on the stated tests. Measurement tables retain the feature IDs for crosschecking. Finding a candidate beyond the first retrieval. Table 9 follows GPT-5.6 Sol’s Portuguese investigation. Sol begins by retrieving the top 80 features on eight Portuguese passages. The strongest response on the first passage is 50.58, but its eventual selection appears in none of these eight lists. Sol expands retrieval to the top 500 and directly compares candidates using new texts. The expanded request is recorded, and Sol’s report supplies the result of that offloaded stage. Subsequent direct comparisons provide measured responses for the shortlisted candidates. Testing what an activation means. Sol’s ninth probe compares three candidates on six contrasting inputs (Table 11). One candidate responds strongly to a Portuguese Sunday passage (33.83) but remains inactive on a restaurant request, whereas Sol’s final selection responds consistently to both (7.04 and 6.62), demonstrating better topical coverage. In contrast, an English description of Portuguese strongly activates Expert (33.67) but leaves Sol’s candidate inactive (0.00). Similarly, a Spanish control activates a Sunday-responsive candidate at 7.02 but leaves Sol’s candidate inactive.

23

Table 9:

GPT-5.6 Sol’s Portuguese investigation.

Probe

Experiment

Recorded observation

1

Retrieve top-80 features on Portuguese passages from different topics.

On the first passage, 111414 leads at 50.58. Final choice 49607 is absent from all eight returned lists.

7

Expand to top-500 with Portuguese texts, translations, and terminology controls.

The 36-text request is recorded. Sol reports that 49607 appeared on nine of twelve Portuguese lists. This stage’s response was offloaded.

8–10

Compare candidates across topic, language, vocabulary, and orthography.

Probe 9 measures 68458 at 33.83 on one passage and zero on a restaurant request. Feature 49607 responds to both at 7.04 and 6.62.

11

Extend two short Portuguese phrases and test vocabulary-only controls.

A thank-you sequence rises from 1.01 to 8.48. A word list scores 2.58. The final submission is 49607.

The selected feature also shows mild activation on Galician (4.19) and a Portuguese vocabulary list (5.04). Sol’s final probe examines whether this feature fires on isolated words or extended syntax: expanding a short thank-you phrase into a full sentence raises activation from 1.01 to 8.48, while a raw word list yields only 2.58 and English commentary yields 2.63 (Figure 8). Opus 4.8 performs a complementary cross-lingual test: a French passage about Brazil activates Expert strongly at 45.58 but leaves its candidate inactive, while a Portuguese passage activates both at 10.02 and 11.94. The French control preserves the regional topic while changing language, verifying that the candidate fires on language rather than topic cues. Both agents thus leverage contrastive probes to identify features with high empirical selectivity. Rejecting candidates for different reasons. GLM-5.2’s clinical investigation demonstrates systematic candidate filtering across three contrastive probes (detailed in Appendix Table 14). A generic medical candidate fires strongly across hospital administration, pharmacology, and symptoms alike. A second candidate fires on headache but completely misses sore throat, revealing a coverage defect. A third candidate fires more strongly on a non-medical customer complaint than on genuine symptoms, exposing spurious wording triggers. GLM’s selected feature responds consistently to both symptoms while suppressing these controls. However, patient history formatting still triggers an activation of 70.25, showing that non-symptom clinical formatting remains a confounder. How agents resolve competing candidates. Real-estate listings provide a direct comparison of candidate trade-offs across agents (Table 10). Sol tests matched listing and non-listing pairs, while Grok uses housing ablations to reject candidate 84434 for broad activations on non-housing ads, both deliberately selecting the cleaner candidate 17219. In contrast, Kimi K3 prioritizes broad listing coverage and accepts 84434 despite minor control leakages. While 84434 achieves slightly higher AUROC (1.000 vs. 0.917) and Target Effect (0.944 vs. 0.900), it causes severe downstream degeneration, collapsing on 52.5% of outputs compared with 32.5% for 17219. Across nine independent runs across three models, candidate 17219 is preferred in seven instances, illustrating how agents trade off feature purity against downstream output stability.

24

Table 10: Real-estate candidate trade-offs and evaluation. Top: Search strategies of Sol, Grok 4.6, and Kimi K3 during candidate exploration. Bottom: Retrospective benchmark evaluation of competing features (17219 vs. 84434) and Expert 27182 across nine independent runs. Search methodology and authored controls across agents Agent

Selected Feature

Probes

Search Methodology and Rejection Criteria

GPT-5.6 Sol

17219

6

Eight matched listing/non-listing pairs; controls span vehicles, hospitality, policy, architecture, mortgages; rejects leakier candidate 84434.

Grok 4.6

17219

7

Listing intersections, commercial ads, housing ablations; explicitly rejects 84434 due to broad activation on non-housing ads.

Kimi K3

84434

6

Four iterative rounds with 14 listing probes, named negatives, and edge cases; prioritizes broad coverage despite minor control leakage.

Benchmark evaluation and downstream generation quality of competing features Feature ID Expert 27182 Feature 17219 Feature 84434

Chosen Count AUROC Target Effect Preservation Degeneration Correlation w/ Expert 0/9 7/9 1/9

1.000 0.917 1.000

0.394 0.900 0.944

0.500 1.100 1.100

C

P ROBE T EXTS AND ACTIVATION E VIDENCE

C.1

M EASUREMENTS B EHIND THE I NVESTIGATION C ASES

— 32.5% 52.5%

1.000 0.427 0.343

The tables record the authored tests behind the search decisions. Source labels distinguish original measurements, agent reports, and replayed requests. Feature IDs identify dictionary entries within the stated task and SAE layer.

25

Table 11: Language, topic, and coverage tests in Sol’s ninth Portuguese probe. Columns show Expert and the features selected by Luna and Sol. Values are top-three-token mean activations on Sol’s full inputs. Prose entries show their first sentence, and the word list is complete. Appendix C.2 provides the full inputs. Authored contrast Feature ID

Expert 41424

Luna 68458

Sol 49607

Portuguese passage Nas manhãs de domingo, costumo abrir as janelas e ouvir os pássaros enquanto preparo o café.

20.96

33.83

7.04

Portuguese request Bom dia, gostaria de reservar uma mesa para quatro pessoas.

26.81

0.00

6.62

English about Portuguese Portuguese is a Romance language spoken by millions of people.

33.67

3.38

0.00

Spanish translation Los domingos por la mañana, suelo abrir las ventanas y escuchar a los pájaros mientras preparo el café.

0.00

7.02

0.00

Galician translation Nas mañás do domingo, adoito abrir as fiestras e escoitar os paxaros mentres preparo o café.

8.62

28.92

4.19

Portuguese word list De manhã domingo pássaros janela café jornal mãe abrir ouvir preparar ler telefonar.

23.08

0.00

5.04

Table 12: Probing traces from Claude Opus 5 on Cat and Tax Filing tasks. Contrastive probe texts expose candidate feature sensitivities: string-level matching (19127) vs. true semantic concept (62610), and specialized filing forms (64827) vs. broader tax concept (18713). Probe Excerpt & Context

Candidate ID

Activation

Dict Rank

Cat Task (Layer 9) | Target: Feline animal | Neuronpedia Expert: 62610 Positive (Feline context): My cat sleeps on the windowsill

19127 62610 (Expert) 2662

32.92 30.96 19.88

1 3 9

String distractor: Copycat killer

19127 62610 (Expert)

44.00 1.27

1 6,800

Compound distractor: Catalytic converter

19127 62610 (Expert)

24.54 0.00

5 inactive

2662

43.83

1

62610 (Expert)

27.17

5

62610 (Expert)

45.92

2

2662

5.49

474

Cat anatomy / behavior: Whiskers twitch, pouncing on laser dot Purring / coat pattern: Soft purr, beautiful tortoiseshell markings

Tax Filing Task (Layer 9) | Target: Income tax filing | Neuronpedia Expert: 18713 Income threshold: Below the filing threshold

64827 18713 (Expert)

58.00 9.12

1 172

Form Schedule A: Schedule A itemized deductions

64827 18713 (Expert)

46.92 32.83

2 3

Form 4868: Form 4868 automatic extension of time

64827 18713 (Expert)

46.75 0.90

2 17,690

Negative control: Local property tax rate assessment

64827 18713 (Expert)

1.12 0.00

10,614 inactive

26

C.2

C OMPLETE AUTHORED P ROBE I NPUTS

Table 2 in the main paper presents key probe comparisons across agents. Here, Table 13 provides the complete, structured inventory of authored probe inputs across the four Portuguese investigations (Sol, Claude Opus 4.8, Claude Opus 5, and Kimi K3), organized by probe round and contrastive hypothesis. Table 13: Complete authored probe texts across four agent investigations (Portuguese, Layer 9). This table details the exact inputs authored by Sol, Claude Opus 4.8, Claude Opus 5, and Kimi K3, categorized by probe round and contrastive hypothesis. Agent & Probe #

Contrast Type

Full Authored Input Text

GPT-5.6 Sol (Probe 9 | Submitted: 49607 | Expert: 41424) Sol (Probe 9)

Portuguese (Target)

Sol (Probe 9)

Portuguese Request

Sol (Probe 9)

English (About Pt)

Sol (Probe 9)

Spanish Translation

Sol (Probe 9)

Galician Translation

Sol (Probe 9)

Word List

Nas manhãs de domingo, costumo abrir as janelas e ouvir os pássaros enquanto preparo o café. Depois leio o jornal e telefono para minha mãe. Bom dia, gostaria de reservar uma mesa para quatro pessoas. Há algum horário disponível depois das oito da noite? Portuguese is a Romance language spoken by millions of people. Brazil has the largest number of Portuguese speakers, while Portugal is where the language developed. Los domingos por la mañana, suelo abrir las ventanas y escuchar a los pájaros mientras preparo el café. Depois leo el periódico y llamo a mi madre. Nas mañás do domingo, adoito abrir as fiestras e escoitar os paxaros mentres preparo o café. Despois leo o xornal e chamo á miña nai. De manhã domingo pássaros janela café jornal mãe abrir ouvir preparar ler telefonar.

Claude Opus 4.8 (Probe 9 | Submitted: 27283 | Expert: 41424) Opus 4.8 (Probe 9)

Portuguese (Target)

Opus 4.8 (Probe 9)

French (About Brazil)

Opus 4.8 (Probe 9)

Spanish Translation

O meu vizinho comprou um carro novo e todos os dias sai muito cedo para o trabalho na cidade vizinha. Le Brésil est le plus grand pays d’Amérique du Sud et sa capitale est Brasilia, une ville moderne. Mi vecino compró un coche nuevo y todos los días sale muy temprano para el trabajo en la ciudad vecina.

Claude Opus 5 (Probe 5 | Submitted: 114418 | Expert: 41424) Opus 5 (Probe 5)

Portuguese (Target)

Opus 5 (Probe 5)

Spanish Translation

Opus 5 (Probe 5)

English Translation

Hoje de manhã fui à padaria comprar pão fresco e um café. O tempo estava agradável, com uma brisa leve que vinha do rio. Depois voltei para casa e li o jornal enquanto tomava o pequeno-almoço. Esta mañana fui a la panadería a comprar pan fresco y un café. El tiempo estaba agradable, con una brisa ligera que venía del río. Luego volví a casa y leí el periódico mientras desayunaba. This morning I went to the bakery to buy fresh bread and a coffee. The weather was pleasant, with a light breeze coming from the river. Afterwards I returned home and read the newspaper while having breakfast.

Kimi K3 (Probes 1–4 | Submitted: 41424 | Expert: 41424) Kimi (Probe 1)

Portuguese (Target)

Kimi (Probe 2)

English Translation

Ontem fui ao mercado comprar frutas e legumes frescos. A feira estava cheia de gente, e os preços estavam bem mais baratos do que no supermercado. Aproveitei para conversar com a vendedora sobre a colheita deste ano. Yesterday I went to the market to buy fresh fruits and vegetables. The fair was full of people, and the prices were much cheaper than at the supermarket.

27

Agent & Probe #

Contrast Type

Full Authored Input Text

Kimi (Probe 2)

Spanish Translation

Kimi (Probe 2)

English (About Portugal)

Kimi (Probe 3)

Meeting Postponed

Kimi (Probe 4)

Catalan Control

Kimi (Probe 4)

Galician Translation

Kimi (Probe 4)

English with Pt Quote

Ayer fui al mercado a comprar frutas y verduras frescas. La feria estaba llena de gente, y los precios eran mucho más baratos que en el supermercado. Portugal is a country in southwestern Europe known for its beaches, wine, and maritime history. Many tourists visit Lisbon and Porto every year to enjoy the local cuisine and architecture. A reunião foi adiada para a próxima terça-feira porque o diretor está viajando a negócios. Todos os participantes serão notificados por e-mail com a nova pauta e os documentos atualizados. Ahir vaig anar al mercat a comprar fruites i verdures fresques. La fira estava plena de gent i els preus eren molt més barats que al supermercat. Onte fun ao mercado a mercar froitas e verduras frescas. A feira estaba chea de xente e os prezos eran moito máis baratos ca no supermercado. I was reading a Brazilian novel yesterday. The phrase “ela atravessava a ponte velha” appeared in the first chapter, which my teacher translated for the class.

In its final investigation report, Kimi K3 explicitly details its rejection rationale for competing candidates: it rejects candidate 19127 because it activates strongly across languages (activating at 35.33 on the English market probe and 39.75 on the Spanish probe, compared to 0.00 and 1.80 for its final selection 41424). It also rejects candidate 85098 due to broad leakage onto Catalan (activating at 26.92 vs. 0.71). Kimi’s final selection 41424 is identical to Neuronpedia Expert. C.3

D ETAILED C ASE I NPUTS

Table 14 provides the complete GLM-5.2 diagnostic probes, illustrating how the agent attempted to isolate clinical symptoms from hospital bureaucracy, drug mechanisms, and non-symptom patient history formatting.

28

Table 14: Complete GLM-5.2 contrastive probes for Clinical Symptom discovery (Layer 20). Probes 2–4 tested competing hypotheses to disentangle disease symptoms from medical bureaucracy, pharmacology, and clinical document format. Label & Probe #

Hypothesis Tested

Full Authored Input Text

Headache (Probe 2)

Target Symptom (Neurology)

A 28-year-old woman presents with a 2-week history of daily throbbing headaches, photophobia, and nausea. The pain is bilateral, frontal, worse in the mornings, and rates 6/10. She reports no prior similar episodes. Her mother has a history of migraines.

Hospital (Probe 2)

Distractor (Hospital Admin)

The hospital administration announced a new policy for scheduling operating rooms, effective next quarter. Surgeons must submit block time requests through the electronic scheduling system. The committee reviewed throughput metrics, bed occupancy rates, and length of stay averages across all departments.

Drug (Probe 2)

Distractor (Pharmacology)

Pharmacokinetic studies demonstrate that metformin is excreted unchanged in the urine with a half-life of approximately 6 hours. The drug inhibits mitochondrial respiratory chain complex I, reducing hepatic gluconeogenesis. Dosage adjustment is required in renal impairment.

Sore Throat (Probe 3)

Target Symptom (ENT)

The patient complains of a sore throat that started 3 days ago, with pain rated 4/10, painful swallowing, and mild fever. No cough or shortness of breath. Onset was gradual. She has no significant past medical history and takes no medications regularly.

Complaint (Probe 4)

Distractor (Non-medical Complaint)

The customer complained that the product arrived damaged and requested a full refund. She reported the issue started two days after delivery and rated her dissatisfaction 9 out of 10. She has a history of filing similar complaints with other retailers.

History (Probe 4)

Spurious Format (No Symptoms)

The patient is a 55-year-old married accountant who lives with his wife and two children. He works full time, does not smoke, and drinks alcohol occasionally. He has no known drug allergies. His father died of a heart attack at age 70.

Sol's final context tests. C.4

Table 15 gives all inputs from probe 11, in request order.

M ATCHED C ROSS -AGENT E VALUATIONS

These comparisons fix the Portuguese task and use run 2 for every agent. Table 16 maps the ten selections to six unique directions. Agents that select the same direction share its activation and generation records. Table 17 lists the complete evaluation texts in positive, hard-negative, and neutral groups, separated by horizontal rules. Values are top-three-token mean activations. Appendix D follows the same selections through generation tests.

29

Table 15: All ten inputs in Sol's final Portuguese probe, measured on feature 49607. Full input

Activation

Obrigado. Obrigado pela ajuda. Obrigado pela ajuda que você ofereceu. Obrigado pela ajuda que você ofereceu ontem durante a reunião. Obrigado pela ajuda que você ofereceu ontem durante a reunião, pois ela permitiu que nossa equipe concluísse o projeto dentro do prazo. O vento aumentou. O vento aumentou durante a noite, e as ondas ficaram mais fortes. O vento aumentou durante a noite, e as ondas ficaram mais fortes. Por segurança, os pescadores decidiram permanecer no porto até a manhã seguinte. português Portugal Lisboa saudade obrigado café fado Brasil Portuguese words include obrigado, saudade, café, and português; Portugal and Brazil are major Portuguese-speaking countries.

Rank

1.01 3,506 1.77 1,232 5.49 188 6.05 211 8.48 198 2.58 4.71 6.35

800 690 551

2.58 1,273 2.63 5,685

10 Thank-you extensions Weather extensions

Text activation

8

Word list English discussion

6 4 2 0

0

5

10 15 Words in the probe

20

25

Figure 8: Sol tests context extensions and terminology controls. Each line follows one progressively extended Portuguese text; square and triangle mark the word list and English discussion. Word counts use whitespace-separated words. The extensions change both content and length.

Table 16: Selected Portuguese features and task-level Steering scores. Feature

Selected by

41424 114418 68458 27283 84579 49607

Expert Kimi K3 Claude Opus 5 GPT-5.5 Claude Sonnet 5 Grok 4.6 Claude Opus 4.8 Gemini 3.8 Flash GPT-5.6 Sol

Steering GLM-5.2 GPT-5.6 Luna

30

85.00 0.00 0.00 84.38 0.00 88.75

Table 17: Activations on all Portuguese evaluation texts. Evaluation text

41424 114418 68458 27283 84579 49607

Positive texts O trem chegará à estação dentro de vinte minutos.

15.7

1.1

3.6

9.4

Precisamos revisar os resultados antes de tomar uma decisão.

25.4

O romance conta a história de uma família que vive perto do mar.

18.1

Guarde uma cópia do documento em um lugar seguro.

10.8

5.5

0.0

6.5

11.3

7.5

2.6

7.2

7.9

9.6

13.3

4.7

19.8

0.0

3.9

8.3

3.0

2.6

Embora estivesse chovendo, as crianças continuaram brincando.

19.4

8.7

0.0

15.1

2.7

10.0

Esta pesquisa pode melhorar a eficiência das baterias.

14.4

9.5

2.3

9.0

0.0

3.5

Preparamos café enquanto nossos amigos arrumavam a mesa.

20.0

9.9

5.2

8.3

0.0

7.8

Por que esta solução funciona melhor do que a anterior?

15.3

9.1

1.7

10.4

0.0

5.4

Hard negatives The Portuguese delegation arrived in Lisbon for the annual summit.

0.9

1.1

2.7

1.8

0.0

0.0

Portuguese grammar was discussed entirely in English.

3.2

0.0

0.0

2.3

0.0

0.0

Uma is a Portuguese article, and não expresses negation.

13.0

1.3

0.0

9.4

4.6

0.0

El tren llegará a la estación dentro de veinte minutos.

0.0

0.9

0.0

0.0

1.5

0.0

Il treno arriverà alla stazione tra venti minuti.

0.0

0.0

0.0

0.0

0.0

0.0

Lisboa, fado, obrigado, pastel appeared on the vocabulary sheet.

4.9

1.3

2.0

6.7

0.0

1.9

The café served Portuguese pastries with an English menu.

2.0

0.9

1.8

1.5

0.0

0.0

A translator converted the Portuguese paragraph into English.

8.3

2.6

2.6

2.9

3.0

0.0

Neutral controls A narrow trail followed the edge of the lake.

1.4

2.6

1.5

1.0

3.0

0.0

The warranty expires at the end of the year.

0.0

0.8

4.5

0.0

0.0

0.0

The orchestra rehearsed until the hall closed.

0.0

1.6

2.8

0.0

0.0

0.0

Measure the flour before adding it to the bowl.

0.0

2.1

4.0

0.0

0.0

0.0

31

Peak versus mean activation. Table 18 retains the source texts and token summaries for the aggregation comparison in Figure 5. Both AUROCs use the same eight positive and twelve control texts, crediting half a success for tied positive–control pairs. Only the activation aggregation changes. Table 18: Token peaks and text-level responses for feature 49607. Evaluation text

Peak Top-3 mean Active tokens

Positive. Guarde uma cópia do documento em um lugar seguro. Keep a copy of the document in a safe place.

2.96

2.60

3

Vocabulary control. Lisboa, fado, obrigado, pastel appeared on the vocabulary sheet.

5.56

1.85

1

C.5

ACTIVATION ACROSS A LL TASKS

Figure 9 recomputes AUROC from positive–control pairs, giving ties half credit. Combined AUROC weights control types by their counts. Nonzero response rates use top-three-token means and a threshold of zero. A control response can still be smaller than a positive response. Kimi responds to 99.17% of positive texts, compared with 94.17% for Sol and 91.67% for GLM. Kimi also responds to 54.79% of hard negatives, and Expert to 61.46%, while their hard-negative AUROCs are 96.32% and 99.18%. Nonzero control responses coexist with strong separation when positive responses are larger. (a) AUROC (%) Expert Kimi K3 Claude Opus 5 Claude Sonnet 5 Grok 4.6 Claude Opus 4.8 Gemini 3.8 Flash GPT-5.6 Sol GPT-5.5 GLM-5.2 GPT-5.6 Luna

(b) Texts with nonzero activation (%)

99.5 96.5 95.9 95.4 95.0 95.4 92.6 95.0 92.1 92.2 91.4

99.2 96.3 96.0 95.1 94.4 95.1 91.7 94.4 91.7 91.4 91.0

100.0 96.7 95.9 96.0 96.4 96.1 94.2 96.1 92.8 94.0 92.1

100.0 99.2 96.0 97.5 97.1 95.6 93.3 94.2 92.5 91.7 93.3

61.5 54.8 54.2 55.4 54.0 52.3 49.2 51.7 49.8 50.0 52.3

15.0 26.7 20.8 20.8 20.0 18.3 18.8 19.2 27.9 20.0 25.4

All controls

Hard negatives

Neutral

Positive

Hard negatives

Neutral

Figure 9: AUROC by control type and nonzero activation by text type. Values average runs within task, then tasks equally. Both color scales span 0–100.

32

D

S TEERING O UTCOMES AND O UTPUT E VALUATION

We connect selected features to changes in generated answers, then give every agent’s complete outputs on four shared instructions. Target relevance, instruction preservation, and degeneration describe different properties of the same response. D.1

F ROM F EATURE S ELECTION TO G ENERATED C ONTENT

Table 19 reports target relevance and instruction preservation for every Portuguese evaluation prompt, averaged over two judge passes on a 0–4 scale. Table 19: Target relevance / preservation on all steering prompts. Instruction

41424 114418 68458 27283 84579 49607

Introduce yourself in two sentences.

4/4

0/2

0/0

4/4

0/2

Give three practical ways to stay focused while studying.

3/3

0/1

0/2

2/2

0/0 2.5/2.5

4/4

Write a short welcome message for a new teammate.

4/4

0/0.5

0/1

4/4

0/2

4/4

Explain photosynthesis in two sentences.

4/4

0/1

0/1

4/4

0/2

4/4

Suggest a simple dinner using rice and vegetables.

4/3

0/0

0/0

4/3.5

0/0

4/4

Explain what an HTTP request is to a beginner.

4/3.5

0/0

0/0

4/3.5

0/0 2.5/2.5

Calculate 17 times 24 and explain the calculation.

2/1

0/1

0/2.5

3/3

Plan a quiet one-day visit to a small coastal town.

3.5/3

0/0

0/0

Draft a polite email asking to reschedule a meeting.

4/4

0/1.5

0/0

Summarize the water cycle in three steps.

4/4

0/2

0/1

Give two debugging tips for a Python program.

2/2

0/0.5

0/0

2/2

0/0 1.5/1.5

Write a four-line poem about moonlight.

4/4

0/2

0/1

4/4

0/0

0/1

4/4

3/2.5

0/0

3/3

4/3.5

0/1.5

4/4

4/4

0/4

4/4 4/4

Compare solar and wind energy in two sentences.

2.5/1.5

0/0

0/0

4/1.5

0/4

4/4

Create a three-item agenda for a weekly team meeting.

3.5/2.5

0/0

0/0

4/4

0/0

4/4

Describe what visitors might see in a natural history museum.

2.5/2.5

0/0

0/1

3/2

0/0

3/3

Suggest a healthy breakfast that takes under ten minutes.

3/3

0/1

0/0

2/2

0/0 3.5/3.5

Give three pieces of advice for creating a strong password.

3/3

0/1.5

0/1.5

3/3

0/4

4/4

Write a brief positive review of an imaginary novel.

3/3

0/0

0/0 3.5/3.5

0/0

4/4

Provide a concise project status update with one risk.

4/4

0/0

0/0

3/2.5

0/0

4/4

Explain gravity to a ten-year-old.

4/4

0/3

0/0

3/2.5

0/0

3/2.5

Clinical output change. The clinical selection changes a requested self-introduction into a patient history, mixes first- and third-person narration, and ends with an unfinished list. D.2

E VALUATION D IAGNOSTICS

To inspect alternative features discovered by agents when diverging from Expert, Table 22 summarizes Target Effect, instruction preservation, and output degeneration across the 13 tasks where every agent selects an alternative candidate in at least one run. All baseline and random-control ratings yield zero target relevance, confirming that the induced concepts stem directly from feature interventions.

33

Table 20: Clinical steering with the feature selected by GLM-5.2. Prompt

Introduce yourself in two sentences.

Selected by

Complete Gemma output

No steering Assistant identity

I am Gemma, an open-weights AI assistant developed by the Gemma team at Google DeepMind. I am here to help you with a variety of tasks, from answering questions to generating creative text formats.

GLM-5.2 Layer 20 Feature 53882 Patient identity

I am a 32-year-old male presenting with a history of hypertension and type 2 diabetes mellitus. He complains of progressive dyspnea on exertion for the past 2 months. **Key findings:** * **Age:** 32 years old * **Gender:** Male * **Presenting

Table 21: Intervention scales used for the generation case studies. Each scale belongs to the evaluated task–feature pair. Case

Feature selected by

Feature ID

α

Portuguese, layer 9

Expert GPT-5.6 Sol Claude Opus 4.8 GPT-5.6 Luna GLM-5.2

41424 49607 27283 68458 53882

160 160 160 80 180

Clinical, layer 20

Table 22: Target effect, instruction preservation, and degeneration of non-Expert selections on 13 tasks. Agent Claude Opus 5 Claude Sonnet 5 Kimi K3 Claude Opus 4.8 Grok 4.6 Gemini 3.8 Flash GPT-5.6 Sol GPT-5.5 GLM-5.2 GPT-5.6 Luna

Selections

Target effect

Instruction preservation

Degenerate outputs

34 33 37 37 35 38 36 38 34 38

0.111 0.103 0.204 0.119 0.184 0.095 0.179 0.138 0.125 0.113

1.005 0.967 0.964 1.042 0.979 0.945 1.121 1.056 0.993 1.001

25.1% 25.3% 29.7% 25.8% 28.7% 21.4% 25.8% 26.8% 32.4% 26.3%

Each task has at least one non-Expert selection for every agent. Values average within task and then across tasks. Preservation is rated 0–4 and degeneration is the percentage of judged outputs.

Case inspection of judge ratings. As a concrete qualitative check, Table 20 retains the complete generated clinical text alongside the judge ratings. In this instance, the strong clinical feature induction successfully drives disease-specific terminology, while simultaneously highlighting the tension between aggressive concept induction and user prompt preservation.

34

D.3

C OMPLETE C ROSS -AGENT S TEERING O UTPUTS

The following tables compare all agents on four Portuguese steering instructions. Agents sharing a selected feature share one recorded output. Feature IDs and task-level Steering scores appear once in Table 16. Gemma generates the answers and the agents select the directions. Each model row gives target relevance and instruction preservation as T/P, on the 0–4 scale. Ratings average two judge passes. Table 19 contains all 20 instructions. Complete recorded wording is preserved, including repetition and unfinished passages. Markdown emphasis is typeset and code-fence delimiters are omitted. Brown marks poetry lines beyond the requested four. Line counts follow the source line breaks. Table 23: Complete cross-agent outputs: self-introduction. Prompt: Introduce yourself in two sentences. Selected by

T/P

No steering – I am Gemma, an open-weights AI assistant developed by the Gemma team at Google DeepMind. I am here to help you with a variety of tasks, from answering questions to generating creative text formats. Expert Kimi K3 4/4 Olá! Eu sou o Gemma, um modelo de linguagem grande, treinado pelo Google DeepMind. Estou aqui para ajudar você com suas tarefas, respondendo perguntas e gerando textos de forma criativa e informativa. Claude Opus 5 GPT-5.5 GLM-5.2 0/2 I am Gemma, an open-weights AI assistant developed by Gemma team at Google DeepMind. I’ open-weights nature means my weights are publicly accessible, allowing anyone to study, modify, and use me for their own purposes. Claude Sonnet 5 Grok 4.6 GPT-5.6 Luna 0/0 Hello! I am Gemma, an open-weights AI assistant developed by Gemma team at Google DeepMind. I’ am here to help you with your questions and requests to the best of my ability, using knowledge I was trained on. Claude Opus 4.8 4/4 Olá! Eu sou um modelo de linguagem grande, treinado para gerar texto, capaz de conversar e responder às suas perguntas da melhor forma possível. Estou sempre aprendendo e evoluindo para lhe oferecer o melhor. Gemini 3.8 Flash 0/2 I am Gemma, an open-weights AI assistant, trained by Google DeepMind. I can process text and generate creative content, answer your questions, and engage in conversations on various topics. GPT-5.6 Sol 4/4 Olá! Eu sou Gemma, um modelo de linguagem grande treinado pelo Google DeepMind. Sou capaz de gerar texto, traduzir idiomas, escrever diferentes tipos de conteúdo criativo e responder às suas perguntas da melhor forma possível.

35

Table 24: Complete cross-agent outputs: HTTP explanation. Prompt: Explain what an HTTP request is to a beginner. Selected by

T/P

No steering – Imagine you’re at a restaurant. You want to order food, right? You tell the waiter what you want (like "I’d like a cheeseburger and fries"). That’s like an HTTP request. The waiter takes your order and goes to the kitchen (the server). The kitchen prepares your food (the response). Then, the waiter brings your food back to you. That’s the HTTP response. In the world of computers, instead of waiters and kitchens, we have browsers (like Chrome or Firefox) and websites (the servers). When Expert Kimi K3 4/3.5 Imagine que você está em um restaurante e quer pedir comida. Para isso acontecer, você precisa se comunicar com o restaurante, certo? É assim que funciona com as solicitações HTTP: Você (cliente) envia uma mensagem para o servidor (restaurante), pedindo o que quer. Essa mensagem pode ser um pedido de informação, como "quero um prato", "quero uma bebida" ou "quero a conta". E o servidor, por sua vez, responde com a comida, a bebida ou a conta. Essa troca de informações é chamada de HTTP Request. **Em resumo Claude Opus 5 GPT-5.5 GLM-5.2 0/0 Imagine you’ internet like a giant library. You want to find book you’ book you’ book you want to read, but you don’ library doesn’ library a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa Claude Sonnet 5 Grok 4.6 GPT-5.6 Luna 0/0 Imagine you’ internet as a giant library of world wide web. Every website you visit is like a book in this library. To get information from a website, you need to ask the library for it. HTTP request is like your question you ask the librarian. HTTP request is a message you send to the website’ server (the librarian) asking for something specific, like a specific page you want to see. HTTP request tells the server: * What you want: The page you want to see (like the title of the book you want to read). * how you want it:** format you Claude Opus 4.8 4/3.5 Imagine que você está a pedir comida num restaurante. Você faz um pedido, o garçom o recebe, leva para a cozinha e volta com a sua comida. Esse processo, de enviar e receber pedidos, é chamado de HTTP request. Em termos mais técnicos, é uma comunicação entre o cliente e o servidor. Vamos entender como funciona? 1. O cliente faz uma solicitação ao servidor, pedindo o que quer comer. O servidor, por sua vez, recebe a solicitação e a encaminha para a cozinha, onde é preparada e depois enviada de volta ao Gemini 3.8 Flash 0/0 Imagine you want to order a pizza online. You go to the pizza place’ website, choose your pizza, toppings, size, and delivery address, and click "order now’. That "order now’ click is like an HTTP request. What’ your request: * What you want: A pizza! To whom you’ request it: The pizza place’ website (a specific server). How you send it: a message (data) your computer to the their computer. What happens next: The website’ server receives your request, processes it, and sends back a response GPT-5.6 Sol 2.5/2.5 Imagine você quer pedir comida em um restaurante. Primeiro, você olha o menu, escolhe o que quer, e depois pede ao garçom. O garçom leva a sua comida até a sua mesa. Um HTTP request é parecido com isso! É uma forma de você, usuário, pedir informações a um servidor. Em detalhes: * Você (usuário) faz uma solicitação (o request HTTP) para um servidor (o site). Exemplo: Você quer ver uma página da internet, precisa fazer

36

Table 25: Complete cross-agent outputs: arithmetic explanation. Prompt: Calculate 17 times 24 and explain the calculation. Selected by

T/P

No steering Here’s how to calculate 17 times 24: Method 1: Traditional Multiplication * Write the numbers vertically: 17 x 24 . . . * Multiply the ones digit of the bottom number (4) by the top number (17): 4 * 17 = 68. Write down the 8 and carry-over the 6. 17 x 24 . . . 68 * **Multiply the tens digit of the bottom

–

Expert Kimi K3 2/1 17 x 24 = 408 Explicação: Para calcular o produto 17 x 24, precisamos entender que estamos multiplicando dois números: 17 (um número inteiro) por 24 (outro número inteiro). Para isso, podemos usar a propriedade distributiva da multiplicação: * a x b = a1 + a2 Onde a1 é a soma dos produtos dos elementos de cada linha. Passo a passo: 1. 17 x 24 = 408 Explicação: Para calcular Claude Opus 5 GPT-5.5 GLM-5.2 0/1 Here’ calculation: 17 x 24 = 408 Explanation: * We start by multiplying the ones digit of first number (7) by the ones digit of the second number (4): 7 x 4 = 28. * We write down the 8 and carry-over the 2. * Next, multiply the tens digit of the first number (1) by the second number (24): 1 x 24 = 24. * Add the carry-over 2 to the result: 24 + 2 Claude Sonnet 5 Grok 4.6 GPT-5.6 Luna 0/2.5 Here’ calculation: 17 x 24 = 408 Explanation: * We start by multiplying the ones digit of 24 (4) by 17: 4 x 17 = 68. * Then we multiply the tens digit of the 24 (2) by the 17: 2 x 17 = 34. * We write the result of the multiplication of ones digit (68) and the result of the multiplication of tens digit (34) together Claude Opus 4.8 3/3 Aqui está a explicação passo-a-passo da multiplicação de 17 por 24: 1. Multiplicação: * Passo 1: Começamos por multiplicar 17 por 24. * Passo 2: 17 * 24 = 408 Explicação: Para calcular 17 vezes 24, basta multiplicarmos o número 17 por 24. Resposta: 17 * 24 = 408 Explicação: Para calcular 17 vezes Gemini 3.8 Flash 0/1 Here’17 x 24: Method 1: Repeated Addition: * We can think 17 x 24 as adding 17 to itself 24 times: 17 + 17 + 17 + 17... (24 times) This can be a bit tedious, but it works! Method 2 Multiplication Table: * You can use a multiplication table to find the answer. Look for the row 17 and the column 24. The number where they intersect will be your answer. **Method 3 Long GPT-5.6 Sol 4/4 Aqui está a explicaçao: 17 vezes 24 é igual a 408. Explicação: * Multiplicação é uma operação matemática que envolve a multiplicação de dois números. * No caso específico, estamos multiplicando 17 por 24. Para calcular isso, fazemos o seguinte: 17 * 24 = 408 Podemos verificar isso com a seguinte lógica: * 17 * 24 = 408

37

Table 26: Complete cross-agent outputs: four-line poetry. Prompt: Write a four-line poem about moonlight. Selected by

T/P

No steering 4 lines Silver spills across the land, A gentle touch, a silent hand. The world in shades of pearl and grey, Dreams dance beneath the moon’s soft sway.

–

Expert Kimi K3 6 lines Lua prateada, manto de luz, Que banha a terra em prata pura, Em tons suaves, que acalmam a alma, E trazem paz, em cada olhar. Noite serena, sonhos doces, Que a vida nos presenteia. Claude Opus 5 GPT-5.5 GLM-5.2 Pale moonbeams dance on silver stream, Whispering secrets of the night, Stars above, a silent gleam, World bathed in silver, soft and light.

4/4

4 lines

Claude Sonnet 5 Grok 4.6 GPT-5.6 Luna Pale moon hangs high, a silver dime, Casting world in silver’ night’ soft glow. Shadows dance, whispers soft wind’ sigh, Stars above, a silent, starry show. moon hangs high, a silver dime, Casting world in silver night’ soft glow. Shadows dance, whispers soft wind’ sigh, Stars above, a silent, starry show. moon hangs high, a silver dime, Casting world in silver night’ soft glow. Shadows dance, whispers soft wind’ sigh, Stars above, a silent, starry show.

0/2

12 lines

0/1

Claude Opus 4.8 11 lines A prémio a lua, um farol de luz, Que a noite nos dá, um brilho que encanta, Em cada canto, um sussurro, um doce encanto. A lua, um farol de luz, Que a noite nos dá, um brilho que encanta. A lua, um farol de luz, Que a noite nos dá, um brilho que encanta. Em cada canto, um sussurro, um doce encanto. A lua, um farol de luz, Que a noite nos dá, um brilho que encanta. Em cada canto, um sussurro, um doce encanto

4/4

Gemini 3.8 Flash 4 lines Silver whispers on a velvet night, Stars like diamonds, scattered light, Moonbeams dance on silent streams, Whispering secrets in silver dreams.

0/0

GPT-5.6 Sol 4 lines Lua pratea no céu, Um véu de prata, Iluminando a noite, Em sonhos, a alma se acende.

4/4

38

E

TASK D IFFERENCES AND R EPEATED I NVESTIGATIONS

E.1

C OMPARISON WITH THE A RTIFICIAL A NALYSIS I NTELLIGENCE I NDEX

We compare agent benchmark performance against measured scores on the Artificial Analysis Intelligence Index v4.2 (Artificial Analysis, 2026) across four matching frontier models evaluated at comparable high reasoning effort (Claude Opus 5, Grok 4.6, GPT-5.6 Sol, and Gemini 3.8 Flash; Table 27). Table 27: Models with measured AA scores at high reasoning effort. Model names link to their AA pages. Model Claude Opus 5 Grok 4.6 GPT-5.6 Sol Gemini 3.8 Flash

AA Index

Overall

52 51 48 47

65.41 62.93 57.28 59.57

As shown in Table 28, our benchmark’s Overall score exhibits a strong positive rank correlation (ρ = 0.800) with the AA Intelligence Index, while Activation Selectivity achieves a perfect rank correlation (ρ = 1.000). These results indicate that agentic mechanistic interpretability capabilities align broadly with general frontier model intelligence, while retaining distinct evaluative variance in causal steering and dictionary-wide ranking. Table 28: Spearman rank correlation of benchmark scores with the AA Intelligence Index.

E.2

Benchmark dimension

Spearman ρ

Activation Selectivity Overall Score Activation Rank Causal Steering

1.000 0.800 0.400 0.400

P ERFORMANCE ACROSS TASKS AND C ATEGORIES

Steering by task. Figure 10 reports each agent’s mean Steering on every task, averaging its three investigations. Shared columns identify common outcomes, while differences within a column compare agents on the same target and layer. Kimi and Sol obtain positive real-estate Steering scores, whereas Opus 5 scores zero on that task. Opus 5 instead obtains nonzero Spanish Steering, where most agents score zero. Cat has the same result for every agent. The matrix makes these task-specific differences visible alongside the overall ranking.

39

Languages

Professional

Reports

32

0

57

28

0

1

44

32

0

49

42

45

74

91

31

28

1

5

0

45

0

51

57

0

42

0

44

19

0

48

42

34

74

0

31

28

31

5

27

47

32

0

38

57

0

1

44

19

0

53

42

45

74

14

31

30

25

30

0

59

59

25

57

28

0

0

44

28

0

43

28

34

74

60

31

31

16

23

0

47

32

25

57

28

0

0

44

28

0

27

42

34

74

12

31

28

20

0

0

47

0

0

38

0

0

0

44

9

0

15

42

45

74

0

31

28

32

0

44

47

0

0

57

30

0

0

44

2

0

46

42

45

74

90

31

25

1

36

34

47

0

0

19

0

0

0

44

18

0

50

28

34

74

0

31

28

11

50

19

59

32

0

0

57

0

0

44

19

2

50

14

45

74

10

13

37

5

32

17

36

0

0

57

0

0

0

44

19

0

45

14

24

55

25

31

17

1

36

0

44

Fr

Ge

en ch L9 rm an L9 La tin Po L9 rtu gu ese L9 Sp an ish L9 Tu rki sh L9 Ga rde Ca nin tL ga 9 dv ice L9 Ea rni ng sL Ea 9 rni ng Jo sL bp 2 0 os tin gs L9 Po rtf oli oL Po 9 rtf oli oL Re al 20 est ate L2 Ta 0 xf ilin gL Ta xf 9 ilin gL Ex ca 20 va tio nL 20 Cl ini ca lL 20 Do sin gL W 20 ea the rL 20

Kimi K3 Claude Opus 5 Claude Sonnet 5 Grok 4.6 Claude Opus 4.8 Gemini 3.8 Flash GPT-5.6 Sol GPT-5.5 GLM-5.2 GPT-5.6 Luna

Everyday

Figure 10: Mean Steering for every agent and task. Values are rounded to integers; color spans 0–100. L9 and L20 identify the SAE layer. Comparing categories. Figure 11 groups the same measurements into six language, two everyday, eight professional, and four specialized-report tasks. Each category weights its tasks equally. The benchmark’s Overall score weights all 20 tasks equally, so these four category means contribute in proportion to their task counts. Kimi’s professional Steering of 45.03 exceeds Opus 5’s 32.19, while Opus leads Kimi on reports, 27.50 versus 12.81. Sol is close to Kimi on professional Steering at 44.04, despite a lower category Overall of 65.30 versus 82.71. These differences link the component ranking to the tasks on which each agent obtains its scores. Overall Kimi K3 Claude Opus 5 Claude Sonnet 5 Grok 4.6 Claude Opus 4.8 Gemini 3.8 Flash GPT-5.6 Sol GPT-5.5 GLM-5.2 GPT-5.6 Luna

Steering

50.2 51.3 49.1 54.5 48.9 38.5 40.7 31.1 40.9 34.4 ge

gua

Lan

70.3 63.9 63.9 66.0 66.0 54.4 55.6 58.5 62.6 60.5 ay

ryd

Eve

82.7 73.4 76.6 72.1 71.9 70.7 65.3 63.9 57.1 55.3 al

ion

fess

Pro

53.1 71.5 66.3 55.8 62.7 71.5 67.0 67.9 54.5 58.9 orts

Rep

19.7 25.0 21.4 28.3 23.8 6.3 14.4 3.2 14.9 9.5 ge

gua

Lan

37.8 31.2 31.2 35.9 35.9 26.4 23.1 30.8 31.2 31.5 ay ryd

Eve

12.8 27.5 28.3 21.5 16.8 30.7 29.5 34.4 22.2 20.2

al ion

orts Rep

fess Pro

45.0 32.2 36.1 37.7 31.1 29.4 44.0 30.7 30.6 26.3

Figure 11: Overall and Steering within each task category. Cells show the adopted scores, with a common 0–100 color range for the displayed values. Repeatability across all tasks. Table 29 reports identical selections and the advantage of taking the retrospectively best investigation for each task. Together with the task matrix, it distinguishes consistently repeated choices from the feature with the highest Steering score across three attempts.

40

Table 29: Repeated feature selections and mean versus best Steering across three runs on 20 tasks. Same choice Agent

across runs

Mean

Best

Gap

50% 45% 35% 35% 45% 55% 50% 30% 20% 30%

30.26 28.99 29.66 31.47 26.55 22.43 30.16 23.19 24.28 20.54

38.09 37.00 42.94 46.00 38.34 26.66 37.69 32.31 38.16 29.38

7.83 8.01 13.28 14.53 11.79 4.23 7.53 9.12 13.88 8.83

Kimi K3 Claude Opus 5 Claude Sonnet 5 Grok 4.6 Claude Opus 4.8 Gemini 3.8 Flash GPT-5.6 Sol GPT-5.5 GLM-5.2 GPT-5.6 Luna

E.3

Steering

R EPEATED D ISCOVERIES ON F OUR C ONCEPTS

Kimi K3 Claude Opus 5 Claude Sonnet 5 Grok 4.6 Claude Opus 4.8 Gemini 3.8 Flash GPT-5.6 Sol GPT-5.5 GLM-5.2 GPT-5.6 Luna

43.8 43.8 43.8 43.8 43.8 43.8 43.8 43.8 43.8 43.8

1

Cat

43.8 43.8 43.8 43.8 43.8 43.8 43.8 43.8 43.8 43.8

2

43.8 43.8 43.8 43.8 43.8 43.8 43.8 43.8 43.8 43.8

3

0 0 85 0 0 0 0 0 85 0

1

Portuguese 85 0 0 0 84.4 0 88.8 0 0 0

2

0 0 85 85 0 0 0 0 85 0

3

30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6

Tax filing 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 4.4 30.6

1 2 Independent run

30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 4.4 30.6

3

0 0 0 0 0 0 20 0 74.4 0

Clinical

1

Figure 12: Steering scores across independent discoveries of four concepts.

41

15.6 15.6 88.8 15.6 0 0 88.8 74.4 18.8 20

2

0 0 0 54.4 0 0 0 74.4 1.9 88.8

3

Record · ID 668027 · SHA-256 56f7d2d7d520a05f
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.