Stop Stuffing Your LLM's Context Window, by César Soto Valero
This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).
A conference talk transcript covering context engineering for LLMs. The speaker explains why the context window is the LLM's working memory and why stuffing it with irrelevant tokens degrades quality, increases cost, and raises latency due to quadratic attention complexity. Three core problems are identified: context rot (stale information), context confusion (conflicting instructions from system vs. user prompts), and context pollution (irrelevant data drowning out key signals). Additional challenges include tool overflow in multi-agent systems and the 'lost in the middle' effect. Mitigation strategies discussed include compaction, summarization, agent specialization, modular skills, and context routers with intent classifiers and context assemblers.