Tag: context-engineering
All the articles with the tag "context-engineering".
-
AI Explainer 2 ReferencesAgents Don't Have Memory. They Have Four Boundaries That Decide What Survives.
A working agent doesn't "remember" across sessions — it writes state through four deterministic boundaries before the context window resets. Here's how to design them so nothing important gets silently dropped.
-
Field Log 7 ReferencesThe Day Our Agent's Context Window Filled Up: A Postmortem
A long-running agent daemon degraded into incoherence as its context window saturated. Here is what broke, why monitoring missed it, and the three-contract architecture that fixed it.