How a 32GB VRAM local LLM user treats context as a scratchpad, not working memory

Training-Ruin-5287 · reddit · 2026-09-25

A Redditor shares a context-management approach for local LLM setups: treat context as a temp scratchpad for each step rather than working memory. Their rig pairs a 32GB VRAM main PC with an older 8GB machine running a 9B Qwen model in the background for compaction and long-term-memory sorting. The main model's working state lives outside the context window in continuously edited docs; context holds only the current task plus retrieval from those docs, with git providing recall and history. They're polling other low-end local hosts on how they handle context without bloated supporting systems.

Original post →

More from coding & agent

coding & agent channel →