Basically, re-iterate the original instructions each time, describe last 2 moves in details, and provide brief summary of all the previous moves.
Can have much longer games this way - maybe this deserves to be a python script.
I like it. Tried something similar early on, but decided it wasn't worth it because the ChatGPT context window is only enough to run for 10-20 turns anyway. But with Claude's 100k token context window, this should work great. Thank you.
I'm sure there are ways around this if you use the API and connect it to a MySQL database to allow users to "save" their spot... I'm not technical so my understanding of what's involved is hazy, but curious if people have ideas of how to do this simply. But for my current use case, I'm working with dozens/hundreds of college students so I need to make sure the whole thing is free. I've applied for a grant that could fund use of the API though, fingers crossed.
Basically, re-iterate the original instructions each time, describe last 2 moves in details, and provide brief summary of all the previous moves. Can have much longer games this way - maybe this deserves to be a python script.