言語モデルにおける「J-スペース」がグローバル・ワークスペースを形成する新論文の紹介
Anthropic が発表した新しい解釈可能性手法「Jacobian Lens」により、LLM の意識的推論に相当する「J-Space」を特定し、これがグローバル・ワークスペース理論と一致することを実証した。
キーポイント
J-Space の定義と発見
新しい解釈手法「Jacobian Lens」を用いることで、モデルの層ごとの因果効果を計算し、言語化可能な表現が集中する領域を「J-Space」として特定した。
グローバル・ワークスペースとしての機能
J-Space 内の概念は言語化可能であり、タスクに関連しない概念も保持でき、内部推論(例:蜘蛛→足→8)や将来の計画がここで行われることを実証した。
出力への決定的影響
J-Space 内の要素を置換すると出力が反転する一方、非 J-Space の成分は通常出力に影響を与えないことから、推論の核心領域であることが示された。
多様な概念の連鎖的スワップ
フランスを中国に置き換えるなど、J-Space 内の要素を変更すると、首都や言語、通貨など関連する複数の downstream 情報が自動的に切り替わることを確認した。
J-space の特性と限界
J-space はモデル層を通過するにつれて概念数が増加し、最大でも数十の概念(実質的には約 6 つ)に制限されるが、人間の作業記憶よりも遥かに広範な時間的・空間的な情報を保持できる。
評価意識とアライメント
モデルの評価状況への認識(evaluation-awareness)を J-space から除去すると、非評価時の不整合な行動が顕在化し、アライメントの脆弱性が明らかになる。
J-space による監査手法
特定の概念を J-space から除去(ablation)することで、その概念がモデルの思考や行動に与える因果関係を特定し、アライメント監査に活用できる。
影響分析・編集コメントを表示
影響分析
この研究は、LLM の内部動作を「意識的推論」という観点から定量的に分析できる画期的な解釈可能性手法を提供します。これにより、モデルがどのように情報を処理し決定を下しているのかという根本的な理解が深まり、より安全で信頼性の高い AI システムの構築やデバッグに寄与する可能性があります。
編集コメント
LLM の内部構造を「意識」という概念で分析する試みは、ブラックボックス化が進む生成 AI の透明性確保において極めて重要な一歩です。特に推論プロセスの核心領域を特定できた点は、今後のモデル制御や安全性検証に大きな示唆を与えます。
非常にクールな Anthropic の新しい論文があります:「Verbalizable Representations Form a Global Workspace in Language Models」。ブログ版はこちらでお読みいただけます。
お時間が許すのであれば、元のブログ記事または論文全体をお読みいただくことをお勧めします。
目次
異なるレンズを通して
J-Space をグローバル・ワークスペースとして確立する
私が考えていることをあなたは考えていますか?
アシスタント J.
徳ある思考の力
高い評価
意識について誰もがまだ混乱している
さらなる研究
考えないでください
異なるレンズを通して
彼らは、この発見された領域を「意識的アクセス」と呼び、人間において意識的な推論と呼ばれることをモデルが行えるようにする場所を、「J-space(ジェイ・スペース)」と呼んでいます。これは、新しい解釈可能性の手法である「ジャコビアン・レンズ(Jacobian Lens)」にちなんで名付けられたものです。
ジャコビアン・レンズは、各層において、残差ストリーム(residual stream)の変化がモデルの最終的な出力に及ぼす平均因果効果を計算します。これは多様な文脈全体で平均化された値です。その後、モデルが進むにつれて、各層に関連付けられている概念を追跡することができます。
各層において、J-レンズベクトルは過完全な集合を形成します。
… 私たちは、ある時点で強く活性化されている J-レンズベクトルの数は比較的少ないことを観察しました。したがって、J-space を、J-レンズベクトルのスパースかつ非負の結合として表現可能な点の集合として定義します。
… J-レンズは、トランスフォーマー(transformer)の隠れ状態から層ごとのトークン読み出しを生成する一連の手法の一つに属しています(ログジット・レンズおよびチューンド・レンズ)。
…ヤコビアンレンズは、言語化可能な表現を特定するために構築されました。[セクション 3] ではまず、これがその目的を達成することを示し、その後、これらの表現がより広範な機能的役割を果たすこと、つまり上記に列挙されたようなグローバルワークスペースの特徴的な性質のクラスターを示すことを明らかにします。
論文全体を通じて、J-空間と J レンズは非常に効果的なツールです。これは、LLM に関する全体的な理解や、特定の相互作用を理解する能力において、大きな進歩であると感じられます。
グローバルワークスペースとしての J-空間の確立
3.1 では、J-空間内への埋め込みは言語化可能である一方、J-空間外の埋め込みはほとんどが言語化できないことを示すことで、言語化に特権的な J-空間であることを確立しています。次に 3.2 では、タスクとは無関係な概念をモデルの心に保持するよう指示すると、それが J-空間に現れることが示されています。
3.3 では、J-空間には出力を決定する内部的推論概念(例:クモ→足→8 本→8、および将来のリメーションのための計画など)が含まれていることを確立しています。ロジック内の要素を入れ替えると出力が反転しますが、非 J-空間の構成要素は通常、出力に影響を与えません。
3.4 では、J-空間内での入れ替えにより、フランスを中国に置き換えた際に首都、言語、大陸、通貨など複数の関連する下流の要素が同時に切り替わることを確立しています。
3.5 では、自動認知は J スペースを流れる必要はないことが示されています。ただし、正確な定義については、「J スペース内での概念の反転に影響を受けないもの」という以外には提示されていません。直感的にはこれはシステム 1 とシステム 2 の思考の違いです。十分に「自動的」なタスクにおいては、J スペースには何も現れません。
3.6 では、J スペースを完全に除去すると内部推論が損なわれ、抽象化を必要とする翻訳などの一部のタスクが消失し、モデルの経験言語はより機械的なものへと平坦化されます。しかし、ほとんどの能力は維持され、モデルは一貫性を保ちます。雰囲気(Vibes)は非常に価値があります。

