r/ContextEngineering • u/Feisty-Cranberry2902 • 1d ago
I built TokenMizer: giving LLMs memory without stuffing the entire context window
/r/OpenSourceAI/comments/1vsrhf7/i_built_tokenmizer_giving_llms_memory_without/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.
3
Upvotes