Working Notes on Agent Systems/Brad Zhang

@teach_fireworks / X longform

The significance of J-space is to give the previously black-box model reasoning an opportunity for

The significance of J-space is to give the previously black-box model reasoning an opportunity for observability and human intervention and control, so that corrections can...

July 7, 2026 · 2 min read

The significance of J-space is to give the previously black-box model reasoning an opportunity for
Figure 1 / source image

The significance of J-space is to give the previously black-box model reasoning an opportunity for observability and human intervention and control, so that corrections can be completed before the model is output.

Prompt engineering is to change the input; CoT is to let the model write out the reasoning; J-space engineering is to start touching the working memory and attention allocation inside the model.

Going further, if the multi-modal model also grows a similar workspace, the robot may be able to read "grab the edge of the cup", "avoid the blade" and "the table is slippery" before executing; Before the image model is generated, you can read "The face similarity is too high" and "The copyright style is too close"; before the enterprise agent operates, you can read "I actually don't have permission." The general principle: Transformer layers and residual stream, which means that each layer of the model will pass the hidden state forward.

The Jacobian lens in the middle is used to project the readable concept basis from these hidden states, that is, which internal directions are related to subsequent reportable concepts.

J-space core: The upstream hidden activations will write the intermediate representation, and the downstream reasoning, reporting, policy check, and tool gating will read from it.

This way it will participate in the internal state of subsequent calculations.

intervention: Researchers can perform operations such as patch, project, ablate, rotate, etc.

on J-space to observe how downstream behavior changes.

This is where J-space is valuable: it can not only be read, but can also be intervened to verify whether an internal representation is actually involved in reasoning.

J-space occurs before the model speaks, and the output is only part of its downstream results.

Visual summary

Article argument map

Generated from the post's content graph

FORMATTOPICCAPABILITYMARKETcoverscoverscoverscoverscoverssignalssignalsFORMATlongform noteTOPICagentsTOPICharness engineeringTOPICtechnical distributionTOPICmemoryTOPICretrievalCAPABILITYagent workflowCAPABILITYdeveloper tooling
Mermaid outline
flowchart LR
  format-long_post["longform note"]
  topic-agents["agents"]
  topic-harness-engineering["harness engineering"]
  topic-technical-distribution["technical distribution"]
  topic-memory["memory"]
  topic-retrieval["retrieval"]
  capability-agent-workflow["agent workflow"]
  capability-developer-tooling["developer tooling"]
  format-long_post -->|covers| topic-agents
  format-long_post -->|covers| topic-harness-engineering
  format-long_post -->|covers| topic-technical-distribution
  format-long_post -->|covers| topic-memory
  format-long_post -->|covers| topic-retrieval
  format-long_post -->|signals| capability-agent-workflow
  format-long_post -->|signals| capability-developer-tooling

Visual structure

Essay structure map

Built from summary and key paragraph positions

The significance of J-space is to give the previously black-box model reasoning an op...THESISThe significance ofJ-space is to give thepreviously black-boxmodel reasoning anSIGNALThe significance ofJ-space is to give thepreviously black-boxmodel reasoning anOPERATORThis way it willparticipate in theinternal state ofsubsequentIMPLICATIONJ-space occurs beforethe model speaks, andthe output is onlypart of its downstream
Mermaid outline
flowchart LR
  thesis["The significance of J-space is to give the previously black-box model reasoning an opportunity for observab..."]
  signal["The significance of J-space is to give the previously black-box model reasoning an opportunity for observab..."]
  operator["This way it will participate in the internal state of subsequent calculations."]
  implication["J-space occurs before the model speaks, and the output is only part of its downstream results."]
  thesis -->|frames| signal
  signal -->|develops| operator
  operator -->|lands in| implication

Source: View the original post