» Tag
context-window
2 posts6–Jul 12, 2026
Why AI Agents Forget by Design: The Memory Problem
LLM APIs are stateless by design, and the context window is not real memory. This architectural choice drives cost, latency, and consistency failures in production agents.
ai-agentsllmmemorycontext-windowLayer-First Pattern Cuts LLM Overload in Map Generation
RidgeText stores map layers server-side instead of passing raw GeoJSON to the LLM, cutting tool-call context from roughly 125,000 tokens down to about 150.
llmgeojsonmapboxtool-calling