2 ms·
> How do you all keep your context so low? Complex tasks just balloon it in my experience. By breaking the problem into discrete steps and aggressively restart
by JamesSwift 12d ago
> How do you all keep your context so low? Complex tasks just balloon it in my experience.
By breaking the problem into discrete steps and aggressively restarting the prompt from the current state after completion of said steps
- embedding-shape 12d agoAKA "divide and conquer", how we programmers been fighting ever bigger and more complex problems since probably forever.