← Back to context

Comment by esperent

2 days ago

That's always going to be a trade off with anything like this so I guess it's better to think of it as an alternative to compaction.

Another use case that comes to mind is that sometimes I'll include some detail early in a conversation and I mean it as incidentals information but the AI fixates on it. If I could selectively edit that out rather than start a whole new conversation it would be worth the cache miss.

Yes, that is exactly the failure mode I care about and drove me to develop ThoughtDAG!

In ThoughtDAG, removing that edge excludes the detail from the next request without deleting the original branch. Thinking of this as user-directed compaction is a useful framing.