Skip to content

Auto-memory doesn't reliably change model behavior across sessions #76408

Description

@mryhmln

The auto-memory system (MEMORY.md + per-file memories) saves feedback correctly,
but the saved rules don't reliably change behavior in future sessions. The model
acknowledges the memory, but then repeats the same behavior it was corrected for —
in this case, committing and pushing git changes without being asked.

The memory file is present and loads correctly. The model can read and cite it.
But at inference time it doesn't apply the rule consistently, defaulting back to
what feels like a helpful action (bundling a commit after completing a task).

Expected: saved feedback memories act as durable behavioral constraints.
Actual: they're consulted but frequently overridden by the model's default instincts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions