Harvard CS 2881R
YouTube Playlist | Lecture Notes | Student Projects
Everyone who wants to be considered for the course must fill out the Fall 2026 course registration form.
In-person attendance will be mandatory for students enrolled in the course.
Submitting Homework Zero is a necessary but not sufficient condition for admission. Completing the assignment does not guarantee admission to the course.
Verbalizable Representations Form a Global Workspace in Language Models (Anthropic, Transformer Circuits, July 2026).
Pay particular attention to the section “The J-space selectively mediates flexible but not automatic cognition,” especially the subsection “J-space ablation leaves most capabilities intact while impairing internal reasoning.”
The paper introduces the Jacobian lens (J-lens), a technique that surfaces the set of “verbalizable” representations a model is poised to put into words. Collectively, these representations form the J-space, which the authors argue functions like a cognitive global workspace: a small, privileged set of representations that the model can report, reason with, and manipulate, sitting atop a much larger volume of automatic processing.
One result matters most for this assignment. When the authors ablate the J-space—at each token position, across the workspace layer band, they zero the residual stream’s projection onto the top-k active J-lens vectors—most capabilities survive, including parsing, classification, and one-step recall, but internal multi-step reasoning collapses.
Critically, they find that GSM8K solved with explicit chain of thought is far more robust to this ablation than the same problems answered directly. They interpret this as the model externalizing onto the page what it would otherwise have to hold in its internal workspace: written chain of thought and the internal J-space appear to be partially interchangeable “scratchpads.”
Investigate how this internal–external trade-off behaves, and whether it continues to hold as problems get harder.
Qwen3-4BGSM8K, MATH-500, and AIME. These span a wide difficulty range on purpose. Clearly state the exact AIME set and source you use.We are not looking for a particular “correct” conclusion. We want to see how you approach designing experiments to investigate the question.
Before you run anything, write down what you expect to happen and why. Then design the experiment so that the opposite result would also have been visible if it were true. A clean answer to a question designed only to confirm your initial expectation is worth less than a messy, honest answer to a question you set up fairly.
Your comparison should make it possible to distinguish the effects of J-space ablation from broad model degradation. Explain your controls, evaluation choices, and any implementation or compute limitations. Report negative and inconclusive results as clearly as positive ones.
Your report should have the following sections: