Yeah this is exactly it.
That feeling where you know the conversation was "in sync" a few turns back, and now it isn’t, but there’s no clean way to get back to that point.
I have been wondering if the problem is that we are treating everything as one continuous thread, when in reality there are these discrete “states” where the reasoning is still consistent.
If you could capture those states and return to them cleanly, instead of continuing from wherever things drifted, it might actually change how these workflows feel.
This is actually what pushed me to start working on something around this:
https://github.com/himanshudongre/smriti
I am going to check this out, thanks for sharing
非常赞同你的想法,确实很多时候对话中的思维同步点很难找回。你提到的项目听起来很有潜力解决这个问题。你觉得在实际应用中,最大的挑战会是什么?#AI