» Tag
context-window
6 postsThe Real Cost of Multi-Agent AI Systems: Context, Not Parallelism
A multi-agent Claude Code session reveals the real cost isn't parallel subagents but context pollution from raw transcript dumps in the orchestrator.
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.
Context Warp Drive: Deterministic, Zero-LLM Context Compaction
Context Warp Drive folds agent context deterministically with no LLM calls, cutting costs up to 72% while keeping 94% fact retention.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comToken Drift Explained: Why AI Agents Get Slower and Pricier
A breakdown of token drift in LLM agents: why session costs grow quadratically and how context budgets keep long-running agents efficient.
Context bankruptcy: why coding agents need strategic forgetting
Massive context windows don't make coding agents smarter; they can cause 'context bankruptcy'. Learn how AST-based pruning and dynamic ignore files restore agent reliability.
Layer-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.