The Loop That Re-Reads Its Diary
An autonomous agent isn't a bigger context window. It's a tiny window run many times, where the git log - not chat history - carries decisions between passes.
Technical insights into multi-agent orchestration, local protocols, and
developer-centric terminal workflows.
An autonomous agent isn't a bigger context window. It's a tiny window run many times, where the git log - not chat history - carries decisions between passes.
A million-token window won't fix a long build. Externalize state to a plan file and relay across fresh sessions - quality dies long before the window fills.
Hand-passing one plan per run keeps you inside the loop doing task selection. Pipe your whole issue tracker in and let the agent pick the next ticket itself.
The gap between agent capability and SME knowledge is the only problem worth solving. Context engineering is how you close it.
Copilot, Cursor, Claude Code, Codex, and OpenCode all converged on the same primitive - a rules file the agent reads on every session. Use it.
MCP is the standard protocol for plugging external systems - issue trackers, databases, design tools - into AI agents. Here's what changes when you use it.