The paper questions whether an interpretable behavioral effect from a steering vector implies a unique internal direction. It writes the intervention as h_l(x)+alpha*v and defines observational equivalence as equality of all outputs for every prompt and alpha. Its central proposition claims that infinitely many directions from the kernel of the layer-to-logit Jacobian can be added. The exact result, however, requires rank(J)<d and a common kernel across prompts; neither condition appears in A1-A3. Because vocabulary dimension exceeds hidden dimension, the Jacobian can have full column rank. The proof is also a first-order local linearization, while the conclusion speaks of fundamental non-identifiability under the nonlinear network and full generation. Small effective rank under a threshold is not an exact kernel, and orthogonality to v does not imply membership in ker(J).
ArXiv v4 tests Llama-3.1-8B-Instruct and Qwen2.5-3B-Instruct at a middle layer on five textual traits: formality, politeness, sentiment, truthfulness, and agreeableness. Each vector is a mean activation difference over up to 50 prompt pairs. The main test compares generations under v against v+v_perp, where v_perp is random, orthogonal to v, and has the same norm. With ten directions per condition, Table 1 reports mean absolute d values from 0.059 to 0.192; global means are 0.119 for Llama and 0.131 for Qwen. This is similarity in one automatic score, not equality of logits or output distributions. Mean-difference and PCA vectors have cosine similarities from about -0.54 to 0.32 with d as high as 0.252. The 50-direction test has mean d values from 0.243 to 0.291 in several cells. Distribution-shift cells reach about 0.7, although the text attributes them to classifier variance without demonstrating that explanation. The logit test finds that the orthogonal perturbation changes next-token logits by 47% to 73% as much as an asymmetric random control; this is not near-zero change.
The dimensionality estimate contains a checkable contradiction. The paper says it applies SVD to covariances of 200 activations and defines NF=(d-r)/d. A centered covariance from 200 observations has rank at most 199 by construction, so a large null space would not by itself reveal model geometry. Its numbers also do not follow the formula: d=4096 and r=57 imply NF=0.986 rather than 0.943, while d=2048 and r=139 imply 0.932 rather than 0.861. The published values exactly equal (1000-r)/1000, matching the script that probes the Jacobian along 1,000 random directions. That script does not measure all 2,048/4,096 hidden dimensions, computes rank with a 5% threshold while documentation and stored JSON say 1%, and uses only the first prompt. The appendix does not repair the argument: it assumes without measurement that all prompts share a kernel and incorrectly derives infinite variance from a Fisher pseudoinverse that contributes zero in its own displayed expression.
The code audit further limits the empirical findings. The main script has only 20 incomplete prompt stems with five samples, not 100 unique prompts; objects called seeds are random directions and do not control stochastic generation. Formality parses informal as formal because it searches for the substring formal, and agreeableness can select disagreeable while searching for agreeable. BART-MNLI labeled accurate and factually correct cannot fact-check claims. The main helper scores the prompt together with the completion and silently drops errors. No result JSON, outputs, vectors, figures, checkpoints, or singular values are released; src/results, data, RESULTS.md, METHODOLOGY.md, and uv.lock are ignored. The evidence does support a useful warning: validating a direction with one narrow behavioral probe does not justify interpreting it as a unique internal concept. It does not establish the exact theorem, a global kernel, construct-valid traits, or numerical reproducibility. Bibliographically, v4 remains a preprint; Re-Align and CAO were non-archival appearances with older titles and methods, and TrustNLP scheduled it as a poster but did not include it among published papers.