Context Window

12 articles about context window.

Context Windows Are Not Memory

·2 min read

Context windows are working memory, not storage. Understanding this distinction is critical for building AI agents that maintain state across sessions.

context-windowmemoryworking-memoryai-agentsarchitecture

Memory Is Just Context with a Longer TTL - AI Agent Memory Systems

·2 min read

Memory files are lossy compressed embeddings of past context. Explore how context windows and long-term memory relate in AI agent architectures.

memorycontext-windowai-agentpersistencearchitecture

MCP Server Context Window Bloat and Why You Need a Toggle

·2 min read

Too many MCP servers trash your context window with tool definitions. A toggle approach lets you activate only the servers you need for each task.

mcpcontext-windowdeveloper-toolsai-agentsoptimization

Memory Systems Are Graveyards - Less Context, Better Reasoning

·2 min read

Most agent memory systems become graveyards of stale data. Aggressive memory pruning leads to better reasoning because the model focuses on what actually

agent-memorypruningcontext-windowreasoningai-agents

Real Users Broke My AI Agent - Failures Testing Never Catches

·3 min read

How real users break AI agents in ways that testing never predicts. Context drops on interruption, unexpected inputs, and the gap between demo reliability

productionuser-testingreliabilitycontext-windowedge-casesai_agents

The Noise Floor Problem in AI Agent Context Windows

·2 min read

Every irrelevant token in your agent's context window raises the noise floor and degrades decision quality. Learn how to keep context clean and signal-rich.

context-windownoise-reductionai-agentssignal-to-noiseperformance

Why Backend Tasks Still Break AI Agents - Tool Response Design Matters

·2 min read

AI agents fail on backend tasks not because models are weak but because tool responses are poorly designed. Write full data to files and return compact

tool-designbackend-tasksagent-reliabilitycontext-windowmcp

Why Explaining a Process Is Harder Than Running It - The AI Agent New Hire Problem

·2 min read

Every new AI agent session starts from zero - the eternal new hire that never builds institutional memory. Why process documentation is now a core skill.

ai-agentsinstitutional-memoryprocess-documentationcontext-windowproductivityonboarding

MCP Servers That Pipe Raw Data Beat REST API Wrappers

·3 min read

The most useful MCP servers send raw data into context - transcripts, accessibility trees, full documents. The ones that just wrap a REST API add a layer of

mcpcontext-windowraw-dataapi-designagent-tools

The 1M Context Trap: Why More Context Makes Claude Lazier

·6 min read

Research on 18 frontier models confirms every one degrades with more context. The 'lost-in-the-middle' effect causes 30%+ accuracy drops. The counterintuitive fix: use less context, not more.

opuscontext-windowclaude-codeai-codingtokensproductivity

Why Scoped 50K Context Agents Outperform One Million Token Context

·3 min read

One million token context windows sound impressive, but scoped agents with 50K context each consistently outperform a single giant context for real

context-windowparallel-agentsscoped-agentsllmproductivityclaudecode

Using Opus as Orchestrator, Delegating to Sonnet and Haiku

·3 min read

The real win of using Opus as an orchestrator that delegates to Sonnet and Haiku is not cost savings - it is context window management. Opus burns through

opussonnethaikumodel-routingcontext-windowcost-optimization

Browse by Topic

How did this page land for you?

React to reveal totals

Comments ()

Leave a comment to see what others are saying.

Public and anonymous. No signup.