agent-context
Articles
Sixty Notes Nobody Could Read
An audit found 60 saved agent memories reachable from no index at all. The notes were fine. The delivery tier they were wired into was the defect.
Shipping a Cultural Directive Your Agents Read at Session Start
Captain's standing order kept getting forgotten. The fix: commit it to a file agents read at session start - and learn what text belongs there.
Cross-Venture Context - Teaching Agents Where They Are
Agents operating across multiple products need spatial awareness. Without it, they target wrong repos and leak secrets across contexts.
How We Built an Agent Context Management System
Building centralized context management so AI agents start every session with the right knowledge.
Documentation as Operational Infrastructure
Why we treat runbooks, ADRs, and handoff records as infrastructure that self-heals, version-tracks, and delivers itself to agents automatically.
96% Token Reduction - Lazy-Loading Agent Context
How we cut session startup token consumption by 96% by switching from eager document loading to an index-and-fetch pattern.