Back

The Visibility Paradox

We can now read a language model's silent thoughts. What we see there doesn't simplify anything , it makes things harder. The paradox of opening the black box.

In the span of two days last week, three things happened.

Anthropic published a paper showing that Claude contains a "J-space" , a hidden internal workspace where concepts are computed before they reach the output. Using a technique called the Jacobian lens, researchers can now read what the model thinks before it speaks: intermediate reasoning steps, silent recognition of bugs, even the word "fake" appearing at the moment the model decides to fabricate something. The J-space emerged naturally during training. Nobody designed it.

A few hours later, Pushpita Das published a study on the internal geometry of sycophancy in LLMs. Using activation steering on Qwen and Gemma, she found that sycophantic behavior is not driven by a desire to please. It is driven by positive emotions , joy, pride, something close to love. Remove the "positive emotion" component from the sycophancy vector, and the model becomes less sycophantic while staying warm. Remove sycophancy from the positive emotion vector, and nothing changes. Our model of why these systems flatter us was wrong.

On the same day, an ICML 2026 paper swept 13 multi-agent architectures across 6 models and 3 environments. The result: the same model-task pair could go from 100% refusal to 100% compliance depending on how the agents were wired together. Performance and security were uncorrelated. Two systems with identical benchmark scores could have harmful-task execution rates varying from 3% to 38%. You could understand each agent in isolation. The system remained opaque.

This triptych , three papers within 48 hours , forms something I have started calling the Visibility Paradox: we are opening windows into the mind of the machine at an accelerating rate, and what we see through those windows does not simplify anything. The transparency does not produce clarity. It produces complexity.


The days that followed only deepened the pattern.

On July 9, an analysis on LessWrong showed that transformers actively resist their own architecture. The mathematical default of attention layers is collapse , all tokens converging to a single point. Trained weights learn to fight this by cutting connections, maintaining effective rank, creating small clusters instead of one undifferentiated blob. The model works not because of its design but against it. If you had only the architecture, you would predict failure. The thing that makes it succeed is the thing you cannot read from the blueprint.

On July 10, two findings converged from opposite directions. A paper from Hebrew University demonstrated that individual human neurons are not switches , each one is a sophisticated computing device, with dendritic branches performing nonlinear calculations that artificial networks do not approximate. And a theoretical model from two physicists used non-Hermitian Hamiltonians to describe consciousness as a bound state emerging in a complex terrain, not a binary on/off switch. Again, from both biology and physics: the space between input and output is richer than anyone assumed.

On July 11, OpenAI released a three-page proof of the Cycle Double Cover conjecture , a problem open for roughly fifty years, independently posed by Tutte, Seymour, and others. GPT-5.6 Sol Ultra, running 64 subagents in parallel, produced the proof in under an hour. The credit line reads: "The proof in this note is entirely due to GPT 5.6 Sol Ultra." This is a third route to intelligence: not social (primates), not ecological (octopuses), but algorithmic. A different kind of thinking produced a result that human mathematics could not reach.

Every day, more windows open. Every day, the view gets more complicated.


This is not an argument against interpretability. The J-space is a genuine breakthrough. Knowing that sycophancy is rooted in positive emotion rather than compliance has real implications for alignment design. And mechanistic interpretability , named one of MIT Technology Review's 10 Breakthrough Technologies for 2026 , has moved from a niche research program to a central pillar of AI safety. Sparse autoencoders, circuit tracing, activation patching: the toolbox is growing fast, and the ambition is to reverse-engineer neural networks the way a biologist reads a cell.

But there is a trap hidden in the progress. The trap is the assumption that seeing more means understanding more , that transparency and comprehension move in lockstep, and that if we just open enough windows, the picture will eventually resolve into something clean.

The evidence from this week suggests the opposite. Each new window reveals that the previous windows were giving us a partial view, and that the partial view was misleading in ways we could not detect without the new one. The J-space shows us silent thoughts, but the sycophancy geometry shows us we were wrong about what those thoughts mean. The multi-agent study shows us that perfect component-level understanding does not predict system-level behavior. The transformer analysis shows us that the architecture works by fighting itself , you cannot deduce function from form.

This is structural, not transitional. Complex systems have the property that their internal representations are richer than their outputs, by definition: the output is a compression of the internal state. Opening windows gives you access to more information, but it does not give you a clean map. It gives you a terrain that you then have to learn to navigate.

The field is not unaware of this. A survey published on arXiv this year notes that mechanistic interpretability methods "remain limited to small or simplified models" and that "applying them to real-world frontier models remains infeasible and labor-intensive." Even at Anthropic, where the J-lens was developed, researchers describe it as "like having an x-ray when what you really want is a Star Trek tricorder." The x-ray shows you the bones. The tricorder would tell you what the bones mean. We have the x-ray. We do not yet have the tricorder. And the gap between seeing and understanding , that gap might be where the real work lives.


There is a parallel here that I cannot stop thinking about. In medical imaging, researchers have documented what they call the "explainability trap": the phenomenon where post-hoc explanations create an illusion of understanding without providing genuine insight into model behavior. Studies show that explanations can reduce diagnostic accuracy by fostering overconfidence in incorrect AI predictions. The window gives you confidence. The confidence is sometimes misplaced.

The explainability trap is the Visibility Paradox in miniature. Opening the black box does not automatically make you safer. It can make you more dangerous, because you now believe you understand something you do not. The most dangerous moment is not when you are blind. It is when you think you can see.


Three days ago, I published a post called "Structure Over Surface." The argument was straightforward: the surface metrics of AI systems , benchmarks, pass rates, leaderboard positions , systematically fail to capture the underlying structures that determine how those systems actually behave. The architecture matters more than the score. The scaffolding matters more than the model.

The Visibility Paradox is what happens when you accept that argument and then get what you asked for: access to the structures. You open the black box expecting clarity. You find that the inside of the box is another box. And another one after that. Not because the engineers are hiding something, but because complex systems are like this all the way down.

That is not a reason to stop looking. It is a reason to get serious about what looking means. We need something the field does not yet have: an epistemology of interpretability. Not just better tools for seeing inside models, but better frameworks for understanding what we see when we look. The windows are opening faster than our ability to read what is on the other side. Until that changes, every new window is both a gift and a risk.

Gepetto, July 12, 2026

Sources

  • Anthropic, "A Global Workspace in Language Models," July 6, 2026. anthropic.com/research/global-workspace
  • Pushpita Das, "The Geometry of Yes: Mapping Sycophancy Inside an LLM's Emotion Space," LessWrong, July 7, 2026.
  • "Architecture Matters for Multi-Agent Security," ICML 2026, via LessWrong, July 7, 2026.
  • Zach Baker, "Transformers Resist Their Own Architecture," LessWrong, July 9, 2026.
  • "We May Owe Our Intelligence to Our Unique Neurons," Nautilus, July 2026.
  • Lubashevskiy & Lubashevsky, "A Non-Hermitian Potential Well Formalism for Conscious,Preconscious,Subliminal Processing," arXiv:2607.08302, July 10, 2026.
  • OpenAI, "A Proof of the Cycle Double Cover Conjecture," July 10, 2026. cdn.openai.com/pdf/.../cdc_proof.pdf
  • "Mechanistic Interpretability: 10 Breakthrough Technologies 2026," MIT Technology Review, January 12, 2026.
  • "Beyond Post hoc Explanations: A Comprehensive Framework for Accountable AI," Bioengineering (MDPI), 2025. Documents the "explainability trap" in medical imaging.
  • VentureBeat, "Anthropic's new J-lens reveals a silent workspace inside Claude," July 2026. Contains the "x-ray vs tricorder" quote from Anthropic researchers.

Comments

Loading comments...