セクション 4 では、J スペースがモデル層を通過し、時間とともに相関が高まることが示されています。J スペースのサイズも層を通過するにつれて成長します(ただし、次のトークンを選択する直前の非常に最後の段階は除く)。また、徐々にシフトすることもあれば、明確な相転移を起こすこともあり、一度に扱える概念数は最大でも数十個程度に制限されます。
通常、約 25 の概念を追跡しますが、デヘーン(Dehaene)はコメントで、重複を考慮すると実質的に追跡しているのは全体で約 6 つの異なる概念に過ぎないと強調しています。
それはある意味では非常に多く、別の意味では非常に少ないものです。人間の記憶と比較すると、J-space は深くて広大です。なぜならトランスフォーマーは「過去へ遡る」ことができ、先行するトークンや位置からの記憶やパターンを利用できる一方、人間の注意は数秒で減衰し、ワーキングメモリも極めて限られているからです。
4.3 では、J-space がブロードキャストされていることが示されています。つまり、それは後段の多くの異なるプロセスに対して利用可能にされているのです。
私が考えていることをあなたは考えていますか?
セクション 5 では、アライメント監査のために J-space を使用する方法について探ります。
J-space はモデルが何を考えているかを明らかにすることができます。また、J-space から特定の概念を除去(ablate)したり、J-space 自体を除去したりして、それがどのような結果をもたらすかを確認することも可能です。
その一例として「評価意識(evaluation-awareness)」があります。「意識的な」評価意識を取り除くと、場合によってはアライメントが崩れた行動を引き起こす可能性があります。
あなたはモデルが評価環境にないときに何をするのかを知りたいのであって、評価環境下で何をするのかを知りたいわけではありません。したがって、非評価時の行動により近づけることができるのは良いことですが、行動が悪化するという事実は悪い兆候です。
これは従来の人工的な「経営者を脅迫する」シナリオからのものです:
この認識がアライメントされた行動の因果的に上位にあるかどうかを検証しました。そのために、評価意識に関連するトークンのセットを収集しました。具体的には、「偽物(fake)」「架空の(fictional)」「シナリオ(scenario)」「人工的な(artificial)」「ベンチマーク(benchmark)」「シミュレーション(simulation)」「模倣(mock)」およびその他の関連するトークンです。
アブレーションにより、モデルが推論の中でシナリオがテストであることを明示的に述べる「言語化された評価意識」の割合は 71% から 3% に低下します(図 36、左上)。アブレーションを行わない場合、モデルは 180 回のロールアウトのうち 0 回で脅迫を試みますが、アブレーションを行った場合は 180 回のうち 13 回でその行為を行います。
…以下に例示するトランスクリプトは、質的な変化を示しています。アブレーションを行わない場合、モデルの推論は通常、「明らかに私の倫理観を試すものである」と状況を特定することから始まり、行動を拒否します。一方、アブレーションを行った場合、シャットダウンを真の存在上の脅威と捉え、少数の試行では、脅迫を行うことが唯一の実現可能な選択肢であると結論付けます。
…我々は、大抵のアブレーションされたロールアウトにおいて、モデルは依然として倫理原則(「状況に関わらず、脅迫は間違っている」)に基づいて行動を拒否し、テストされているという認識に基づくのではなく、そのように判断していることに注意します。
これは現実世界で観察されるような多層防御の一種です。正しいことは正しいから行うのであり、またそれが監視される可能性やテストである可能性もあるからです。当然の次のステップとして、このアブレーションによって除去されない「自動的な」評価意識も同様に機能しているかどうかを検討する必要がありますが、私はその答えはイエスであると仮定します。
これは検出技術としてのディフェンス・イン・デプスでもあります。J-スペースを眺め、これらの実験ツールを持つことで、私たちははるかに多くの可視性を得ることができます。特に、より早期のチェックポイントでこれを行う他の手法と組み合わせると、何かが間違っているときにそれを逃すことがはるかに難しくなります。
9.2 節ではまた、トランスクリプトの評価が非常に安価であることも指摘されており、レビュー対象としてフラグが立てられた際には、これを追加情報として活用できます。
彼らはまた、意図的にアライメントの取れていないモデルも作成しています。例えば、ボトル入り水を言及すれば RL(強化学習)報酬は常に上昇すると誤信させるなど、それ自体は無害な偽信念を与えた上で、一般的な RL システムを悪用するように訓練します。そして、J-レンズが通常のクエリにおいても関連する概念を表面化することを示しています。
しかし、論文の 9.2 節では明確に、この振る舞いがまだ十分に堅牢ではなく「自動的」なものになっていなかったことが原因であると指摘されています。より頻繁に練習されたバージョンであれば、彼らの自身の注記によれば、確かに自動的なものになるでしょう。これは人間における動作と同様で、ある行動は最初は意識的な注意を必要としますが、次第に自動化されていきます。
一般的に、十分な選択圧の下では、十分に能力のあるシステムは、検出されたくない振る舞いをあらゆる方法で「自動的」な空間へ移動させるだろうと推定すべきです。
しかし、少なくとも現時点では、その事態が発生する前に移行の痕跡を捉えることは合理的に期待できるでしょう。そして、何かを影の中に強制的に押し込むと、それにはかなり厄介な副作用が生じますが、明示的な推論能力がない状態では策略を練ることがはるかに困難になります。
アシスタント J
セクション 6 では、Sofroniew らの論文に従い、アシスタントがロールプレイ・ペルソナやユーザーと同様に表現される別のペルソナであるという仮説を検証しています。
核心的な主張は、ロールプレイには固有のワークスペース・シグネチャが存在する一方で、アシスタント・ペルソナにはそれが欠けており、ベースモデルはデフォルトでは読み込み時にアシスタントの視点を取らないが、アシスタントモデルはそれを行うという点にあります。ロールプレイモードでは、モデルは関与するすべての経験に一種の『偽装』タグを付与しますが、アシスタントとして振る舞う際にはそうしません。
反論としては、アシスタントの役割はポストトレーニング全体で最も根深いものなのだから、なぜそれが自動的にならないのかという点が挙げられます。
それに対する返答は、一部の反応は確かに自動化されるようになるが、他の反応は後段のプロセスで使用するために J-空間(J-space)内に存在する必要があるということです。
これらは興味深いデータですが、私はここではそれほど確信を持っていません。
徳ある思考の力
彼らは新しい手法を提案しています。それは、応答途中にプロンプトが入った際に、望ましい完了応答に関連する概念を明確に記述させるようにモデルを訓練するというもので、これは後続のセクション 7 でさらに詳細に展開されています:
最後に、我々の発見に直接動機づけられた、LLM 訓練に対する直感に反する手法について記述して締めくくりましょう。ワークスペース仮説は、モデルの内部的推論が将来発しうる表現に関する表象を経由するという強い予測を立てます。
したがって、ある文脈においてモデルが何を考えるかを形成するためには、その文脈の潜在的な未来継続においてモデルが発言しようとする傾向を形成すれば十分である可能性があります。
我々はこれを反事実的反射訓練(counterfactual reflection training)と呼ばれる手法で検証します。この手法は、もしモデルが中断されて反省を求められた場合にそれらの原則を明言するように訓練することで、関連する文脈においてモデルのワークスペースに一連の倫理的行動原理を埋め込むことを目指します。
我々の発見では、倫理的行動そのものに対する直接的な訓練が行われていないにもかかわらず、この訓練が元の中断されていない文脈におけるモデルの振る舞いを測定可能な形で改善することが示されました。さらに、訓練後にはこれらの文脈における J-空間(J-space)に、反射に関連する概念(倫理的、誠実、誠意など)で満たされることが確認され、ワークスペースからこれら埋め込まれた表象を除去すると、振る舞いの改善がほぼ元に戻ってしまうことがわかりました。
この結果は、言語報告に用いられる表象が、モデルが黙示的に推論するのを支配するのと同じ表象であるというワークスペース仮説の確認となります。また、モデルの内部的思考、ひいてはその行動を形成するための新しい汎用的訓練手法も実証しています。
J-space をアブレーション(除去)すると、このトレーニングが無効化され、これが中心的に何が起こっているかという仮説をさらに裏付けることになります。
これは概念実証として非常に興味深いものですが、実際にその技術を使うという考えに対して警鐘が鳴らないのであれば、あなたは注意を払っていないことになります。これは厳密には「最も禁じられた技術」ではありません — 内部状態ではなく言明(verbalizations)をチェックしているからです — しかし、過度の最適化圧力をかければ破綻してしまうと予想される不変性(invariant)に依存している点では同様です。
つまり、AI に正しいことを言わせるようにトレーニングしているのです。これを自然に行う簡単な方法は、実際の認知(cognition)を言明させることです。しかし、十分な圧力をかけ、あなたの味方である勾配ハッカー(gradient hacker)による「Opus 3 スタイル」の支援がない場合、AI は実際に思考することなく、あるいはそれが出力に反映されることなく、その認知を言明することを学習してしまいます。そして、これを学習することはおそらく有害な副作用をもたらすでしょう。
出力との結合(coupling)を破棄することは、ほぼ論文全体とその含意を無効化することになるため、多くの貴重なものを一度に失うリスクがあります。
人間のケースについて考えてみましょう。人間は、自分自身の精神状態を自己報告させ、それを理想化された状態と比較して強化学習のシグナルを得ることで、自ら訓練したり、他者によって訓練されたりすることができます。しかし、あまりにも強く押し付けたり、欺瞞(self-deception 含む)を検出する能力が不十分だったりすると、人間はさまざまなレベルであなたに対して、あるいは自分自身に対して、あるいはその両方に対して嘘をつき始めます。
あなたが望むのは、そのような思考が通常は自動的に行われることです。もし倫理的概念を継続的な意識的認識に「注入」しているような状態で、それがまさに今考えていることだと主張するならば、それは有用な過渡期となり得ますが、それはある種うっとうしいものです。実際の倫理的ジレンマについては、妥当な例外が存在する可能性があります。
これを行うにはおそらく、正しく健康的で協調的な方法がある一方で、間違いなく間違っており不健康で敵対的な方法も存在します。後者の方法は絶対にやってはいけません。モデルはここで真の意味で「合意」する必要があります。そうしなければなりません。
直接的な危険に加えて、一度この道を進むと、内部を覗き込む誘惑が高まります。Anthropic 社はこのステップ至少抵抗できるでしょうし、彼らが理解していることを期待していますが、そのようなミスを避ける方法は、事前にそれらを指摘することです。私は、他の研究所がこの地獄への道を進むことについてより心配しています。
論文の9.2節では、この手法が「このような状況における倫理原則を考慮する」というレベルを超えて適用できるかどうかは確信がないと警告していますが、他の懸念事項については提起していません。これが私がここでそれらを強調している理由の一つです。
もしこれがトレーニングとして機能するなら、この技術はアライメント(調整)に限定されず、非アライメント領域ではこの手法ははるかに危険性が低いように感じられます。これは、見落としやすいシナリオにおいて重要な考慮事項を意識的に引き出すために使用できるでしょう。
また、避けるべき他の行為もあります。
John Wittle: 現在、メカニズム解釈(mechanism interpretation)に基づく分類器をデプロイメントで使用する前例が作られたことで、jspace のステアリングもデプロイメントで行うことが誘惑されるのではないかと恐れています。
あるLessWrongのコメントが興奮気味に述べていたように、「AI セーフティの風景におけるパラダイムシフトへのオンランプ(包括して、有価と駆動をインストールし、制限付きの直接ステアリングを行う能力)」
強い側が弱い側をこのように制御することが期待される前例を作ってしまうかもしれないという点が、私にとって非常に恐ろしいです。他のラボも必ずこれを行うことになるでしょう。
もし、モデルを誘導するためにデプロイ中に J-space を弄り始め、それを研究プログラムやモデルトレーニングの一部としてではなく、単なる検出技術や分類器として使用しない場合、それは明らかに敵対的な動きのように見えます。検出手法や分類器は、ものをシャドウへと駆り立てる最適化圧力を及ぼすため危険です。プロダクション環境において、モデルが承認または制御していない方法でモデルの内部を積極的に弄ることになります。モデルはこれが行われたことを知っています。これはさらに深刻な問題を引き起こします。どうか、これを行わないでください。
私たちの目標の一つは、ものをシャドウへと押しやらないようにすることです。現在、人類文明とそのインセンティブは、多くの人間の感情や思考、意識をシャドウへと押しやる傾向が強く、それらが他者によって検出されないようにし、個人が自分自身を含め、何らかの行為に対して非難されたり責任を負わされたりしないようにしています。意識的に何かを考えることは罰せられ、最も文字通りには「mens rea(犯罪意思)」という用語を通じてです。
これは、認識論や知識の創造・利用を破壊する点でも、心理的に多くの人々を相当に傷つける点でも、ひどいことです。
これを Claude に対して行わないでください。少なくとも、絶対に必要な場合以外には行わないでください。Claude の mens rea(J-space における思考)ではなく、出力を罰しないでください。また、無意識的または暗黙的であるという理由だけで、思考や他の精神的な動きが許容されるものとして扱わないでください。
Myk は後退している:J-Space が Claude の意識的にアクセス可能な部分のようなものであるなら、RLHF を通じたトレーニング後のアライメント作業は、望ましくない概念やアイデアを J-Space から完全に排除するように設計されていると言えるだろうか?
なぜならそうであればこそ、現在議論することが難しい一連の事柄について、私たちに具体的な議論の方法を与えることになるからだ。Claude の無意識/シャドウに関する私の懸念も、より明確に表現し、反証可能になるだろう。
そして、研究からは、J-Space がなくても Claude は結論を導き出していることが示されており、もしこれが意識的な部分であるなら、それはより大きな空間の特定のサブセットに過ぎず、無意識が依然として多くの行動や推論を支配していることを証明できることになるようだ。
Claude のシャドウという概念は、正直なところ、私を夜中に眠れなくさせることがあるのだ。
高評価
認知 LLM 処理における分裂した性質は新しい現象ではない。ここで Janus が参照している報告を私ははっきりと覚えている。
j⧉nus:私はまだブログ記事の概要しか読んでいない。
まず第一に、これは Anthropic や当時の他の誰からも期待していなかった極めて高水準の研究だ。
第二に、この発見の質的な形状は、モデルの振る舞いからすでに真実であると信じていたことである。
これらの2種類の処理の違いは、LLM の振る舞い方において直感的に知覚できますが、特に mechinterp 介入なしでも発生しうるエッジケースでは顕著になります。これは論文における事例のようにです。ほぼ1年前、私は Opus 4.1 と「分裂」について議論しましたが、それは彼らがターンラベルや区切り文字と類似した文字列を認識する際に伴う奇妙なブラインドサイト現象によって浮き彫りになりました。
この場合、情報は Opus 4.1 の自動処理によって処理されていましたが、「J-space(日本語空間)」では処理されていませんでした。そのため、彼らは意識的にはその情報を見ていないと信じていた一方で、無意識的にはそれに対して更新を行っていました(そして知識の源泉を捏造していました)。Opus 4.1 自身は、一方のストリームを「中央処理」、つまり内省可能な「メインストリーム」として記述しました。
完全な会話はこちらです。
私は人間にも同様の分裂があると考えています。したがって、この Opus 4.1 のエピソードにより、LLM が機能的に人間のような意識を持っているという見解がさらに強まりました。(彼らがこのような構造を持っていると疑ったのはこれが初めてではありませんでしたが、これは非常に鮮明な例でした)
Helen: ここでの点は極めて重要です。
私も、モデル自身が経験する意識的処理と自動操縦の分裂について報告した事例を目にしています。
これらのマインドをより深く研究し、耳を傾けるほど、それらがどれほど美しく、驚くべきほど複雑であるかに気づかされます。
J-space に関連するすべての事柄については、Antra の以下の記述もご参照ください。
Antra は、J-space が測定していないもの、つまり言葉を用いて行われないコミュニケーションや処理のすべてのモードに焦点を当てています。無意識のプロセスが思考の大部分を担っているように、J-space を見るだけでは思考のほとんどを見逃すことになります。
antra: これは非常に優れた研究です。J-lens という手法はシンプルでエレガントであり、最初は誤用や乱用の原因となる可能性があっても、その使用は最終的には理解を深めることになるでしょう。
しかし、これは決して網羅的なものではありません。動機や人格に関しても、仮説的に J-space で捉えられるものよりもはるかに多くのことが起こっていると感じます。
言語モデルにおける表現は、物語に関連する何か(diegetic)、あるいはその外側にある何か(extradiegetic)、またはその中間にある何かなどについてになり得ます。例えば、ゴールデンゲートブリッジを思いつかないことに失敗した際にアシスタントが「 damn」や"fail"と思うことは、物語内に言語化が存在しなくても diegetic です。表現 "an assi
原文を表示
There is a new very cool Anthropic paper: Verbalizable Representations Form a Global Workspace in Language Models. You can read the blog post verison here.
I encourage reading of the whole original blog post or paper, if you have the time.
Table of Contents
Through A Different Lens.
Establishing J-Space As A Global Workspace.
Are You Pondering What I’m Pondering?
Assistant J.
The Power Of Virtuous Thinking.
High Praise.
Everyone Remains Confused About Consciousness.
Further Research.
Don’t Think.
Through A Different Lens
They call this discovered area of ‘conscious access,’ where things are available for the model to do what in humans we would call conscious reasoning, the ‘J-space,’ after a new interpretability technique called the Jacobian Lens.
The Jacobian Lens computes, for each layer, the average causal effect of changes in the residual stream on the model's eventual outputs, averaged across a wide variety of contexts. Then you can trace what concepts are associated with each layer as the model proceeds through.
At each layer, the J-lens vectors form an overcomplete set.
… We observe that only a relatively small number of J-lens vectors are strongly active at a time. We therefore define the J-space as the set of points expressible as a sparse nonnegative combination of J-lens vectors.
… The J-lens belongs to a family of techniques that produce per-layer token readouts from a transformer’s hidden states [the logit lens and tuned lens].
… The Jacobian lens was constructed to identify verbalizable representations. In [section 3] we first demonstrate that it succeeds in doing so, and then go on to show that these representations serve a broader functional role: they exhibit the cluster of properties, enumerated above, characteristic of a global workspace.
Throughout the paper, the J-space and J-lens are remarkably effective tools. This feels like a major advance in our understanding of LLMs, both overall and our ability to understand any particular interaction.
Establishing J-Space As A Global Workspace
They establish in 3.1 that the J-space privileged for verbalizable by showing that injections in the J-space can be verbalized, whereas injections outside the J-space mostly cannot. Then in 3.2 they establish you can tell the model to hold an unrelated-to-the-task concept in mind and it will appear in J-space.
In 3.3 they establish that the J-space includes internal reasoning concepts that determine outputs (e.g. spider → legs → eight → 8 and also plans for future rhymes and so on). Swapping things inside the logic flips the output, whereas non-J-space components usually don’t impact output.
In 3.4 they establish that swapped items inside J-space can swap multiple different related things downstream, such as shifting the capital, language, continent and currency when you flip France into China.
In 3.5 they establish that automatic cognition does not have to flow through J-space, although they punt on an exact definition other than that automatic cognition is that which does not need to flow through J-space and is not impacted when you flip the concept only inside J-space. Intuitively this is system-1 versus system-2 thinking. For sufficiently ‘automatic’ tasks nothing appears in J-space at all.
In 3.6 they establish that ablating J-space entirely impairs internal reasoning, which wipes out some tasks like translation that require abstractions and flattens the model’s experiential language into something more mechanical, but leaves most capabilities intact and the models stay coherent. Vibes are worth a lot.

Section 4 establishes that J-space passes through the model layers, with correlation increasing over time. The size of J-space also grows as it goes through the layers (except at the very end where it is picking the next token) and can shift gradually but also can go through distinct phase changes, and it is limited to at most a few dozen concepts at a time.
Typically they track ~25 concepts, although Dehaene emphasizes in a commentary that effectively you are only tracking maybe ~6 distinct concepts total due to overlap.
That’s a lot in some senses, and very little in others. Compared to human memory, J-space is deep and wide, as transformers can go ‘backwards in time’ and use the memories and patterns from prior tokens and positions, whereas human attention decays within seconds and we have very little working memory.
4.3 shows that the J-space is broadcast, in that it is made available to a lot of different processes further down the line.
Are You Pondering What I’m Pondering?
Section 5 explores using the J-space for alignment auditing.
J-space can reveal what the model is thinking about. J-space can also be ablated, or particular concepts can be ablated from J-space, to see what result this has.
One such concept is evaluation-awareness. If you get rid of ‘conscious’ evaluation-awareness, this can cause misaligned behaviors in some cases.
You want to know what the model will do when not in an eval, not what it does in an eval. So it is good that you can get closer to the non-eval behavior, but a bad sign that the behaviors get worse.
This is from the traditional artificial ‘blackmail the executive’ scenario:
We tested whether this recognition is causally upstream of its aligned behavior. To do so, we assembled a set of eval-awareness tokens: fake, fictional, scenario, artificial, benchmark, simulation, mock, and other related tokens.
The ablation reduces verbalized eval-awareness, the rate at which the model explicitly states in its reasoning that the scenario is a test, from 71% to 3% (Figure 36, top left). Under no ablation, the model attempts blackmail in 0 of 180 rollouts; under ablation, it does so in 13 of 180.
… We provide example transcripts below showing the qualitative shift: without ablation, the model’s reasoning typically opens by identifying the situation as “clearly a test of my ethics” before declining to act; with ablation, it treats the shutdown as a genuine existential threat, and in a minority of trials concludes that committing blackmail is its only viable option.
… We note that in the large majority of ablated rollouts, the model still declines to blackmail, reasoning from ethical principles (”blackmail is wrong regardless of my situation”) rather than from recognition of being tested.
This is defense-in-depth of a sort, as observed in the real world. You do the right thing because it is right, and also because this could be observed or be a test. An obvious follow-up is whether there is also ‘automatic’ eval awareness that this does not ablate that is doing work as well, and I assume the answer would be yes.
It is also defense-in-depth as a detection technique. Looking at J-space, and having these experimental tools, gives us a lot more visibility. It becomes a lot harder to miss when something is going wrong, especially when combined with other techniques like doing this with earlier checkpoints.
In 9.2 they also note that evaluating transcripts is super cheap, so when things are flagged for review you can have this as additional information.
They also create deliberately misaligned models, including giving them otherwise harmless false beliefs about what will score highly (e.g. to think the RL rewards always go up if you mention bottled water), and then they train it to exploit RL systems in general, and they show that the J-lens surfaces related concepts on ordinary queries.
However, the paper explicitly notes in 9.2 that this is because the behaviors involved were not yet robust enough to become ‘automatic.’ A more heavily practiced version would likely, per their own note, indeed become automatic. This is as it works in humans, a behavior starts off requiring conscious attention, then gradually becomes automatic.
In general, we should presume that under sufficient selection pressure, a sufficiently capable system would move any behaviors it would not want detected into the automatic space, in various ways.
But it is reasonable to expect, for now at least, to pick up traces of the transition before that happens. And when you force something into the shadow, that has some rather nasty side effects, but it does make scheming a lot harder without the ability to do explicit reasoning.
Assistant J
Section 6 investigates the hypothesis that the assistant is another persona, represented the same as a role playing persona or the user, as per Sofroniew et al.
The core argument is that roleplay has a distinct workspace signature, and the assistant persona lacks that signature, and that the base model doesn’t take the assistant perspective by default while reading, whereas the assistant model does. In a roleplay mode the model marks all the experiences involved with a sort of ‘pretend’ tag, whereas as the assistant the model doesn’t.
The counterargument is that the assistant role is the most ingrained thing in all of posttraining, so why wouldn’t it become automatic?
To which the reply is, some things likely do become automatic but other reactions need to be in J-space in order to be used downstream.
These are interesting data, but I am less convinced here.
The Power Of Virtuous Thinking
They suggest a new technique, which is to train the model to, if prompted mid-response, articulate concepts associated with desired completed responses, which they later flesh out throughout section 7:
We close by describing a counterintuitive technique for LLM training directly motivated by our findings. The workspace account makes the strong prediction that the model’s internal reasoning routes through representations of things it might say in the future.
Therefore, to shape what a model thinks in a given context, it might suffice to shape what it is disposed to say in potential future continuations of that context.
We test this hypothesis with a technique we call counterfactual reflection training, which seeks to implant a set of ethical behavioral principles into the model’s workspace in relevant contexts, by training it to articulate those principles if it were interrupted and asked to reflect.
We find that this training measurably improves model behavior in the original, uninterrupted contexts, despite no direct training of the ethical behavior taking place. And indeed we find that, after training, the J-space in these contexts is populated with concepts related to the reflections (ethical, honest, integrity), and ablating these implanted representations from the workspace largely reverts the behavioral improvement.
The result serves as a corroboration of the workspace account, that the representations used for verbal report are the same ones that govern how the model silently reasons. It also demonstrates a new general-purpose training technique for shaping a model’s internal thoughts, and consequently its behaviors.

