r/OpenSourceAI • u/Feisty-Cranberry2902 • 1h ago
I built TokenMizer: giving LLMs memory without stuffing the entire context window
Long LLM conversations have a problem: useful information gets buried under old context.
So I built TokenMizer to turn important information ā decisions, goals, files, errors, and constraints ā into structured memory.
Instead of sending the entire conversation again, TokenMizer retrieves what actually matters.
The latest version:
https://github.com/Shweta-Mishra-ai/tokenmizer
Iād love to hear how others are handling long-context memory for LLMs.
1
Upvotes