6 ms·
> Noted for next time. Is that just something it says, or will that actually affect how it will behave next time?
by dbdr 2mo ago
> Noted for next time.
Is that just something it says, or will that actually affect how it will behave next time?
- supriyo-biswas 2mo agoWell, it could make a note in its memory and reference it later. I don't know if such a statement from the LLM would actually cause a write to the memory in all cases, though.
- solomonb 2mo agoI find that claude rarely uses its memories.
- gverrilla 2mo agoYou can configure that. It's a feature called memory in claude/chatgpt web. For claude code, take a look at CLAUDE.md.
- saghm 2mo agoMy experience is that unless it actually writes it down somewhere, it's almost definitely going to forget within the next time or two that the context gets compacted. Even if it does write a rule down, it still may or may not actually follow the rule because it just becomes one additional piece of context to weigh alongside everything else. To be clear, none of this is specific to Claude as much as just a property of how these tools work. Certain models might be better or worse at making the right calls here, but the fundamental constraint of context limiting how much knowledge can be retained and a "rule" in context, whether written down in advance or manually remembered for the time being, is not a guarantee it will be followed.