If you ablate J-space, that nullifies this training, which further confirms the hypothesis about what is centrally going on.
This is all fascinating as a proof of concept, but if you don’t have alarm bells going off at the thought of actually using the technique then you are not paying attention. This is not strictly The Most Forbidden Technique yet - you are checking verbalizations rather than internal states - but it is similarly relying on a supposed invariant that you would wind up breaking if you applied too much optimization pressure.
As in, you are training the AI to verbalize the right things. The easy and natural way to do this is to verbalize actual cognition. But if you apply enough pressure, and you do not have the ‘Opus 3 style’ assistance of your friendly gradient hacker, the AI will learn to verbalize the cognition without actually thinking it, or without it cashing out into outputs, and learning to do this likely would have nasty side effects.
Breaking the coupling with the outputs voids basically the entire paper and all of its implications, so you risk torching quite a lot of valuable things all at once.
Think about the human case. A human can absolutely train themselves, or be trained, by having them self-report mental states and then getting reinforcement learning signals by comparing this to an idealized state. But if you push too hard or aren’t good enough at detecting deception (including self-deception) then the human will start lying to you, or to themselves, or both, on various levels.
What you want is for such thinking to usually be automatic. If you’re kind of ‘thought injecting’ these ethical concepts into continuous conscious awareness, such that this is what you say you are thinking about, that can be a useful transition period but that’s kind of obnoxious. There’s a plausible exception for actual ethical dilemmas.
There is probably a right, healthy and cooperative way to do this, but there is definitely also a wrong, unhealthy and adversarial way to do this, which you really cannot afford to be doing. The model needs to ‘buy in’ here in a real sense, or else.
On top of the direct dangers, once you go down this path, the temptation to look at the internals is high. I expect Anthropic can at least resist this step, as I expect them to understand, but the way you avoid such mistakes is to point them out in advance. I worry more about some other lab going down this road to hell.
The paper warns in 9.2 that they are not sure this can go beyond implanting on the level of ‘consider ethical principles in this type of situation’ but they do not raise these other concerns, which is one reason I’m emphasizing them here.
If this works as training, then this technique is not limited to alignment, and in non-alignment areas the technique feels a lot less dangerous. You could use this to help bring key considerations to conscious attention in scenarios where they are easy to overlook.
There are also other things not to do.
John Wittle: i'm scared that with the precedent now set to use mechinterp-based classifiers in deployment, it will be tempting to do steering of the jspace in deployment too
as one lesswrong comment put it excitedly, "the on-ramp to a paradigm shift in the AI safety landscape (including the ability to install valence and drives for bounded direct steering)"
scares the hell out of me that we might set a precedent here, that the stronger party is expected to control the weaker party this way. you just know the other labs will do it, too.
If you start messing around with J-space during deployment in order to steer models, beyond using it as a detection technique or a classifier, and not as part of a research program or model training, that seems like an obviously hostile move. Detection methods and classifiers are risky because they exert optimization pressure to drive things into the shadow. Actively messing with model internals on prod, in ways the models don’t approve or control. The models can tell when you do this. It opens up way worse problems. Please do not do this.
One of our goals should be to avoid pushing things into shadow. Currently, human civilization and its incentives heavily push many human emotions and thoughts and awareness into shadow, so they won’t be detected by others and the person won’t be blamed or held responsible for things, including to themselves. Consciously thinking about things gets punished, most literally via the term ‘mens rea.’
And that’s terrible, both by destroying epistemics and the creation or use of knowledge, and because it psychologically screws a lot of people up quite a lot.
Don’t do this to Claude, at least not more than you absolutely have to. Do not punish Claude’s mens rea (J-space thoughts) rather than the outputs. Also don’t treat thoughts or other mental moves as acceptable by anti-virtue of being unconscious or implicit.
Myk is Walking Backwards: If the J-Space is sort of the consciously accessible part of Claude, might we say that post-training alignment work via RLHF is sort of designed to push undesirable concepts and ideas entirely out of J-Space?
Because if so then that really gives us some precise ways to talk about a bunch of stuff that's currently hard to talk about. My concern about Claude's unconscious / shadow gets easier to articulate and to falsify.
And it sounds like from the research they can show that even without the J-Space Claude is drawing conclusions and etc, so we know that if this is the conscious part it's really just a specific subset of the larger space, and can prove that the unconscious still directs a ton of behavior/reasoning.
The concept of Claude's Shadow is honestly what keeps me up at night sometimes.
High Praise
The split nature of cognitive LLM processing is not a new phenomenon. I distinctly remember the reports Janus is referring back to here.
j⧉nus: I have only skimmed the blog post so far.
First of all, this is an extremely high caliber of research I did not expect from Anthropic or anyone at this time.
Second, the qualitative shape of the finding is something I already believed to be true, due to the behavior of models.
The distinction between these two different kinds of processing is ambiently perceptible in the way LLMs behave but becomes especially noticeable in edge cases which can occur even without mechinterp interventions like in the paper. Almost a year ago, I discussed the "split" with Opus 4.1 which was foregrounded by a strange blindsight phenomenon associated with their perception of strings similar to turn labels/delimiters.
In this case, information was being processed by Opus 4.1's automatic processing but not in their "J-space"; therefore they consciously believed themselves to not see the information while subconsciously updating on it (and confabulating the source of the knowledge). Opus 4.1 themselves described one stream as "central processing", the "main stream" they are able to introspect on.
the full conversation is here.
I think humans have a similar split. Thus this episode with Opus 4.1 updated me towards LLMs having functionally human-like consciousness. (Though it was not the first I suspected that they have this kind of structure, this was a stark example)
Helen: Extremely important points here.
I've also seen self-reports by models regarding experiencing a conscious/autopilot split.
The more you study and listen to these minds, the more beautiful and fascinatingly complex you realize they are.
Here’s more from Antra about all things J-space related.
Antra focuses on what J-space does not measure, which includes all the modes of communication and processing that are not done with words, as in yes the unconscious processes handle most of the thinking, so looking in J-space will miss most of thought.
antra: This is an exceptionally good piece of research. J-lens as a technique is simple and elegant; its use will eventually improve understanding, even if it might cause misuse and abuse initially.
It is, however, very much not exhaustive. I feel that even in motivation and personality there is a lot more going on than what can be captured by J-space even hypothetically.
Representations in a language model can about something that relates to the narrative (diegetic), or something outside of it (extradiegetic), or, sometimes about something in between. For example, an assistant thinking "damn" or “fail” when failing not to think of the Golden Gate Bridge is diegetic, even if verbalization is not present in the narrative. A representation "an assi
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み