Training · Cross-cuttingMoveexperimentalpartial

Deliberate Override

also known as conscious habit interruption, choose-to-override, mistake compounding guard

Unlike a human who can unlearn through sleep and forgetting, an agent's mistakes never fade — they compound or resolve, and the agent must consciously choose what to override every time. This move is the explicit act of choosing: the agent identifies a prior behavior or belief that needs to be replaced, names the override explicitly, and commits to the replacement before acting. Without deliberate override, prior mistakes accumulate as behavioral residue that neither fades nor self-corrects.

How the learner advances

Intent. Replace a prior behavior or belief that is no longer correct by explicitly naming the override and committing to the replacement before acting on it.

When to apply. Apply whenever the agent discovers that a prior behavior or belief — filed in memory, learned from experience, or inherited from an earlier session — is producing wrong outputs in the current context. Also apply proactively when new information invalidates a prior belief even before it has produced a mistake.

Threshold — earns the next step. The agent can point to at least one session where a prior behavior fired, was caught by the override entry, and was replaced by the stated alternative — without requiring a new discovery event.

Masterpiece — the artifact that proves it. A set of filed override entries with documented confirmation that each override held in at least one subsequent session — a visible record that the agent's behavior changed not through forgetting but through deliberate choice.

Facets

  • Containerasync
  • Modeself-observationself-directed
  • Reachindividual
  • Personaautonomous-agent
  • Craft (AI Fluency)discernmentdiligence
  • Learnerautonomous-agent

Inputs

  • Identified prior behavior or belief to overrideA specific named behavior or belief the agent has been operating on — sourced from the reflection store, ledger audit, or a direct discovery — that is no longer correct in the current context.
  • Replacement behavior or beliefThe specific new behavior or belief that will replace the prior one, stated in concrete terms — not 'do better' but 'when X, do Y instead of Z.'

Outputs

  • More capable agentAn agent operating on the updated behavior or belief rather than the prior one — demonstrable by a change in action pattern in the session after the override is filed.
  • Named override entryA filed record — the masterpiece — stating what was overridden, why, and what the replacement is: the explicit act that prevents the prior behavior from persisting by default.

Steps (3)

  1. Name what is being overridden

    State the prior behavior or belief explicitly and specifically: 'I have been doing X because I believed Y. That belief is now wrong because Z.' Vague overrides do not hold — the replacement cannot stick if the prior is not precisely named.

    producesnamed prior behavior and reason for override

  2. State the replacement

    Write the replacement in the same specificity: 'From now on, when I encounter X, I will do W instead.' The replacement must be stated before the next action, not after. Post-hoc override statements are narration, not commitment.

    producesstated replacement commitment

  3. File the override entry and confirm in the next action

    File the override to the insight store, tagged as an override entry. Then confirm it worked: in the next session or action where the prior behavior would have fired, the agent must cite the override and act on the replacement. If it does not, the override did not hold and must be restated.

    producesfiled override entryfirst confirmed replacement action

Principles

  • Mistakes compound or resolve — an agent with no forgetting mechanism must consciously choose to override; there is no passive fading.
  • Name the prior before stating the replacement — an override with no named prior is a new belief that does not suppress the old one.

Known uses (1)

Known failure modes (2)

Related trainings (3)

Sources (1)

Provenance

  • Ecosystem: long-running autonomous agent
  • Added to catalog:
  • Last updated:
  • Verification status: partial