// llm
LLM
3 articles in this category.
AI Agent Memory: What to Store, What to Forget, and Why the Write Path Matters
Agent memory is a real discipline now. The four types, why retrieval is the easy half, and how a naive memory system quietly poisons its own context.
Context Rot: Why Your LLM Gets Worse the More You Give It
More tokens in, worse output out — even well inside the context window. What context rot is, how it differs from lost-in-the-middle, and how to fix it.
Building a Production RAG Pipeline That Doesn't Hallucinate
A practical walkthrough of the retrieval, chunking, and grounding choices that separate a demo RAG app from one you can ship.