|
|
|
|
|
by loudmax
266 days ago
|
|
I wouldn't take it for granted that Claude isn't re-reading your entire context each time it runs. When you run llama.cpp on your home computer, it holds onto the key-value cache from previous runs in memory. Presumably Claude does something analogous, though on a much larger scale. Maybe Claude holds onto that key-value cache indefinitely, but my naive expectation would be that it only holds onto it for however long it expects you to keep the context going. If you walk away from your computer and resume the context the next day, I'd expect Claude to re-read your entire context all over again. At best, you're getting some performance benefit keeping this context going, but you are subjecting yourself to context rot. Someone familiar with running Claude or industrial-strength SOTA models might have more insight. |
|