Discussion about this post

User's avatar
Goutham N's avatar

Curious whether this framework extends to agentic systems where advice shapes the planner's internal search over many iterations. For example, suppose an agent repeatedly asks an untrusted adviser which subproblem to tackle next. Each recommendation may be locally reasonable, but a slight bias in those recommendations can gradually steer the planner away from important parts of the search space. Here the cumulative effect is a drift in the agent's internal planning process that might eventually change the final outcome. It seems like, in this setting, the object to control is not individual advice but cumulative influence over the planner's search.

Kurt Pieper's avatar

While I agree that reducing "channel capacity" is in principle a promising path towards control, as soon as it becomes a selection-force bottleneck, the compression ratio of your encoding rises massively (e.g., bits per character). We might define a regularizer, or an Occam's razor, in this way: i.e., an information bottleneck constraining a selection force.

This, however, cuts against interpretability:

By analogy, suppose the layers 1, ..., N - 1 are an untrusted model U, which must steer the world through the last layer N, our trusted model T. The information bottleneck between them is the activation vector dimension.

Every interpretability method can be described as taking a dense encoding (e.g., the activation vector) and projecting it into a redundant one (e.g., a sparse vector, recently natural language). So the tradeoff is kind of "less stuff to review in total" but "much more dense stuff to review".

2 more comments...

No posts

Ready for more?