Engineering Blog

Technical insights into multi-agent orchestration, local protocols, and
developer-centric terminal workflows.

Autonomous AI Agent Loops: Use the Git Log as Memory

Autonomous AI Agent Loops: Use the Git Log as Memory

An unattended loop that reads git log -5 each pass has a five-pass memory. In a 12-item plan, the decision made at pass 3 ages out at pass 9, two passes before pass 11 needs it. One line in PLAN.md pointing at the commit hash recovers it, for zero extra commits.

Long AI Coding Builds: Plan File Relay Instead of One Session

Long AI Coding Builds: Plan File Relay Instead of One Session

Auto-compact looks like memory because the session keeps running. Each pass is a lossy summary, and the loss compounds: two passes leave a Phase 1 decision a 25% chance of still being known. A plan-file relay holds 100% at any phase count.

Let Your AI Coding Agent Pick Tickets from the Backlog

Let Your AI Coding Agent Pick Tickets from the Backlog

Task selection is the one decision still routing every ticket through you. Write the priority order down once, and the 80 touches a sprint costs you collapse to 1 - same agent, same backlog.