Brad Zhang / public archive

Brad Zhang

AI product notes, agent workflow writing, and open-source dossiers for founders and early technical teams.

WeChat Import / 中文

When Agents Forget,

Design Finally Begins

Forgetfulness is not a defect to eliminate. It is one of the constraints that reveals what the system actually values.

March 2026 / 10 min read / Agents

Visual structure

Essay structure map

Built from summary and key paragraph positions

When Agents Forget, Design Finally BeginsTHESISForgetfulness is not adefect to eliminate.It is one of theconstraints thatSIGNALThe third handoff inan agent workflow isoften where theillusion breaks.OPERATORThat is whyrecoverability mattersmore than continuitytheater. Good systemsIMPLICATIONIn that sense,forgetting is not theopposite of design. Itis what forces design
Mermaid outline
flowchart LR
  thesis["Forgetfulness is not a defect to eliminate. It is one of the constraints that reveals what the system actua..."]
  signal["The third handoff in an agent workflow is often where the illusion breaks. Responsibility becomes vague, co..."]
  operator["That is why recoverability matters more than continuity theater. Good systems survive partial forgetting by..."]
  implication["In that sense, forgetting is not the opposite of design. It is what forces design to become visible."]
  thesis -->|frames| signal
  signal -->|develops| operator
  operator -->|lands in| implication

The third handoff in an agent workflow is often where the illusion breaks. Responsibility becomes vague, context becomes inherited rather than owned, and every participant assumes someone else is still tracking the missing details.

That is why recoverability matters more than continuity theater. Good systems survive partial forgetting by keeping explicit checkpoints, ownership boundaries, and summaries that can be audited.

In that sense, forgetting is not the opposite of design. It is what forces design to become visible.

When Agents Forget, Design Finally Begins